Show TOC

 App Extensibility: My Unusual Items Locate this document in the navigation structure

 

You can extend My Unusual Items according to your business needs in different aspects. For this purpose, the following extensibility options are available:

  • Extensibility in document details

    In addition to the predefined fields in document details, you can add more fields from the back-end system to document details.

  • Extensibility in line items

    In addition to the predefined columns in line items, you can add more columns from the back-end system to line items.

  • Extensibility in document header data

    In addition to the predefined fields in document header data, you can add more fields from the back-end system to document header data.

Extensibility in Document Details

To add a field in document details, the following extensibility entities are available on different software layers. You have to extend each of these entities according to your specific business needs:

UI

View

Extension Point

fin.co.myunusualitems.view.S3

extDocLineItemsSubViews

Extensibility in Line Items

To add a column in line items, the following extensibility entities are available on different software layers. You have to extend each of these entities according to your specific business needs:

UI

View

Extension Point

fin.co.myunusualitems.view.S3

extDocLineItemsColumnHeaders

extDocLineItemsColumnValues

Extensibility in Document Header Data

To add a field in document header data, the following extensibility entities are available on different software layers. You have to extend each of these entities according to your specific business needs:

UI

View

Extension Point

fin.co.myunusualitems.view.DetailAccount

extDocHeaderFields

Additional Extensibility Entities

Business Add-Ins (BAdIs)

The following BAdI is available for extensibility purposes:

  • FCO_MYUNUSUAL_BADI

    You can use this BAdI to provide attachments that are displayed in the My Unusual Items application. When users add attachments to cost documents by using standard SAP features, such as transaction code FB50 or KSB5, those attachments are stored in business objects. However, if you have implemented other attachment targets so that attachments are no longer stored in business objects, you must use this BAdI to provide attachments requested by the application.

More Information

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