‎2010 May 18 7:10 AM
Hi,
We Created a BDC for Sales order creation using Call Transaction Using and it Ran fine and as a result a sales order got created.
When we converted the same BDC into session method wherein we created a session using open grp then filled the bdc tab afterwards used BDC insert and then finally closed the session.
the session gets successfully created but the issue is after processing two screens the session just finishes and it shows as processed with no Sales order being created.This looked very strange issue to us.we also tried using parameters of CTU_PARAMS like NOBINPT but no success yet.
Searched on SDN forums also but finally i had to post this .
Please share your solutions or any smilar experinces.
thanks
Sachin Soni
Edited by: Rob Burbank on May 18, 2010 9:33 AM
‎2010 May 18 10:03 AM
‎2010 May 18 11:04 AM
‎2010 May 19 5:00 AM
Hi Sachin,
Please tell us that whether your session is having all the records as much as your upload file is having.
If yes, then probably your BDCDATA table is not getting populated properly.
Try to debug the routine which you have written for BDC_INSERT then you could find the reason. Apart from that try to run the session in foreground mode for 2-3 records as well.
Please revert back in case of any doubts.
Cheers
VJ