SAP ABAP Data Element FNAMEITAB (ITAB field)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM-BTX-BF-IF (Application Component) R/3 Interface for Business Transactions
     VZ0C (Package) Customizing R/3 RV central functions
Basic Data
Data Element FNAMEITAB
Short Description ITAB field  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR20    
Data Type CHAR   Character String 
Length 20    
Decimal Places 0    
Output Length 20    
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 ITAB field 
Medium 15 ITAB field 
Long 20 ITAB field 
Heading 20 ITAB field 
Documentation

Definition

Specifies a field that is collected in an internal table, so that it can be used to delete other tables.

Example

If you enter the field MARA-MATNR, the progam combines n materials in an internal talbe. Other tables can then be deleted as follows:

DELETE FROM MARC WHERE MATNR IN ITAB.

DELETE FROM MARA WHERE MATNR IN ITAB.

History
Last changed by/on SAP  19930713 
SAP Release Created in