SAP ABAP Class CL_USMD_UI_FIELD_PROPERTIES (BAdI implementation to modify field properties)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-AF (Application Component) Application Framework
⤷
USMD2_MAIN (Package) Main objects of generic MDG UIs

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20110128 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_EX_USMD_UI_EVENT2 | Single Processing: BAdI for User Interface | 20110128 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_FND_UI_FIELD_PROPERTIES | UI BADI for SF Flight Model | 20110413 |
Properties
Class | CL_USMD_UI_FIELD_PROPERTIES | |
Short Description | BAdI implementation to modify field properties | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | USMD2_MAIN | Main objects of generic MDG UIs |
Created | 20110128 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20110128 | ||
2 | IF_EX_USMD_UI_EVENT2 | Single Processing: BAdI for User Interface | 20110128 |
Friends
Class CL_USMD_UI_FIELD_PROPERTIES has no friend class.
Attributes
Class CL_USMD_UI_FIELD_PROPERTIES has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Determine Field Properties per Entity Type | 20110128 |
2 | ![]() |
Instance method | Private | Method | Determine Field Properties per Entity Type (Old Impl) | 20120325 |
3 | ![]() |
Instance method | Private | Method | Fetch Field Properties From Model | 20120325 |
4 | ![]() |
Instance method | Private | Method | Get Activity | 20120325 |
5 | ![]() |
Instance method | Private | Method | Get Change Request Status | 20120325 |
6 | ![]() |
Instance method | Private | Method | Get Change Request Step | 20120325 |
7 | ![]() |
Instance method | Private | Method | Get Change Request Type | 20120325 |
8 | ![]() |
Instance method | Private | Method | Get Model | 20120325 |
9 | ![]() |
Instance method | Private | Method | Has the Change Request been Specified? | 20130314 |
10 | ![]() |
Instance method | Private | Method | Set Properties by Determined Field Properties | 20130314 |
11 | ![]() |
Instance method | Private | Method | Set Fallback Properties | 20130314 |
Events
Class CL_USMD_UI_FIELD_PROPERTIES has no event.
Types
Class CL_USMD_UI_FIELD_PROPERTIES has no local type.
Method Signatures
Method DETERMINE_FIELD_PROPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_UI_CONTEXT | Call by reference | Type reference (TYPE) | USMD_S_UI_CONTEXT2 | UI Context | 20110128 | ||
2 | ![]() |
IT_COMPONENT | Call by reference | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | Komponentenbeschreibungstabelle | 20130314 | ||
3 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | Entity relevant data | 20110307 | ||
4 | ![]() |
IV_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20110128 | ||
5 | ![]() |
IV_ENTITY_VAL | Call by reference | Type reference (TYPE) | USMD_VALUE | Characteristic Value | 20110307 | ||
6 | ![]() |
RR_FIELD_PROP | Value transfer | Object reference (TYPE REF TO) | DATA | 20120325 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Invalid Parameter | 20120614 | |
2 | ![]() |
Field Properties Cannot Be Determined | 20120325 |
Method DETERMINE_FIELD_PROPS_OLD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_FIELD_PROP | Call by reference | Object reference (TYPE REF TO) | DATA | 20120325 | |||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20120325 | ||
3 | ![]() |
IS_UI_CONTEXT | Call by reference | Type reference (TYPE) | USMD_S_UI_CONTEXT2 | UI Context | 20120325 | ||
4 | ![]() |
IT_COMPONENT | Call by reference | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | Komponentenbeschreibungstabelle | 20130314 | ||
5 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | Entity relevant data | 20120325 | ||
6 | ![]() |
IV_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20120325 | ||
7 | ![]() |
IV_ENTITY_VAL | Call by reference | Type reference (TYPE) | USMD_VALUE | Characteristic Value | 20120325 |
Method DETERMINE_FIELD_PROPS_OLD on class CL_USMD_UI_FIELD_PROPERTIES has no exception.
Method FETCH_FIELD_PROPS_FROM_MODEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_FIELD_PROP | Call by reference | Object reference (TYPE REF TO) | DATA | Field Property per Chg.Req.Type, Ent.Type and Workflow Step | 20120325 | ||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDG Data Model for Access from SAP Standard Delivery | 20120325 | ||
3 | ![]() |
IO_MODEL_EXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDG Data Model for Access from Non-SAP Standard Code | 20120325 | ||
4 | ![]() |
IT_COMPONENT | Call by reference | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | Komponentenbeschreibungstabelle | 20130314 | ||
5 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | Entity relevant data | 20120325 | ||
6 | ![]() |
IV_ACTIVITY | Call by reference | Type reference (TYPE) | ACTIV_AUTH | Activity | 20120325 | ||
7 | ![]() |
IV_CREQUEST_ID | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Change Request | 20120325 | ||
8 | ![]() |
IV_CREQUEST_STATUS | Call by reference | Type reference (TYPE) | USMD_CREQUEST_STATUS | Status of Change Request | 20120325 | ||
9 | ![]() |
IV_CREQUEST_STEP | Call by reference | Type reference (TYPE) | USMD_CREQUEST_APPSTEP | Change Request Step Number | 20120325 | ||
10 | ![]() |
IV_CREQUEST_TYPE | Call by reference | Type reference (TYPE) | USMD_CREQUEST_TYPE | Type of Change Request | 20120325 | ||
11 | ![]() |
IV_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20120325 | ||
12 | ![]() |
IV_ENTITY_VAL | Call by reference | Type reference (TYPE) | USMD_VALUE | Characteristic Value | 20120325 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Field Properties Cannot Be Determined | 20120325 |
Method GET_ACTIVITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_UI_CONTEXT | Call by reference | Type reference (TYPE) | USMD_S_UI_CONTEXT2 | UI Context | 20120325 | ||
2 | ![]() |
RV_ACTIVITY | Value transfer | Type reference (TYPE) | ACTIV_AUTH | Activity | 20120325 |
Method GET_ACTIVITY on class CL_USMD_UI_FIELD_PROPERTIES has no exception.
Method GET_CREQUEST_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDG Data Model for Access from SAP Standard Delivery | 20120325 | ||
2 | ![]() |
IV_CREQUEST_ID | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Change Request | 20120325 | ||
3 | ![]() |
RV_STATUS | Value transfer | Type reference (TYPE) | USMD_CREQUEST_STATUS | Status of Change Request | 20120325 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Invalid Parameter | 20120614 | |
2 | ![]() |
Field Properties Cannot Be Determined | 20120325 |
Method GET_CREQUEST_STEP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_APP_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_APP_CONTEXT | Application Context | 20120325 | ||
2 | ![]() |
IS_UI_CONTEXT | Call by reference | Type reference (TYPE) | USMD_S_UI_CONTEXT2 | UI Context | 20120325 | ||
3 | ![]() |
RV_CREQUEST_STEP | Value transfer | Type reference (TYPE) | USMD_CREQUEST_APPSTEP | Step of Change Request | 20120325 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Invalid Parameter | 20120614 |
Method GET_CREQUEST_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_APP_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_APP_CONTEXT | Application Context | 20120325 | ||
2 | ![]() |
IS_UI_CONTEXT | Call by reference | Type reference (TYPE) | USMD_S_UI_CONTEXT2 | UI Context | 20120325 | ||
3 | ![]() |
RV_CREQUEST_TYPE | Value transfer | Type reference (TYPE) | USMD_CREQUEST_TYPE | Type of Change Request | 20120325 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Invalid Parameter | 20120614 | |
2 | ![]() |
Field Properties Cannot Be Determined | 20120325 |
Method GET_MODEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_UI_CONTEXT | Call by reference | Type reference (TYPE) | USMD_S_UI_CONTEXT2 | UI Context | 20120325 | ||
2 | ![]() |
RO_MODEL | Value transfer | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDG Data Model for Access from SAP Standard Delivery | 20120325 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Invalid Parameter | 20120614 | |
2 | ![]() |
Field Properties Cannot Be Determined | 20120325 |
Method HAS_CREQUEST_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_APP_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_APP_CONTEXT | Application Context | 20130314 | ||
2 | ![]() |
IS_UI_CONTEXT | Call by reference | Type reference (TYPE) | USMD_S_UI_CONTEXT2 | UI Context | 20130314 | ||
3 | ![]() |
RV_HAS_CREQUEST_TYPE | Value transfer | Type reference (TYPE) | ABAP_BOOL | Change Request Type Available? | 20130314 |
Method HAS_CREQUEST_TYPE on class CL_USMD_UI_FIELD_PROPERTIES has no exception.
Method SET_PROPS_BY_FIELD_PROPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_PROPERTY | Call by reference | Type reference (TYPE) | USMD_T_UI_PROPERTY2 | UI Properties | 20130314 | ||
2 | ![]() |
IR_FIELD_PROPS | Call by reference | Object reference (TYPE REF TO) | DATA | Field Properties | 20130314 | ||
3 | ![]() |
IT_COMPONENT | Call by reference | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | Komponentenbeschreibungstabelle | 20130314 |
Method SET_PROPS_BY_FIELD_PROPS on class CL_USMD_UI_FIELD_PROPERTIES has no exception.
Method SET_PROPS_FALLBACK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_DATA | Call by reference | Type reference (TYPE) | USMD_TS_ENTITY_DATA | UI Data | 20130314 | ||
2 | ![]() |
ET_PROPERTY | Call by reference | Type reference (TYPE) | USMD_T_UI_PROPERTY2 | UI Properties | 20130314 |
Method SET_PROPS_FALLBACK on class CL_USMD_UI_FIELD_PROPERTIES has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |