SAP Reports / Programs

ROIU_SET_EXPLODE SAP ABAP Report - PRA Set Explode form pool for common PRA Set processing







ROIU_SET_EXPLODE 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 ROIU_SET_EXPLODE into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Title: PRA Set Explode form pool for common PRA Set processing


INCLUDES used within this REPORT ROIU_SET_EXPLODE

No INCLUDES are used within this REPORT code!


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:

G_SET_DECRYPT_SETID CALL FUNCTION 'G_SET_DECRYPT_SETID' EXPORTING SETID = P_SETID IMPORTING SETCLASS = P_SETCLASS SHORTNAME = P_SETNAME.

G_SET_TREE_IMPORT CALL FUNCTION 'G_SET_TREE_IMPORT' EXPORTING CLIENT = SY-MANDT FIELDNAME = L_FIELDNAME LANGU = SY-LANGU NO_DESCRIPTIONS = 'X' NO_RW_INFO = 'X' SETID = I_SETID TABNAME = L_TABLE * NO_VARIABLE_REPLACEMENT = ' ' * ROOT_HEADER_ONLY = ' ' * NO_TABLE_BUFFERING = 'X' * IMPORTING * SET_NOT_TRANSPARENT = TABLES SET_HIERARCHY = T_SETHIER SET_VALUES = T_SETVALUES EXCEPTIONS SET_NOT_FOUND = 1 ILLEGAL_FIELD_REPLACEMENT = 2 ILLEGAL_TABLE_REPLACEMENT = 3 OTHERS = 4 .

G_SET_GET_SUPERSETS CALL FUNCTION 'G_SET_GET_SUPERSETS' EXPORTING CLIENT = SY-MANDT SETCLASS = L_SETCLASS SETNAME = L_SETNAME TABNAME = L_TABLE TABLES SUPERSETS = T_SUPERSETS * SETNAMES = .

OIU_GET_NEXT_SYS_NO CALL FUNCTION 'OIU_GET_NEXT_SYS_NO' EXPORTING TABNAME = C-HIERTAB * TOYEAR = IMPORTING SYS_NO = T_HIER_ENT-ENT_NO EXCEPTIONS TABLE_NOT_FOUND = 1 OBJECT_NOT_FOUND = 2 INTERVAL_NOT_FOUND = 3 NUMBER_RANGE_NOT_INTERN = 4 INTERVAL_OVERFLOW = 5 OTHERS = 6.

OIU_GET_NEXT_SYS_NO CALL FUNCTION 'OIU_GET_NEXT_SYS_NO' EXPORTING TABNAME = C-HIERTAB * TOYEAR = IMPORTING SYS_NO = T_HIER_ENT-ENT_NO EXCEPTIONS TABLE_NOT_FOUND = 1 OBJECT_NOT_FOUND = 2 INTERVAL_NOT_FOUND = 3 NUMBER_RANGE_NOT_INTERN = 4 INTERVAL_OVERFLOW = 5 OTHERS = 6.

OIU_GET_NEXT_SYS_NO CALL FUNCTION 'OIU_GET_NEXT_SYS_NO' EXPORTING TABNAME = C-HIERTAB * TOYEAR = IMPORTING SYS_NO = T_HIER_ENT-ENT_NO EXCEPTIONS TABLE_NOT_FOUND = 1 OBJECT_NOT_FOUND = 2 INTERVAL_NOT_FOUND = 3 NUMBER_RANGE_NOT_INTERN = 4 INTERVAL_OVERFLOW = 5 OTHERS = 6.



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