Show TOC

App Extensibility: Simulate Sales PipelineLocate this document in the navigation structure

Use

You can extend Simulate Sales Pipeline according to your business needs for different aspects.

Example

To add a field at the top of the popover on the details view, the following extensibility entities are available on the different 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)

Run Time: Superclass and Method to be Redefined

opportunityPopover.fragment.xml

extOpportunityPopover

Opportunity

CRMT_ODATA_SPS_OPP_EXPAND_INCL

CL_CRM_SALESPIPELINE_S_DPC_EXT

For more information about extension hooks and extension points for the Simulate Sales Pipeline app, visit the SAP Fiori apps reference library at https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/index.html?appId=F0013.

Note

To display the extensibility information about the Simulate Sales Pipeline app in the SAP Fiori apps reference library, click the IMPLEMENTATION INFORMATION tab on the App Details page that is displayed.

Back-End Extensibility

Extension Includes

The following extension includes are available:

DDIC

Extension Include

Use

CRMT_ODATA_SPS_OPPORT_HEADER

CRMT_ODATA_SPS_OPT_HEADER_INCL

Allows you to extend the Opportunity entity

CRMT_ODATA_SPS_OPPORT_SALESTG

CRMT_ODATA_SPS_SALESTG_INCL

Allows you to extend the Sales Stage entity

CRMT_ODATA_SPS_ACCOUNTS

CRMT_ODATA_SPS_ACCOUNTS_INCL

Allows you to extend the Account entity

CRMT_ODATA_SPS_CURRENCY

CRMT_ODATA_SPS_CURRENCY_INCL

Allows you to extend the Currency entity

CRMT_ODATA_SPS_DATE_RANGES

CRMT_ODATA_SPS_DATE_RANGE_INCL

Allows you to extend the Date Range entity

CRMT_ODATA_SPS_EMP_RESP

CRMT_ODATA_SPS_EMP_RESP_INCL

Allows you to extend the Employee Responsible entity

CRMT_ODATA_SPS_OPPORT_STATUS

CRMT_ODATA_SPS_STATUS_INCL

Allows you to extend the Status entity

CRMT_ODATA_SPS_OPPORT_TEAM

CRMT_ODATA_SPS_OPPRT_TEAM_INCL

Allows you to extend the Team entity

CRMT_ODATA_SPS_SETTINGS

CRMT_ODATA_SPS_SETTINGS_INCL

Allows you to extend the Settings entity for the app

CRMT_ODATA_SPS_USRSTATUS_CODES

CRMT_ODATA_SPS_USR_STATUS_INCL

Allows you to extend the Opportunity Status Code entity

CRMT_ODATA_SPS_OPPORT_EXPAND

CRMT_ODATA_SPS_OPP_EXPAND_INCL

Allows you to retrieve information about related entities, based on your requirement

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.

Front-End Extensibility

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.

Display of UI Controls

For more information about hiding UI controls, 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 Hiding UI Controls 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.