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

Issue With Batch input Session for VA01

sachin_soni
Active Participant
0 Likes
758

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

3 REPLIES 3
Read only

sachin_soni
Active Participant
0 Likes
709

anyone on this?

Read only

0 Likes
709

Anyone ???

Read only

Former Member
0 Likes
709

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