MPAP4I00 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 MPAP4I00 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!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' "VLZK035641 EXPORTING "VLZK035641 DYNAME = DYNPNAME "VLZK035641 DYNUMB = DYNPNUMB "VLZK035641 TABLES "VLZK035641 DYNPFIELDS = DYNPFIELDS "VLZK035641 EXCEPTIONS "VLZK035641 INVALID_ABAPWORKAREA = 1 "VLZK035641 INVALID_DYNPROFIELD = 2 "VLZK035641 INVALID_DYNPRONAME = 3 "VLZK035641 INVALID_DYNPRONUMMER = 4 "VLZK035641 INVALID_REQUEST = 5 "VLZK035641 NO_FIELDDESCRIPTION = 6 "VLZK035641 INVALID_PARAMETER = 7 "VLZK035641 UNDEFIND_ERROR = 8 "VLZK035641 OTHERS = 9. "VLZK035641
RP_FORMATING_DATE CALL FUNCTION 'RP_FORMATING_DATE' "WBIK019935 EXPORTING DATE_I = D1 IMPORTING DATE_O = PSPAR-BEGDA EXCEPTIONS DATE_INVALID = 1 OTHERS = 2.
RP_CHECK_DATE CALL FUNCTION 'RP_CHECK_DATE' "WBIK019935 EXPORTING DATE = PSPAR-BEGDA EXCEPTIONS DATE_INVALID = 1 OTHERS = 2.
HRCA_INDUSTRY_GETDETAIL CALL FUNCTION 'HRCA_INDUSTRY_GETDETAIL' "XDPK008185 EXPORTING "XDPK008185 LANGUAGE_KEY = SY-LANGU "XDPK008185 INDUSTRY_KEY = P0023-BRANC "XDPK008185 IMPORTING "XDPK008185 DESCRIPTION = HRCA_INDUSTRY-DESCRIPTION "XDPK008185 EXCEPTIONS "XDPK008185 DESCRIPTION_NOT_FOUND = 1 "XDPK008185 INDUSTRY_KEY_NOT_FOUND = 2 "XDPK008185 OTHERS = 3. "XDPK008185
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.