SAP ABAP Data Element TDSFTABTY (SAP Smart Forms: Selection Field for Table Access)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-SSF (Application Component) Smart Forms
     SMART (Package) SAP Smart Forms
Basic Data
Data Element TDSFTABTY
Short Description SAP Smart Forms: Selection Field for Table Access  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type TDSFTABTY    
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 Access 
Medium 20 Table lookup 
Long 20 Table lookup 
Heading 40 Access to Table (Assigning, Into) 
Documentation

Definition

Within a data retrieval loop, you must specify the table name of the internal table and a work area with assignment type (INTO or ASSIGNING). If you use an internal table with header line, you must use INTO and as the work area specify the same table name as in the input field Internal Table.

With ASSIGNING the field symbol specified in the work area points to the selected entry, which means that there is no copy process (important for large tables). Note that in such a case the field symbol must be declared in the global data of the form.

History
Last changed by/on SAP  20010130 
SAP Release Created in 610