SAP Reports / Programs | Logistics - General | Merchandise Distribution | Allocation(LO-MDS-AL) SAP LO

MW03AFOC SAP ABAP INCLUDE - Include LV50LF15







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

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:

POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * titel = text-pt2 * textline1 = text-054 * textline2 = text-055 * IMPORTING * answer = char(1).

WGEN_UNLOCK_ALLOCATION_TABLE * CALL FUNCTION 'WGEN_UNLOCK_ALLOCATION_TABLE' * EXPORTING * IM_ABELN = XAUBSI-ABELN.

WGEN_UNLOCK_ALLOCATION_TABLE * CALL FUNCTION 'WGEN_UNLOCK_ALLOCATION_TABLE' * EXPORTING * IM_ABELN = XAUUMI-ABELN.

WGEN_UNLOCK_ALLOCATION_TABLE * CALL FUNCTION 'WGEN_UNLOCK_ALLOCATION_TABLE' * EXPORTING * IM_ABELN = XAUVDI-ABELN.

WGEN_UNLOCK_ALLOCATION_TABLE CALL FUNCTION 'WGEN_UNLOCK_ALLOCATION_TABLE' TABLES im_abeln_for_lock = abeln_for_lock.

RK_POPUP_LIST_SORT CALL FUNCTION 'RK_POPUP_LIST_SORT' EXPORTING KEY = RKAKY IMPORTING FLG_DESC = RV75A-XDESC FLG_SUMA = RV75A-XSUMA TABLES SORTAB = SORTAB FELDTAB = FELDTAB EXCEPTIONS NOT_FOUND_IN_TABLE = 04.

RK_POPUP_LIST_SEARCH_BIG CALL FUNCTION 'RK_POPUP_LIST_SEARCH_BIG' EXPORTING KEY = RKAKY FLG_INACTIVE = ' ' FLG_INITIALIZE = 'X' FLG_READY_FOR_INPUT = 'X' FLG_VALUES_FROM_INTERFACE = ' ' TEXT1 = TEXT1 TEXT2 = TEXT2 TEXT3 = TEXT3 TABNAME_FOR_F1_AND_F4 = 'AUST' "auft*6 HW 458594 TABLES EINTAB = EINTAB FELDTAB = FELDTAB SEFTAB = SEFTAB SELTAB = SELTAB EXCEPTIONS NOT_FOUND_IN_TABLE = 04.

RK_POPUP_LIST_SEARCH_BIG CALL FUNCTION 'RK_POPUP_LIST_SEARCH_BIG' EXPORTING KEY = RKAKY FLG_INACTIVE = 'X' FLG_INITIALIZE = ' ' FLG_READY_FOR_INPUT = 'X' FLG_VALUES_FROM_INTERFACE = ' ' TEXT1 = TEXT1 TEXT2 = TEXT2 TEXT3 = TEXT3 TABNAME_FOR_F1_AND_F4 = 'AUST' "auft*6 HW 458594 TABLES EINTAB = EINTAB FELDTAB = FELDTAB SEFTAB = SEFTAB SELTAB = SELTAB EXCEPTIONS NOT_FOUND_IN_TABLE = 04.

RK_POPUP_LIST_SEARCH_SMALL CALL FUNCTION 'RK_POPUP_LIST_SEARCH_SMALL' EXPORTING KEY = RKAKY FLG_INITIALIZE = 'X' FLG_VALUES_FROM_INTERFACE = ' ' TEXT1 = TEXT1 TEXT2 = TEXT2 *auft*2 * field_name = feld FIELD_NAME = PARAMETER_FIELD_NAME TABLES EINTAB = EINTAB FELDTAB = FELDTAB SEFTAB = SEFTAB SELTAB = SELTAB EXCEPTIONS NOT_FOUND_IN_TABLE = 04.

RK_POPUP_LIST_SEARCH_SMALL CALL FUNCTION 'RK_POPUP_LIST_SEARCH_SMALL' EXPORTING KEY = RKAKY FLG_INITIALIZE = ' ' FLG_VALUES_FROM_INTERFACE = ' ' TEXT1 = TEXT1 TEXT2 = TEXT2 *auft*2 * field_name = feld FIELD_NAME = PARAMETER_FIELD_NAME TABLES EINTAB = EINTAB FELDTAB = FELDTAB SEFTAB = SEFTAB SELTAB = SELTAB EXCEPTIONS NOT_FOUND_IN_TABLE = 04.



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