SAP Reports / Programs

ROIO_HD_PM_ORDERS SAP ABAP Report - PM orders by hold status







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


Transaction Code(s):

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

O3O_HD01 - PM Orders by held status


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


INCLUDES used within this REPORT ROIO_HD_PM_ORDERS

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.

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.



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