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

MWAKAF16_FCODE_SELE SAP ABAP INCLUDE - MWAKAF16FCODESELE







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

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_WAKP_POSITION_GET CALL FUNCTION 'PROMOTION_WAKP_POSITION_GET' EXPORTING ftrtyp = t180-trtyp TABLES fxwakpd = g_t_xwakpd fxwakpd_new = l_t_xwakpd frt_wagr = rt_wagr frt_matnr = rt_matnr frt_lifnr = rt_lifnr frt_ltsnr = rt_ltsnr frt_saiso = rt_saiso frt_saisj = rt_saisj frt_attyp = rt_attyp frt_laygr = rt_laygr frt_mstav = rt_mstav frt_saity = rt_saity frt_wekgr = rt_wekgr f_t_characteristic = g_t_characteristic p_t_mesg = l_t_mesg " 938161 CHANGING fwakhd = g_i_xwakhd fwakpd_max = g_xwakpd_max EXCEPTIONS OTHERS = 1.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING collect_and_send = space reset = x.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING collect_and_send = space reset = x.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = 'Fehlerliste'(209) EXCEPTIONS OTHERS = 01.



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