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

MWAKAF07_VERTRIEBSLINIEN_ALLE SAP ABAP INCLUDE - MWAKAF07VERTRIEBSLINIENALLE







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

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:

SALES_AREA_FIND CALL FUNCTION 'SALES_AREA_FIND' EXPORTING IVKORG = P_L_WERKSDATEN_VZ-VKORG IVTWEG = P_L_WERKSDATEN_VZ-VTWEG ISPART = P_L_WERKSDATEN_VZ-SPART LFWERK = P_G_T_FILIALE-VZWRK KUNNR = P_G_T_FILIALE-KUNNR * matnr = p_wakpd-artnr * only_one = IMPORTING EVKORG = P_L_EVKORG EVTWEG = P_L_EVTWEG ESPART = P_L_ESPART TAB_COUNT = L_TAB_COUNT TABLES ETVTA = L_T_TVTA EXCEPTIONS VERTRBEREICH_NICHT_BESTIMMBAR = 1 OTHERS = 2.

VENDOR_MASTER_DATA_SELECT_08 CALL FUNCTION 'VENDOR_MASTER_DATA_SELECT_08' EXPORTING I_LFA1_LIFNR = P_L_WERKSDATEN_VZ-LIFNR IMPORTING A_LFA1_NAME1 = L_LIFNR_NAME EXCEPTIONS ENTRY_NOT_FOUND = 01.

PROMOTION_DISPLAY_DISTR_CHNNL CALL FUNCTION 'PROMOTION_DISPLAY_DISTR_CHNNL' EXPORTING F_I_VKORG = P_L_WERKSDATEN_VZ-VKORG F_I_VTWEG = P_L_WERKSDATEN_VZ-VTWEG F_I_SPART = P_L_WERKSDATEN_VZ-SPART F_I_LIFNR = P_L_WERKSDATEN_VZ-LIFNR F_I_NAME_L = L_LIFNR_NAME F_I_KUNNR = P_G_T_FILIALE-KUNNR F_I_NAME_F = P_G_T_FILIALE-NAME1 F_I_ARTNR = P_WAKPD-ARTNR F_I_MAKTX = P_WAKPD-MAKTX IMPORTING F_E_VKORG = P_L_EVKORG F_E_VTWEG = P_L_EVTWEG F_E_SPART = P_L_ESPART F_E_FCODE = P_L_EFCODE TABLES F_X_TVTA = L_T_TVTA EXCEPTIONS EMPTY_TVTA = 1.



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