SAP ABAP Function Module /TDAG/RCS_TOOL_RFC_READ_TABLE (External access to R/3 tables via RFC)
Hierarchy
TDAGBCA (Software Component) TechniData Basic Components
   EHS (Application Component) Environment, Health and Safety
     /TDAG/RCS_TOOL (Package)
Basic Data
Function Module /TDAG/RCS_TOOL_RFC_READ_TABLE External access to R/3 tables via RFC  
Function Group /TDAG/RCS_TOOL_RFC   RFC tool service function modules  
Program Name /TDAG/SAPLRCS_TOOL_RFC    
INCLUDE Name /TDAG/LRCS_TOOL_RFCU04    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing QUERY_TABLE TYPE DD02L-TABNAME Table read
Importing DELIMITER TYPE SONV-FLAG SPACE Sign for indicating field limits in DATA
Importing NO_DATA TYPE SONV-FLAG SPACE If <> SPACE, only FIELDS is filled
Importing ROWSKIPS TYPE SOID-ACCNT 0
Importing ROWCOUNT TYPE SOID-ACCNT 0
Tables OPTIONS TYPE RFC_DB_OPT Selection entries, "WHERE clauses" (in)
Tables FIELDS TYPE RFC_DB_FLD Names (in) and structure (out) of fields read
Tables DATA TYPE /TDAG/RCSS_TAB2048 Data read (out)
Exception TABLE_NOT_AVAILABLE TYPE QUERY_TABLE not active in Dictionary
Exception TABLE_WITHOUT_DATA TYPE QUERY_TABLE is name of structure
Exception OPTION_NOT_VALID TYPE Selection entries (e.g. syntax) incorrect
Exception FIELD_NOT_VALID TYPE Field to be read not in table
Exception NOT_AUTHORIZED TYPE User not authorized to access QUERY_TABLE
Exception DATA_BUFFER_EXCEEDED TYPE Selected fields do not fit into structure DATA
               
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  20141109 
SAP Release Created in 110_600