MWAKAF11_PROMOTION_READ_ITEMS 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 MWAKAF11_PROMOTION_READ_ITEMS into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PROMOTION_READ_ITEMS CALL FUNCTION 'PROMOTION_READ_ITEMS' EXPORTING FAKTNR = WAKHD-AKTNR FAKTYP = T180-TRTYP FLANGU = SY-LANGU IMPORTING FWAKHD = G_I_XWAKHD TABLES FXWAGUD = G_T_XWAGUD FXWAKPD = G_T_XWAKPD FXWAKTD = G_T_XWAKTD FXWAZTD = G_T_XWAZTD EXCEPTIONS AUTHORITY_CHECK_ERROR = 1 NO_AUTHORITY = 2 PROMOTION_NOT_FOUND = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MWAKAF11_PROMOTION_READ_ITEMS - MWAKAF11PROMOTIONREADITEMS MWAKAF11_PROMOTION_EXTRACT_ITE - MWAKAF11PROMOTIONEXTRACTITE MWAKAF11_POSITION_BLOCK_CHECK - MWAKAF11POSITIONBLOCKCHECK MWAKAF11_NATURALRABATT_TEXT_RE - MWAKAF11NATURALRABATTTEXTRE MWAKAF11_NATURALRABATT_READ - MWAKAF11NATURALRABATTREAD MWAKAF11_NATURALRABATT_MAINTAI - MWAKAF11NATURALRABATTMAINTAI