SAP ABAP Class CL_GRFN_FLD_HANDLER_BASE (Default field handler)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_UTILITIES (Package) Various helping infrastructure for GRC ABAP

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_FLD_HANDLER | Field Interface | 20100818 |
Properties
Class | CL_GRFN_FLD_HANDLER_BASE | |
Short Description | Default field handler | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRFN_UTILITIES | Various helping infrastructure for GRC ABAP |
Created | 20100818 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_GRFN_FLD_HANDLER_BASE has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GRFN_FLD_HANDLER | Field Interface | 20100818 |
Friends
Class CL_GRFN_FLD_HANDLER_BASE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRFN_FLD | Field ID | 20100818 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Get yes or no valueset | 20101217 |
2 | ![]() |
Static method | Public | Method | Get the related PC attr | 20100818 |
Events
Class CL_GRFN_FLD_HANDLER_BASE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_COUNTRY | Private | See coding | 20100902 | BEGIN OF ys_country,
land1 TYPE land1,
landx TYPE landx,
END OF ys_country
|
||
2 | YS_CURRENCY | Private | See coding | 20100902 | BEGIN OF ys_currency,
waers TYPE waers_curc,
ktext TYPE ktext_curt,
END OF ys_currency
|
||
3 | YS_REGION | Private | See coding | 20100902 | BEGIN OF ys_region,
bland TYPE regio,
bezei TYPE bezei20,
END OF ys_region
|
||
4 | YT_COUNTRY | Private | See coding | 20100902 | yt_country TYPE STANDARD TABLE OF ys_country
|
||
5 | YT_CURRENCY | Private | See coding | 20100902 | yt_currency TYPE STANDARD TABLE OF ys_currency
|
||
6 | YT_REGION | Private | See coding | 20100902 | yt_region TYPE STANDARD TABLE OF ys_region
|
Method Signatures
Method GET_YES_OR_NO_VALUESET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_VALUESET | Value transfer | Type reference (TYPE) | WDR_CONTEXT_ATTR_VALUE_LIST | All Fixed Values of an Attribute with Texts | 20101217 |
Method GET_YES_OR_NO_VALUESET on class CL_GRFN_FLD_HANDLER_BASE has no exception.
Method MAP_PC_ATTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FLD | Call by reference | Type reference (TYPE) | GRFN_FLD | Field ID | 20100818 | ||
2 | ![]() |
RV_ATTR | Value transfer | Type reference (TYPE) | GRPC_ATTRNAME | Attribute | 20100818 |
Method MAP_PC_ATTR on class CL_GRFN_FLD_HANDLER_BASE has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | V1000 |