SAP ABAP Class CL_GRRM_CNTOR_CUSTOMER (Connector for Customer)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-RM (Application Component) GRC Risk Management
⤷
GRRM_CONTEXT (Package) Context Builder
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GRRM_UTIL_CONNECTOR | Super Class for Connectors | 20100616 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRRM_CNTOR | Connector for Dimension ID | 20100526 |
Properties
| Class | CL_GRRM_CNTOR_CUSTOMER | |
| Short Description | Connector for Customer | |
| Super Class | CL_GRRM_UTIL_CONNECTOR | Super Class for Connectors |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | GRRM_CONTEXT | |
| Program status | ||
| Category | 0 | |
| Package | GRRM_CONTEXT | Context Builder |
| Created | 20100526 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRRM_CNTOR_CUSTOMER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GRRM_CNTOR | Connector for Dimension ID | 20100526 |
Friends
Class CL_GRRM_CNTOR_CUSTOMER has no friend class.
Attributes
Class CL_GRRM_CNTOR_CUSTOMER has no attribute.
Methods
Class CL_GRRM_CNTOR_CUSTOMER has no method.
Events
Class CL_GRRM_CNTOR_CUSTOMER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_CUSTOMER_ADDRESSDATA | Private | See coding | 20100625 | BEGIN OF ty_s_customer_addressdata,
customer TYPE kunnr,
sort1 TYPE ad_sort1,
name TYPE ad_name1,
country TYPE land1,
countryiso TYPE intca,
city TYPE ad_city1,
postl_cod1 TYPE ad_pstcd1,
region TYPE regio,
street TYPE ad_street,
tel1_numbr TYPE ad_tlnmbr1,
fax_number TYPE ad_fxnmbr1,
address TYPE adrnr,
END OF ty_s_customer_addressdata
|
||
| 2 | TY_T_CUSTOMER_ADDRESSDATA | Private | See coding | 20100625 | ty_t_customer_addressdata TYPE STANDARD TABLE OF ty_s_customer_addressdata
|
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |