‎2013 May 20 1:54 PM
Hi Experts,
I am using FM 'BAPI_OUTB_DELIVERY_CREATE_STO' to create STO. After executing one error is coming:
Missing data in the BAPI interface: IF_VSTEL .
But , in debugging mode, this error is not coming.
My code is:
CALL FUNCTION 'BAPI_OUTB_DELIVERY_CREATE_STO'
IMPORTING
delivery = l_vbeln
num_deliveries = l_num
TABLES
stock_trans_items = lt_stock_trans_items
return = lt_return.
After that I execute 'BAPI_TRANSACTION_COMMIT'.
How to solve this issue?
Any possible solution would be gratefully accepted.
Thanks,
Arindam Samanta.
‎2013 May 21 2:29 AM
Hello,
Implement the SAP note 1812580 will help you to solve this issue.
Regards,
David
‎2014 Dec 19 8:29 AM
I had the exact same problem and I just saw your message. I know it is a late answer. But I solved it with. 'WAIT UP TO 3 SECONDS' after 'BAPI_TRANSACTION_COMMIT'.
Regards