REBPPEVENTLOG_DISPLAY 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 REBPPEVENTLOG_DISPLAY into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FISPLOGDISP - Display of Log Entries
EBPP_LOG_DISP - Display of Log Categories
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: PUSERID = D User ID
Selection Text: PTTIME = D Time
Selection Text: PTDATE = D Date
Selection Text: PREF = D External Transaction
Selection Text: POBJTYPE = D Object Type
Selection Text: POBJKEY = D Key
Selection Text: PLOGSYS = D Logical System
Selection Text: PLINES = Restrict number to
Selection Text: PFTIME = D Time
Selection Text: PFDATE = D Date
Selection Text: PCATNAME = D Key of the Category
Selection Text: PBUKRS = D Company Code
Selection Text: PBPTYPE = D Business Partner Category
Selection Text: PBPID = D Business Partner
Title: Program REBPPEVENTLOG_DISPLAY
Text Symbol: 105 = Log Number
Text Symbol: 100 = Log Document Number
Text Symbol: 080 = Company Code
Text Symbol: 070 = Client
Text Symbol: 060 = User
Text Symbol: 050 = On &1 At &2
Text Symbol: 040 = Date
Text Symbol: 030 = Report
Text Symbol: 020 = Display Log Entries
Text Symbol: 015 = Format
Text Symbol: 010 = Selection criteria
Text Symbol: 006 = To date/time
Text Symbol: 005 = From date/time
Text Symbol: 004 = More...
Text Symbol: 003 = BOR Reference
Text Symbol: 002 = Time frame
Text Symbol: 001 = User
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EBPP_EVENT_READ CALL FUNCTION 'EBPP_EVENT_READ' EXPORTING im_categoryname = pcatname im_userid = puserid im_bp_id = pbpid im_bp_type = pbptype im_fdate = pfdate im_tdate = ptdate im_ftime = pftime im_ttime = pttime im_bukrs = pbukrs im_objkey = pobjkey im_objtype = pobjtype im_logsys = plogsys im_reference = pref im_maxrows = plines TABLES t_event = gt_event.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_top_of_page = 'TOP_OF_PAGE' it_fieldcat = gt_fieldcat[] is_layout = gs_layout i_save = g_save is_variant = gs_variant it_sort = gt_sort[] TABLES t_outtab = gt_event.
F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = 'FKDC' IMPORTING shlp = ls_shlp.
F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = ls_shlp TABLES return_values = lt_return_values.
F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = 'USER_ADDR' IMPORTING shlp = ls_shlp.
F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = ls_shlp TABLES return_values = lt_return_values.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_structure_name = 'EBPP_EVENT' CHANGING ct_fieldcat = gt_fieldcat[].
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_top_of_page.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REBPPEVENTLOG_DISPLAY - Program REBPPEVENTLOG_DISPLAY REBPPEVENTLOG_DISPLAY - Program REBPPEVENTLOG_DISPLAY REBPCT_CHECK_CRM_REPLICATION - Report for Testing Replication Contact -> CRM Activity REBPCT_CHECK_CRM_REPLICATION - Report for Testing Replication Contact -> CRM Activity REBOOK_PBO_0100 - Include REBOOK_PBO_0100 REBII_453124_EXT - VA90: Delete EBII Entries