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

Problem in BDC

Former Member
0 Likes
706

Hello,

I am working on a upload program to create sales order, delivery and Billing.

For SO I am using BAPI FM. For delivery I am using BDC on VL02N and for billing I am using BDC on VF01.

The problem is that when I run the BDC on VF01 in 'A' foreground mode the billing happens properly, but when I run the BDC on VF01 ' N' or 'E' mode it gives error Delivery <delivery no.> is in processing and cannot create bill.

Please suggest how to rectify this.

RR

Moderator message: please use more descriptive subject lines from now on.

Edited by: Thomas Zloch on Oct 21, 2010 12:59 PM

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
624

Run it with update mode synchronous

3 REPLIES 3
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
625

Run it with update mode synchronous

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
624

This means that the data from bdc1 (for Va01) is not yet committed.

Use synchronous update method.

Read only

Former Member
0 Likes
624

please use synchronous update method, you need to add commit work after bapi call.

and also please check the bapi for va01.