DPR_CALC_LOG_PARAMETER is a standard Executable ABAP Report 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 DPR_CALC_LOG_PARAMETER 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: TTIM = End Time of Activation
Selection Text: TDAT = End Date of Activation
Selection Text: STTIM = End Time of Activation
Selection Text: STDAT = End Date of Activation
Selection Text: SFTIM = Start Time of Activation
Selection Text: SFDAT = Start Date of Activation
Selection Text: P_SUBOBJ = Application Log: Subobject
Selection Text: P_PARAM = Logbook Parameters
Selection Text: P_NAME = User Name
Selection Text: FTIM = Start Time of Activation
Selection Text: FDAT = Start Date of Activation
Title: Activation of the logbook parameters
Text Symbol: C04 = The logbook parameter is hence active for all users.
Text Symbol: C03 = A logbook parameter can also be set for the user name '*'.
Text Symbol: C02 = In this case, they are independent of the subobject and of time.
Text Symbol: C01 = Logbook parameters can also be activated via the user master.
Text Symbol: 008 = Comment
Text Symbol: 007 = Lists
Text Symbol: 006 = Delete
Text Symbol: 005 = Display
Text Symbol: 004 = Post
Text Symbol: 003 = New Activation Period
Text Symbol: 002 = Active Activation Period
Text Symbol: 001 = Parameters
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_CALLBACK_PROGRAM = * i_callback_user_command = i_structure_name = 'DPR_LOGB_PARAM' * it_fieldcat = * I_SAVE = * IT_EVENTS = TABLES t_outtab = lt_logb_param.
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_CALC_LOG_PARAMETER - Activation of the logbook parameters DPR_CALC_LOG_PARAMETER - Activation of the logbook parameters DPR_CALC_LOG_DELETE - Report DPR_CALC_LOG_DELETE DPR_CALC_LOG_DELETE - Report DPR_CALC_LOG_DELETE DPR_BW_STATELOG - Include LDPR_BW_STATELOG DPR_BPL_SET_PLAN_DATES - Set the planned dates in DPR_BUPA_LINK later on