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

radio button in bdc multiple transaction

Former Member
0 Likes
850

hi,

i m working on two dependent transactions in bdc(using call transaction method) on ie01 and ko01 transactions where in in the selction screen i used two radio buttons under one group for calling each transaction,but i m unable to call ko01 transaction when i click to ko01 radiobutton and press execute its going into ie01 transaction,can any one explain how we can write the code to call two transactions seperately and upload data seperatly for both under single radio button group in single pgm......

hi,

i m working on two dependent transactions in bdc(using call transaction method) on ie01 and ko01 transactions where in in the selction screen i used two radio buttons under one group for calling each transaction,but i m unable to call ko01 transaction when i click to ko01 radiobutton and press execute its going into ie01 transaction,can any one explain how we can write the code to call two transactions seperately and upload data seperatly for both under single radio button group in single pgm......

3 REPLIES 3
Read only

roger_gomez
Active Participant
0 Likes
593

Hi Raj,

In selection screen define:

PARAMETERS: r1 RADIOBUTTON GROUP rad1 DEFAULT 'X', "Transaction KO01

r2 RADIOBUTTON GROUP rad1. "Transaction IE01

Main program body:

IF R1 IS NOT INITIAL.

Select data, prepare and call transaction KO01

ELSE.

Select data, prepare and call transaction IE01

ENDIF.

Reward points if helps

Roger

Read only

Former Member
0 Likes
593

may be u may have kept both radio buttons initial

plz check the IF loop

and proceed

Read only

Former Member
0 Likes
593

Hi Raj,

Can you please send me the BDC code which you have written for tcode ko01. I am getting the following problem in BDC code for uploading internal orders in KO01 tcode.

I want to enable a field in BDC program for ko01 tcode.

In this tcode, based on order type the business area field is enabling and disabling. If it is enabled then we have to enter business area bcaz its a mandatory field. Business area will be disabled if system generates a value into that field based on order type.

How can do it in BDC program of this disabling and enabling technique.

I want to enable the business area irrespective of order type and i will pass the value to it,bcaz in my flat file business area value is given for all order types.

Its an urgent issue.

Thanks in Advance.

Regards,

Swapna