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: 

IDOC Locking Error Inbound

Former Member
0 Kudos

Hi all,

We are creating a custom idoc with custom message type, inbound process code etc. The IDOC is updating the pricing tables via BDC ( Transaction VK11) for different access sequences.

Data transfer is between 2 SAP clients on the same system.

The issue is that in the inbound idoc always throws an error saying: "The condition is blocked by RFCUSER".

Since the inbound FM does a BDC CALL TRANSACTION VK11 I dont have any idea why it should be locking. The BDC does a save only at the end of the process and running the idoc in WE19 does not show any issues.

2 REPLIES 2

Former Member
0 Kudos

Please re-check the error message and post it back here.

In any case , try if BDC sessions work instead of call transaction.

Regards

Former Member
0 Kudos

Hi,

Thanks for the reply. This issue has now been resolved. It was a program issue.