SAP ABAP Class CL_ISSR_BASI_DATA_CONTAINER (Container mit Daten (Wertübergabe))
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FS-SR (Application Component) Regulatory reporting for insurance companies
     VVSRFISL (Package) Statutory Reporting for Insurance from FI-SL
Properties
Class CL_ISSR_BASI_DATA_CONTAINER  
Short Description Container mit Daten (Wertübergabe)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package VVSRFISL   Statutory Reporting for Insurance from FI-SL 
Created 20060808   SAP 
Last change 20070913   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISSR_BASI_DATA_CONTAINER has no forward declaration.
Interfaces
Class CL_ISSR_BASI_DATA_CONTAINER has no interface implemented.
Friends
Class CL_ISSR_BASI_DATA_CONTAINER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_DATA Instance attribute Private Type reference (TYPE) MTYPE_T_DATA 20060906
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method 20060906
2 CLEAR Instance method Public Method 20060906
3 CLONE Instance method Public Method 20060906
4 GET Instance method Public Method 20060906
5 GET_REF Instance method Public Method 20111006
6 REMOVE Instance method Public Method 20060906
7 SET Instance method Public Method 20060906
Events
Class CL_ISSR_BASI_DATA_CONTAINER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTYPE_S_DATA Private See coding 20060906 BEGIN OF mtype_s_data, id TYPE string, data_ref TYPE REF TO data, obj_ref TYPE REF TO object, type TYPE typename, END OF mtype_s_data
2 MTYPE_T_DATA Private See coding 20060906 mtype_t_data TYPE SORTED TABLE OF mtype_s_data WITH UNIQUE KEY id
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ID Call by reference Type reference (TYPE) STRING ID des Datensatzes 20060906
2 Importing IF_APPEND_TABLE Call by reference Type reference (TYPE) ISSR_FLAG 'X' = append table / ' ' = no append 20121115
3 Importing IX_DATA Call by reference Type reference (TYPE) ANY Daten (Daten- oder Objektreferenz) 20060906
# Exception Resumable Description Created on
1 DOUBLE_ENTRY Datenobjekt unter dieser ID existiert bereits 20060906
2 WRONG_TYPE Typ stimmt nicht überein 20060906

Method CLEAR Signature

Method CLEAR on class CL_ISSR_BASI_DATA_CONTAINER has no parameter.
Method CLEAR on class CL_ISSR_BASI_DATA_CONTAINER has no exception.

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA_CONTAINER Call by reference Object reference (TYPE REF TO) CL_ISSR_BASI_DATA_CONTAINER Quell-Container 20060906

Method CLONE on class CL_ISSR_BASI_DATA_CONTAINER has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_TYPE Call by reference Type reference (TYPE) TYPENAME Typ der Daten 20060906
2 Exporting EX_DATA Call by reference Type reference (TYPE) ANY Daten (Daten- oder Objektreferenz) 20060906
3 Importing ID_ID Call by reference Type reference (TYPE) STRING ID des Datensatzes 20060906
# Exception Resumable Description Created on
1 NOT_FOUND Datenobjekt unter dieser ID existiert nicht 20060906
2 WRONG_TYPE Datenobjekt hat nicht den mitgegebenen Typ 20060906

Method GET_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_DATA Call by reference Object reference (TYPE REF TO) DATA 20111006
2 Importing ID_ID Call by reference Type reference (TYPE) STRING 20111006
# Exception Resumable Description Created on
1 NOT_FOUND Datenobjekt unter dieser ID existiert nicht 20111006
2 WRONG_TYPE Datenobjekt hat nicht den mitgegebenen Typ 20111006

Method REMOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ID Call by reference Type reference (TYPE) STRING ID des Datensatzes 20060906
# Exception Resumable Description Created on
1 NOT_FOUND Datenobjekt unter dieser ID existiert nicht 20060906

Method SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ID Call by reference Type reference (TYPE) STRING ID des Datensatzes 20060906
2 Importing IX_DATA Call by reference Type reference (TYPE) ANY Daten (Daten- oder Objektreferenz) 20060906
# Exception Resumable Description Created on
1 WRONG_TYPE Datenobjekt hat nicht den mitgegebenen Typ 20060906
History
Last changed by/on SAP  20070913 
SAP Release Created in