SAP ABAP Class CL_APL_ECATT_TAB_LOOP (Loop Over Table Parameter)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
     SECATT_MIDDLEWARE (Package) eCATT Middleware Objects
Properties
Class CL_APL_ECATT_TAB_LOOP  
Short Description Loop Over Table Parameter    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SECATT_MIDDLEWARE   eCATT Middleware Objects 
Created 20060919   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_APL_ECATT_TAB_LOOP has no forward declaration.
Interfaces
Class CL_APL_ECATT_TAB_LOOP has no interface implemented.
Friends
Class CL_APL_ECATT_TAB_LOOP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 A_ALIAS Instance attribute Public Type reference (TYPE) ETP_NAME Alias Name 20060919
2 A_LTC Instance attribute Public Type reference (TYPE) SYINDEX Loop Index 20060921
3 A_TABIX Instance attribute Public Type reference (TYPE) SYTABIX Table Index 20060919
4 A_TABNAME Instance attribute Public Type reference (TYPE) STRING Table Name 20060919
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_LOOP_CMD Instance method Private Method 20060925
2 CHECK_LOOP_SELECTION Instance method Public Method Check LOOP row is suitable for RANGE table for processing 20061222
3 CREATE_RANGE_TABLE Instance method Private Method 20060925
4 CREATE_TABLE Instance method Public Method 20060925
5 GET_COMPONENTS_FOR_SELECTION Instance method Private Method 20060925
6 GET_CURRENT_INDEX_DATA Instance method Public Method 20060925
7 GET_PGIDS_4_LOOP Instance method Public Method 20060925
8 INIT_SEL_RANGE_TAB_REFS Instance method Public Method 20061222
9 SET_TABIX Instance method Public Method Set Current Table Index 20060919
Events
Class CL_APL_ECATT_TAB_LOOP has no event.
Types
Class CL_APL_ECATT_TAB_LOOP has no local type.
Method Signatures

Method CHECK_LOOP_CMD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CMD_PGID Call by reference Type reference (TYPE) ETDOM_ALL_TABTYPE 20060925
2 Exporting EV_COMPATIBLE Call by reference Type reference (TYPE) ETONOFF 20060925
3 Exporting EV_EMPTY_CMD_LINE Call by reference Type reference (TYPE) ETONOFF 20060925
4 Importing IP_CMD_XML_TYPE Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_XML_DATA 20060925
5 Importing IP_PARAMS Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_PARAMS 20060925
6 Importing IT_ORIG_LINES Call by reference Type reference (TYPE) ETXML_LINE_TABTYPE 20060925
7 Importing IT_TABLE_PGID Call by reference Type reference (TYPE) ETDOM_ALL_TABTYPE 20060925
# Exception Resumable Description Created on
1 CX_ECATT_APL 20060925

Method CHECK_LOOP_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA Call by reference Object reference (TYPE REF TO) DATA 20061222
2 Importing IT_RANGE_TAB_REF Call by reference Type reference (TYPE) ETTAB_RANGE_REF_TABTYPE eCATT LOOP Selektion RANGE-Tabellen Referenzen 20061222
3 Returning RV_SELECTION_MATCH Value transfer Type reference (TYPE) ETONOFF 20061222
# Exception Resumable Description Created on
1 CX_ECATT_APL 20061222

Method CREATE_RANGE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_RANGE_TABLE Call by reference Object reference (TYPE REF TO) DATA 20060925
2 Importing IV_ABAPTYPE Call by reference Type reference (TYPE) CLIKE 20060925
3 Importing IV_DECIMALS Call by reference Type reference (TYPE) ETXML_DEC 20060925
4 Importing IV_FIELD_LEN Call by reference Type reference (TYPE) ETXML_LEN 20060925
# Exception Resumable Description Created on
1 CX_ECATT_APL Basis Class for eCATT Middleware Exceptions 20060925

Method CREATE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_TABLE Call by reference Object reference (TYPE REF TO) DATA 20060925
2 Exporting ER_TABLE_DESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR 20060925
3 Importing IP_PARAMS Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_PARAMS 20060925
4 Importing IP_XML_TYPE Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_XML_DATA 20060925
5 Importing IT_ORIG_LINES Call by reference Type reference (TYPE) ETXML_LINE_TABTYPE 20060925
6 Importing IT_TABLE_PGID Call by reference Type reference (TYPE) ETDOM_ALL_TABTYPE 20060925
7 Importing IV_TABLE_PART Value transfer Type reference (TYPE) STRING SPACE 20060925
# Exception Resumable Description Created on
1 CX_ECATT_APL 20060925

Method GET_COMPONENTS_FOR_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COMPONENTS Call by reference Type reference (TYPE) ETKEY_FOR_COMP_TABTYPE 20060925
2 Importing IP_CMD_XML_TYPE Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_XML_DATA 20060925
3 Importing IP_PARAMS Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_PARAMS 20060925
4 Importing IT_ORIG_LINES Call by reference Type reference (TYPE) ETXML_LINE_TABTYPE 20060925
5 Importing IT_TABLE_PGID Call by reference Type reference (TYPE) ETDOM_ALL_TABTYPE 20060925
6 Importing IV_TABLE_PART Value transfer Type reference (TYPE) STRING SPACE 20060925
# Exception Resumable Description Created on
1 CX_ECATT_APL 20060925

Method GET_CURRENT_INDEX_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_DATA Call by reference Object reference (TYPE REF TO) DATA 20060925
2 Importing IR_TABLE_DESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR 20060925
3 Importing IT_CMD_PGID Value transfer Type reference (TYPE) ETDOM_ALL_TABTYPE 20060925
4 Importing IT_TABLE_PGID Call by reference Type reference (TYPE) ETDOM_ALL_TABTYPE 20060925
5 Importing IV_INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20060925
6 Importing IV_TABLE_PART Value transfer Type reference (TYPE) STRING SPACE 20060925
# Exception Resumable Description Created on
1 CX_ECATT_APL Basis Class for eCATT Middleware Exceptions 20060925

Method GET_PGIDS_4_LOOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CMD_PGID Call by reference Type reference (TYPE) ETDOM_ALL_TABTYPE 20060925
2 Exporting ET_TABLE_PGID Call by reference Type reference (TYPE) ETDOM_ALL_TABTYPE 20060925
3 Exporting EV_EMPTY_CMD_LINE Call by reference Type reference (TYPE) ETONOFF 20060925
4 Exporting EV_TABLE_PART Call by reference Type reference (TYPE) STRING 20060925
5 Importing IP_CMD_PTR Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_XML_DATA 20060925
6 Importing IP_PARAMS Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_PARAMS 20060925
7 Importing IT_ORIG_LINES Call by reference Type reference (TYPE) ETXML_LINE_TABTYPE 20060925
# Exception Resumable Description Created on
1 CX_ECATT_APL 20060925

Method INIT_SEL_RANGE_TAB_REFS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RANGE_TAB_REF Call by reference Type reference (TYPE) ETTAB_RANGE_REF_TABTYPE eCATT LOOP Selektion RANGE-Tabellen Referenzen 20061222
2 Importing IR_TABLE_DESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR 20061222
3 Importing IT_CMD_PGID Value transfer Type reference (TYPE) ETDOM_ALL_TABTYPE 20061222
4 Importing IT_TABLE_PGID Value transfer Type reference (TYPE) ETDOM_ALL_TABTYPE 20061222
5 Importing IV_TABLE_PART Value transfer Type reference (TYPE) STRING SPACE 20061222
# Exception Resumable Description Created on
1 CX_ECATT_APL 20061222

Method SET_TABIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ALIAS Call by reference Type reference (TYPE) ETP_NAME Aliasname 20060919
2 Importing IM_LTC Call by reference Type reference (TYPE) SYINDEX Schleifenindex 20060921
3 Importing IM_TABIX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20060919
4 Importing IM_TABNAME Call by reference Type reference (TYPE) STRING Tabellenname 20060919

Method SET_TABIX on class CL_APL_ECATT_TAB_LOOP has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710