Hierarchy

⤷

⤷

Basic Data
Data Element | /TDAG/CPE_IMPIDENTNA |
Short Description | Description of Identification File |
Data Type
Category of Dictionary Type | D | Domain |
Type of Object Referenced | No Information | |
Domain / Name of Reference Type | TEXT40 | |
Data Type | CHAR | Character String |
Length | 40 | |
Decimal Places | 0 | |
Output Length | 40 | |
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 | ID File |
Medium | 20 | Desc. ID File |
Long | 40 | Description of Identification File |
Heading | 55 | Description of Identification File |
Documentation
Definition
For each incoming template, a function module is required that recognizes the incoming format. In order to determine the incoming template the first lines of the incoming file are being checked using this function module. The function module checks if the file has the corresponding format.
Example
The function module for the AIAG format checks if the first line contains the string "WORKSHEET".
You must use the following interface for the function module:
*"----------------------------------------------------------------------
*"*"Local Interface:
*" EXPORTING
*" VALUE(E_OK) TYPE BOOLEAN
*" TABLES
*" IT_LINES STRUCTURE /TDAG/CPS_IMPFILE1000
*" ET_ERROR STRUCTURE /TDAG/CPS_IMERROR OPTIONAL
*"----------------------------------------------------------------------
E_OK = Flag- corresponds to the import type = 'X'
corresponds not to the incoming template = ' '
IT_LINES = The lines of the incoming data file 1000 signs
ET_ERROR = error table
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 0207B0406C |