Show TOC

App Extensibility: Confirm Production OperationsLocate this document in the navigation structure

Use

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

  • Changing the attributes of the Work Center

  • Changing the attributes of the Operations Details screen

  • Changing the attributes of the Operations Confirmation screen

  • Changing the attributes of the Operation list

Note

The Activities section in the Order Details and Order Confirmation screens cannot be changed, that is you cannot show or hide it. This section is always displayed if one or more activities are defined for the order-operation in SAP ERP. The Activities section is not displayed if no activities are defined in SAP ERP.

Changing the Attributes of the Work Center

To change the attributes of the work center, the following extensibility entities are available on the different software layers. You have to extend each of these entities according to your specific business needs:

UI

View

Extension Point

S2.view.xml

extPtWCObjectListItemNewAttribute

You can add or remove attributes of the work center that are shown in the work center list on the left by default.

Changing the Attributes of the Operation Details Screen

To change the attributes of the Operation Details screen, the following extensibility entities are available on the different software layers. You have to extend each of these entities according to your specific business needs:

UI

View

Extension Point

S3.view.xml

extPtOperationDetailsContent

You can add or remove attributes of the operation, such as charts, confirmation number, work center, and so on that are shown in the Operation Details screen by default.

S3.view.xml

extPtOperationDetailDatesContent

You can change the dates view on the Operation Details screen, for example, add or remove dates shown in the app by default.

S3.view.xml

extPtOperationDetailFooterButton

You can add or remove buttons shown in the footer area of the Operation Details screen.

Changing the Attributes of the Operation Confirmation Screen

To change the attributes of the Operation Confirmation screen, the following extensibility entities are available on the different software layers. You have to extend each of these entities according to your specific business needs:

UI

View

Extension Point

S4.view.xml

extPtConfirmationQuantitiesContent

You can add new details on the Confirmed Quantities screen.

S4.view.xml

extPtConfirmationFooterButton

You can add or remove buttons shown in the footer area of the Operation Confirmation screen.

Changing the Attributes of the Operation List

To change the attributes of the Operation list, the following extensibility entities are available on the different software layers. You have to extend each of these entities according to your specific business needs:

UI

View

Extension Point

S5.view.xml

extPtOrderOperationObjectListItemNewAttribute

You can add or remove attributes of the order-operation, such as order-operation description, dates, confirmation number, material description, and so on that are shown in the order-operation list on the left.

S5.view.xml

extPtOrderOperationFooterButton

You can add or remove buttons shown in the footer area of the order-operation list on the left.

Additional Extensibility Entities

Extension Includes

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

DDIC

Extension Include

Structure

PPOPSCNF_ACTIVITY_TEXT_INCL

Structure

PPOPSCNF_CONFIRMATION_INCL

Structure

PPOPSCNF_GM_ITEM_INCL

Structure

PPOPSCNF_SCRAP_REASON_INCL

Structure

PPOPSCNF_UOM_INCL

Structure

PPOPSCNF_WORKCENTER_INCL

If there are additional fields available in the OData service, you can display these fields on the UI. For more information, see the extensibility documentation for the respective SAP NetWeaver release on your front-end server at http://help.sap.com/fiori_implementation Start of the navigation path Extensibility Information for SAP Fiori Next navigation step Extending the UI Layer Next navigation step UI Extensibility Workflow Next navigation step  Next navigation step Checking the SAP-Enabled Extension Options Next navigation step Extension Points End of the navigation path.

Extension Points

If there are additional fields available in the OData service, you can display these fields on the UI. For more information, see the extensibility documentation for the respective SAP NetWeaver release on your front-end server at http://help.sap.com/fiori_implementation Start of the navigation path Extensibility Information for SAP Fiori Next navigation step Extending the UI Layer Next navigation step UI Extensibility Workflow Next navigation step  Next navigation step Checking the SAP-Enabled Extension Options Next navigation step Extension Points End of the navigation path.

UI Controller Hooks

If there are additional UI controller hooks available in the controller code, you can add own code. For more information, see the extensibility documentation for the respective SAP NetWeaver release on your front-end server at http://help.sap.com/fiori_implementation Start of the navigation path Extensibility Information for SAP Fiori Next navigation step Extending the UI Layer Next navigation step UI Extensibility Workflow Next navigation step  Next navigation step Checking the SAP-Enabled Extension Options Next navigation step UI Controller Hooks End of the navigation path.

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.