MWOSKF28 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 MWOSKF28 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!
CSO_P_BILLITMS_SET CALL FUNCTION 'CSO_P_BILLITMS_SET' EXPORTING PI_MODE_UPDATE_LINE = C_ACTIVE PI_BILLIT = WISO_BILLIT PI_BILLITX = BILLITX.
ITS_IMPORT_CONTEXT CALL FUNCTION 'ITS_IMPORT_CONTEXT' TABLES CONTEXT = LT_CTXT EXCEPTIONS ITS_NOT_AVAILABLE = 1 OTHERS = 2.
CSO_P_BILLITMS_SET CALL FUNCTION 'CSO_P_BILLITMS_SET' EXPORTING PI_MODE_UPDATE_LINE = C_ACTIVE PI_BILLIT = L_BILLIT PI_BILLITX = L_BILLITX.
CSO_P_BILLITMS_SET CALL FUNCTION 'CSO_P_BILLITMS_SET' EXPORTING PI_MODE_UPDATE_LINE = C_ACTIVE PI_BILLIT = L_BILLIT PI_BILLITX = L_BILLITX.
CSO_P_BILLITM_PROVIDE_NEXT CALL FUNCTION 'CSO_P_BILLITM_PROVIDE_NEXT' EXPORTING PI_IX_START = 1 IMPORTING PE_BILLIT = L_BILLIT PE_BILLITS_EOF = L_BILLITS_EOF PE_RETURN1 = PE_RETURN1.
CSO_P_BILLITMS_SET CALL FUNCTION 'CSO_P_BILLITMS_SET' EXPORTING PI_MODE_UPDATE_LINE = C_ACTIVE PI_BILLIT = L_BILLIT PI_BILLITX = L_BILLITX IMPORTING PE_RETURN1 = PE_RETURN1.
CSO_P_BILLITM_PROVIDE_NEXT CALL FUNCTION 'CSO_P_BILLITM_PROVIDE_NEXT' IMPORTING PE_BILLIT = L_BILLIT PE_BILLITS_EOF = L_BILLITS_EOF PE_RETURN1 = PE_RETURN1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.