MF210I20 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 MF210I20 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.
Title: PAI Modules for Screen 1200: Fin. Statement Item List
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FC_POP_NINT CALL FUNCTION 'FC_POP_NINT' EXPORTING E_TEXT = ''(060) E_TITEL = ''(061) IMPORTING I_ANSWER = GD_ANSWER.
FC_GLOBAL_PARAMETERS_IMPORT CALL FUNCTION 'FC_GLOBAL_PARAMETERS_IMPORT' "wis030697 IMPORTING I_DIMEN = GD_DIMEN "wis030697 I_CONGR = GD_CONGR "xrp250100 I_BUNIT = GD_BUNIT "xrp250100 I_ITCLG = GD_ITCLG "wis030697 I_RLDNR = GD_RLDNR "wis030697 I_RVERS = GD_RVERS "wis030697 I_RYEAR = GD_RYEAR "wis030697 I_PERID = GD_PERID. "wis030697
FC_GLOBAL_PARAMETERS_EXPORT CALL FUNCTION 'FC_GLOBAL_PARAMETERS_EXPORT' "wis030697 EXPORTING "wis030697 E_DIMEN = GD_DIMEN "wis030697 E_CONGR = GD_CONGR "xrp250100 E_BUNIT = GD_BUNIT "xrp250100 E_ITCLG = GD_ITCLG "wis030697 E_RLDNR = GD_RLDNR "wis030697 E_RVERS = GD_RVERS "wis030697 E_RYEAR = GD_RYEAR "wis030697 E_PERID = GD_PERID. "wis030697
FC_GLOBAL_PARAMETERS_EXPORT CALL FUNCTION 'FC_GLOBAL_PARAMETERS_EXPORT' "wis030697 EXPORTING "wis030697 E_DIMEN = GD_DIMEN "wis030697 E_CONGR = GD_CONGR "xrp250100 E_BUNIT = GD_BUNIT "xrp250100 E_ITCLG = GD_ITCLG "wis030697 E_RLDNR = GD_RLDNR "wis030697 E_RVERS = GD_RVERS "wis030697 E_RYEAR = GD_RYEAR "wis030697 E_PERID = GD_PERID. "wis030697
FC_AUTHORITY_CHECK CALL FUNCTION 'FC_AUTHORITY_CHECK' "STO3005 EXPORTING "STO3005 E_ID = 'ITCLG' "STO3005 E_ITCLG = FC01ITEM-ITCLG "STO3005 E_ACTVT = '02'. " Ändern erlaubt ? "STO3005
FC_AUTHORITY_CHECK CALL FUNCTION 'FC_AUTHORITY_CHECK' "STO3005 EXPORTING "STO3005 E_ID = 'ITCLGSUB' "STO3005 E_ACTVT = '02'. " Ändern erlaubt ? "STO3005
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MF210I20 - PAI Modules for Screen 1200: Fin. Statement Item List MF210I10 - PAI Modules for Screen 1100: Fin. Statement Item Plan (Master Data) MF210I02 - PAI Modules f. Screen 2000: Popup Copy SI for SI Cat MF210I00 - PAI Modules for Screen 1000: Fin. Statement Item Plan (Request) MF210FCC - Block Logic for SAPMF210 (Financial Statement Items) MF210FBB - Update Routines for SAPMF210 (Financial Statement Items)