SAP ABAP Class CL_UISS_CUST_BANK_ACCESS (Access class for Customer Bank)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-APP-ISS (Application Component) Internal Self-Services
⤷
UISS_MDG_ADAPTER (Package) Internal Self Services: MDG Adapter
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UISS_CONSTANT | Constants interface | 20091118 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UISS_ENTITY_ACCESS | Interface to read/write eneity | 20091118 |
Properties
| Class | CL_UISS_CUST_BANK_ACCESS | |
| Short Description | Access class for Customer Bank | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UISS_MDG_ADAPTER | Internal Self Services: MDG Adapter |
| Created | 20091118 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_UISS_CUST_BANK_ACCESS has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_UISS_CONSTANT | Constants interface | 20091118 | ||
| 2 | IF_UISS_ENTITY_ACCESS | Interface to read/write eneity | 20091118 |
Friends
Class CL_UISS_CUST_BANK_ACCESS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | CHAR2 | '12' | Version Number Component | 20091126 |
Methods
Class CL_UISS_CUST_BANK_ACCESS has no method.
Events
Class CL_UISS_CUST_BANK_ACCESS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_BANK_ID | Private | See coding | 20091118 | BEGIN OF t_bank_id,
system TYPE logsys,
cust_bnk TYPE uiss_lifnr_bnk,
txtmi TYPE c LENGTH 40,
END OF t_bank_id
|
||
| 2 | T_CUSTOMER_LIST | Private | See coding | 20091118 | BEGIN OF t_customer_list,
system TYPE logsys,
cust_adrs TYPE c LENGTH 10,
txtmi TYPE c LENGTH 40,
END OF t_customer_list
|
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 605 |