SAP Reports / Programs

FDT_TRACED_CONTEXT_RE_EXECUTE SAP ABAP Report - BRFplus: Rerun Functions with Traced Context







FDT_TRACED_CONTEXT_RE_EXECUTE 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 FDT_TRACED_CONTEXT_RE_EXECUTE 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 FDT_TRACED_CONTEXT_RE_EXECUTE. "Basic submit
SUBMIT FDT_TRACED_CONTEXT_RE_EXECUTE AND RETURN. "Return to original report after report execution complete
SUBMIT FDT_TRACED_CONTEXT_RE_EXECUTE 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_WO_I = Calling with Static Method
Selection Text: P_WITHI = Calling with Function Instance
Selection Text: P_UNAME = User Name
Selection Text: P_TR_TAB = Trace Table
Selection Text: P_TR_LEN = Rerun Based on Lean Trace
Selection Text: P_TR_CTX = Rerun Based on Traced Context
Selection Text: P_TRACE = Full Trace
Selection Text: P_TIMER = Search
Selection Text: P_RERUN = Rerun Function
Selection Text: P_PARSE = Parse Existing Trace
Selection Text: P_NVTAB = Calling with Name/Value Table
Selection Text: P_NOTRC = No Trace
Selection Text: P_LETRC = Lean Trace
Selection Text: P_IVTAB = Calling with ID/Value Table
Selection Text: P_INTRP = Call in Interpretation Mode
Selection Text: P_GEN = Call in Generation Mode
Selection Text: P_FUNCID = Function ID
Selection Text: P_CONT = Calling with Context Object
Selection Text: P_COMP = Compare Interpre. with Generat
Title: BRFplus: Rerun Functions with Traced Context
Text Symbol: TIS = Start Time
Text Symbol: TIE = End Time
Text Symbol: REF = Rerun Function
Text Symbol: PAR = Parse Existing Trace
Text Symbol: BP4 = Breakpoint Before Parsing
Text Symbol: BP2 = Breakpoint After Call
Text Symbol: BP1 = Breakpoint Before Call
Text Symbol: B13 = Parameter Passing
Text Symbol: B11 = Rerun Function or Parse Existing Trace
Text Symbol: B04 = Interpretation Mode / Generation Mode
Text Symbol: B03 = Call Mode
Text Symbol: B02 = Trace Mode
Text Symbol: B01 = Selection Criteria


INCLUDES used within this REPORT FDT_TRACED_CONTEXT_RE_EXECUTE

INCLUDE FDT_INCL_REPORT_UTILITIES.


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:

DD_GET_INCLUDING_TABLES CALL FUNCTION 'DD_GET_INCLUDING_TABLES' EXPORTING tabname = 'FDT_INC_TRACE_0100_DATA' "#EC NOTEXT TABLES tabnames = gt_tabnames.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'DDTABNAME' retfield = 'TABNAME' window_title = 'Trace Tables' "#EC NOTEXT value_org = 'S' TABLES value_tab = gt_tabnames * FIELD_TAB = return_tab = lt_return_tab * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

WDY_EXECUTE_IN_PLACE * CALL FUNCTION 'WDY_EXECUTE_IN_PLACE' EXPORTING internalmode = 'X' application = 'FDT_WD_LEAN_TRACE' parameters = lt_parameters EXCEPTIONS invalid_application = 1 browser_not_started = 2 action_cancelled = 3 OTHERS = 4.



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