FV50XF0B_WM_UPDATE_PACKING 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 FV50XF0B_WM_UPDATE_PACKING into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HU_DETERMINE_CHANGED_QUANTITY CALL FUNCTION 'HU_DETERMINE_CHANGED_QUANTITY' IMPORTING ES_HUM_MM = LS_HU_MM ET_REPACK = LT_REPACK ET_BESTAND = LT_BESTAND EXCEPTIONS OTHERS = 99.
L_LGORT_LGNUM_CHECK CALL FUNCTION 'L_LGORT_LGNUM_CHECK' EXPORTING I_WERKS = LS_REPACK-WERKS I_LGORT = LS_REPACK-LGORT IMPORTING E_T320 = LS_T320 EXCEPTIONS LGNUM_DATA_DOES_NOT_EXIST = 01 OTHERS = 99.
L_TO_REPACK CALL FUNCTION 'L_TO_REPACK' EXPORTING I_LGNUM = LF_LGNUM * importing * e_tanum = lf_tanum TABLES T_LTAP_REPA = LT_REP EXCEPTIONS NO_ITEM_CREATED = 01.
L_TO_REPACK CALL FUNCTION 'L_TO_REPACK' EXPORTING I_LGNUM = LF_LGNUM * importing * e_tanum = lf_tanum TABLES T_LTAP_REPA = LT_REP EXCEPTIONS NO_ITEM_CREATED = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FV50XF0B_WM_UPDATE_PACKING - FV50XF0BWMUPDATEPACKING FV50XF0B_WF_IBDLV_FROM_OBDLV - FV50XF0BWFIBDLVFROMOBDLV FV50XF0B_VERSANDTERMINE_BUCHEN - FV50XF0BVERSANDTERMINEBUCHEN FV50XF0B_VBSK_AKTUALISIEREN - FV50XF0BVBSKAKTUALISIEREN FV50XF0B_VBBED_APO_FUELLEN - FV50XF0BVBBEDAPOFUELLEN FV50XF0B_TEXT_MEMORY_INIT - FV50XF0BTEXTMEMORYINIT