FDT_DEMO_REPORT_DECISION_TABLE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter FDT_DEMO_REPORT_DECISION_TABLE into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: PAR11 = GENDER
Selection Text: PAR12 = and age is less than
Selection Text: PAR13 = then % heart attack is
Selection Text: PAR21 = elseif gender is
Selection Text: PAR22 = and age is greater than
Selection Text: PAR23 = then % heart attack is
Selection Text: PAR31 = elseif gender is
Selection Text: PAR32 = and age is less than
Selection Text: PAR33 = then % heart attack is
Selection Text: PAR41 = elseif gender is
Selection Text: PAR42 = and age is greater than
Selection Text: PAR43 = then % heart attack is
Selection Text: P_AGE = Enter Age
Selection Text: P_SEX = Enter Gender
Title: Demo of DECISION_TABLE Expression
Text Symbol: 010 = Age<
Text Symbol: 011 = Age>=
Text Symbol: G01 = Table Column
Text Symbol: U00 = Gender
Text Symbol: U02 = Heart attack
Text Symbol: U03 = %
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FDT_DEMO_REPORT_DECISION_TABLE - Demo of DECISION_TABLE Expression FDT_DEMO_REPORT_DECISION_TABLE - Demo of DECISION_TABLE Expression FDT_DEMO_REPORT_DATA_OBJECT - Demo report for Data Object creation FDT_DEMO_REPORT_DATA_OBJECT - Demo report for Data Object creation FDT_DEMO_REPORT_CNST - Demo of CONSTANT Expression FDT_DEMO_REPORT_CNST - Demo of CONSTANT Expression