Show TOC

App Extensibility: Release Production OrdersLocate this document in the navigation structure

Use

You can extend the Release Production Orders app according to your business needs for different aspects. For this purpose, the following extensibility options are available:

  • extPtMainNewColumnPreMissingPartsContent: Insert new table column data into the table between MRP Controller and Missing Parts column

    You can define customData with key=“column” and OData field name as value for each table column to restrict HTTP requests with “select” parameters.

    If no customData is defined for columns, the app requests all fields from the backend.

Extension Points

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

View

Extension Point

Use

Overview Page

extPtMainNewColumnPreMissingParts

Insert new table column header into the table between MRP Controller and Missing Parts column

Overview Page

extPtMainTable

Replace the whole table

Details Page

extPtDetailsNewInformationNewContainerLeft

Extends the Information pane

Details Page

extPtDetailsNewInformationLeft

See Above

Details Page

extPtDetailsNewInformationNewContainerMiddle

See Above

Details Page

extPtDetailsNewInformationRight

See Above

Details Page

extPtDetailsNewInformationNewContainerRight

See Above

Details Page

extPtDetailsNewAdditionalData

extend the Additional Data pane

Details Page

extPtDetailsNewColumnPreQuantity

Insert new table column header into the table between Process End and Quantity column

Details Page

extPtDetailsNewColumnPreQuantityContent

Insert new table column data into the table between Process End and Quantity column

Details Page

extPtDetailsTable

Replace the whole table

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.