SAP Reports / Programs

ROIO_GR_CROSS_DOCKING SAP ABAP Report - Goods receipt cross-docking list







ROIO_GR_CROSS_DOCKING is a standard Executable ABAP Report 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 ROIO_GR_CROSS_DOCKING into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O3O_GRCD - Goods receipt cross-docking


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 ROIO_GR_CROSS_DOCKING. "Basic submit
SUBMIT ROIO_GR_CROSS_DOCKING AND RETURN. "Return to original report after report execution complete
SUBMIT ROIO_GR_CROSS_DOCKING VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_MBLNR = D Material document
Selection Text: P_MJAHR = D Mat. document year
Selection Text: P_VARI = D Layout
Title: Goods receipt cross-docking list
Text Symbol: B03 = Display parameters
Text Symbol: FC1 = Spacer
Text Symbol: S01 = Destination
Text Symbol: T01 = Goods receipt cross-docking -


INCLUDES used within this REPORT ROIO_GR_CROSS_DOCKING

INCLUDE ROIO_I_CONSTANTS.


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:

OIO_CM_ACTIVE call function 'OIO_CM_ACTIVE' exceptions inactive = 1 others = 2.

ME_EKPO_SINGLE_READ call function 'ME_EKPO_SINGLE_READ' exporting pi_ebeln = ls_cross_dock-mseg-ebeln pi_ebelp = ls_cross_dock-mseg-ebelp importing po_ekpo = ls_ekpo exceptions no_records_found = 1 others = 2.

OIO_GR_GET_FLOW call function 'OIO_GR_GET_FLOW' exporting is_goitem = ls_goitem importing et_flw = ls_cross_dock-t_flw.

OIO_DOCFLOW_OBJ_ENCODE call function 'OIO_DOCFLOW_OBJ_ENCODE' exporting i_objty = ls_grn_itm-objty i_object_ref = ls_cross_dock-mseg importing e_objid = ls_grn_itm-objid.

OIO_NV_MSEG_TO_LIPS_GR call function 'OIO_NV_MSEG_TO_LIPS_GR' exporting is_parent = ls_grn_itm importing et_child = lt_dlv_itm.

OIO_DOCFLOW_OBJ_DECODE call function 'OIO_DOCFLOW_OBJ_DECODE' exporting i_objty = ls_dlv_itm-objty i_objid = ls_dlv_itm-objid importing e_object_ref = ls_lips.

OIO_GR_GET_MESSAGES call function 'OIO_GR_GET_MESSAGES' exporting i_mblnr = p_mblnr i_mjahr = p_mjahr i_mblpo = ls_cross_dock-mseg-zeile importing et_gr_msg = lt_msg.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING schluessel = mtcom IMPORTING matdaten = msfcv EXCEPTIONS OTHERS = 1. "n_1229595

ME_EKPO_SINGLE_READ call function 'ME_EKPO_SINGLE_READ' exporting pi_ebeln = ls_flw-ebeln_p pi_ebelp = ls_flw-ebelp_p importing po_ekpo = ls_ekpo exceptions no_records_found = 1 others = 2.

ME_READ_EBAN_MULTIPLE call function 'ME_READ_EBAN_MULTIPLE' exporting i_sel_ebkn = 'X' tables te_eban = lt_eban te_ebkn = lt_ebkn ti_banfn_range = lr_banfn exceptions wrong_input = 1 others = 2.

ME_READ_EBAN_MULTIPLE call function 'ME_READ_EBAN_MULTIPLE' exporting i_sel_ebkn = 'X' tables te_eban = lt_eban te_ebkn = lt_ebkn ti_banfn_range = lr_banfn exceptions wrong_input = 1 others = 2.

ME_EKPO_SINGLE_READ call function 'ME_EKPO_SINGLE_READ' exporting pi_ebeln = ls_flw-ebeln_p pi_ebelp = ls_flw-ebelp_p importing po_ekpo = ls_ekpo exceptions no_records_found = 1 others = 2.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_buffer_active = ' ' i_structure_name = 'ROIO_GR_LIST' i_client_never_display = 'X' i_bypassing_buffer = l_bypass changing ct_fieldcat = pt_fldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = l_repid i_callback_pf_status_set = 'SET_STATUS_CLASSIC' i_callback_user_command = 'USER_COMMAND_CLASSIC' is_layout = ls_layout it_fieldcat = lt_fcat[] * The field catalog (layout) is always equal, therfore "KH * the buffer should be used (buffer=space=default) "KH i_buffer_active = 'X' "use buffer "KH it_sort = lt_sort i_save = 'A' " A = All is_variant = ls_variant tables t_outtab = gt_list.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'ROIO_GR_LIST' i_bypassing_buffer = 'X' changing ct_fieldcat = pt_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' exporting i_save = g_save changing cs_variant = ls_variant exceptions wrong_input = 1 not_found = 2 program_error = 3 others = 4.

REUSE_ALV_VARIANT_EXISTENCE call function 'REUSE_ALV_VARIANT_EXISTENCE' exporting i_save = g_save changing cs_variant = ls_variant exceptions wrong_input = 1 not_found = 2 program_error = 3 others = 4.

REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = ls_variant i_save = g_save i_display_via_grid = ' ' importing e_exit = g_exit es_variant = ls_variant exceptions not_found = 1 program_error = 2 others = 3.

OIO_CT_VALUE_REQUEST_GENERIC





call function 'OIO_CT_VALUE_REQUEST_GENERIC' importing e_cntnr_id = p_cntid exceptions others = 3.

OIO_SP_PACK_DELIVERIES call function 'OIO_SP_PACK_DELIVERIES' exporting it_vbeln = lt_vbeln i_type = p_pack_type.

OIO_DOCFLOW_OBJ_ENCODE call function 'OIO_DOCFLOW_OBJ_ENCODE' exporting i_objty = l_objty i_object_ref = ls_list importing e_objid = l_objid.

OIO_DOCFLOW_OBJ_ENCODE call function 'OIO_DOCFLOW_OBJ_ENCODE' exporting i_objty = l_objty i_object_ref = ls_list importing e_objid = l_objid.

OIO_DOCFLOW_OBJ_ENCODE call function 'OIO_DOCFLOW_OBJ_ENCODE' exporting i_objty = l_objty i_object_ref = ls_list importing e_objid = l_objid.

OIO_DOCFLOW_OBJ_DISPLAY call function 'OIO_DOCFLOW_OBJ_DISPLAY' exporting i_objty = l_objty i_objid = l_objid exceptions invalid_object_type = 1 invalid_transaction_code = 2 others = 3.

OIO_DOCFLOW_OBJ_ENCODE call function 'OIO_DOCFLOW_OBJ_ENCODE' exporting i_objty = gc_objty-grpo_itm i_object_ref = ps_list importing e_objid = l_objid.

OIO_DOCFLOW_OBJ_NAME call function 'OIO_DOCFLOW_OBJ_NAME' exporting i_objty = gc_objty-grpo_itm i_objid = l_objid importing e_description = ps_list-details exceptions invalid_object_type = 1 others = 2.

OIO_DOCFLOW_OBJ_ENCODE call function 'OIO_DOCFLOW_OBJ_ENCODE' exporting i_objty = gc_objty-dlv_itm i_object_ref = ps_list importing e_objid = l_objid.

OIO_DOCFLOW_OBJ_NAME call function 'OIO_DOCFLOW_OBJ_NAME' exporting i_objty = gc_objty-dlv_itm i_objid = l_objid importing e_description = ps_list-details exceptions invalid_object_type = 1 others = 2.

T001W_READ call function 'T001W_READ' exporting werks = ps_list-werks importing struct = ls_t001w exceptions no_entry = 1 others = 2.

T001L_SINGLE_READ call function 'T001L_SINGLE_READ' exporting t001l_werks = ps_list-werks t001l_lgort = ps_list-lgort importing wt001l = ls_t001l exceptions not_found = 1 others = 2.

KNA1_READ_SINGLE call function 'KNA1_READ_SINGLE' exporting id_kunnr = ps_list-kunnr importing es_kna1 = ls_kna1 exceptions not_found = 1 input_not_specified = 2 others = 3.

MATERIAL_READ call function 'MATERIAL_READ' exporting schluessel = ls_mtcom importing matdaten = ls_makt exceptions others = 1.

OIO_DOCFLOW_OBJ_ENCODE call function 'OIO_DOCFLOW_OBJ_ENCODE' exporting i_objty = p_objty i_object_ref = ls_ekpo importing e_objid = p_objid.

OIO_DOCFLOW_OBJ_NAME call function 'OIO_DOCFLOW_OBJ_NAME' exporting i_objty = p_objty i_objid = p_objid i_label = 'X' i_full = 'X' importing e_description = p_name.

OIO_DOCFLOW_OBJ_ENCODE call function 'OIO_DOCFLOW_OBJ_ENCODE' exporting i_objty = p_objty i_object_ref = ls_eban importing e_objid = p_objid.

OIO_DOCFLOW_OBJ_NAME call function 'OIO_DOCFLOW_OBJ_NAME' exporting i_objty = p_objty i_objid = p_objid i_label = 'X' i_full = 'X' importing e_description = p_name.

OIO_DOCFLOW_OBJ_ENCODE call function 'OIO_DOCFLOW_OBJ_ENCODE' exporting i_objty = p_objty i_object_ref = ls_aufk importing e_objid = p_objid.

OIO_DOCFLOW_OBJ_NAME call function 'OIO_DOCFLOW_OBJ_NAME' exporting i_objty = p_objty i_objid = p_objid i_label = 'X' i_full = 'X' importing e_description = p_name.






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