‎2009 Aug 17 2:30 PM
Hi al,
i have written a progam in ASP.Net which passes a set of records to RFC Bapi to create sales orders.
input records should be passed into the bapi , if record is ok it should be added in valid table
if it is not ok it should be added in error table.
if i give the .Bapi call command after the for loop, only the last record in the input table is passed into bapi.
if i give the .Bapi call command inside the for loop, records are processed more than once.
how to solve this?
regards
nagarajan
‎2009 Aug 17 3:51 PM
Hi,
It could be happen because after BAPI call from legacy system you need give a commit work. Try do that with .Bapi call inside loop.
Hope it helps.
Paulo Afonso Cordeiro
‎2010 Dec 16 1:18 PM
Hi Nagarajan I'm in a similar situation can you post your code here please or send it to my id ravindra under score br at yahoo dot com