SAP ABAP Class CL_GRFN_FORM_DEFINITION (Configurable Form UIBB Definition Class)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_WD_REUSE (Package) GRC Common Layer Reusable UI Components
⤷
⤷
Properties
| Class | CL_GRFN_FORM_DEFINITION | |
| Short Description | Configurable Form UIBB Definition Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_WD_REUSE | GRC Common Layer Reusable UI Components |
| Created | 20090904 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRFN_FORM_DEFINITION has no forward declaration.
Interfaces
Class CL_GRFN_FORM_DEFINITION has no interface implemented.
Friends
Class CL_GRFN_FORM_DEFINITION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GRPC_OIF_BASIS | Provide OIF common functions, maintain OIF status | 20091117 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | GRFN_S_FORM_DEFINITION | Configurable Form UIBB Definition | 20090904 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20090904 | |
| 2 | Instance method | Public | Method | Get Form Definitions | 20091221 | |
| 3 | Instance method | Public | Method | Get Extension Name | 20090904 | |
| 4 | Instance method | Public | Method | Get Feeder Class | 20090904 | |
| 5 | Instance method | Public | Method | Get Field Definitions | 20091221 | |
| 6 | Instance method | Private | Method | Get a Single Form Group | 20091221 | |
| 7 | Instance method | Public | Method | Get Form Groups | 20091221 | |
| 8 | Instance method | Public | Method | Get Runtime Type | 20090904 | |
| 9 | Instance method | Public | Method | Get Form Settings | 20091221 | |
| 10 | Instance method | Public | Method | Set Fields Definitions | 20091221 | |
| 11 | Instance method | Public | Method | Set Form Settings | 20091221 |
Events
Class CL_GRFN_FORM_DEFINITION has no event.
Types
Class CL_GRFN_FORM_DEFINITION has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OIF_STATUS | Call by reference | Object reference (TYPE REF TO) | CL_GRPC_OIF_BASIS | Provide OIF common functions, maintain OIF status | 20091117 | |||
| 2 | IV_TAB | Call by reference | Type reference (TYPE) | GRFN_TAB | Tab ID | 20100111 | |||
| 3 | IV_UIBB | Call by reference | Type reference (TYPE) | GRFN_UIBB | Component name | 20091116 |
Method CONSTRUCTOR on class CL_GRFN_FORM_DEFINITION has no exception.
Method GET_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_FORM_DEFINITION | Value transfer | Type reference (TYPE) | GRFN_S_FORM_DEFINITION | 20091221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20091221 |
Method GET_EXTENSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_EXTENSION | Value transfer | Type reference (TYPE) | GRFN_EXT | Extension object type | 20090904 |
Method GET_EXTENSION on class CL_GRFN_FORM_DEFINITION has no exception.
Method GET_FEEDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_FEEDER | Value transfer | Object reference (TYPE REF TO) | IF_GRFN_FORM_FEEDER | UI Feeder | 20090904 |
Method GET_FEEDER on class CL_GRFN_FORM_DEFINITION has no exception.
Method GET_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_FIELD_DEFINITIONS | Value transfer | Type reference (TYPE) | GRFN_T_FIELD_DEFINITION | Field Definition Table | 20091221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20091221 |
Method GET_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GROUP_INDEX | Call by reference | Type reference (TYPE) | GRFN_UI_INDEX | Form Group | 20091221 | |||
| 2 | RS_FORM_GROUP | Value transfer | Type reference (TYPE) | GRFN_S_FORM_GROUP | Form Group Table | 20091221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20091221 |
Method GET_GROUPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_FORM_GROUP | Value transfer | Type reference (TYPE) | GRFN_T_FORM_GROUP | Form Group Table | 20091221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20091221 |
Method GET_LINE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXCLUDE_MULTIPLE | Call by reference | Type reference (TYPE) | BOOLE_D | Is Exclude Multiple Value Fileds | 20091209 | |||
| 2 | RO_LINE_TYPE | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | 20090904 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20091117 |
Method GET_SETTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_SETTING | Value transfer | Type reference (TYPE) | GRFN_S_FORM_SETTING | Configurable Form Setting | 20091221 |
Method GET_SETTING on class CL_GRFN_FORM_DEFINITION has no exception.
Method SET_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FIELD_DEFINITIONS | Call by reference | Type reference (TYPE) | GRFN_T_FIELD_DEFINITION | Field Definition Table | 20091221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100108 |
Method SET_SETTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SETTING | Call by reference | Type reference (TYPE) | GRFN_S_FORM_SETTING | Configurable Form Setting | 20091221 |
Method SET_SETTING on class CL_GRFN_FORM_DEFINITION has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |