ROIO_HD_PM_ORDERS 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_HD_PM_ORDERS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O3O_HD01 - PM Orders by held status
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.
Selection Text: P_VARI = D Display variant
Selection Text: P_XFREE = D Items to be shipped
Selection Text: P_XHELD = D Items to be held
Title: PM orders by hold status
Text Symbol: B01 = Hold status
Text Symbol: B02 = Display parameters
Text Symbol: S01 = PM Order
Text Symbol: SS1 = Free items
Text Symbol: SS2 = Held items
Text Symbol: T01 = PM Orders for held delivery
INCLUDE ROIO_I_CONSTANTS.
No SAP DATABASE tables are accessed within this REPORT code!
OIO_CM_ACTIVE call function 'OIO_CM_ACTIVE' exceptions inactive = 1 others = 2.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_buffer_active = ' ' i_structure_name = cs_struc_name i_client_never_display = 'X' i_bypassing_buffer = l_bypass changing ct_fieldcat = pt_fldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.
T001W_READ call function 'T001W_READ' exporting werks = ps_list-werks importing struct = ls_t001w exceptions no_entry = 1 others = 2.
T001_SINGLE_READ call function 'T001_SINGLE_READ' exporting bukrs = ps_list-bukrs importing wt001 = ls_t001 exceptions not_found = 1 wrong_call = 2 others = 3.
CO_TA_TKA01_READ call function 'CO_TA_TKA01_READ' exporting kokrs_imp = ps_list-kokrs importing struct = ls_tka01 exceptions not_found = 1 others = 2.
GL_GSBER_GET_TEXT call function 'GL_GSBER_GET_TEXT' exporting business_area = ps_list-gsber importing text = ls_gtext exceptions business_area_not_existing = 1 others = 2.
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 = gs_variant i_save = g_save i_display_via_grid = ' ' importing e_exit = g_exit es_variant = gs_variant exceptions not_found = 1 program_error = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIO_HD_PM_ORDERS - PM orders by hold status ROIO_HD_PM_ORDERS - PM orders by hold status ROIO_HD_PM_COMPONENTS - PM order components by hold status ROIO_HD_PM_COMPONENTS - PM order components by hold status ROIO_GR_XDOCK_LIST - Goods receipt cross-docking list ROIO_GR_XDOCK_LIST - Goods receipt cross-docking list