Application Development and Automation 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: 
Read only

.Net RFC BDC issue

Former Member
0 Likes
342

Hi,

I have a BDC Function Module to change a custom field in Sales Order T-Code VA02. This BDC function is within another RFC Function Module. When I place a order from a .Net based website, it is not updating the field.However, in debugging mode, it works fine.

Am I missing anything here like settings, user security, etc.? Or is there something wrong with the BDC recording?

Thanks for your help!

Hi,

I have a BDC Function Module to change a custom field in Sales Order T-Code VA02. This BDC function is within another RFC Function Module. When I place a order from a .Net based website, it is not updating the field.However, in debugging mode, it works fine.

Am I missing anything here like settings, user security, etc.? Or is there something wrong with the BDC recording?

Thanks for your help!

1 REPLY 1
Read only

Former Member
0 Likes
308

I was able to fix this issue....The code first calls a Create BAPI and then Commit BAPI. Then, I use the BDC function to change the created order. I added a wait on Commit BAPI and the BDC works fine now.

Thanks.