SAP ABAP Data Element DMEE_X_COMPLTAB_ABA (DMEE: loop starts with the first line of internal table)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-CSC (Application Component) Country-Specific Objects
     ID-DMEEA (Package) INTDEV: ABA services of Data Medium Exchange Engine
Basic Data
Data Element DMEE_X_COMPLTAB_ABA
Short Description DMEE: loop starts with the first line of internal table  
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 Ent.table 
Medium 15 Entire table 
Long 20 Entire table 
Heading 10 Ent.table 
Documentation

Definition

Means that when a loop is processed for a table, it should start with the first line.

If this indicator is set, the entire table is used when a loop is processed for an internal table - regardless of whether parts of the table were already used in other nodes. This means that the loop for the internal table always begins with the first line of the table.

If the indicator is not set, the loop continues with the line of the internal table at which a previous loop ended.

Note that a loop always starts in the first line automatically if a new level was started.

Example

You define three elements that are provided with source data from an internal table. The "Entire table" indicator is not set for any of the elements.

If the internal table has three entries, the entries are placed in the three elements one after another, meaning element 1 receives the first entry, element 2 receives the second entry, and element 3 receives the third element.

If, however, the indicator is set for element 3, the loop begins there again with line 1. In this way the first entry in the table is transferred to element 1 and element 3.

History
Last changed by/on SAP  20040312 
SAP Release Created in 640