‎2010 Oct 21 10:23 AM
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
‎2010 Oct 21 10:27 AM
‎2010 Oct 21 10:27 AM
‎2010 Oct 21 10:27 AM
This means that the data from bdc1 (for Va01) is not yet committed.
Use synchronous update method.
‎2010 Oct 21 12:04 PM
please use synchronous update method, you need to add commit work after bapi call.
and also please check the bapi for va01.