/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
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_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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/SPE/INB_GR_DOC_DLV_PACKING - /SPE/INBGRDOCDLVPACKING /SPE/INB_GR_DOC_DLV_PAB - /SPE/INBGRDOCDLVPAB /SPE/INB_GR_DOC_DLV_OTHERS - /SPE/INBGRDOCDLVOTHERS /SPE/INB_GR_DOC_DLV_OBJFUNCS - /SPE/INBGRDOCDLVOBJFUNCS /SPE/INB_GR_DOC_DLV_NOEX_FRAM - /SPE/INBGRDOCDLVNOEXFRAM /SPE/INB_GR_DOC_DLV_NOEX_DEF - /SPE/INBGRDOCDLVNOEXDEF