Hierarchy
⤷
⤷
Basic Data
| Data Element | /SPE/INB_CHECK_ID |
| Short Description | Check Method Identification |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | CHAR10 | |
| Data Type | CHAR | Character String |
| Length | 10 | |
| Decimal Places | 0 | |
| Output Length | 10 | |
| Value Table |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | Check ID |
| Medium | 10 | Check ID |
| Long | 10 | Check ID |
| Heading | 10 | Check ID |
Documentation
Definition
Identifies uniquely a specific place in the ABAP source code where the message is collected.
Example
An example for its usage in ID handling classes:
I_CHECK_ID = #Xyyy-zzz# where X = ## (nothing) in the validation classes
X = #P# for the /SPE/CL_INB_ASN_POST class
X = #I# for the /SPE/CL_ID_HANDLING class
X = #D# for the dispatching classes
X = #C# for the /SPE/CL_IBDLV_CONTROL class
where yyy is a unique number for the method and
where zzz is a unique number within a method for the message collection to identify a specific place in the source code.
For example:
I_CHECK_ID = #005-002# in the validation
I_CHECK_ID = #D002-001# in the dispatching
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 100 |