SAP ABAP Function Module S_TCC_TABLE_READ2 (Read content of various tables generically)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-INS-CTC-RT (Application Component) LM Automation Runtime Framework
     S_LMCFG_LIB (Package) General Functions
Basic Data
Function Module S_TCC_TABLE_READ2 Read content of various tables generically  
Function Group S_LMCFG_SERVICES   Technical Configuration ABAP Services  
Program Name SAPLS_LMCFG_SERVICES    
INCLUDE Name LS_LMCFG_SERVICESU20    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting REC_COUNT TYPE INT4 Natural number
Exporting RECORDS TYPE STCC_TABLE_RECORDS Records of a generic table read
Exporting NUM_OF_RECORDS TYPE STRING Number of records
Importing TABNAME TYPE STRING Table Name
Importing WHERE_CLAUSE TYPE STRING generic where clause (empty clause returns all records)
Importing SEL_FIELDS TYPE STRING_TABLE Table of Strings (empty list returns all fields)
Importing SEL_FIELDS_CSV TYPE STRING String with comma separated fieldnames for selection
Importing ORDER_FIELDS TYPE STRING_TABLE Table of Strings
Importing ORDER_FIELDS_CSV TYPE STRING String with comma separated fieldnames for order
Importing TARGET_COUNT TYPE STRING 'INITIAL' Expected table count
Importing COUNT TYPE STRING
Tables RETURN TYPE BAPIRET2 Return Parameter
Tables RECORD_TABLE TYPE BAPIEXT Cache for SAPPARAM Values
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20080418 
SAP Release Created in 710