SAP Reports / Programs

ROIO_HD_REQUISITIONS SAP ABAP Report - Requisitions by hold status







ROIO_HD_REQUISITIONS 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_REQUISITIONS 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_HD03 - Requisitions 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_REQUISITIONS. "Basic submit
SUBMIT ROIO_HD_REQUISITIONS AND RETURN. "Return to original report after report execution complete
SUBMIT ROIO_HD_REQUISITIONS 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 Contains free items
Selection Text: P_XHELD = D Contains held items
Title: Requisitions by hold status
Text Symbol: B01 = Hold status
Text Symbol: B02 = Display parameters
Text Symbol: S01 = Requisition
Text Symbol: SS1 = Free items
Text Symbol: SS2 = Held items
Text Symbol: T01 = Requisitions held for delivery


INCLUDES used within this REPORT ROIO_HD_REQUISITIONS

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.

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.

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

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