RJITACTIONLOG01 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 RJITACTIONLOG01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JITLOGDEL - Delete Action Logs
JITLOG - Display Action Log
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: ACTI_PV = D Action
Selection Text: FDATE_PV = D Date
Selection Text: FTIME_PV = D Time
Selection Text: TCODE_PV = D Transaction Code
Selection Text: TDATE_PV = D Date
Selection Text: TTIME_PV = D Time
Selection Text: USER_PV = D User
Title: Display Action Log
Text Symbol: 010 = Start Date and Start Time
Text Symbol: 011 = End Date and End Time
Text Symbol: DL1 = Number of Entries
Text Symbol: DL2 = Display
Text Symbol: DL3 = Direct Deletion
Text Symbol: FTI = From (Date/Time)
Text Symbol: TIM = Time Restriction
Text Symbol: TTI = to (Date/Time)
INCLUDE RJITACTIONLOG01TOP . "
INCLUDE RJITACTIONLOG01SEL.
No SAP DATABASE tables are accessed within this REPORT code!
JIT03_CHECK_AUTHORITY CALL FUNCTION 'JIT03_CHECK_AUTHORITY' EXPORTING actvt_iv = jit_actvt_show_gc * CUSTO_IV = * ACTION_IV = EXCEPTIONS no_authority = 1 OTHERS = 2 .
JIT03_CHECK_AUTHORITY CALL FUNCTION 'JIT03_CHECK_AUTHORITY' EXPORTING actvt_iv = jit_actvt_admin_gc * CUSTO_IV = * ACTION_IV = EXCEPTIONS no_authority = 1 OTHERS = 2 .
JIT03_DELETE_LOG CALL FUNCTION 'JIT03_DELETE_LOG' EXPORTING * POSID_IT = * OUTPO_IT = log_header_it = log_header_gt EXCEPTIONS error = 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.
RJITACTIONLOG01 - Display Action Log RJITACTIONLOG01 - Display Action Log RJIREMXX - Reorganize Daily Audit Statistics from Return Data RJIREMXX - Reorganize Daily Audit Statistics from Return Data RJINDEX1 - IS-PSD: Set Publication and Billing Period Unit in Billing Index RJINDEX1 - IS-PSD: Set Publication and Billing Period Unit in Billing Index