SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Report Tree(BC-SRV-REP) SAP BC

RSCSAUTH SAP ABAP Report - Maintain/Restore Authorization Groups







RSCSAUTH is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Many SAP programs are supplied either with an authorization group which does not fit in with the customer's authorization system or without an authorization group altogether...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSCSAUTH 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 RSCSAUTH. "Basic submit
SUBMIT RSCSAUTH AND RETURN. "Return to original report after report execution complete
SUBMIT RSCSAUTH 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: TREE_ID = Report tree
Selection Text: TRANSP = Restore with transport
Selection Text: TEST = Test run
Selection Text: SSECU = Authorization group (SAP)
Selection Text: SNAME = Program Name
Selection Text: SDBNA = Log. database
Selection Text: SDBAPL = from application
Selection Text: SAPPL = Application
Selection Text: RESTORE = Restore
Selection Text: NO_TOUCH = No Touch when Saving
Selection Text: DEF_SECU = Default authorization group
Selection Text: CHANGE = Create/Change
Title: Maintain/Restore Authorization Groups
Text Symbol: T05 = Copy authorization groups from
Text Symbol: T04 = Maintain
Text Symbol: T03 = Restore / Transport
Text Symbol: T02 = Authorization groups
Text Symbol: T01 = Report choice
Text Symbol: 011 = Change TRDIR entries?
Text Symbol: 010 = Copy authorization groups from TRDIR
Text Symbol: 006 = Package
Text Symbol: 005 = Title
Text Symbol: 004 = Tree
Text Symbol: 003 = Customer
Text Symbol: 002 = SAP
Text Symbol: 001 = Program


INCLUDES used within this REPORT RSCSAUTH

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = 'TRDIR-Einträge ändern?'(011) TITEL = 'Berechtigungsgruppen in TRDIR übernehmen'(010) IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1. "#EC *

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = 'TRDIR-Einträge ändern?'(011) TITEL = 'Berechtigungsgruppen in TRDIR übernehmen'(010) IMPORTING ANSWER = L_ANSWER EXCEPTIONS OTHERS = 1. "#EC *

TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING IV_CATEGORY = 'SYST' IMPORTING EV_TASK = KORRNR EXCEPTIONS OTHERS = 04.

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' TABLES WT_KO200 = L_KO200 WT_E071K = L_E071K EXCEPTIONS OTHERS = 02.

TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' TABLES WT_KO200 = L_KO200 WT_E071K = L_E071K EXCEPTIONS OTHERS = 04.



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