SAP ABAP Class CL_ICLN_DBMANAGER (CL_ICLN_DBMANAGER)
Hierarchy
INSURANCE (Software Component) SAP Insurance
   FS-CM (Application Component) Claims Management
     ICL_FNOL (Package) FS-CM: Notice of Loss
Properties
Class CL_ICLN_DBMANAGER  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ICL_FNOL   FS-CM: Notice of Loss 
Created 20020321   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ICLN_DBMANAGER has no forward declaration.
Interfaces
Class CL_ICLN_DBMANAGER has no interface implemented.
Friends
Class CL_ICLN_DBMANAGER has no friend class.
Attributes
Class CL_ICLN_DBMANAGER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method 20020321
2 MODIFY Instance method Public Method 20020321
3 SEARCH Instance method Public Method 20020321
Events
Class CL_ICLN_DBMANAGER has no event.
Types
Class CL_ICLN_DBMANAGER has no local type.
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) ANY Die name von die Table 20020321
2 Importing WORKAREA Call by reference Type reference (TYPE) ANY The work area to be inserted 20020321
# Exception Resumable Description Created on
1 DUPLICATEDATA The data already exists 20020321

Method MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) ANY The name of the table 20020321
2 Importing WORKAREA Call by reference Type reference (TYPE) ANY The record to be updated 20020321
# Exception Resumable Description Created on
1 NOUPDATE No match found 20020321

Method SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) ANY The name of the table 20020321
2 Exporting RESULT Call by reference Type reference (TYPE) TABLE The search results. 20020321
3 Importing TYPE Call by reference Type reference (TYPE) STRING 'AND' The type of query like AND or OR. 20020321
4 Importing VALUES Call by reference Type reference (TYPE) TABLE The internal table with values for the where fields. 20020321
5 Importing WHEREFIELDS Call by reference Type reference (TYPE) TABLE The internal table with where fields. 20020321
# Exception Resumable Description Created on
1 DATANOTFOUND The data is not found 20020321
History
Last changed by/on SAP  20050224 
SAP Release Created in 471