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

Former Member
0 Likes
251

when ever i select any radio button it should call the session method how to do this

1 REPLY 1
Read only

Former Member
0 Likes
232

Hi Praveen,

Welcome to sdn. Please make your questions more explanatory.

As for what i understood, you should be calling a session method whenever you press a radio button from your program. If that is the case, code as such.

IF r_session = 'X'.
CALL TRANSACTION 'SM36'.
ENDIF.

Reward if useful.

Thanks

Aneesh.