RCATSXT_CHANGE_USER_DEFAULTS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Change User Settings for CATSXT This report is only used for emergency repairs to the user settings for the CATSXT and CATSXT_ADMIN transactions, and is only to be used by SAP development...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 RCATSXT_CHANGE_USER_DEFAULTS 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.
Selection Text: UNAME = D User
Title: CATSXT: Change User Settings
Text Symbol: 001 = Error While Saving User Settings
Text Symbol: 002 = CATSXT - Change User Settings
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_GET_VALUES call function 'POPUP_GET_VALUES' exporting no_value_check = 'X' popup_title = 'CATSXT - Aendern Benutzereinstellungen'(002) start_column = '1' start_row = '1' importing returncode = lf_return tables fields = lt_fields exceptions error_in_fields = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCATSXT_CHANGE_USER_DEFAULTS - CATSXT: Change User Settings RCATSXT_CHANGE_USER_DEFAULTS - CATSXT: Change User Settings RCATSXT_BOR - Program for CATSXT Object Type: Time Sheet RCATSXT_BOR - Program for CATSXT Object Type: Time Sheet RCATSXC_PROFILE_WHERE_USED - Where-Used List of Entry Profile in CATS for Service Providers RCATSXC_PROFILE_WHERE_USED - Where-Used List of Entry Profile in CATS for Service Providers