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

MWOSKF40 SAP ABAP INCLUDE - documentation and ABAP source code







MWOSKF40 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 MWOSKF40 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 MWOSKF40. "Basic submit
SUBMIT MWOSKF40 AND RETURN. "Return to original report after report execution complete
SUBMIT MWOSKF40 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 MWOSKF40

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_ITEMS_STATUS_SET_GET CALL FUNCTION 'PIA_CSO_ITEMS_STATUS_SET_GET' IMPORTING PE_QTY_DISP_DESCR = WISO_HNDL-QTY_DISP_DESCR.

PIA_CSO_BASK_LINE_PROVIDE_NEXT CALL FUNCTION 'PIA_CSO_BASK_LINE_PROVIDE_NEXT' EXPORTING PI_IX_START = SY-STEPL IMPORTING PE_BASK = WISO_BASK PE_BASK_EOF = G_TAB_EOF.

PIA_CSO_MAT_ID_INTERPRET CALL FUNCTION 'PIA_CSO_MAT_ID_INTERPRET' EXPORTING PI_MODE_OUTPUT = C_ACTIVE * IMPORTING * PE_RETURN1 = CHANGING PIE_MAT_ID_INPUT = WISO_BASK-MAT_ID_INPUT.

PIA_CSO_ITEMS_STATUS_SET_GET CALL FUNCTION 'PIA_CSO_ITEMS_STATUS_SET_GET' EXPORTING PI_ITM_NUMBER = WISO_BASK-ITM_NUMBER IMPORTING PE_ITEMST = WISO_ITEMST.

CSO_P_MSG_WARN_INFO_HANDLE CALL FUNCTION 'CSO_P_MSG_WARN_INFO_HANDLE' EXPORTING PI_WARN = WARN PI_MODE_GET_ACCEPT = C_ACTIVE IMPORTING PE_WARN = WISO_WARN.

PIA_CSO_1ITEM_CATEG_F4_GET CALL FUNCTION 'PIA_CSO_1ITEM_CATEG_F4_GET' EXPORTING PI_T184_KEY = WISO_BASK-T184_KEY. "^ 781339

CSO_P_CONDS_INPUT_GET CALL FUNCTION 'CSO_P_CONDS_INPUT_GET' EXPORTING PI_SY_STEPL = SY-STEPL PI_ITM_NUMBER = WISO_BASK-ITM_NUMBER "#EC DOM_EQUAL PI_FOR_ITEMS = C_ACTIVE PI_TYPED_IN_ONLY = C_ACTIVE IMPORTING PE_COND_INP = WISO_COND_INP.

CSO_P_PUR_REQS_GET CALL FUNCTION 'CSO_P_PUR_REQS_GET' EXPORTING PI_ITM_NUMBER = WISO_BASK-ITM_NUMBER IMPORTING PE_PREQ = WISO_PREQ.

WSRS_O_VNDR_ID_CONV_OUTPUT CALL FUNCTION 'WSRS_O_VNDR_ID_CONV_OUTPUT' EXPORTING PI_VNDR_TYPE = WISO_PREQ-VNDR_TYPE CHANGING PX_VNDR_ID = WISO_PREQ-VNDR_ID.

CSO_P_CONDS_INPUT_GET CALL FUNCTION 'CSO_P_CONDS_INPUT_GET' EXPORTING PI_SY_STEPL = SY-STEPL PI_ITM_NUMBER = WISO_BASK-ITM_NUMBER "#EC DOM_EQUAL PI_FOR_ITEMS = C_ACTIVE PI_UNIT_PRICE_ONLY = C_ACTIVE IMPORTING PE_COND_INP = WISO_COND_INP.



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 MWOSKF40 or its description.