Show TOC

 App Extensibility: Open Posting Periods Locate this document in the navigation structure

 

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

  • Extension Points

    You can extend the app by adding a search criteria on the filter bar

  • UI Controller Hooks

    You can modify the data model

Further Extensibility Entities

Extension Points

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

View

Extension Point

Use

S1.view.xml

extFilters

Allows you to add search criteria on the filter bar

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.controller.js

extHookInit

Allows you to modify data model

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.