SAP ABAP Class CL_USMD_FPM_FORM_FIELD (Form Field)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-AF (Application Component) Application Framework
⤷
USMD2_COMMON (Package) Common objects of generic MDG UIs

⤷

⤷

Properties
Class | CL_USMD_FPM_FORM_FIELD | |
Short Description | Form Field | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | USMD2_COMMON | Common objects of generic MDG UIs |
Created | 20120801 | SAP |
Last change | 20130531 | SAP |
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) |
Interfaces
Class CL_USMD_FPM_FORM_FIELD has no interface implemented.
Friends
Class CL_USMD_FPM_FORM_FIELD has no friend class.
Attributes
Class CL_USMD_FPM_FORM_FIELD has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Get Property 'Enabled?' | 20120801 |
2 | ![]() |
Static method | Public | Method | Get Property 'Mandatory?' | 20120801 |
3 | ![]() |
Static method | Public | Method | Get Name | 20120801 |
4 | ![]() |
Static method | Public | Method | Get Property 'Read-Only?' | 20120801 |
5 | ![]() |
Static method | Public | Method | Set Property 'Enabled?' | 20120801 |
6 | ![]() |
Static method | Public | Method | Set Property 'Mandatory?' | 20120801 |
7 | ![]() |
Static method | Public | Method | Set Property 'Read-Only?' | 20120801 |
Events
Class CL_USMD_FPM_FORM_FIELD has no event.
Types
Class CL_USMD_FPM_FORM_FIELD has no local type.
Method Signatures
Method GET_ENABLED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_FPM_FIELD_USAGE | Call by reference | Object reference (TYPE REF TO) | FPMGB_S_FIELDUSAGE | Field Usage | 20120801 | ||
2 | ![]() |
RF_FPM_ENABLED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Enabled? | 20120801 |
Method GET_ENABLED on class CL_USMD_FPM_FORM_FIELD has no exception.
Method GET_MANDATORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_FPM_FIELD_USAGE | Call by reference | Object reference (TYPE REF TO) | FPMGB_S_FIELDUSAGE | Field Usage | 20120801 | ||
2 | ![]() |
RF_FPM_MANDATORY | Value transfer | Type reference (TYPE) | ABAP_BOOL | Mandatory? | 20120801 |
Method GET_MANDATORY on class CL_USMD_FPM_FORM_FIELD has no exception.
Method GET_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_FPM_USED_FIELD | Call by reference | Object reference (TYPE REF TO) | FPMGB_S_SELECTED_FIELDS | Used Field (as per Configuration) | 20120801 | ||
2 | ![]() |
RV_FPM_NAME | Value transfer | Type reference (TYPE) | NAME_KOMP | Field Name | 20120801 |
Method GET_NAME on class CL_USMD_FPM_FORM_FIELD has no exception.
Method GET_READ_ONLY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_FPM_FIELD_USAGE | Call by reference | Object reference (TYPE REF TO) | FPMGB_S_FIELDUSAGE | Field Usage | 20120801 | ||
2 | ![]() |
RF_FPM_READ_ONLY | Value transfer | Type reference (TYPE) | ABAP_BOOL | Read-Only? | 20120801 |
Method GET_READ_ONLY on class CL_USMD_FPM_FORM_FIELD has no exception.
Method SET_ENABLED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_FPM_ENABLED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Enabled? | 20120801 | ||
2 | ![]() |
IR_FPM_FIELD_USAGE | Call by reference | Object reference (TYPE REF TO) | FPMGB_S_FIELDUSAGE | Field Usage | 20120801 | ||
3 | ![]() |
RF_FPM_FIELD_USAGE_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Has the Field Usage Changed? | 20120801 |
Method SET_ENABLED on class CL_USMD_FPM_FORM_FIELD has no exception.
Method SET_MANDATORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_FPM_MANDATORY | Call by reference | Type reference (TYPE) | ABAP_BOOL | Mandatory? | 20120801 | ||
2 | ![]() |
IR_FPM_FIELD_USAGE | Call by reference | Object reference (TYPE REF TO) | FPMGB_S_FIELDUSAGE | Field Usage | 20120801 | ||
3 | ![]() |
RF_FPM_FIELD_USAGE_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Has the Field Usage Changed? | 20120801 |
Method SET_MANDATORY on class CL_USMD_FPM_FORM_FIELD has no exception.
Method SET_READ_ONLY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_FPM_READ_ONLY | Value transfer | Type reference (TYPE) | ABAP_BOOL | Read-Only? | 20120801 | ||
2 | ![]() |
IR_FPM_FIELD_USAGE | Call by reference | Object reference (TYPE REF TO) | FPMGB_S_FIELDUSAGE | Field Usage | 20120801 | ||
3 | ![]() |
RF_FPM_FIELD_USAGE_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Has the Field Usage Changed? | 20120801 |
Method SET_READ_ONLY on class CL_USMD_FPM_FORM_FIELD has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |