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

FUNCTION CODE FOR RADIO BUTTON IN 4.0 VERSION

Former Member
0 Likes
410

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.

2 REPLIES 2
Read only

Former Member
0 Likes
375

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.

Read only

Former Member
0 Likes
375

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