SAP Reports / Programs | Basis Components | ABAP Runtime Environment | Syntax, Compiler, Runtime(BC-ABA-LA) SAP BC

ABDBG_TRACE SAP ABAP Report - Trace Reporting







ABDBG_TRACE 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 ABDBG_TRACE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ABDBG_TRACE - Debugger Trace


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 ABDBG_TRACE. "Basic submit
SUBMIT ABDBG_TRACE AND RETURN. "Return to original report after report execution complete
SUBMIT ABDBG_TRACE 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_DEL = Delete
Selection Text: SO_CLT = Cient
Selection Text: SO_CTXT = Context
Selection Text: SO_DATE = Date
Selection Text: SO_EXC = Exception
Selection Text: SO_RQUSR = Request User
Selection Text: SO_SRV = Server
Selection Text: SO_STYPE = Trace Subtype
Selection Text: SO_TID = Terminal ID
Selection Text: SO_TIME = Time
Selection Text: SO_TYPE = Trace Type
Selection Text: SO_USER = User
Title: Trace Reporting


INCLUDES used within this REPORT ABDBG_TRACE

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:

POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' EXPORTING * defaultoption = '1' " Cursor position on first or second alternative textline1 = l_text text_option1 = 'Delete' ##NO_TEXT text_option2 = 'Cancel' ##NO_TEXT icon_text_option1 = 'ICON_DELETE' icon_text_option2 = 'ICON_CANCEL' titel = 'Delete trace entries' ##NO_TEXT start_column = 25 start_row = 6 " Start line of the dialog box cancel_display = '' " Start line of the dialog box IMPORTING answer = l_answer ##FM_OLDED.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'ABDBG_TRACE' i_callback_user_command = 'CALLBACK_USER_COMMAND' i_structure_name = 'ABDBG_TRACE_STRUC' i_callback_pf_status_set = 'CALLBACK_SET_PF_STATUS' is_layout = l_str_layout it_fieldcat = l_tab_fcat TABLES t_outtab = EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'ABDBG_TRACE_STRUC' i_client_never_display = '' CHANGING ct_fieldcat = r_tab_fcat.



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