SAP Reports / Programs | Basis Components | Security | User and Authorization Management(BC-SEC-USR-ADM) SAP BC

RSCUA_USER_COMPARE_DIFF_US_TRS SAP ABAP INCLUDE - RSCUAUSERCOMPAREDIFFUSTRS







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


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_DIFF_US_TRS. "Basic submit
SUBMIT RSCUA_USER_COMPARE_DIFF_US_TRS AND RETURN. "Return to original report after report execution complete
SUBMIT RSCUA_USER_COMPARE_DIFF_US_TRS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RSCUA_USER_COMPARE_DIFF_US_TRS

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:

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.



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