SAP ABAP Function Module CHECK_CUSTOMER_NAME_FIELD (Determine whether a key field lies in the customer name range)
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_NAME_FIELD Determine whether a key field lies in the customer name range  
Function Group STCR   Transport System Runtime Routines  
Program Name SAPLSTCR    
INCLUDE Name LSTCRU02    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting KEYFIELD_ALLOWED TYPE TRPARI-FIELDALLOW X, if key field is in permitted range
Exporting SYSTEM_SAP TYPE TRPARI-SYSTEM_SAP X, if the call is made at SAP
Exporting TABLE_NOT_FOUND TYPE TRPARI-TABNOTFOUN X, if no name ranges are entered for the table
Exporting RESERVED_IN_TRESC TYPE TRPARI-RESTRESC X, if there is no appropriate entry in TRESC
Importing OBJECTTYPE TYPE TRESC-OBJECT 'TABU' Object type e.g. TABU for tables
Importing TABLEKEY TYPE E071K-TABKEY Key field value that needs to be checked
Importing TABLENAME TYPE TRESC-TABNAME Table name of table that needs to be checked
Importing FIELDNAME TYPE TRESC-FIELDNAME Field name of table field to be checked
Exception OBJECTTYPE_NOT_FILLED TYPE The OBJECTYPE parameter is not filled
Exception TABLENAME_NOT_FILLED TYPE The parameter TABLENAME name is not filled
Exception FIELDNAME_NOT_FILLED TYPE Parameter field name is 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