SAP ABAP Function Module G_EXIST_TABLE (Checks whether or not a table exist within a boolean class)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-SL-VSR (Application Component) Validation, Substitution and Rules
     GVAL (Package) Validation, Substitution and Rules
Basic Data
Function Module G_EXIST_TABLE Checks whether or not a table exist within a boolean class  
Function Group GBL6   Validation: syntax/generate routines  
Program Name SAPLGBL6    
INCLUDE Name LGBL6U06    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing BOOLCLASS TYPE GB01-BOOLCLASS Class nummer
Importing CLASSTYPE TYPE GB01-CLASSTYPE A = write, B = read
Importing TABLE TYPE GB01-BCLTAB Table to be checked
Importing CLIENT TYPE SYST-MANDT Requested client
Exception CLASS_NOT_FOUND TYPE This class does not exist.
Exception TABLE_NOT_FOUND TYPE This table does not exist for this class.
               
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  19940828 
SAP Release Created in