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 should select

Former Member
0 Likes
453

hi,

to select radio button which is define in fb05 through bdc program ,

it gives radio button position ,but i want to pass value of radio button through variable like

'RF05A-XPOS1(V_SELPS)' 'X'.

any one give example to pass radio button postion through variable.

2 REPLIES 2
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
385

Hello,

So if you have identified the field in the screen what is stopping you from populating the BDC structure?

If you are still unclear about the field, try recodring the trxn using SHDB.

BR,

Suhas

Read only

Former Member
0 Likes
385

Hi Ganesh,

Define a variable of type C like below :-

DATA : RAD_BUTT(1) type c.

Then In the recorder code for radiobutton pass it as bewlo :-

'RF05A-XPOS1(V_SELPS) 'RAD_BUTT'.

Regards

Abhii