SAP ABAP Function Module G_EXIST_FIELD (Checks whether or not a field exists within a given 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_FIELD Checks whether or not a field exists within a given boolean class  
Function Group GBL6   Validation: syntax/generate routines  
Program Name SAPLGBL6    
INCLUDE Name LGBL6U05    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing BOOLCLASS TYPE GB01-BOOLCLASS Class number
Importing CLASSTYPE TYPE GB01-CLASSTYPE A= Write, B = Read
Importing FIELD TYPE GB01-BCLFIELD Field to be checked.
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 FIELD_TAB_EXCLUDED TYPE Field table combination is not allowed.
Exception FIELD_TAB_NOT_FOUND TYPE Field table combination 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