SAP ABAP Data Element ICLH_FNAME (Function Module for Loading a Catalog)
Hierarchy
INSURANCE (Software Component) SAP Insurance
   FS-CM (Application Component) Claims Management
     ICL_HEALTH (Package) FS-CM: Health Line of Insurance
Basic Data
Data Element ICLH_FNAME
Short Description Function Module for Loading a Catalog  
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 Function 
Medium 15 Function Module 
Long  
Heading  
Documentation

Definition

Name of a function module that can import a catalog with a specific format.

Use

If you select Country-Specific Catalog Format or Diagnosis Thesaurus as the format of the diagnosis catalog, you must develop your own function module that converts the specific format of the imported file to the database format. Enter this function module in this field.

The following interfaces exist for the function module for the country-specific catalog format:

  • I_FILENAME:

    Name of the file that should be imported

  • I_APPLSERVER:

    Indicator whether the file is on the application server

  • I_CATAID:

    ID of the catalog to which the data should be written

  • I_CHAPTER:

    Chapter of the catalog that is imported

  • IT_DIAG:

    Imported data of the file of a text table

  • ET_TICL351:

    Returned diagnoses

  • ET_TICL351T:

    Returned texts for the diagnoses

  • ET_TICL362:

    Returned diagnosis groups

  • ET_TICL362T:

    Returned texts for the diagnosis groups

The following interfaces exist for the function module for the diagnosis thesaurus:

  • I_FILENAME:

    Name of the file that should be imported

  • I_APPLSERVER:

    Indicator whether the file is on the application server

  • I_CATAID:

    ID of the catalog to which the data should be written

  • I_GRPID:

    ID of the group to which the catalog is imported (fixed value DTH).

  • IT_DIAG:

    Imported data of the file of a text table

  • ET_TICL351:

    Returned diagnoses

  • ET_TICL351T:

    Returned texts for the diagnoses

Dependencies

Example

The DIMDI-specific module ICL_SAMPLE_DIMDI_READ is available as an example for the Country-Specific Catalog Format. It reads the diagnoses in the format provided by DIMDI.

The DIMDI-specific module ICL_SAMPLE_THES_READ is available as an example for the Diagnosis Thesaurus catalog format. This reads the diagnosis thesaurus provided by DIMDI.

History
Last changed by/on SAP  20050224 
SAP Release Created in 472