SAP Reports / Programs

RSCUA_USER_COMPARE SAP ABAP Report - User Comparison Between a Child System and CUA Central System







RSCUA_USER_COMPARE 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 RSCUA_USER_COMPARE 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

/ISDFPS/CUA_USER_CMP - CUA: User Comparison


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 RSCUA_USER_COMPARE. "Basic submit
SUBMIT RSCUA_USER_COMPARE AND RETURN. "Return to original report after report execution complete
SUBMIT RSCUA_USER_COMPARE 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: S_USER = D .
Selection Text: P_SUBSYS = Child System
Title: User Comparison Between a Child System and CUA Central System
Text Symbol: INO = The user does not exist in CUA central system.
Text Symbol: INE = User name in the CUA central system is not identical to the child system user name.
Text Symbol: IML = Local Field Maint.
Text Symbol: IMG = Global Field Maint.
Text Symbol: IGR = This data record group is inconsistent
Text Symbol: IGG = This data record group is consistent
Text Symbol: IEQ = The user name in the CUA central system identical to child system user name.
Text Symbol: IDR = There is an inconsistency in the data record between the CUA central system and the child system.
Text Symbol: IDG = The data record is consistent in the CUA central system and in the child system.
Text Symbol: FAX = FAX
Text Symbol: F02 = Delete Users
Text Symbol: F01 = Transfer Users
Text Symbol: DIF = (Different Users)
Text Symbol: CLD = Child System:
Text Symbol: ANT = Non-existent users in child system.
Text Symbol: AID = Identical users.
Text Symbol: AEX = Exclusive user in child system.
Text Symbol: ADO = Overview:
Text Symbol: ADD = Detail Area:
Text Symbol: INT = eMail
Text Symbol: IRE = Field values not transferred
Text Symbol: IRF = Field values transferred
Text Symbol: IUE = The distribution of the user information has errors.
Text Symbol: IUN = There is no status information in the central system.
Text Symbol: IUS = The distribution of user information was successful.
Text Symbol: IUU = The distribution of user information is unconfirmed.
Text Symbol: IUW = There is a warning for the distribution of the user information.
Text Symbol: PAG = PAG
Text Symbol: PRT = PRT
Text Symbol: Q01 = The users of the system have not been completely compared.
Text Symbol: Q02 = Are you sure you want to exit the user comparison?
Text Symbol: RML = RML
Text Symbol: SSF = SSF
Text Symbol: TEL = TEL
Text Symbol: TLX = TLX





Text Symbol: TTX = TTX
Text Symbol: URI = URI
Text Symbol: USR = User:
Text Symbol: X40 = X.400
Text Symbol: 001 = Central System
Text Symbol: 002 = Child
Text Symbol: 003 = Address
Text Symbol: 004 = Logon Data
Text Symbol: 005 = Defaults
Text Symbol: 006 = Parameters
Text Symbol: 007 = Profiles
Text Symbol: 008 = Roles
Text Symbol: 009 = SNC
Text Symbol: 011 = Groups
Text Symbol: 012 = Reference User
Text Symbol: 013 = License Data
Text Symbol: 014 = Variable
Text Symbol: 015 = Status
Text Symbol: 016 = Distribution Status
Text Symbol: 017 = Maintainability
Text Symbol: 018 = Consistency: Users
Text Symbol: 021 = Cnt:
Text Symbol: 022 = Chd:
Text Symbol: 023 = Central:
Text Symbol: 024 = Child:
Text Symbol: 025 = User Status in Transaction SCUL
Text Symbol: 030 = Tel.No.
Text Symbol: 031 = Fax
Text Symbol: 032 = Teletex
Text Symbol: 033 = Telex
Text Symbol: 034 = EMail
Text Symbol: 035 = Remote Mail
Text Symbol: 036 = X.400
Text Symbol: 037 = Printer
Text Symbol: 038 = Secure Store & Forward
Text Symbol: 039 = URL(Homepage)
Text Symbol: 040 = Pager Serv.
Text Symbol: 041 = Notes: Communication
Text Symbol: 051 = Some users are locked





Text Symbol: 052 = All users for processing must be locked.
Text Symbol: 053 = Number of locked users:
Text Symbol: 054 = By:
Text Symbol: 055 = Locked By:
Text Symbol: 056 = Locked by User:
Text Symbol: A01 = Y
Text Symbol: A02 = N


INCLUDES used within this REPORT RSCUA_USER_COMPARE

INCLUDE RSCUA_USER_COMPARE_TOP . " GLOBAL DATA
INCLUDE RSCUA_USER_COMPARE_SEL . " SELECTION SCREEN
INCLUDE RSCUA_USER_COMPARE_O01 . " PBO-MODULES
INCLUDE RSCUA_USER_COMPARE_I01 . " PAI-MODULES
INCLUDE RSCUA_USER_COMPARE_CHECK . " CHECK-ROUTINES
INCLUDE RSCUA_USER_COMPARE_CREATE . " CREATE-ROUTINES
INCLUDE RSCUA_USER_COMPARE_GET . " GET-ROUTINES
INCLUDE RSCUA_USER_COMPARE_INIT . " INIT-ROUTINES
INCLUDE RSCUA_USER_COMPARE_SET . " SET-ROUTINES
INCLUDE RSCUA_USER_COMPARE_CHECK_USERS . " CHECK-ROUTINES
INCLUDE RSCUA_USER_COMPARE_DIFF_US_SCR . " SUBSCREEN-DIFF-ROUTINES
INCLUDE RSCUA_USER_COMPARE_DIFF_US_LCL . " LCL-ROUTINES
INCLUDE RSCUA_USER_COMPARE_DIFF_US_CRT . " CREATE-ROUTINES
INCLUDE RSCUA_USER_COMPARE_DIFF_US_DSP . " DISPLAY-ROUTINES
INCLUDE RSCUA_USER_COMPARE_DIFF_US_GET . " GET-ROUTINES
INCLUDE RSCUA_USER_COMPARE_DIFF_US_INI . " INIT-ROUTINES
INCLUDE RSCUA_USER_COMPARE_DIFF_US_SET . " SET-ROUTINES
INCLUDE RSCUA_USER_COMPARE_DIFF_US_TOG . " TOGGLE-ROUTINES
INCLUDE RSCUA_USER_COMPARE_DIFF_US_TRS . " TRANSFER-ROUTINES
INCLUDE RSCUA_USER_COMPARE_EXC_US_SCR . " SUBSCREEN-EXC-ROUTINES
INCLUDE RSCUA_USER_COMPARE_EXC_US_LCL . " LCL-ROUTINES
INCLUDE RSCUA_USER_COMPARE_EXC_US_CRT . " CREATE-ROUTINES
INCLUDE RSCUA_USER_COMPARE_EXC_US_DEL . " DELETE-ROUTINES
INCLUDE RSCUA_USER_COMPARE_EXC_US_GET . " GET-ROUTINES
INCLUDE RSCUA_USER_COMPARE_EXC_US_INI . " INIT-ROUTINES
INCLUDE RSCUA_USER_COMPARE_EXC_US_TRS . " TRANSFER-ROUTINES
INCLUDE RSCUA_USER_COMPARE_NOT_US_SCR . " SUBSCREEN-NOT-ROUTINES
INCLUDE RSCUA_USER_COMPARE_NOT_US_LCL . " LCL-ROUTINES
INCLUDE RSCUA_USER_COMPARE_NOT_US_CRT . " CREATE-ROUTINES
INCLUDE RSCUA_USER_COMPARE_NOT_US_DEL . " DELETE-ROUTINES
INCLUDE RSCUA_USER_COMPARE_NOT_US_GET . " GET-ROUTINES
INCLUDE RSCUA_USER_COMPARE_NOT_US_INI . " INIT-ROUTINES



INCLUDE RSCUA_USER_COMPARE_NOT_US_TRS . " TRANSFER-ROUTINES
INCLUDE RSCUA_USER_COMPARE_IDEN_US_SCR . " SUBSCREEN-IDEN-ROUTINES
INCLUDE RSCUA_USER_COMPARE_IDEN_US_CRT . " CREATE-ROUTINES
INCLUDE RSCUA_USER_COMPARE_IDEN_US_INI . " INIT-ROUTINES


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:

No SAP FUNCTION MODULES are executed within this report code!



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