SAP ABAP Data Element ICL_FUNCNAME (Function Module for Loading Object Catalog)
Hierarchy
INSURANCE (Software Component) SAP Insurance
   FS-CM (Application Component) Claims Management
     ICL_CDC (Package) FS-CM: Data Capture
Basic Data
Data Element ICL_FUNCNAME
Short Description Function Module for Loading Object 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  
Medium 10 Func. Mod. 
Long 15 Function Module 
Heading  
Documentation

Definition

Name of a function module that can read an object catalog with a specific format.

Use

As object catalogs are normally procured from external sources, they are available in a specific format. You need an own function module to be able to convert this specific file format to the database format once the file has been imported. Enter this function module in this field.

The interface of the function module is as follows:

  • IV_APPLSERVER:

    Indicator whether the file is on the application server

  • IV_FILENAME:

    Name of the file that should be imported

  • IV_PROPCAT:

    Category of the object that should be imported

  • IV_IOBTYPE:

    Type of the object that should be imported

  • IT_FILE:

    Imported data of file IV_FILENAME in text format

  • ET_PROPMA:

    Returned manufacturers in database format

  • ET_PROPMO:

    Returned models in database format

  • ET_PROPTY:

    Returned types in database format

Dependencies

Example

SAP provides function module ICL_SAMPLE_GDV_READ as a template. This reads the automobile type class list provided by the German Insurance Association (GDV).

History
Last changed by/on SAP  20050223 
SAP Release Created in 473