2009 Jan 17 12:43 PM
Hi experts,
I have a requirement to create PL for date range and reduce the PL according some clause. I have created two BDC using PT_QTA00 and PA30 tcode. When I run these bdc individually, it run. But when I run it at a time in single program, second BDC (PA30) not run. It stops at the personnel no.
how can I solve this problem? Pls help.
With regards,
Goutam.
2009 Jan 18 7:22 AM
U shud be calling ur both call transactins sychronously, hope u r doing it this way.
Specify update parameter along with call transaction to call it synchronously.
кu03B1ятu03B9к
2009 Jan 18 8:32 AM
HI,
What error message it is giving or it simply stops in the first screen of PA30 without further processing.
Check whether the employee is getting locked in the previous transaction code.
2009 Jan 18 11:25 AM
2009 Jan 20 11:16 AM
Hi
How are you running in same program?
Specify BDC's in diff radio-buttons on selection-screen..
Regards.
2009 Mar 19 9:20 AM
In single program,I've written in two perform. There is no radio-button or selection-screen. In between two perform, there is some update operation of PL Quota.
Regards,
Goutam
2009 Jun 27 6:00 AM