SAP ABAP Class /LSIERP/CL_AT_INCP_HANDLER (Handler Class for Triggered Payments)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
FI-LA (Application Component) Lease Accounting
⤷
/LSIERP/LAM_PROCEEDS (Package) Components for Calculating Payments
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /LSIERP/IF_CONSTANTS | Fixed Values for Calculating Payments | 20070417 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /LSIERP/IF_PROC_DELEGATION | Delegate Payments to Handler Classes | 20070126 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /LSIERP/IF_PROC_HANDLER_GEN | Delegate Payments to Handler Classes | 20070515 |
Properties
| Class | /LSIERP/CL_AT_INCP_HANDLER | |
| Short Description | Handler Class for Triggered Payments | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /LSIERP/LAM_PROCEEDS | Components for Calculating Payments |
| Created | 20070126 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /LSIERP/CL_AT_INCP_HANDLER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /LSIERP/IF_CONSTANTS | Fixed Values for Calculating Payments | 20070417 | ||
| 2 | /LSIERP/IF_PROC_DELEGATION | Delegate Payments to Handler Classes | 20070126 | ||
| 3 | /LSIERP/IF_PROC_HANDLER_GEN | Delegate Payments to Handler Classes | 20070515 |
Friends
Class /LSIERP/CL_AT_INCP_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | CHAR1 | 'X' | Single-Character Indicator | 20070307 | ||
| 2 | Static Attribute | Private | Type reference (TYPE) | LT_CONDS_MAP | 20070515 |
Methods
Class /LSIERP/CL_AT_INCP_HANDLER has no method.
Events
Class /LSIERP/CL_AT_INCP_HANDLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LS_CONDS_MAP | Private | See coding | 20070515 | BEGIN OF ls_conds_map,
mandt TYPE char3,
applk TYPE char1,
hvorg TYPE char4,
tvorg TYPE char4,
cond_type TYPE char4,
payaspaidtrigger TYPE char1,
END OF ls_conds_map
|
||
| 2 | LT_CONDS_MAP | Private | See coding | 20070515 | lt_conds_map TYPE TABLE OF ls_conds_map
|
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 100 |