SAP Reports / Programs | Logistics - General | Service Parts Management | Goods Receipt Process(LO-SPM-INB) SAP LO

/SPE/INB_GR_DOC_DLV_PACKING SAP ABAP INCLUDE - /SPE/INBGRDOCDLVPACKING







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

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_PACKING_REFRESH CALL FUNCTION 'HU_PACKING_REFRESH'.

VHUSUBSC_INIT_PACKDIALOG CALL FUNCTION 'VHUSUBSC_INIT_PACKDIALOG' EXPORTING application = c_bordero object = ls_object profile = c_bordero_pf fc_ctrl = ls_ctrl CHANGING packdata = xs_packdata EXCEPTIONS profile_not_found = 1 profile_wrong = 2 OTHERS = 3.

VHUSUBSC_PROCESS_USERINPUT CALL FUNCTION 'VHUSUBSC_PROCESS_USERINPUT' CHANGING packdata = xs_packdata fcode = l_ucomm prototypes_exist = l_prototype EXCEPTIONS error = 1 OTHERS = 2.

VHUMISC_GET_RMATP_FROM_MARA CALL FUNCTION 'VHUMISC_GET_RMATP_FROM_MARA' EXPORTING if_matnr = -matnr IMPORTING ef_rmatp = ls_packgood-rmatp EXCEPTIONS material_not_found = 1 OTHERS = 2.

VHUMISC_CLASSIFY_MATERIAL * CALL FUNCTION 'VHUMISC_CLASSIFY_MATERIAL' * EXPORTING * matnr = ls_lips2-matnr * IMPORTING * ret_mat_type = l_mat_type * EXCEPTIONS * material_read_failed = 1 * tvty_not_found = 2 * OTHERS = 3.

VHUSUBSC_PROCESS_USERINPUT CALL FUNCTION 'VHUSUBSC_PROCESS_USERINPUT' IMPORTING packdata_changed = l_data_change CHANGING packdata = as_packdata fcode = l_ucomm prototypes_exist = l_prototype EXCEPTIONS error = 1 OTHERS = 2.

HU_PACKING_CREATE CALL FUNCTION 'HU_PACKING_CREATE' EXPORTING is_object = ls_object is_mm_data = as_packdata-hus-s_mmdata it_header_proposal = as_packdata-hus-t_hd_prp it_header_capacity = as_packdata-hus-t_hd_cap it_header_add = as_packdata-hus-t_hd_add it_header_transport = as_packdata-hus-t_hd_tra it_items = as_packdata-hus-t_items * it_serial_nr = as_packdata-hus-t_srlnr IMPORTING et_messages = lt_messages EXCEPTIONS input_missing = 1 not_possible = 2 fatal_error = 3 OTHERS = 4.



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 /SPE/INB_GR_DOC_DLV_PACKING or its description.