SAP Reports / Programs

RGSSTD00 SAP ABAP Report - Enter Deletion of Sets in Transport Request







RGSSTD00 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 RGSSTD00 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 RGSSTD00. "Basic submit
SUBMIT RGSSTD00 AND RETURN. "Return to original report after report execution complete
SUBMIT RGSSTD00 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: STSP = Delete entire hierarchy
Selection Text: STSE = Only delete individual set
Title: Enter Deletion of Sets in Transport Request
Text Symbol: UPT = Subitem Cat.
Text Symbol: T02 = Select Sets
Text Symbol: T01 = Deletion options
Text Symbol: SIC = View
Text Symbol: PPL = Cons Chart
Text Symbol: COA = Chart of accts
Text Symbol: CAC = CO area
Text Symbol: 303 = EC-CS FS subitem set
Text Symbol: 302 = EC-CS FS item set
Text Symbol: 301 = EC-CS cons. unit set
Text Symbol: 202 = Set (capacity req. planning)
Text Symbol: 201 = Set (capacity evaluation)
Text Symbol: 110 = WBS element group
Text Symbol: 109 = Account group
Text Symbol: 108 = Cost object group
Text Symbol: 107 = Business process group
Text Symbol: 106 = Profit center group
Text Symbol: 105 = Activity type group
Text Symbol: 104 = Statistical key figure group
Text Symbol: 103 = Order group
Text Symbol: 102 = Cost element group
Text Symbol: 101 = Cost center group
Text Symbol: 000 = Set (FI-SL)


INCLUDES used within this REPORT RGSSTD00

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_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING setclass = setclass shortname = shortname kokrs = kokrs ktopl = ktopl eccs_dimen = eccs_dimen eccs_itclg = eccs_itclg eccs_sityp = eccs_sityp IMPORTING setid = setid.

G_SET_GET_INFO CALL FUNCTION 'G_SET_GET_INFO' EXPORTING no_set_title = 'X' setname = setid EXCEPTIONS set_not_found = 1 OTHERS = 2.

G_SET_OR_GROUP_AUTHORITY CALL FUNCTION 'G_SET_OR_GROUP_AUTHORITY' EXPORTING i_setid = setid i_actvt = '06'.

G_TRANS_NUMBER CALL FUNCTION 'G_TRANS_NUMBER' EXPORTING category = 'CUST' IMPORTING korrnr = korrnr EXCEPTIONS no_number = 1 OTHERS = 2.

G_TRANS_HEADER CALL FUNCTION 'G_TRANS_HEADER' EXPORTING pgmid = 'R3OB' object = 'SETS' obj_name = obj_name objfunc = ' '.



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