SAP ABAP Class CL_GRRM_UTIL_CAT_CUST_ATTR (CL_GRRM_UTIL_CAT_CUST_ATTR)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-RM (Application Component) GRC Risk Management
⤷
GRRM_UTILITY (Package) Utility classes for Risk Management
⤷
⤷
Properties
| Class | CL_GRRM_UTIL_CAT_CUST_ATTR | |
| Short Description | ||
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRRM_UTILITY | Utility classes for Risk Management |
| Created | 20090521 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_GRRM_UTIL_CAT_CUST_ATTR has no interface implemented.
Friends
Class CL_GRRM_UTIL_CAT_CUST_ATTR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | GRRM_CAT_CUST_FIELD_TXT | 'ROC' | Application | 20110901 | ||
| 2 | Constant | Public | Type reference (TYPE) | GRRM_CAT_CUST_FIELD_TXT | 'RNP' | Application | 20110901 | ||
| 3 | Constant | Public | Type reference (TYPE) | GRRM_CAT_CUST_FIELD | 'B' | Category | 20110901 | ||
| 4 | Constant | Public | Type reference (TYPE) | GRRM_CAT_CUST_FIELD | 'D' | Category | 20110901 | ||
| 5 | Constant | Public | Type reference (TYPE) | GRRM_CAT_CUST_FIELD | 'I' | Category | 20110901 | ||
| 6 | Static Attribute | Private | Type reference (TYPE) | CL_GRRM_UTIL_CAT_CUST_ATTR=>YT_CAT_CUST | 20101208 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get all available benefit categories | 20090521 | |
| 2 | Static method | Public | Method | 20140411 |
Events
Class CL_GRRM_UTIL_CAT_CUST_ATTR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_CAT_CUST | Public | See coding | 20090521 | BEGIN OF ys_cat_cust,
category TYPE grrm_cat_cust_field,
Application type grrm_cat_cust_field_txt,
active TYPE GRRM_CAT_CUST_ACTIVE,
END OF ys_cat_cust
|
||
| 2 | YT_CAT_CUST | Public | See coding | 20090521 | yt_cat_cust TYPE STANDARD TABLE OF ys_cat_cust
|
Method Signatures
Method GET_CAT_CUST_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPL | Call by reference | Type reference (TYPE) | GRRM_CAT_CUST_FIELD_TXT | Application | 20090528 | |||
| 2 | RT_CAT_CUST | Call by reference | Type reference (TYPE) | CL_GRRM_UTIL_CAT_CUST_ATTR=>YT_CAT_CUST | 20090521 |
Method GET_CAT_CUST_ATTR on class CL_GRRM_UTIL_CAT_CUST_ATTR has no exception.
Method IS_ACTIVE_DESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APP | Call by reference | Type reference (TYPE) | GRRM_CAT_CUST_FIELD_TXT | Application | 20140411 | |||
| 2 | IV_CATEGORY | Call by reference | Type reference (TYPE) | GRRM_CAT_CUST_FIELD | Category | 20140411 | |||
| 3 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20140411 |
Method IS_ACTIVE_DESCR on class CL_GRRM_UTIL_CAT_CUST_ATTR has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1000 |