SAP Reports / Programs | Logistics - General | SAP Retail Store(LO-SRS) SAP LO

MWOSKF31 SAP ABAP INCLUDE - documentation and ABAP source code







MWOSKF31 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 MWOSKF31 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MWOSKF31. "Basic submit
SUBMIT MWOSKF31 AND RETURN. "Return to original report after report execution complete
SUBMIT MWOSKF31 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MWOSKF31

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

PIA_CSO_MAT_ID_INTERPRET CALL FUNCTION 'PIA_CSO_MAT_ID_INTERPRET' IMPORTING PE_MAT_ID_DESCR = WISO_HNDL-MAT_ID_DESCR.

PIA_CSO_DOC_TYPE_CPY_HANDLE CALL FUNCTION 'PIA_CSO_DOC_TYPE_CPY_HANDLE' IMPORTING PE_DOC_TYPE_CPY = WISO_HNDL-DOC_TYPE * PE_RETURN1 = TABLES PE_T_F4DOCTYP_CTXT = T_CTXT.

GIA_ITS_CONTEXT_HANDLE CALL FUNCTION 'GIA_ITS_CONTEXT_HANDLE' TABLES PI_T_ITSCTXT = T_CTXT.

PIA_CSO_1ITEM_FLDPROT_GET CALL FUNCTION 'PIA_CSO_1ITEM_FLDPROT_GET' EXPORTING PI_ITM_NUMBER = WISO_ITEM-ITM_NUMBER PI_TASK = G_TASK IMPORTING PE_ITEM_SC = WISO_ITEM_SC.

PIA_CSO_DOC_TYPE_CPY_HANDLE CALL FUNCTION 'PIA_CSO_DOC_TYPE_CPY_HANDLE' EXPORTING PI_MODE_CHECK_POSSIBLE = C_ACTIVE IMPORTING PE_RETURN1 = RETURN1.

PIA_CSO_ITEMS_CPY_REF_QTY_GET CALL FUNCTION 'PIA_CSO_ITEMS_CPY_REF_QTY_GET' EXPORTING PI_MODE_CHECK_ONLY = C_ACTIVE IMPORTING PE_RETURN1 = RETURN1.

PIA_CSO_BAPI_DETECT_NO_STWB CALL FUNCTION 'PIA_CSO_BAPI_DETECT_NO_STWB' IMPORTING PE_RETURN1 = RETURN1.

PIA_CSO_SHIPTO_FLDPROT_GET CALL FUNCTION 'PIA_CSO_SHIPTO_FLDPROT_GET' EXPORTING PI_TASK = G_TASK IMPORTING PE_SHIPTO_SC = WISO_SHIPTO_SC.

PIA_CSO_DOC_TYPE_CPY_HANDLE CALL FUNCTION 'PIA_CSO_DOC_TYPE_CPY_HANDLE' EXPORTING PI_MODE_CHECK_POSSIBLE = C_ACTIVE IMPORTING PE_RETURN1 = RETURN1.

CSO_P_BILLHD_PROVIDE CALL FUNCTION 'CSO_P_BILLHD_PROVIDE' IMPORTING PE_BILLS_LEFT = WISO_HNDL-COUNTER PE_BILLHDS_TOTAL = WISO_HNDL-COUNTER_2 PE_BILLHD_CURRENT_IX = WISO_HNDL-COUNTER_3.

CSO_P_DLVHD_PROVIDE CALL FUNCTION 'CSO_P_DLVHD_PROVIDE' IMPORTING PE_DLVS_LEFT = WISO_HNDL-COUNTER PE_DLVHDS_TOTAL = WISO_HNDL-COUNTER_2 PE_DLVHD_CURRENT_IX = WISO_HNDL-COUNTER_3.

STOREWB_EINSTIEG_PROVIDE CALL FUNCTION 'STOREWB_EINSTIEG_PROVIDE' IMPORTING PE_STOREWB_EINSTIEG = STWB_EINSTIEG.

PIA_CSO_IAC_CUSTOMIZING_PROV CALL FUNCTION 'PIA_CSO_IAC_CUSTOMIZING_PROV' IMPORTING PE_TWIC0500 = L_TWIC0500.

CSO_P_DLVRIES_OPEN_HANDLE CALL FUNCTION 'CSO_P_DLVRIES_OPEN_HANDLE' IMPORTING PE_DLVHD_OPEN = DLVHD_OPEN PE_MORE_OPEN_DLV = MORE_OPEN_DLV PE_NEW_DLV_IMPOSSIBLE = NEW_DLV_IMPOSSIBLE.

PIA_CSO_HEAD_DATA_PROVIDE CALL FUNCTION 'PIA_CSO_HEAD_DATA_PROVIDE' IMPORTING PE_HEAD = HEAD.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MWOSKF31 or its description.