SAP Reports / Programs | Handling Unit Management | Industry Solution Automotive | Handling Unit Management(IS-A-HUM) SAP IS

MV50AF0F_VERP_KAM SAP ABAP INCLUDE - MV50AF0FVERPKAM







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


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

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:

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.



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