Show TOC

App Extensibility: Approve Decision PointsLocate this document in the navigation structure

Use

You can extend Approve Decision Points according to your business needs for different aspects. For this purpose, the following extensibility options are available:

  • Add fields, tabs, and controls

    You can add fields, tabs, and controls to the views of Approve Decision Points app.

Add fields, tabs, and controls

To add fields, tabs, and controls, the following extensibility entities 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 (in DDIC Structure)

Runtime: Superclass/ Method to Be Redefined

S2

extObjListAttr

DecisionPoint

CI_PPM_TS_DECIS_APPROV_LIST_GW

Superclass: CL_PPM_PFMDCPT_APV_DPC_EXT

Method: DECISIONPOINTCOL_GET_ENTITYSET

S3

extObjHdrAttr

DecisionPointDetail

CI_PPM_TS_DECIS_APPROV_DETL_GW

Superclass: CL_PPM_PFMDCPT_APV_DPC_EXT

Method: DECISIONPOINTDET_GET_ENTITY

extInfoTop

DecisionPointDetail

CI_PPM_TS_DECIS_APPROV_DETL_GW

Superclass: CL_PPM_PFMDCPT_APV_DPC_EXT

Method: DECISIONPOINTDET_GET_ENTITY

extInfoBottom

DecisionPointDetail

CI_PPM_TS_DECIS_APPROV_DETL_GW

Superclass: CL_PPM_PFMDCPT_APV_DPC_EXT

Method: DECISIONPOINTDET_GET_ENTITY

extTabFilter

DecisionPointDetail

CI_PPM_TS_DECIS_APPROV_DETL_GW

Superclass: CL_PPM_PFMDCPT_APV_DPC_EXT

Method: DECISIONPOINTDET_GET_ENTITY

extDetailContent

DecisionPointDetail

CI_PPM_TS_DECIS_APPROV_DETL_GW

Superclass: CL_PPM_PFMDCPT_APV_DPC_EXT

Method: DECISIONPOINTDET_GET_ENTITY

extNotes

  • ItemNoteCreate

  • ItemNotes

CI_PPM_TS_DECIS_APPROV_NOTE_GW

Superclass: CL_PPM_PFMDCPT_APV_DPC_EXT

Method:

  • ITEMNOTECREATE_CREATE_ENTITY

  • ITEMNOTES_GET_ENTITY

  • ITEMNOTES_GET_ENTITYSET

extAttachments

ItemAttachments

CI_PPM_TS_DECIS_APPROV_ATTC_GW

Superclass: CL_PPM_PFMDCPT_APV_DPC_EXT

Method:

  • ITEMATTACHMENTS_DELETE_ENTITY

  • ITEMATTACHMENTS_GET_ENTITY

  • ITEMATTACHMENTS_GET_ENTITYSET

  • ITEMATTACHMENTS_UPDATE_ENTITY

  • /IWBEP/IF_MGW_APPL_SRV_RUNTIME~CREATE_STREAM

  • /IWBEP/IF_MGW_APPL_SRV_RUNTIME~GET_STREAM

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.