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
Below is a list of transaction codes which are relevant to this SAP report
/ISDFPS/CUA_USER_CMP - CUA: User Comparison
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: 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
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
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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.
RSCUA_USER_COMPARE - User Comparison Between a Child System and CUA Central System RSCUA_USER_COMPARE - User Comparison Between a Child System and CUA Central System RSCUA_STATUS_SWITCH_TOP - RSCUASTATUSSWITCHTOP RSCUA_STATUS_SWITCH_O01 - RSCUASTATUSSWITCHO01 RSCUA_STATUS_SWITCH_I01 - RSCUASTATUSSWITCHI01 RSCUA_STATUS_SWITCH_FO01 - RSCUASTATUSSWITCHFO01