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
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: 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)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 = ' '.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGSSTD00 - Enter Deletion of Sets in Transport Request RGSSTD00 - Enter Deletion of Sets in Transport Request RGSROLNM - Reorganization of Representative Data Elements for Sets and Variables RGSROLNM - Reorganization of Representative Data Elements for Sets and Variables RGSREN00 - Compile Sets (Created Prior to Release 4.0) into Groups RGSREN00 - Compile Sets (Created Prior to Release 4.0) into Groups