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

system response

Former Member
0 Likes
500

Hi all,

my program will create inquiry order ( BDC ) after that imd it will download into excel file with confirmed qty etc...

but some times when ever the no. of line items are more it downloading without confirmed qty....i have given 10 sec time after creation of inquiry and before download even though confirmed qty is not downloading some times....

how to capture system response ?

kindly give me some solution.

thanks

3 REPLIES 3
Read only

Former Member
0 Likes
473

Hi,

Increase the Time.. Dude.. It will work..

\[removed by moderator\]

Edited by: Jan Stallkamp on Jul 30, 2008 4:24 PM

Read only

Former Member
0 Likes
473

Try adding a commit work statement after the call transaction for the bdc.

You may actually have to dig deeper into any user-exit type modifications in processes in between the create transaction by bdc and the raising of confirmations in the system. If there is something slow there, they need to hastened up.

An alternative is, to separate the tasks into 2 and run them as steps of a job.

In step 1 you run the bdc and capture the created doc number etc. into a file downloaded to app server. In step 2 read above file and go to get the confirmations. If there is error in step 2, the job step can be run again later.

Regards

Sasanka

Read only

0 Likes
473

thanks for the reply...

i have already given commit work and also time, still it's not working...

can u explain me in detail abt the first alternative...