SAP ABAP Function Module CATT_CHECK_READ_TABLE (Bestimme Anzahl und lese Attributwert einer Tabelle anhand gegebener Werte)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI (Application Component) Financial Accounting
     DCAT (Package) Computer Aided Test Tool: Composite Report
Basic Data
Function Module CATT_CHECK_READ_TABLE Bestimme Anzahl und lese Attributwert einer Tabelle anhand gegebener Werte  
Function Group CWEB   Function Group CATT/WEB  
Program Name SAPLCWEB    
INCLUDE Name LCWEBU03    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_VAL TYPE Ausgelesener Wert (CHAR)
Exporting E_COUNT TYPE SYST-DBCNT Anzahl der gefundenen Einträge
Importing TABLE TYPE Auszulesende Tabelle
Importing KEY1 TYPE Erster Schlüssel
Importing KEY2 TYPE SPACE Zweiter Schlüssel (optional)
Importing KEY3 TYPE SPACE Dritter Schlüssel (optional)
Importing KEY4 TYPE SPACE Vierter Schlüssel (optional)
Importing KEY5 TYPE SPACE Fünfter Schlüssel (optional)
Importing VAL1 TYPE Erster Wert
Importing VAL2 TYPE SPACE Zweiter Wert (optional)
Importing VAL3 TYPE SPACE Dritter Wert (optional)
Importing VAL4 TYPE SPACE Vierter Wert (optional)
Importing VAL5 TYPE SPACE Fünfter Wert (optional)
Importing FIELD TYPE SPACE Auzulesendes Feld
Exception NO_TABLE_NAME TYPE Kein Tabellenname angegeben
Exception NO_KEY_NAME TYPE Kein Schlüssel angegeben
Exception NO_VALID_TABLEFIELD TYPE Tabellenfeld nicht in der Tabelle enthalten
Exception WRONG_FIELD_FORMAT TYPE Format des auszulesenden Tabellenfelds wird nicht unterstützt
Exception WRONG_TABLENAME TYPE Fehler beim Prüfen des Tabellennamens
               
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  19991110 
SAP Release Created in