Show TOC

 App Extensibility: Manage Dispute Cases Locate this document in the navigation structure

 

You can extend the Manage Dispute Cases app according to your business needs for different aspects. For this purpose, you can add your own fields to the dispute case. To do this, the following extension objects are available:

Extension Objects

To include an additional field in the app, the following extension objects are available in various software 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

View: DisputeList

Fragment: fin.fscm.dm.dispute.manage.view.extFragmentDisputeTable (contains the extension point)

fin.fscm.dm.dispute.manage.extDisputeTable

Dispute

UDMO_S_DISPUTE_INCL

not applicable

Activities in the Back End

SAP Dispute Management offers the option of adding customer-specific fields via application table UDMCASEATTR00, using the CI include CI_UDMCASEATTR00. You can access these fields in the configuration of the attribute profile. To use these fields in the app, perform the following steps:

  1. From the CI include CI_UDMCASEATTR00, enter the fields that you want to use in the app in the customer extension include UDMO_S_DISPUTE_INCL. Ensure that you use the same field names.

  2. Add these fields to the CDS view UDMO_V_DC_ATTR, using the CDS extension concept EXTEND VIEW. For more information about this extension concept, choose the online help, and search for EXTEND VIEW.

Based on the customer extension include UDMO_S_DISPUTE_INCL, additional properties are attached automatically to the entity Dispute. All numbers are handled as measures and aggregated as totals, other kinds of data become a dimension.

Note Note

The extension point fin.fscm.dm.dispute.manage.extDisputeTable is needed to provide the customer-specific fields in the list of dispute cases. The detail screen, however, does not need an extension point because it uses the attribute profile configuration.

End of the note.

More Information

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