Hierarchy

⤷

⤷

Basic Data
Data Element | /TDAG/CPE_IMPPROCESS |
Short Description | Processing |
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 | Proc. |
Medium | 15 | Processing |
Long | 20 | Processing |
Heading | 30 | Processing |
Documentation
Definition
Specifies a function module used for the processing step.
Use
In the processing step, data is read from the file and divided into a component structure and other data. The objects (specifications) are identified using up to three identifiers. During further processing the objects are identified using an internal key (EXTID).
Determination of the exact specification is carried out later.
The following tables exist:
- Object table ET_IM_OBJECTS contains the internal keys in the field EXTID and up to three identifiers to search for existing specifications.
- Data field table ET_IM_DATA contains the segments, fields, and values. The import file is the source. Identification is carried out using the internal key of the object table.
- Component table ET_IM_COMP contains the ID of the component and the ID of the parent specification.
You must use the following interface for the function module:
*"----------------------------------------------------------------------
*" IMPORTING
*" REFERENCE(I_FILENAME) TYPE /TDAG/CPE_FILENAME OPTIONAL
*" REFERENCE(I_IMPTYP) TYPE /TDAG/CPE_IMPTYP
*" TABLES
*" IT_LINES STRUCTURE /TDAG/CPS_IMPFILE
*" ET_IM_DATA STRUCTURE /TDAG/CPS_IMPDATA
*" ET_IM_COMP STRUCTURE /TDAG/CPS_IMPCOMP
*" ET_IM_OBJECTS STRUCTURE /TDAG/CPS_IMPOBJ
*" XT_ERROR STRUCTURE /TDAG/CPS_IMERROR OPTIONAL
*"--------------------------------------------------------------------
IT_LINES = Lines of a data file (segment / data)
ET_IM_DATA = data table (table / field/ value)
ET_IM_COMP = component table (ID, father ID, mean value, unit)
ET_IM_OBJECTS = object table (ID, identifier 1, identifier 2 ..)
XT_ERROR = error table
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 0207B0406C |