SAP ABAP Data Element TRACEPROPAGATION (Trace Propagation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-RFC (Application Component) RFC
     SRCX (Package) Development Class for Remote Communication: RFC and RMC
Basic Data
Data Element TRACEPROPAGATION
Short Description Trace Propagation  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type TRACEPROPAGATION    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Trc. Prop. 
Medium 17 Trace Propagation 
Long 20 Trace Propagation 
Heading 17 Trace Propagation 
Documentation

Definition

When you send RFC calls, you can use the trace export methods to decide, on the sender side, whether to forward the trace level to the target system.

In this way, you can prevent an overflow in the file system of the target application server.

The trace export method can have one of the following values:

  • Default gateway value
  • The profile parameter gw/export_trace_level #0# is set by default and the RFC connections are set to this value.
  • Export trace
  • You can propagate the trace level for this RFC connection independently of the profile parameter gw/export_trace_level by selecting the "Export Trace" option. (This overrides the values of the profile parameter gw/export_trace_level.)

When you activate the user trace in transaction SM04, the profile parameter gw/export_trace_level is set internally to "1" for the participating RFC connections. This means that you do not need to change the profile parameter gw/export_trace_level in transaction SM59.

  • Do not export trace
  • This option stops the trace level from being propagated.

This option is only useful for the analysis of sporadic errors. For more information, see SAP Note 558254.

Use

Dependencies

See the documentation about the profile parameter gw/export_trace_level in transaction RZ11.

Example

History
Last changed by/on SAP  20100420 
SAP Release Created in 700