SAP Reports / Programs | Materials Management | Inventory Management(MM-IM) SAP MM

MWB01FFC SAP ABAP INCLUDE - Include MWB01FFC







MWB01FFC 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 MWB01FFC 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 MWB01FFC. "Basic submit
SUBMIT MWB01FFC AND RETURN. "Return to original report after report execution complete
SUBMIT MWB01FFC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include MWB01FFC


INCLUDES used within this REPORT MWB01FFC

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:

FUNCTION_EXECUTE CALL FUNCTION 'FUNCTION_EXECUTE' EXPORTING PROGRAMM = T180-AGIDV KOPFGRUPPE = FA_DUMMY_KOPGR POSITIONSGRUPPE = FA_DUMMY_POSGR FUNKTION = FCODE IMPORTING CUA_STATUS = T185V-STATUS CUA_TITEL = T185V-CTITEL CUA_PARA1 = T185V-PARA1 CUA_PARA2 = T185V-PARA2 CUA_PARA3 = T185V-PARA3 CUA_PARA4 = T185V-PARA4 FOLGEFUNKTION = FCODE DUNKEL = T185-DUNKEL LEAVE = FA_FLAG_LEAVE LEAVE_SCREEN = FA_FLAG_LEAVE_SCREEN.

SCREEN_SEQUENCE_CONTROL CALL FUNCTION 'SCREEN_SEQUENCE_CONTROL' EXPORTING PROGRAMM = T180-AGIDV KOPFGRUPPE = FB_DUMMY_KOPGR POSITIONSGRUPPE = FB_DUMMY_POSGR FUNKTION = FCODE IMPORTING CUA_STATUS = T185V-STATUS CUA_TITEL = T185V-CTITEL CUA_PARA1 = T185V-PARA1 CUA_PARA2 = T185V-PARA2 CUA_PARA3 = T185V-PARA3 CUA_PARA4 = T185V-PARA4 FOLGEFUNKTION = FCODE DUNKEL = T185-DUNKEL LEAVE = FB_FLAG_LEAVE.

DEQUEUE_EMMBEWE CALL FUNCTION 'DEQUEUE_EMMBEWE' EXPORTING MATNR = PI_MATNR BWKEY = PI_BWKEY.

DEQUEUE_EMMARCE CALL FUNCTION 'DEQUEUE_EMMARCE' EXPORTING MATNR = PI_MATNR WERKS = PI_WERKS.

SP_REVALUATION_DOCS_DISPLAY CALL FUNCTION 'SP_REVALUATION_DOCS_DISPLAY' EXPORTING PI_I_SRD = PISRD PI_P_ALV = g_usability TABLES SO_UBLNR = R_UBLNR SO_UBJAHR = R_UBJAHR PX_T_FILIA_ERR = T_FILIA_ERROR EXCEPTIONS NO_DOCUMENTS_FOUND = 1 OTHERS = 2.

AC_DOCUMENT_RECORD CALL FUNCTION 'AC_DOCUMENT_RECORD' EXPORTING I_AWTYP = C_AWTYP I_AWREF = G_AWREF I_AWORG = G_AWORG EXCEPTIONS NO_REFERENCE = 01 NO_DOCUMENT = 02.

ERROR_MESSAGES_DISPLAY CALL FUNCTION 'ERROR_MESSAGES_DISPLAY' TABLES PI_T_ERR_PVAEN = ERR_PVAEN EXCEPTIONS NO_MESSAGES_FOUND = 0 OTHERS = 0.

MIGO_DIALOG CALL FUNCTION 'MIGO_DIALOG' EXPORTING I_MBLNR = PI_MAT_BELEG EXCEPTIONS ILLEGAL_COMBINATION = 1 OTHERS = 2 .

SP_REVALUATION_DATA_SELECT CALL FUNCTION 'SP_REVALUATION_DATA_SELECT' EXPORTING PI_GRUND = PI_GRUND PI_UBJAHR = PI_UBJAHR IMPORTING PE_FCODE = FCODE TABLES PE_T_XPVAEN = XPVAEN PE_T_ERR_PVAEN = ERR_PVAEN PI_T_SO_UBLNR = PI_T_SO_UBLNR PI_T_SO_MATNR = PI_T_SO_MATNR PI_T_SO_WERKS = PI_T_SO_WERKS PI_T_SO_VPDAT = PI_T_SO_VPDAT PI_T_SO_BUDAT = PI_T_SO_BUDAT PI_T_SO_ERNAM = PI_T_SO_ERNAM EXCEPTIONS NO_USEG_FOUND = 1 NO_AUTHORITY_CHANGE_USEG_STAT = 2 EXIT = 3 NO_USEG_POS_TO_REVALUATE_FOUND = 4 OTHERS = 5.

ERROR_MESSAGES_DISPLAY CALL FUNCTION 'ERROR_MESSAGES_DISPLAY' TABLES PI_T_ERR_PVAEN = PI_T_ERR_PVAEN EXCEPTIONS NO_MESSAGES_FOUND = 0 OTHERS = 0.

CM_F_ANALYSIS CALL FUNCTION 'CM_F_ANALYSIS' EXPORTING APLID = 'CKML' HEADLINE = ' ' OCS_ACTIV = ' ' OCS_SEND_IMMEDIATE = ' ' EXCEPTIONS NOT_ACTIVE = 01.

USEG_UNLOCK_SINGLE_POSITION CALL FUNCTION 'USEG_UNLOCK_SINGLE_POSITION' EXPORTING PI_XPVAEN = PI_XPVAEN.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING LANGUAGE = SY-LANGU POPUP_TITLE = TEXT-017 START_COLUMN = 10 START_ROW = 3 TEXT_OBJECT = 'PROPOSITION_SITE_SP_REVAL' * HELP_MODAL = 'X' * IMPORTING * CANCELLED = EXCEPTIONS TEXT_NOT_FOUND = 0 OTHERS = 0.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING LANGUAGE = SY-LANGU POPUP_TITLE = TEXT-019 START_COLUMN = 10 START_ROW = 3 TEXT_OBJECT = 'PROPOSITION_VALUE_CHANGE_DOC' * HELP_MODAL = 'X' * IMPORTING * CANCELLED = EXCEPTIONS TEXT_NOT_FOUND = 0 OTHERS = 0.

USEG_UNLOCK_SINGLE_POSITION CALL FUNCTION 'USEG_UNLOCK_SINGLE_POSITION' EXPORTING PI_XPVAEN = PI_XPVAEN.



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