SAP Reports / Programs | Sales and Distribution | Sales(SD-SLS) SAP SD

MV45AF0L_LIEFERUNG_ERZEUGEN SAP ABAP INCLUDE - MV45AF0LLIEFERUNGERZEUGEN







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

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:

V51P_GET_HEADER_DATA CALL FUNCTION 'V51P_GET_HEADER_DATA' IMPORTING ES_HEADER51 = LS_HEADER51.

HU_PACKING_SALES_PROPOSAL CALL FUNCTION 'HU_PACKING_SALES_PROPOSAL' EXPORTING IF_ANZEIGEMODUS = T180-TRTYP IF_DUNKEL = 'X' IF_PROFILE = '0012' IS_VBAK = VBAK IT_XVBAP = XVBAP[] IT_XVBPA = XVBPA[] CHANGING CT_XVBFA = XVBFA[] CT_YVBFA = YVBFA[] CT_XVBAPF = XVBAPF[].

RV_DELIVERY_CREATE_SINGLE CALL FUNCTION 'RV_DELIVERY_CREATE_SINGLE' EXPORTING SELEKTIONSDATUM = DA_SELDT IV_VBELN_SOFAUF = VBAK-VBELN I_CALL_ACTIVITY = CALL_ACTIVITY IF_DO_FINAL_CHECK = CHARX IMPORTING VBSK_E = DA_VBSK TABLES LVBAK = ZVBAK LVBAP = XVBAP LVBEP = XVBEP LVBFA = ZVBFA LVBFS = CVBFS LVBKD = XVBKD LVBLS = CVBLS LVBPA = XVBPA LVBUK = ZVBUK LVBUP = ZVBUP LVBADR = ZVBADR LFPLA = XFPLA "CCARD LFPLT = XFPLT. "CCARD

RV_DELIVERY_CREATE_SINGLE CALL FUNCTION 'RV_DELIVERY_CREATE_SINGLE' EXPORTING SELEKTIONSDATUM = DA_SELDT I_LIEFERART = TVAK-KORLI IV_VBELN_SOFAUF = VBAK-VBELN I_CALL_ACTIVITY = CALL_ACTIVITY IF_DO_FINAL_CHECK = CHARX IMPORTING VBSK_E = DA_VBSK TABLES LVBAK = ZVBAK LVBAP = ZVBAP LVBEP = ZVBEP LVBFA = ZVBFA LVBFS = CVBFS LVBKD = XVBKD LVBLS = CVBLS LVBPA = XVBPA LVBUK = ZVBUK LVBUP = ZVBUP.



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