C_BW4HANA_27 · Question #70
What are some Of the possible variable types for the processing type SAP HANA Exit?(2)
The correct answer is A. Formula D. Characteristic value. Formula (A) and Characteristic value (D) are the two variable types supported by the SAP HANA Exit processing type in SAP BW/4HANA, because HANA Exits use AMDP (ABAP Managed Database Procedures) executed on the HANA database, which can handle numeric formula calculations and…
Question
What are some Of the possible variable types for the processing type SAP HANA Exit?(2)
Options
- AFormula
- BText
- CHierarchy node
- DCharacteristic value
How the community answered
(68 responses)- A94% (64)
- B1% (1)
- C4% (3)
Explanation
Formula (A) and Characteristic value (D) are the two variable types supported by the SAP HANA Exit processing type in SAP BW/4HANA, because HANA Exits use AMDP (ABAP Managed Database Procedures) executed on the HANA database, which can handle numeric formula calculations and characteristic value filtering efficiently at the database level.
Text (B) is incorrect because text variables are free-form input variables used for display or filtering on descriptive text - they are not designed to be populated via HANA Exit logic. Hierarchy node (C) is incorrect because hierarchy node variables depend on BW hierarchy structures that require additional BW-layer processing, which falls outside the scope of what HANA Exit AMDPs can resolve directly.
Memory tip: Think "Formula and Characteristic = Facts and Core data" - HANA Exit processes the two most fundamental analytical building blocks (measures and dimension values), while Text and Hierarchy need higher-level BW handling (neither starts with a letter in "HANA", which helps you eliminate them).
Topics
Community Discussion
No community discussion yet for this question.