cancel
Showing results for 
Search instead for 
Did you mean: 

BDC logic from FIORI App

former_member305388
Active Contributor
0 Kudos

Hi Experts,

Does BDC functionality work from FIORI? When a button is clicked on FIORI, we need to update the data through BDC (as no other option works). Is this achievable? Please provide your views and experiences.

Thanks a lot...

Seenu

former_member305388
Active Contributor
0 Kudos

So, from oData it is possible? Can we do the background run? Also, I heard that it isn't recommended as COMMIT happens in the middle. Can you please throw some light?

Thanks,

Seenu

Accepted Solutions (1)

Accepted Solutions (1)

shwetanargachhe
Active Participant
0 Kudos

Hi Seenu,

Yes it is possible with below points into consideration.

1)It is good practice to use odata for calling bdc code in background.It will not support dialogue based BDC .

2) All rules applied to calling RFC enable FM or bapi applies here so any explicit commit will not work from Fiori .

Regards,

Shweta

Answers (1)

Answers (1)

rakesh2901
Participant

Hello,

I dont think you can directly trigger BDC from Fiori(UI5), You need odata for that. We had a BDC of MI10 and we extended the DPC of odata to trigger it.

Rakesh

chaouki_akir
Contributor
0 Kudos

What is the name of the Odata that you extended ?

rakesh2901
Participant
0 Kudos

It was a custom odata.

Rakesh

viva_kd
Explorer
0 Kudos

i hv same issue,
when my BDC comes to statement "CALL TRANSACTION" giving dump,

please let me know how to resolve this.

Sandra_Rossi
Active Contributor
0 Kudos

viva.kd You'd better post a new question and give details about which transaction you run, which runtime error it is, attach the short dump, the context, etc.