MPW02O01 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 MPW02O01 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!
P_APP_GET_INTERNET_DEFAULTS CALL FUNCTION 'P_APP_GET_INTERNET_DEFAULTS' IMPORTING PERSG = INT_DEFAULTS-PERSG PERSK = INT_DEFAULTS-PERSK WERKS = INT_DEFAULTS-WERKS BTRTL = INT_DEFAULTS-BTRTL SACHP = INT_DEFAULTS-SACHP SPAPL = INT_DEFAULTS-SPAPL MEDIA = INT_DEFAULTS-MEDIA INAME = INT_DEFAULTS-INAME ISERV = INT_DEFAULTS-ISERV TABLES REGIONS = PREGIONS EXCEPTIONS NO_DEFAULT_FOUND = 1 OTHERS = 2.
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' "XDPK034039 EXPORTING "XDPK034039 COMPANYCODE = T500P-BUKRS "XDPK034039 * LANGUAGE = sy-langu "XDPK034039 IMPORTING "XDPK034039 * COMP_NAME = "XDPK034039 * CITY = "XDPK034039 COUNTRY = HRCA_COMPANY-COUNTRY "XDPK034039 * CURRENCY = "XDPK034039 * LANGU = "XDPK034039 * CHRT_ACCTS = "XDPK034039 * FY_VARIANT = "XDPK034039 EXCEPTIONS "XDPK034039 NOT_FOUND = 1 "XDPK034039 OTHERS = 2. "XDPK034039
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.