SAP ABAP Data Element EHS00E_EXAM_IMP_STRUC (Name of the Import Structure for Examination Results)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   EHS-HEA (Application Component) Occupational Health
     P99Q1 (Package) EH&S: Occupational Health
Basic Data
Data Element EHS00E_EXAM_IMP_STRUC
Short Description Name of the Import Structure for Examination Results  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type AS4TAB    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table DD02L    
Further Characteristics
Search Help: Name DD_STRUC    
Search Help: Parameters TABNAME   
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 Imp.Struc. 
Medium 15 Import Struc. 
Long 20 Import Struct. Name 
Heading 30 Name of Import Structure 
Documentation

Definition

Specifies the structure that maps a line in the file for importing medical examination results.

Use

Dependencies

  • Importing from a space-delimited file:
    The field lengths of the individual structure components must match the lengths used in the import file.
  • Importing from a tab-delimited file:
    The field lengths in the structure must match at least the field lengths in the file. In all other cases, the data will be truncated.

The descriptions of the structure components must match the corresponding field labels of the database table use, because the import take place using name equality.

The order of the structure components must match the order of the fields in the file for the import, because they are imported in the defined order.

Example

In the standard system, the following structures are available for the examination categories:

  • EHS00S_EXA_AUD_IMP (Audiogram test results)
  • EHS00S_EXA_LAB_IMP (Laboratory examinations test results)
  • EHS00S_EXA_PUL_IMP (Pulmonary function test results)

History
Last changed by/on SAP  20100310 
SAP Release Created in 605