MWOSDF01 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 MWOSDF01 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!
HANDLE_FIRST_SCREEN_STORE_WB CALL FUNCTION 'HANDLE_FIRST_SCREEN_STORE_WB' * EXPORTING * ACTION_CODE = * importing * fields_first_screen = * CHANGING * P_STOREWB_EINSTIEG = EXCEPTIONS NO_STORE_NUMBER = 1 STORE_NUMBER_NOT_VALID = 2 OTHERS = 3.
PIA_CSO_CUSTOMER_REF_CHECK CALL FUNCTION 'PIA_CSO_CUSTOMER_REF_CHECK' IMPORTING PE_RETURN1 = PE_RETURN1.
BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING TYPE = SY-MSGTY CL = SY-MSGID NUMBER = SY-MSGNO PAR1 = SY-MSGV1 PAR2 = SY-MSGV2 PAR3 = SY-MSGV3 PAR4 = SY-MSGV4 * LOG_NO = ' ' * LOG_MSG_NO = ' ' IMPORTING BAPIRETURN = PE_RETURN1.
GIA_MSG_INIT_SY_MESSAGE CALL FUNCTION 'GIA_MSG_INIT_SY_MESSAGE'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MWOSDF01 - documentation and ABAP source code MWOG1_UEBERSICHT_VORBEREITEF01 - MWOG1UEBERSICHTVORBEREITEF01 MWOG1_UEBERSICHT_FRISCHELISI01 - MWOG1UEBERSICHTFRISCHELISI01 MWOG1_UEBERSICHT_FRISCHEDISI01 - MWOG1UEBERSICHTFRISCHEDISI01 MWOG1_UEBERSICHT_ANSTEUERNF01 - MWOG1UEBERSICHTANSTEUERNF01 MWOG1_TVTW_SELECTF01 - MWOG1TVTWSELECTF01