ACE_SOP_CALCULATION_F01_WRIT05 is a standard ABAP INCLUDE 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 ACE_SOP_CALCULATION_F01_WRIT05 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
K_FIELD_TEXT_READ CALL FUNCTION 'K_FIELD_TEXT_READ' "read DDIC info for column EXPORTING FIELD = 'BUKRS' LANGU = SY-LANGU TAB = 'ACE_SOP_FINAL_LIST' WITH_DOTS = FALSE IMPORTING EX_KDFIT = LS_KDFIT.
K_FIELD_TEXT_READ CALL FUNCTION 'K_FIELD_TEXT_READ' EXPORTING FIELD = 'GJAHR' LANGU = SY-LANGU TAB = 'BSEG' WITH_DOTS = FALSE IMPORTING EX_KDFIT = LS_KDFIT.
K_FIELD_TEXT_READ CALL FUNCTION 'K_FIELD_TEXT_READ' EXPORTING FIELD = 'MONAT' LANGU = SY-LANGU TAB = 'BKPF' WITH_DOTS = FALSE IMPORTING EX_KDFIT = LS_KDFIT.
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING NAME = 'ACE_SOP_CHART_VERSN' STATE = 'A' LANGU = SY-LANGU IMPORTING DD04V_WA = LS_DD04V.
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING NAME = 'ACE_SOP_INDEX_VERSN' STATE = 'A' LANGU = SY-LANGU IMPORTING DD04V_WA = LS_DD04V.
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING NAME = 'ACE_SOP_AWARD_PRICE' STATE = 'A' LANGU = SY-LANGU IMPORTING DD04V_WA = LS_DD04V.
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING NAME = 'ACE_SOP_FORF_VERSN' STATE = 'A' LANGU = SY-LANGU IMPORTING DD04V_WA = LS_DD04V.
MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING COUNT = LD_MSG_CNT MAX_SEVERITY = LD_MSG_MAXSEV.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ACE_SOP_CALCULATION_F01_WRIT05 - ACESOPCALCULATIONF01WRIT05 ACE_SOP_CALCULATION_F01_WRIT04 - ACESOPCALCULATIONF01WRIT04 ACE_SOP_CALCULATION_F01_SUMFAD - ACESOPCALCULATIONF01SUMFAD ACE_SOP_CALCULATION_F01_PREPAR - ACESOPCALCULATIONF01PREPAR ACE_SOP_CALCULATION_F01_MODIFY - ACESOPCALCULATIONF01MODIFY ACE_SOP_CALCULATION_F01_INIT_M - ACESOPCALCULATIONF01INITM