Show TOC

App Extensibility: Student FileLocate this document in the navigation structure

Use

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

  • Add more content to the Basic Info tab.

    You can add additional content to the tab that displays basic student info.

  • Add more content to the Academic Info tab

    You can add additional information to the Academic Information tab.

  • Add more content to the Activity tab.

    You can add additional content to the Activity tab.

  • Add more content to the Holds tab.

    You can add additional content to the Holds tab.

Extensibility Entities

Extension Points

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

View

Extension Point

Use

S3.view.xml

extTabBasic

Allows you to add more content to the Basic Info tab

S3.view.xml

extTabAcademic

Allows you to add more content to the Academic Info tab

S3.view.xml

extTabActivity

Allows you to add more content to the Activity tab

S3.view.xml

extTabHold

Allows you to add more content to the Holds tab

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

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

Controller

Hook

Use

S3.controller.js

extHookSetHeaderFooter

Allows you to to access the header footer option of the details view. This hook is called when the details view is loaded.

For more information about hiding UI controls, 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 Hiding UI Controls End of the navigation path.

Display of UI Controls

For more information about hiding UI controls, 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 Hiding UI Controls 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.