Show TOC

 App Extensibility: Overdue Network Activities Locate this document in the navigation structure

 

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

Extensibility Entries

Extension Points

The following extension points are available:

View

Extension Point

Use

S3.view.xml

extTabFilter

Allows you to create additional tab filters.

S3.view.xml

extInfoTabContent

Allows you to add fields under the info tab.

S2.view.xml

extMasterListFilter

Allows you to add options to the facet filter in the master list.

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

S3 Controller

extHookAddActionitemInDetail

Allows you to add actions to the Actions menu.

For more information about UI controller hooks, see UI Controller Hooks.

Display of UI Controls

The following UI controls can be hidden from the app UI.

Controller

Control ID

Use

S3 controller

plantdesc

Allows you to hide the label and text fields for Plant Description.

S3 controller

lblSchStrtEndDt, txtSchStrtEndDt

Allows you to hide the label and text fields for Earliest Scheduled dates.

S3 controller

lblLatStrtEndDt, txtSchStrtEndDt

Allows you to hide the label and text fields for Latest Scheduled dates.

S3 controller

lblDur, txtDur

Allows you to hide the label and text fields for Duration.

S3 controller

lblQuan, txtQuan

Allows you to hide the label and text fields for Quantity.

S3 controller

lblPrice, txtPrice

Allows you to hide the label and text fields for Price.

S3 controller

lblCostEl, txtCostEl

Allows you to hide the label and text fields for Cost Element.

S3 controller

lblPrio, txtPrio

Allows you to hide the label and text fields for Priority.

S3 controller

lblStatus, txtStatCreat, txtStatReleased, txtStatLock, txtStatCompleted

Allows you to hide the label and text fields for System Status.

S3 controller

lblFreeFlt, txtFreeFlt

Allows you to hide the label and text fields for Free Float.

S3 controller

lblTotalFloat, txtTotalFloat

Allows you to hide the label and text fields for Total Float.

S3 controller

precedinglist, precedingListItem

Allows you to hide the list and list item fields for Preceding Activities.

S3 controller

succeedingList, succeedingListItem

Allows you to hide the list and list item fields for Succeeding Activities.

For more information about hiding UI controls, see Concealable UI Controls.

More Information

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