cancel
Showing results for 
Search instead for 
Did you mean: 

BDC Error

Former Member
0 Kudos

We have a RFC having bdc code ( with call transaction) for transaction IW22 ( Process Notification) . This BDC code is processing one notification at a time.

In Online, the RFC is working obsolutely fine. But In background, when the RFC is called multiple times in a loop to process multiple notification , bdc in RFC is working fine for first time then giving an error with code 344 for second notification onwards.

Could anybody help/suggest us how we can fix this problem.

Many Thanks,

Rohit

Accepted Solutions (0)

Answers (1)

Answers (1)

peter_atkin
Active Contributor
0 Kudos

Rohit,

Get your ABAP team to seach for 334 in the RFC. This may give some clues to the error.

PeteA

Former Member
0 Kudos

We are abap team team here. we have developed the RFC.

Portal application is calling the RFC( having this bdc code) like below---

Loop ...n times

call function 'RFC_NAME' ...

endloop.

********************

For the first call, RFC is working as expected but at the second time bdc fails....

Please suggest

peter_atkin
Active Contributor
0 Kudos

Rohit,

How are we supposed to know what you have developed?

Maybe you should try the ABAP Fourm..

Pete

Former Member
0 Kudos

Thanks a lot for taking so much interest into our problem.

In BDC Code, bdcdata is not refreshed after processing a notification. After we added code to refresh bdcdata after processing the notification, the RFC is working for multiple notification.

Thanks again to all you for all your support and help.