SAP Reports / Programs | Portfolio and Project Management | Project Management(PPM-PRO) SAP PPM

DPR_CHANGE_USER_SETTINGS SAP ABAP Report - Report DPR_CHANGE_USER_SETTINGS







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


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


Text pool values


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


INCLUDES used within this REPORT DPR_CHANGE_USER_SETTINGS

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:

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = 'DPR_TS_USER_SPECIFIC_SETTINGS' fieldname = -fieldname tables dfies_tab = lt_dfies_tmp.



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