SAP ABAP Data Element NAVP_TRANS_DEFAULT_SGP (Determine SET/GET Parameters Automatically)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   PP-SFC (Application Component) Production Orders
     NAVIGATION_PROFILE (Package) Navigation Profile
Basic Data
Data Element NAVP_TRANS_DEFAULT_SGP
Short Description Determine SET/GET Parameters Automatically  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type XFELD    
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 Automatic 
Medium 15 Automatically 
Long 20 Parameters: Auto 
Heading 27 Determine SET/GET Params 
Documentation

Definition

Controls whether the system automatically determines SET/GET-Parameter and fills them with data.

Use

The system determines the columns for which SET/GET parameters (in the DDIC) are defined. These SET/GET-parameters are then filled with values from the selected line.

If the same SET/GET parameter is to be used in multiple columns, the system determines the appropriate parameter (in other words, the system uses the parameter of the first displayed column).
You can also influence which parameters are used by moving the columns.

Technical Note

In the Debugger you can see which SET/GET parameters can actually be set, if you activate the breakpoints of the checkpoint group NAVP_CALL_FUNCTION in the transaction SAAB.
Now execute the transaction call (it may be necessary to restart the program first). If the corresponding breakpoint was reached display the table LT_SGP_NEW in the debugger.
You can see which parameters are used by the transaction that was called by setting a breakpoint for the instruction GET PARAMETER in the Debugger.

Dependencies

Example

History
Last changed by/on SAP  20050428 
SAP Release Created in 600