Application Development 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: 

BDC upload for TK11

Former Member
0 Kudos

DEar all,

I have a requirement to develop the BDC upload program for the transaction TK11. But on the very first sccreen after entering the condition type(KSCHL) there comes a popup sccreen with the radiobutton to choose. Now the radiobutton is to be choosen on the basis of the access sequence defined for the conditition type. How can we choose the radiobutton dynamically on te base of condition type and condition table.

If anybody has ever come across this problem. Please suggest.

Thank you,

Anp.

3 REPLIES 3

Former Member
0 Kudos

Hi anup,

1. For this there is no direct way

of automatically selecting the radio buttons, dynamically.

2. Based upon the logic of sequence,

we have to HARDCODE it in our bdc program only.

if var= then this.

if var= then that......etc.

regards,

amit m.

former_member181962
Active Contributor
0 Kudos

Hi Anup,

Try using a BAPI instead. YOu do not need to worry about the screens then.

I think the relevant bapi is:

BAPI_PRICES_CONDITIONS

Regards,

Ravi

vinod_gunaware2
Active Contributor
0 Kudos

Do both recording.

And depeding upon ur condition fill internal table of BDC.

regards

vinod