SAP Reports / Programs | Logistics Execution | Warehouse Management(LE-WM) SAP LE

ML03TF50_DATEN_LTAP_VBLKP_2 SAP ABAP INCLUDE - ML03TF50DATENLTAPVBLKP2







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

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:

ME_EKPO_SINGLE_READ call function 'ME_EKPO_SINGLE_READ' exporting pi_ebeln = lips-vgbel pi_ebelp = lf_ebelp importing po_ekpo = ls_ekpo exceptions no_records_found = 1 others = 2.

MMPUR_EKKN_READ_EBELN_EBELP call function 'MMPUR_EKKN_READ_EBELN_EBELP' exporting pi_ebeln = lips-vgbel pi_ebelp = lf_ebelp tables pto_ekkn_po = lt_ekkn exceptions no_records_requested = 1 others = 2.

K_ORDER_READ call function 'K_ORDER_READ' exporting aufnr = ls_ekkn-aufnr importing autyp = lf_autyp exceptions not_found = 1 others = 2.

LVS_COMMUNICATION_VB_TO CALL FUNCTION 'LVS_COMMUNICATION_VB_TO' exporting i_likp = likp i_lips = ls_lips "n_1624277 i_aufer = vblkk-aufer i_lips_handle = lf_lips_handle "n_1392993 importing e_chneu = rl03t-chneu e_kzcla = rl03t-kzcla e_xkcfc = rl03t-xkcfc e_bestq = ltap-bestq e_benum = ltak-benum e_t333 = t333.



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