‎2008 Jul 30 5:31 AM
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
‎2008 Jul 30 5:35 AM
Hi,
Increase the Time.. Dude.. It will work..
\[removed by moderator\]
Edited by: Jan Stallkamp on Jul 30, 2008 4:24 PM
‎2008 Jul 30 5:42 AM
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
‎2008 Jul 30 6:02 AM
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...