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

ML03TF00_DOCUBATCH SAP ABAP INCLUDE - ML03TF00DOCUBATCH







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

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:

VBDBBF_ACTIVE_CHECK_GENERAL CALL FUNCTION 'VBDBBF_ACTIVE_CHECK_GENERAL' IMPORTING ev_docubatch_active = gv_doc_batch_active EXCEPTIONS OTHERS = 0.

VBDBDM_DOCUBATCH_RELEVANCE CALL FUNCTION 'VBDBDM_DOCUBATCH_RELEVANCE' "v_n_1725044 EXPORTING IS_LTAK = LTAK IS_LTAP_VB = IMPORTING EV_EBELN = -EBELN EV_EBELP = -EBELP EV_AUFNR = -AUFNR EV_AUFPS = -AUFPS EV_PROCESS_ID = GV_PROCESS * EV_DISPLAY_ONLY = EXCEPTIONS PARAMETER_MISSING = 1 OTHERS = 2. "^_n 1725044

VBDBDM_DATA_MAINTAIN_WM CALL FUNCTION 'VBDBDM_DATA_MAINTAIN_WM' EXPORTING i_lgnum = -lgnum i_tanum = -tanum i_tapos = -tapos i_matnr = -matnr i_werks = -werks i_docubatch_charg = -docubatch_charg i_quantity = -nista i_uom = -altme i_process_id = gv_process i_ebeln = -ebeln i_ebelp = -ebelp i_aufnr = -aufnr i_aufps = -aufps i_rsnum = ltak-rsnum i_rspos = -rspos i_rsart = -rsart i_vbeln = -vbeln "n_1487729 i_posnr = -posnr i_no_dialog = con_x i_load_precursor = con_x is_docubatch_com = gs_docubatch_com IMPORTING e_control = -docubatch_control e_docubatch_charg = -docubatch_charg e_mult_entries = -docubatch_mult_entries EXCEPTIONS OTHERS = 0.

VBDBDM_DATA_MAINTAIN_WM CALL FUNCTION 'VBDBDM_DATA_MAINTAIN_WM' EXPORTING i_lgnum = ltap-lgnum i_tanum = ltap-tanum i_tapos = ltap-tapos i_matnr = ltap-matnr i_werks = ltap-werks i_docubatch_charg = ltap1-docubatch_charg i_quantity = gs_tap-nista i_uom = rl03t-namei i_process_id = gv_process i_ebeln = gs_tap-ebeln i_ebelp = gs_tap-ebelp i_aufnr = gs_tap-aufnr i_aufps = gs_tap-aufps i_rsnum = ltak-rsnum i_rspos = gs_tap-rspos i_rsart = gs_tap-rsart i_vbeln = ltak-vbeln i_posnr = gs_tap-posnr i_no_dialog = iv_no_dialog is_docubatch_com = gs_docubatch_com IMPORTING e_control = gs_tap-docubatch_control e_docubatch_charg = gs_tap-docubatch_charg e_mult_entries = gs_tap-docubatch_mult_entries.

VBDBDM_DATA_DISPLAY_WM CALL FUNCTION 'VBDBDM_DATA_DISPLAY_WM' EXPORTING i_lgnum = ltap-lgnum i_tanum = ltap-tanum i_tapos = ltap-tapos i_matnr = ltap-matnr i_werks = ltap-werks i_docubatch_charg = ltap1-docubatch_charg i_quantity = gs_tap-nista i_uom = rl03t-namei i_process_id = gv_process i_ebeln = gs_tap-ebeln i_ebelp = gs_tap-ebelp i_aufnr = gs_tap-aufnr i_aufps = gs_tap-aufps i_rsnum = ltak-rsnum i_rspos = gs_tap-rspos i_rsart = gs_tap-rsart i_vbeln = ltak-vbeln i_posnr = gs_tap-posnr is_docubatch_com = gs_docubatch_com.

VBDBDM_DATA_CHECK_WM CALL FUNCTION 'VBDBDM_DATA_CHECK_WM' EXPORTING i_lgnum = gs_tap-lgnum i_tanum = gs_tap-tanum i_tapos = gs_tap-tapos i_matnr = gs_tap-matnr i_werks = gs_tap-werks i_docubatch_charg = gs_tap-docubatch_charg i_quantity = gs_tap-nista i_uom = gs_tap-altme i_process_id = gv_process i_ebeln = gs_tap-ebeln i_ebelp = gs_tap-ebelp i_aufnr = gs_tap-aufnr i_aufps = gs_tap-aufps i_rsnum = ltak-rsnum i_rspos = gs_tap-rspos i_rsart = gs_tap-rsart i_vbeln = ltak-vbeln i_posnr = gs_tap-posnr is_docubatch_com = gs_docubatch_com I_SPEZI = ltak-spezi EXCEPTIONS process_not_active = 0 error = 1 warning = 2 OTHERS = 3.

VBDBDM_DATA_CHECK_WM CALL FUNCTION 'VBDBDM_DATA_CHECK_WM' EXPORTING i_lgnum = gs_tap-lgnum i_tanum = gs_tap-tanum i_tapos = gs_tap-tapos i_matnr = gs_tap-matnr i_werks = gs_tap-werks i_docubatch_charg = ltap1-docubatch_charg i_quantity = gs_tap-nista i_uom = gs_tap-altme i_process_id = gv_process i_ebeln = gs_tap-ebeln i_ebelp = gs_tap-ebelp i_aufnr = gs_tap-aufnr i_aufps = gs_tap-aufps i_rsnum = ltak-rsnum i_rspos = gs_tap-rspos i_rsart = gs_tap-rsart i_vbeln = ltak-vbeln i_posnr = gs_tap-posnr is_docubatch_com = gs_docubatch_com I_SPEZI = ltak-spezi EXCEPTIONS process_not_active = 0 error = 1 warning = 2 OTHERS = 3.

VBDBDM_DATA_CHECK_WM CALL FUNCTION 'VBDBDM_DATA_CHECK_WM' EXPORTING i_lgnum = ltap-lgnum i_tanum = ltap-tanum i_tapos = ltap-tapos i_matnr = ltap-matnr i_werks = ltap-werks i_docubatch_charg = *ltap1-docubatch_charg i_quantity = gs_tap-nista i_uom = ltap-altme i_process_id = gv_process i_ebeln = tap-ebeln i_ebelp = tap-ebelp i_aufnr = tap-aufnr i_aufps = tap-aufps i_rsnum = ltak-rsnum i_rspos = tap-rspos i_rsart = tap-rsart i_vbeln = ltak-vbeln i_posnr = tap-posnr is_docubatch_com = gs_docubatch_com EXCEPTIONS process_not_active = 0 error = 1 warning = 2 OTHERS = 3.

VBDBDM_DATA_POST_WM CALL FUNCTION 'VBDBDM_DATA_POST_WM' EXPORTING is_ltak = ltak it_ltap = tap[].

VBDBDM_DATA_CHECK_WM CALL FUNCTION 'VBDBDM_DATA_CHECK_WM' EXPORTING i_lgnum = gs_tap-lgnum i_tanum = gs_tap-tanum i_tapos = gs_tap-tapos i_matnr = gs_tap-matnr i_werks = gs_tap-werks i_docubatch_charg = ltap1-docubatch_charg i_quantity = gs_tap-nista i_uom = gs_tap-altme i_process_id = gv_process i_ebeln = gs_tap-ebeln i_ebelp = gs_tap-ebelp i_aufnr = gs_tap-aufnr i_aufps = gs_tap-aufps i_rsnum = ltak-rsnum i_rspos = gs_tap-rspos i_rsart = gs_tap-rsart i_vbeln = ltak-vbeln i_posnr = gs_tap-posnr is_docubatch_com = gs_docubatch_com EXCEPTIONS process_not_active = 0 error = 1 warning = 2 OTHERS = 3.

LE_DELIVERY_GET_BUFFERED CALL FUNCTION 'LE_DELIVERY_GET_BUFFERED' EXPORTING IF_REQUESTED_VERSION = -1 IF_VBELN = cs_tap_db-vbeln IS_DATA = ls_data IF_FILTER_BY_ENQUE = con_x CHANGING cx_deliveries = lt_dlv EXCEPTIONS NO_ITEM_SELECTED = 1 SELECTED_ITEM_ENQUEUED = 2 NO_KEY_SPECIFIED = 3 OTHERS = 99. "^_n_1697806

MB_READ_RESERVATION_POSITION CALL FUNCTION 'MB_READ_RESERVATION_POSITION' EXPORTING rsnum = is_ltak-rsnum TABLES seqtab = lt_resb EXCEPTIONS OTHERS = 2.



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