‎2007 Jul 01 4:20 AM
when ever i select any radio button it should call the session method how to do this
‎2007 Jul 01 4:29 AM
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.