App Extensibility: My Spend
You can extend My Spend
according to your business needs in different aspects. For this purpose, the following extensibility options are available:
Extensibility in list tree table
In addition to the predefined columns in list tree table, you can add more columns from the back-end system to list tree table.
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.
To add a column in list tree table, 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.myspend.view.ListTreeTable | extTreeTableColumnHeaders extTreeTableColumnValues |
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.myspend.view.LineItems | extLineItemsColumnHeaders extLineItemsColumnValues |
The following BAdI is available for extensibility purposes:
FCO_MYSPEND_BADI
You can use this BAdI to implement your own projection of spending trends that are displayed on the My Spend
app. You can apply your own algorithms for generating spending trends if the standard trend projection does not suit your needs.
For a general description of the extensibility options and procedures, see SAP Help Portal at .