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

Run two bdc in one program

Former Member
0 Likes
946

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.

6 REPLIES 6
Read only

Former Member
0 Likes
776

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к

Read only

Former Member
0 Likes
776

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.

Read only

Sandra_Rossi
Active Contributor
0 Likes
776

Please also look at my answer in [this thread|; regarding set/get parameters : it's the reason I most experienced in the case of second BDC not working.

Read only

Former Member
0 Likes
776

Hi

How are you running in same program?

Specify BDC's in diff radio-buttons on selection-screen..

Regards.

Read only

0 Likes
776

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

Read only

0 Likes
776

Thanks