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 CL_ABAP_STRUCTDESCR 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 DETERMINE_FIELD_PROPS Instance method Private Method Determine Field Properties per Entity Type 20110128
2 DETERMINE_FIELD_PROPS_OLD Instance method Private Method Determine Field Properties per Entity Type (Old Impl) 20120325
3 FETCH_FIELD_PROPS_FROM_MODEL Instance method Private Method Fetch Field Properties From Model 20120325
4 GET_ACTIVITY Instance method Private Method Get Activity 20120325
5 GET_CREQUEST_STATUS Instance method Private Method Get Change Request Status 20120325
6 GET_CREQUEST_STEP Instance method Private Method Get Change Request Step 20120325
7 GET_CREQUEST_TYPE Instance method Private Method Get Change Request Type 20120325
8 GET_MODEL Instance method Private Method Get Model 20120325
9 HAS_CREQUEST_TYPE Instance method Private Method Has the Change Request been Specified? 20130314
10 SET_PROPS_BY_FIELD_PROPS Instance method Private Method Set Properties by Determined Field Properties 20130314
11 SET_PROPS_FALLBACK 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 Importing IS_UI_CONTEXT Call by reference Type reference (TYPE) USMD_S_UI_CONTEXT2 UI Context 20110128
2 Importing IT_COMPONENT Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Komponentenbeschreibungstabelle 20130314
3 Importing IT_DATA Call by reference Type reference (TYPE) STANDARD TABLE Entity relevant data 20110307
4 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20110128
5 Importing IV_ENTITY_VAL Call by reference Type reference (TYPE) USMD_VALUE Characteristic Value 20110307
6 Returning RR_FIELD_PROP Value transfer Object reference (TYPE REF TO) DATA 20120325
# Exception Resumable Description Created on
1 CX_USMD_CMM_INVALID_PARAM Invalid Parameter 20120614
2 CX_USMD_UI_FIELD_PROPERTIES 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 Exporting ER_FIELD_PROP Call by reference Object reference (TYPE REF TO) DATA 20120325
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20120325
3 Importing IS_UI_CONTEXT Call by reference Type reference (TYPE) USMD_S_UI_CONTEXT2 UI Context 20120325
4 Importing IT_COMPONENT Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Komponentenbeschreibungstabelle 20130314
5 Importing IT_DATA Call by reference Type reference (TYPE) STANDARD TABLE Entity relevant data 20120325
6 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20120325
7 Importing 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 Exporting 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 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDG Data Model for Access from SAP Standard Delivery 20120325
3 Importing 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 Importing IT_COMPONENT Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Komponentenbeschreibungstabelle 20130314
5 Importing IT_DATA Call by reference Type reference (TYPE) STANDARD TABLE Entity relevant data 20120325
6 Importing IV_ACTIVITY Call by reference Type reference (TYPE) ACTIV_AUTH Activity 20120325
7 Importing IV_CREQUEST_ID Call by reference Type reference (TYPE) USMD_CREQUEST Change Request 20120325
8 Importing IV_CREQUEST_STATUS Call by reference Type reference (TYPE) USMD_CREQUEST_STATUS Status of Change Request 20120325
9 Importing IV_CREQUEST_STEP Call by reference Type reference (TYPE) USMD_CREQUEST_APPSTEP Change Request Step Number 20120325
10 Importing IV_CREQUEST_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE Type of Change Request 20120325
11 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20120325
12 Importing IV_ENTITY_VAL Call by reference Type reference (TYPE) USMD_VALUE Characteristic Value 20120325
# Exception Resumable Description Created on
1 CX_USMD_UI_FIELD_PROPERTIES 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 Importing IS_UI_CONTEXT Call by reference Type reference (TYPE) USMD_S_UI_CONTEXT2 UI Context 20120325
2 Returning 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 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDG Data Model for Access from SAP Standard Delivery 20120325
2 Importing IV_CREQUEST_ID Call by reference Type reference (TYPE) USMD_CREQUEST Change Request 20120325
3 Returning RV_STATUS Value transfer Type reference (TYPE) USMD_CREQUEST_STATUS Status of Change Request 20120325
# Exception Resumable Description Created on
1 CX_USMD_CMM_INVALID_PARAM Invalid Parameter 20120614
2 CX_USMD_UI_FIELD_PROPERTIES 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 Importing IO_APP_CONTEXT Call by reference Object reference (TYPE REF TO) IF_USMD_APP_CONTEXT Application Context 20120325
2 Importing IS_UI_CONTEXT Call by reference Type reference (TYPE) USMD_S_UI_CONTEXT2 UI Context 20120325
3 Returning RV_CREQUEST_STEP Value transfer Type reference (TYPE) USMD_CREQUEST_APPSTEP Step of Change Request 20120325
# Exception Resumable Description Created on
1 CX_USMD_CMM_INVALID_PARAM Invalid Parameter 20120614

Method GET_CREQUEST_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APP_CONTEXT Call by reference Object reference (TYPE REF TO) IF_USMD_APP_CONTEXT Application Context 20120325
2 Importing IS_UI_CONTEXT Call by reference Type reference (TYPE) USMD_S_UI_CONTEXT2 UI Context 20120325
3 Returning RV_CREQUEST_TYPE Value transfer Type reference (TYPE) USMD_CREQUEST_TYPE Type of Change Request 20120325
# Exception Resumable Description Created on
1 CX_USMD_CMM_INVALID_PARAM Invalid Parameter 20120614
2 CX_USMD_UI_FIELD_PROPERTIES 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 Importing IS_UI_CONTEXT Call by reference Type reference (TYPE) USMD_S_UI_CONTEXT2 UI Context 20120325
2 Returning 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 CX_USMD_CMM_INVALID_PARAM Invalid Parameter 20120614
2 CX_USMD_UI_FIELD_PROPERTIES 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 Importing IO_APP_CONTEXT Call by reference Object reference (TYPE REF TO) IF_USMD_APP_CONTEXT Application Context 20130314
2 Importing IS_UI_CONTEXT Call by reference Type reference (TYPE) USMD_S_UI_CONTEXT2 UI Context 20130314
3 Returning 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 Exporting ET_PROPERTY Call by reference Type reference (TYPE) USMD_T_UI_PROPERTY2 UI Properties 20130314
2 Importing IR_FIELD_PROPS Call by reference Object reference (TYPE REF TO) DATA Field Properties 20130314
3 Importing 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 Changing CT_DATA Call by reference Type reference (TYPE) USMD_TS_ENTITY_DATA UI Data 20130314
2 Exporting 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