SAP ABAP Class /FSIH/CL_LINK (Link Between Loan and Insurance Policy)
Hierarchy
☛
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
⤷
FS-CML (Application Component) Loans Management
⤷
/FSIH/GDT_APPL (Package) Insurance Handler Application: Global File Type
⤷
⤷
Properties
| Class | /FSIH/CL_LINK | |
| Short Description | Link Between Loan and Insurance Policy | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /FSIH/GDT_APPL | Insurance Handler Application: Global File Type |
| Created | 20050302 | SAP |
| Last change | 20050428 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /FSIH/CL_LINK has no forward declaration.
Interfaces
Class /FSIH/CL_LINK has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | /FSIH/CL_LINK_STORE | 20050308 | Encapsulation of Database Table /FSIH/LINK |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | /FSIH/DTE_LINK_STATUS | 'A' | Status: Active | 20050420 | ||
| 2 | Constant | Public | Type reference (TYPE) | /FSIH/DTE_LINK_STATUS | 'D' | Status: Deleted | 20050420 | ||
| 3 | Constant | Public | Type reference (TYPE) | /FSIH/DTE_LINK_STATUS | 'P' | Status: Prepared | 20050420 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | /FSIH/DTE_LINK_ID | Key for Link Between Loan and Insurance Policy | 20050302 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | /FSIH/DTE_LINK_STATUS | Status of Link | 20050302 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | /FSIH/CL_LOAN_DB_KEY | Unique Account Key to Which Insurance Belongs | 20050302 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | /FSIH/DTE_LINK_MAND_FLAG | Indicator: Forced Place Insurance | 20050302 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | MANDT | Client | 20050302 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | /FSIH/DTE_LINK_PROC_PREM_FLAG | Indicator: Premium Payments Are Included in Loan | 20050302 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20050302 | ||
| 2 | Instance method | Public | Method | 20050302 | ||
| 3 | Instance method | Public | Method | 20050302 | ||
| 4 | Instance method | Public | Method | 20050302 | ||
| 5 | Instance method | Public | Method | 20050302 | ||
| 6 | Instance method | Public | Method | 20050302 | ||
| 7 | Instance method | Public | Method | 20050302 | ||
| 8 | Instance method | Public | Method | 20050302 | ||
| 9 | Instance method | Public | Method | 20050302 |
Events
Class /FSIH/CL_LINK has no event.
Types
Class /FSIH/CL_LINK has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_LINK_ID | Call by reference | Type reference (TYPE) | /FSIH/DTE_LINK_ID | Schlüssel für den Link zwischen Darlehen und Versicherung | 20050302 | |||
| 2 | IM_LINK_STATUS | Call by reference | Type reference (TYPE) | /FSIH/DTE_LINK_STATUS | Status der Link | 20050302 | |||
| 3 | IM_LOAN_KEY | Call by reference | Object reference (TYPE REF TO) | /FSIH/CL_LOAN_DB_KEY | Eindeutiger Schlüssel des Kontos, zu dem Vers. gehört | 20050302 | |||
| 4 | IM_MANDT | Call by reference | Type reference (TYPE) | MANDT | Mandant | 20050302 | |||
| 5 | IM_MAND_FLAG | Call by reference | Type reference (TYPE) | /FSIH/DTE_LINK_MAND_FLAG | Kennzeichen: Zwangsversicherung | 20050302 | |||
| 6 | IM_PROC_PREM_FLAG | Call by reference | Type reference (TYPE) | /FSIH/DTE_LINK_PROC_PREM_FLAG | Kennzeichen: Das Darlehen übernimmt die Prämienzahlungen | 20050302 |
Method CONSTRUCTOR on class /FSIH/CL_LINK has no exception.
Method GET_LINK_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_LINK_KEY | Value transfer | Object reference (TYPE REF TO) | /FSIH/CL_LINK_KEY | Schlüssel eines Links | 20050302 |
Method GET_LINK_KEY on class /FSIH/CL_LINK has no exception.
Method GET_LINK_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_STATUS | Value transfer | Type reference (TYPE) | /FSIH/DTE_LINK_STATUS | Status der Link | 20050302 |
Method GET_LINK_STATUS on class /FSIH/CL_LINK has no exception.
Method GET_LOAN_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_LOAN_KEY | Value transfer | Object reference (TYPE REF TO) | /FSIH/CL_LOAN_DB_KEY | Eindeutiger Schlüssel des Kontos, zu dem Vers. gehört | 20050302 |
Method GET_LOAN_KEY on class /FSIH/CL_LINK has no exception.
Method GET_MANDATORY_FLAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_MANDATORY | Value transfer | Type reference (TYPE) | /FSIH/DTE_LINK_MAND_FLAG | Kennzeichen: Zwangsversicherung | 20050302 |
Method GET_MANDATORY_FLAG on class /FSIH/CL_LINK has no exception.
Method GET_PREMIUM_PROCESSING_FLAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_PROCESS_PREMIUMS | Value transfer | Type reference (TYPE) | /FSIH/DTE_LINK_PROC_PREM_FLAG | Kennzeichen: Das Darlehen übernimmt die Prämienzahlungen | 20050302 |
Method GET_PREMIUM_PROCESSING_FLAG on class /FSIH/CL_LINK has no exception.
Method SET_LINK_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_LINK_STATUS | Call by reference | Type reference (TYPE) | /FSIH/DTE_LINK_STATUS | Status der Link | 20050302 |
Method SET_LINK_STATUS on class /FSIH/CL_LINK has no exception.
Method SET_MANDATORY_FLAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_MAND_FLAG | Call by reference | Type reference (TYPE) | /FSIH/DTE_LINK_MAND_FLAG | Kennzeichen: Zwangsversicherung | 20050302 |
Method SET_MANDATORY_FLAG on class /FSIH/CL_LINK has no exception.
Method SET_PREMIUM_PROCESSING_FLAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_PROC_PREM_FLAG | Call by reference | Type reference (TYPE) | /FSIH/DTE_LINK_PROC_PREM_FLAG | Kennzeichen: Das Darlehen übernimmt die Prämienzahlungen | 20050302 |
Method SET_PREMIUM_PROCESSING_FLAG on class /FSIH/CL_LINK has no exception.
History
| Last changed by/on | SAP | 20050428 |
| SAP Release Created in | 600 |