RSCUA_USER_COMPARE_DIFF_US_TRS is a standard ABAP INCLUDE 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_DIFF_US_TRS 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_USER_CHANGE CALL FUNCTION 'BAPI_USER_CHANGE' EXPORTING username = gw_trans_user-v_username logondata = gw_trans_user-s_logondata logondatax = gw_trans_user-s_logondatax defaults = gw_trans_user-s_defaults defaultsx = gw_trans_user-s_defaultsx address = gw_trans_user-s_address addressx = gw_trans_user-s_addressx parameterx = gw_trans_user-s_parameterx company = gw_trans_user-s_company companyx = gw_trans_user-s_companyx snc = gw_trans_user-s_snc sncx = gw_trans_user-s_sncx *** BACK_DISTRIBUTION = ' ' * PASSWORD = gw_trans_user-s_password * PASSWORDX = gw_trans_user-s_passwordx addcomx = gw_trans_user-s_addcomx ref_user = gw_trans_user-s_ref_user ref_userx = gw_trans_user-s_ref_userx alias = gw_trans_user-s_alias aliasx = gw_trans_user-s_aliasx groupsx = gw_trans_user-s_groupsx * uclass = gw_trans_user-s_uclass uclassx = gw_trans_user-s_uclassx * EXTIDSX = gw_trans_user-s_exitidx TABLES parameter = gw_trans_user-t_parameter return = gw_trans_user-t_return addtel = gw_trans_user-t_addtel addfax = gw_trans_user-t_addfax addttx = gw_trans_user-t_addttx addtlx = gw_trans_user-t_addtlx addsmtp = gw_trans_user-t_addsmtp addrml = gw_trans_user-t_addrml addx400 = gw_trans_user-t_addx400 addrfc = gw_trans_user-t_addrfc addprt = gw_trans_user-t_addprt addssf = gw_trans_user-t_addssf adduri = gw_trans_user-t_adduri addpag = gw_trans_user-t_addpag addcomrem = gw_trans_user-t_addcomrem groups = gw_trans_user-t_groups *** PARAMETER1 = uclasssys = gw_trans_user-t_uclasssys * EXTIDHEAD = gw_trans_user-t_extidhead * EXTIDPART = gw_trans_user-t_extidpart .
BAPI_USER_LOCACTGROUPS_ASSIGN CALL FUNCTION 'BAPI_USER_LOCACTGROUPS_ASSIGN' EXPORTING username = gw_trans_user-v_username distribute_change_only = true TABLES activitygroups = gw_trans_user-t_locroles_child return = gw_trans_user-t_return.
BAPI_USER_LOCACTGROUPS_ASSIGN CALL FUNCTION 'BAPI_USER_LOCACTGROUPS_ASSIGN' EXPORTING username = gw_trans_user-v_username distribute_change_only = true TABLES activitygroups = gw_trans_user-t_locroles_central return = gw_trans_user-t_return.
BAPI_USER_LOCACTGROUPS_ASSIGN CALL FUNCTION 'BAPI_USER_LOCACTGROUPS_ASSIGN' EXPORTING username = gw_trans_user-v_username distribute_change_only = true TABLES activitygroups = gw_trans_user-t_locroles_child return = gw_trans_user-t_return.
BAPI_USER_LOCPROFILES_ASSIGN CALL FUNCTION 'BAPI_USER_LOCPROFILES_ASSIGN' EXPORTING username = gw_trans_user-v_username TABLES profiles = gw_trans_user-t_locprofiles_child return = gw_trans_user-t_return.
BAPI_USER_LOCPROFILES_ASSIGN CALL FUNCTION 'BAPI_USER_LOCPROFILES_ASSIGN' EXPORTING username = gw_trans_user-v_username TABLES profiles = gw_trans_user-t_locprofiles_central return = gw_trans_user-t_return.
BAPI_USER_LOCPROFILES_ASSIGN CALL FUNCTION 'BAPI_USER_LOCPROFILES_ASSIGN' EXPORTING username = gw_trans_user-v_username TABLES profiles = gw_trans_user-t_locprofiles_child return = gw_trans_user-t_return.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSCUA_USER_COMPARE_DIFF_US_TRS - RSCUAUSERCOMPAREDIFFUSTRS RSCUA_USER_COMPARE_DIFF_US_TOG - RSCUAUSERCOMPAREDIFFUSTOG RSCUA_USER_COMPARE_DIFF_US_SET - RSCUAUSERCOMPAREDIFFUSSET RSCUA_USER_COMPARE_DIFF_US_SCR - RSCUAUSERCOMPAREDIFFUSSCR RSCUA_USER_COMPARE_DIFF_US_LCL - RSCUAUSERCOMPAREDIFFUSLCL RSCUA_USER_COMPARE_DIFF_US_INI - RSCUAUSERCOMPAREDIFFUSINI