SAP ABAP Data Element /TDAG/CPE_IMPIDENT (Identification File)
Hierarchy
TDAGBCA (Software Component) TechniData Basic Components
   EHS (Application Component) Environment, Health and Safety
     /TDAG/CP (Package) Compliance for products
Basic Data
Data Element /TDAG/CPE_IMPIDENT
Short Description Identification File  
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 File 
Medium 20 Identification File 
Long 40 Identification File 
Heading 55 Identification File 
Documentation

Definition

Specifies a function module that recognizes the import type.

Use

A function module that recognizes the import type is required for each import type. The first lines of the file are checked using this function module to determine the import type. The function module checks if the file has the corresponding import type. For example, the function module for the AIAG import type 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 import type = ' '
IT_LINES = The lines of the import data file 1000 signs
ET_ERROR = error table
History
Last changed by/on SAP  20141109 
SAP Release Created in 0207B0406C