SAP Reports / Programs | Logistics - General | Logistics Basic Data | Promotion(LO-MD-PR) SAP LO

MWAKAFAK_FUNKTION_AUSFUEHREN SAP ABAP INCLUDE - MWAKAFAKFUNKTIONAUSFUEHREN







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

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:

PROMOTION_SAVE_TEST CALL FUNCTION 'PROMOTION_SAVE_TEST' EXPORTING FXWSOHD = G_I_XWSOHD FDWSOHD = G_I_DWSOHD FXWAKHD = G_I_XWAKHD IMPORTING FCHANGED = L_PROMO_CHANGED TABLES FDWAGUD = G_T_DWAGUD FDWAKPD = G_T_DWAKPD FDWAKTD = G_T_DWAKTD FDWAZBD = G_T_DWAZBD FDWAZTD = G_T_DWAZTD FDWAZWD = G_T_DWAZWD FXWAGUD = G_T_XWAGUD FXWAKPD = G_T_XWAKPD FXWAKTD = G_T_XWAKTD FXWAZBD = G_T_XWAZBD FXWAZTD = G_T_XWAZTD FXWAZWD = G_T_XWAZWD FXWALED = G_T_XWALED FXWAALD = G_T_XWAALD FDWLBMD = G_T_DWLBMD FXWLBMD = G_T_XWLBMD FXWWMID = G_T_XWWMID FDWWMID = G_T_DWWMID FXWWMITD = G_T_XWWMITD FDWWMITD = G_T_DWWMITD FXWLMTD = G_T_XWLMTD FDWLMTD = G_T_DWLMTD FXWWMVD = G_T_XWWMVD FDWWMVD = G_T_DWWMVD FXWWVTD = G_T_XWWVTD FDWWVTD = G_T_DWWVTD FXWSOPD = G_T_XWSOPD FDWSOPD = G_T_DWSOPD FXWSOTD = G_T_XWSOTD FDWSOTD = G_T_DWSOTD FXWAKCD = G_T_XWAKCD FDWAKCD = G_T_DWAKCD FXWAKRD = G_T_XWAKRD FDWAKRD = G_T_DWAKRD.

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.



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