DPR_CHANGE_USER_SETTINGS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to change the Project-Management-specific changes for one user or for all users...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 DPR_CHANGE_USER_SETTINGS 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: P_VAR2 = User
Selection Text: P_VAR1 = All Users
Selection Text: P_USER = D .
Selection Text: P_TTYPE = D .
Selection Text: P_TODAY = Today
Selection Text: P_SVIEW = D .
Selection Text: P_SMAN = D .
Selection Text: P_SDATE = Fixed Time Frame
Selection Text: P_REASON = D .
Selection Text: P_RDATE = Flexible Time Frame
Selection Text: P_RANGE = Unit
Selection Text: P_PTYPE = D .
Selection Text: P_PTEXTS = D .
Selection Text: P_PPAGES = Hits per Page
Selection Text: P_PHTYPE = D .
Selection Text: P_PDATEC = Restrict Dashboard Date
Selection Text: P_MODE = D .
Selection Text: P_EDATE = To
Selection Text: P_DTYPE = D .
Selection Text: P_DATES = D .
Selection Text: P_CTYPE = D .
Selection Text: P_CDOCSC = D .
Selection Text: P_CDOCS = D .
Selection Text: P_CAL = D .
Title: Report DPR_CHANGE_USER_SETTINGS
Text Symbol: 005 = Filter Values
Text Symbol: 004 = No parameter selected
Text Symbol: 003 = Change User Settings for
Text Symbol: 002 = Default Values
Text Symbol: 001 = General
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = 'DPR_TS_USER_SPECIFIC_SETTINGS' fieldname =
-fieldname tables dfies_tab = lt_dfies_tmp.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DPR_CHANGE_USER_SETTINGS - Report DPR_CHANGE_USER_SETTINGS DPR_CHANGE_USER_SETTINGS - Report DPR_CHANGE_USER_SETTINGS DPR_CFS_STATUS_TRANS - Repair Transitions DPR_CFS_STATUS_TRANS - Repair Transitions DPR_CATS_CPR_TRANSF - Transfer of CATS Itemizations to Project Management Application DPR_CATS_CPR_TRANSF - Transfer of CATS Itemizations to Project Management Application