Hierarchy

⤷

⤷

Basic Data
Data Element | /TDAG/CPE_IMPIDENTOBJECTS |
Short Description | Identification Object |
Data Type
Category of Dictionary Type | D | Domain |
Type of Object Referenced | No Information | |
Domain / Name of Reference Type | FUNCNAME | |
Data Type | CHAR | Character String |
Length | 30 | |
Decimal Places | 0 | |
Output Length | 30 | |
Value Table | TFDIR |
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 | ID Object |
Medium | 20 | Identification Obj. |
Long | 40 | Identification Object |
Heading | 55 | Identification Object |
Documentation
Definition
The following describes the process of object identification:
- Determine the specification types for the material types. The information is saved in the object table.
- For each material type, the composition type is determined. The information is written into the component table.
- The existing specifications are identified using the identifiers. The mapping table defines which identifiers will be checked. Only specifications that have the same specification type defined in step one is taken into account during this identification step.
Example
If the field has the material number (NUM, MATNR) assigned in the mapping table, this identifier is used to identify the existing specifications.
After object identification, the object table contains the internal keys of the specification table (RECNs of the identified specifications). Furthermore, the authorization group and specification type are determined.
You must use the following interface in the function module for object identification:
*"----------------------------------------------------------------------
*" IMPORTING
*" VALUE(I_IMPTYP) TYPE /TDAG/CPE_IMPTYP
*" TABLES
*" XT_IM_DATA STRUCTURE /TDAG/CPS_IMPDATA
*" XT_IM_COMP STRUCTURE /TDAG/CPS_IMPCOMP
*" XT_IM_OBJECTS STRUCTURE /TDAG/CPS_IMPOBJ
*" ET_ERROR STRUCTURE /TDAG/CPS_IMERROR OPTIONAL
*"--------------------------------------------------------------------
I_IMPTYP = Incoming Template
XT_IM_DATA = data table (table / field / value)
XT_IM_COMP = component table (ID, fater ID, mean value, unit)
XT_IM_OBJECTS = object table (ID, identifier 1, identifer 2 ..)
ET_ERROR = error table
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 0207B0406C |