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 |
|---|---|---|---|---|---|---|---|
| |
KEYFIELD_ALLOWED | TYPE | TRPARI-FIELDALLOW | X, if key field is in permitted range | |||
| |
SYSTEM_SAP | TYPE | TRPARI-SYSTEM_SAP | X, if the call is made at SAP | |||
| |
TABLE_NOT_FOUND | TYPE | TRPARI-TABNOTFOUN | X, if no name ranges are entered for the table | |||
| |
RESERVED_IN_TRESC | TYPE | TRPARI-RESTRESC | X, if there is no appropriate entry in TRESC | |||
| |
OBJECTTYPE | TYPE | TRESC-OBJECT | 'TABU' | Object type e.g. TABU for tables | ||
| |
TABLEKEY | TYPE | E071K-TABKEY | Key field value that needs to be checked | |||
| |
TABLENAME | TYPE | TRESC-TABNAME | Table name of table that needs to be checked | |||
| |
FIELDNAME | TYPE | TRESC-FIELDNAME | Field name of table field to be checked | |||
| |
OBJECTTYPE_NOT_FILLED | TYPE | The OBJECTYPE parameter is not filled | ||||
| |
TABLENAME_NOT_FILLED | TYPE | The parameter TABLENAME name is not filled | ||||
| |
FIELDNAME_NOT_FILLED | TYPE | Parameter field name is not filled | ||||
Processing Type
| Normal Function 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 |