However, the data binding model for the RadioButtonGroupByIndex UI element has a completely different concept (see section Data Binding).. The displayed texts are those from the ValueSet or the ABAP Dictionary domain values of the attribute to which the property selectedKey is linked....
Number of columns in which the individual RadioButtonGroup elements are displayed.This property can be personalized by an administrator.● readOnlySpecifies whether the user can select RadioButtons in the RadioButtonGroup, or whether it only is to be displayed as read-only....
SAP Managed Tags: ABAP Development Hi vallamuthu madheswaran, You use like this. SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001 PARAMETERS: INCHES RADIOBUTTON GROUP G1, MM RADIOBUTTON GROUP G1. SELECTION-SCREEN END OF BLOCK B1. It will print the result in the format you...
SAP Managed Tags: ABAP Development HI you have to do this using modif id. here is a sample program to do this PARAMETERS show_all radiobutton group g1 USER-COMMAND flag. PARAMETERS no_show radiobutton group g1 default 'X'. SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME. PARAMETERS: p1...
Hi: I have a requirement, i have the following field in a view This field it's supossed to be hidden, and a radiobuttongroup has to have the entered value for example:
SAP Managed Tags: ABAP Development Hello Gurus, How can I define a radio button group of supposing 5 radio buttons, of which 3 buttons are in one box & 2 buttons are in another box of a screen in screen painter while designing the screen? Thanks in advance. Reply All forum topics ...
SAP Managed Tags: ABAP Development Hi all, I have a problem. Is there some way to creat selection-screen button (the same radiobutton group) in different blocks. the err message is [A parameter of the radio group 'GP1' has already been defined in the block 'BLK1'] SELECTION-SCREEN ...
SAP Managed Tags: UI Web Dynpro ABAP Hi.. I m new to web dynpro.. In Radio Button Group By Index, three button are coming, In my requirement i need 4 buttons... so any one can tell me how to make it Thanks Know the answer? Help others by sharing your knowledge. Answer Need ...
SAP Managed Tags: ABAP Development Hi Leela, You cannot use the Case statement to read the radio buttons. nstead you will have to use Loop at Screen under At Selection Screen Output. Please refer to the below code or the reference: ...
SAP Managed Tags: UI Web Dynpro ABAP, Virtualization hi my task is this i have created two radiobutton in the view layout , if i choose first radio button then a form should open there we can fill the student records where i can submit the details and resume of a candidates . i am...