Show TOC

 App Extensibility: Analyze Requirements

 

You can extend Analyze Requirements 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

ReqListHeader

Allows you to change or add a header

S1

ReqListIconTab

Allows you to change or add a filter in the icon tab

S1

ReqmntsTable

Allows you to change the Requirements table

S2

schedLineTableHeader

Allows you to change or add a header

S3

StepsHeader

Allows you to change or add a header

S3

ReqDateTable

Allows you to change the Requested Date table

S3

StepsTable

Allows you to change the ATP Steps table

S4

PALTable

Allows you to change or add a header

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.extHookDataReceived

Allows you to change the Requirements table

S1

this.extHookListHeader

Allows you to change or add a header

S1

this.extHookReqListIconTab

Allows you to change or add a filter in the icon tab

S2

this.extHookschedLineTableHeader

Allows you to change or add a header

S2

this.extHookSchedLines

Allows you to change the ATP Check table

S3

this.extHookStepsHeader

Allows you to change or add a header

S3

this.extHookReqDateTable

Allows you to change the Requested Date table

S3

this.extHookStepsTable

Allows you to change the ATP Steps table

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.