Show TOC

 App Extensibility: ATP Overview

 

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

Additional Extensibility Entities

Extension Points

The following extension points are available:

View

Extension Point

Use

S1

extFacetFilter

Allows you to add additional filters

S1

extLocationProduct

Allows you to add contents to the Location Product table

S1

extProduct

Allows you to add contents to the Product table

S1

extLocation

Allows you to add contents to the Location table

S1

extCustomer

Allows you to add contents to the Customer table

S1

extRequirements

Allows you to add contents to the Requirements table

DateTypeAndSelection

extDateSelection

Allows you to add contents to the Date Selection dialog box

DeleteConfirmation

extDeleteVariantDialog

Allows you to add contents to the Delete Confirmation dialog box

SaveConfirmation

extSaveConfVariantDialog

Allows you to add contents to the Save Confirmation dialog box

SaveVariantAsTile

extVariantAsTile

Allows you to add contents to the Save as Tile dialog box

SaveVariantAsTileList

extVariantAsTileList

Allows you to add contents to the list of applications that can be saved as a variant

VariantDialog

extVariantDialog

Allows you to add contents to the Save Variant dialog box

VariantEditDialog

extVariantEditDialog

Allows you to add contents to the Edit Variant dialog box

VariantEditList

extVariantEditListDialog

Allows you to add contents to the variant list dialog box that can be renamed or deleted

VariantList

extVariantList

Allows you to add contents to the variant list dialog box

If there are additional fields available in the OData service, you can display these fields on the UI. For more information about extension points, see Extension Points.

UI Controller Hooks

To plug in and execute custom code, the following hooks are available in the controller code:

Controller

Hook

Use

S1

This.extHookFacetFilter

Allows you to add contents to the filter

S2

This.extHookViewTable

Allows you to add contents to the tables

If there are additional UI controller hooks available in the controller code, you can extend the UI controller code. For more information about UI controller hooks, see UI Controller Hooks.

More Information

For a general description of the extensibility options and procedures of Fiori apps, see Extensibility.