‎2009 Aug 08 9:22 PM
hi every one ,
is it true that in sap 4.0b(older)b we can't assign function code to the radio button group if yes then how
can we trigger PAI from the radio button group, i need this becase i have to select subscreen dyanamically
from the radio buttons. please also tell me about set new ok code and set user command can i use them
iam creating transaction. plz help me.
thank you.
‎2009 Aug 10 5:13 AM
Hi Saketh,
Firstly welcome to SDN.
As far as my knowledge is concerned there is nothing like we can't set a radio button in 4.0.
You can use OK code like this
case Sy-ucomm.
when 'SAVE'
message 'THIS FUNCTION IS NOT AVAILABLE' type 'S'.
when 'BACK'.
call screen 100.
when 'EXIT'
leave program..
endcase.Hope it helps,
Regards,
Pavan.
‎2009 Aug 10 8:24 AM
Hi,
Just Create the Radio button by selecting all the radio button and right click the define a group for them.
Then when double click a radio button the FctCode field will be enabled.
Hope this is clear to you
Regards
Ramchander Rao.K