cancel
Showing results for 
Search instead for 
Did you mean: 

Which OData method is called when approve/reject button is clicked for SAP Fiori ?

Former Member
0 Kudos

To understand the flow can anyone help me which OData method is called from the front end of SAP Fiori Apps ( specifically for purchase requisition app ) when the Approve / Reject buttons are clicked ?

For example the /IWBEP/IF_MGW_APPL_SRV_RUNTIME~GET_ENTITYSET method is called when the application is being loaded to fetch the list of Requisition pending with the approvers.

Accepted Solutions (1)

Accepted Solutions (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Shivam,

You can look at OData data provider class in ERP.

Package: GBAPP_APV_PR

Class: CL_GBAPP_APV_PR_API

Method: SET_DECISION

This can help you to set external break points.

Regards,

Masa

SAP Customer Experience Group - CEG

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Shivam,

We have a separate gateway service " Task gateway Service" , Which is being called for all workflow processes.

Please explore that for the exact method.

Regards,

Meghna Bhardwaj

Former Member
0 Kudos

Thanks Meghna, I will check the gateway service.