SAP ABAP Function Module CHECK_CUSTOMER_NAMES (Determine whether table key is in SAP or customer namespace)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CTS-ORG (Application Component) Transport Organizer
     SCTS_NSP (Package) CTS: Namespaces and Naming Conventions
Basic Data
Function Module CHECK_CUSTOMER_NAMES Determine whether table key is in SAP or customer namespace  
Function Group STCR   Transport System Runtime Routines  
Program Name SAPLSTCR    
INCLUDE Name LSTCRU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting KEY_ALLOWED TYPE TRPARI-KEYALLOWED X, if key is in allowed range
Exporting SYSTEM_SAP TYPE TRPARI-SYSTEM_SAP X, if call made at SAP
Exporting TABLE_NOT_FOUND TYPE TRPARI-TABNOTFOUN X, if no name ranges entered for table
Exporting KEY_MIXED TYPE TRPARI-KEYALLOWED X, if key is in allowed and non-allowed range
Importing OBJECTTYPE TYPE TRESC-OBJECT 'TABU' Object type, for example, TABU for tables
Importing TABLEKEY TYPE E071K-TABKEY Table key you want to check
Importing TABLENAME TYPE TRESC-TABNAME Table name you want to check
Exception OBJECTTYPE_NOT_FILLED TYPE Parameter OBJECTTYPE not filled
Exception TABLENAME_NOT_FILLED TYPE Parameter TABLENAME not filled
               
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  19950113 
SAP Release Created in