MV50AF0F_VERP_KAM 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 MV50AF0F_VERP_KAM 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_CREATE_FROM_SALES_PROPOSAL CALL FUNCTION 'HU_CREATE_FROM_SALES_PROPOSAL' EXPORTING IS_VBAK = CVBAK IS_V50AGL = V50AGL IS_LIKP = LS_LIKP IT_VBAP = IT_VBAP[] IT_VBFA_TAB = XVBFA[] IMPORTING EF_DATA_CHANGED = PACKDATEN_VERBUCHEN CHANGING CT_XVBFA = XPACKVBFA[] CT_YVBFA = YPACKVBFA[] CT_XVBAPF = XVBAPF[].
HU_PACKING_DELIVERY CALL FUNCTION 'HU_PACKING_DELIVERY' EXPORTING IS_DELIVERY = IS_PACKING IS_LIKP = IS_LIKP IT_XLIPS = XLIPS[] IT_XVBUK = XVBUK[] IT_XVBUP = XVBUP[] IT_XVBPA = XVBPA[] IT_XVBADR = XVBADR[] IMPORTING EF_DATA_CHANGED = LF_PACKDATEN_VERBUCHEN EF_FCODE = LF_FCODE EF_NUMBER_HUS = LF_ANZPK CHANGING CT_XVBFA = XPACKVBFA[] CT_YVBFA = YPACKVBFA[] CT_XVBAPF = XVBAPF[].
PACKING_CONVERT CALL FUNCTION 'PACKING_CONVERT' EXPORTING F_VPOBJ = LF_OBJECT T_CONVT = LT_CONVT CHANGING T_VERKO = IT_VERKO[] T_VERPO = IT_VERPO[] EXCEPTIONS NOTHING_TO_DO = 0 SHIPPING_UNITS_DELETED = 1 DELIVERY_ITEMS_NOT_UNIQUE = 2 DELIVERY_ITEM_MISSING = 2 SHIPPING_UNITS_NOT_UNIQUE = 2 OTHERS = 3.
V51F_PACKING_CREATE CALL FUNCTION 'V51F_PACKING_CREATE' EXPORTING IT_VERKO = IT_VERKO[] IT_VERPO = IT_VERPO[] IMPORTING EF_RCODE = LF_SUBRC EXCEPTIONS FATAL_ERROR = 01 OTHERS = 99.
HU_REHANG CALL FUNCTION 'HU_REHANG' EXPORTING IF_NEW_OBJECT = VPOBJ IF_USE_LM = LF_LOCAL_MEMORY IT_VERKO = IT_VERKO[] IT_VERPO = IT_VERPO[] EXCEPTIONS HUS_LOCKED = 01 OTHERS = 99.
V51P_PACKING_DETERMINATION CALL FUNCTION 'V51P_PACKING_DETERMINATION' EXPORTING IF_CALL = 'B' IS_HEADER_DATA = LS_V51KO IMPORTING EF_EXISTING_DATA = LF_DATA_CHANGED.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.