Show TOC

App Extensibility: Approve Master Data - ExtendedLocate this document in the navigation structure

Extensibility information for SAP Fiori app.

You can extend the app according to your business needs for different aspects. For this purpose, the following extensibility options are available:
  • Add a new icon tab in the Detail view and add fields to this tab

  • Hide fields in the icon tab
  • Show new fields of existing entities in the icon tab
  • Add attributes in the icon tab
  • Show additional fields in the Detail screen header
  • Show additional fields in the Sub Detail page
  • Hide notes icon tab
Change Request Related Data

You can extend the MDG_APPROVE_CR application with new entities from the MDG data model. To add a customer field to the app, the extensibility entities listed below are available on the different software layers. You have to extend each of these entities according to your specific business needs:

UI

Back End/ABAP

View

Extension Point

Design Time: Gateway Entity

Design Time: Extension Include

Run Time: Superclass and Method to Be Redefined

S2

extObjListItem

ChangeRequest

CI_MDG_GW_S_CR

Superclass: CL_MDG_APPROVE_CR_DPC_EXT

Method: /IWBEP/IF_MGW_APPL_SRV_RUNTIME~GET_ENTITYSET

Further Extensibility Entities

Extension Includes

In addition to the extension includes described above, the following extension includes are available:

DDIC

Extension Include

Use

MDG_GW_S_CHANGE_DATA

CI_MDG_GW_S_CHANGE_DATA

Allows you to add additional fields for change data of a change request

MDG_GW_S_CR

CI_MDG_GW_S_CR

Allows you to add additional fields to the change request

For more information about extension includes, see the extensibility documentation for the respective SAP NetWeaver release on your front-end server at http://help.sap.com/fiori_implementation Start of the navigation path Extensibility Information for SAP Fiori Next navigation step Extending the UI Layer Next navigation step UI Extensibility Workflow Next navigation step  Next navigation step Checking the SAP-Enabled Extension Options Next navigation step Extension Includes End of the navigation path.

Extension Points

If there are additional fields available in the OData service, you can display these fields on the UI. For more information, see the extensibility documentation for the respective SAP NetWeaver release on your front-end server at http://help.sap.com/fiori_implementation Start of the navigation path Extensibility Information for SAP Fiori Next navigation step Extending the UI Layer Next navigation step UI Extensibility Workflow Next navigation step  Next navigation step Checking the SAP-Enabled Extension Options Next navigation step Extension Points End of the navigation path.

UI Controller Hooks

If there are additional UI controller hooks available in the controller code, you can add own code. For more information, see the extensibility documentation for the respective SAP NetWeaver release on your front-end server at http://help.sap.com/fiori_implementation Start of the navigation path Extensibility Information for SAP Fiori Next navigation step Extending the UI Layer Next navigation step UI Extensibility Workflow Next navigation step  Next navigation step Checking the SAP-Enabled Extension Options Next navigation step UI Controller Hooks End of the navigation path.

More Information

For a general description of the extensibility options and procedures of SAP Fiori apps, see http://help.sap.com/fiori_implementation Start of the navigation path Extensibility Information for SAP Fiori End of the navigation path.