Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BDC to create a Service Notification

Former Member
0 Kudos

Hi All,

I had to create a BDC, to be used in background within a workflow method, to create a Service Notification once the BAPIs available doesn't have all the data I need to fill in the notification.

What's happening is that when I run it in foreground (mode A) it creates the notification, but when I run it in background (mode B) nothing happens... and no error is returned... Am I missing something?

Thanks in advance.

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

Hi Nuno,

Just to be sure, run it in Error mode once.

When you say, nothing happens? what exactly are you doing after the call transaction statement?

In which mode are you calling the transaction?

Is it Asynchronous mode or synchronous mode?

Make it synchronous mode.

Regards,

ravi

3 REPLIES 3

former_member181962
Active Contributor
0 Kudos

Hi Nuno,

Just to be sure, run it in Error mode once.

When you say, nothing happens? what exactly are you doing after the call transaction statement?

In which mode are you calling the transaction?

Is it Asynchronous mode or synchronous mode?

Make it synchronous mode.

Regards,

ravi

0 Kudos

Hi Ravi,

I ran it in Error mode, and in fact... it was missing a CLEAR WA_BDCDATA.

Thanks for your tips!

Cheers

Former Member
0 Kudos

What transaction does the BDC call? Some are not suitable for BDC.

rob