Show TOC

App Extensibility: Analyze Archiving Variants DistributionLocate this document in the navigation structure

Use

You can extend Analyze Archiving Variants Distribution according to your business needs for different aspects. For this purpose, the following extensibility options are available:

  • You can add new standard or custom fields to view additional attributes of an archiving object

  • You can add new standard or custom fields to view additional details of a variant

Extensibility of the Archiving Object Details

To add new standard or custom fields to view additional attributes of an archiving object, the following extensibility entities are available on the different layers. You have to extend each of these entities according to your specific business needs:

UI

Back End/ABAP

View

Extension Point

Design Time: Gateway Entity

Design Time: Extension Include (in DDIC Structure)

Runtime: Superclass/ Method to Be Redefined

S3.view.xml

extObjAttributes

Extensibility of the Variant Details

To add new standard or custom fields to view additional details of a variant, the following extensibility entities are available on the different layers. You have to extend each of these entities according to your specific business needs:

UI

Back End/ABAP

View

Extension Point

Design Time: Gateway Entity

Design Time: Extension Include (in DDIC Structure)

Runtime: Superclass/ Method to Be Redefined

S5.view.xml

additionalInfo

Further Additional Extensibility Entities

UI Controller Hooks

To plug in and execute custom code, the following hooks are available in the controller code:

Controller

Hook

Use

S3.controller

extHookSetHeaderFooterOptions

Allows you to modify header and footer of the S3 screen

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.