‎2009 Dec 11 9:18 AM
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.
‎2009 Dec 11 9:21 AM
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
‎2009 Dec 11 9:22 AM
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