The RadioButton UI element allows you to spread the displayed radio buttons individually on the screen instead of grouping them in a table. You can toggle the radio button when you bind the UI elements to the same context attribute.
SAP Managed Tags: ABAP Development hai friends i use 2 radio buttons in se38 prg. it is display in one by one for eg: inches (parameter) MM (parameter) radiobutton1 radiobutton2 but i want inches (parameter) radiobutton1 MM (parameter) radiobutton2 thanks & regards vallamuthuReply...
SAP Managed Tags: ABAP Development I have a selection screen, which is haveing ( posting date, vendor number, vendor name and recipient name )field(all flds are mandatory filed) and also having 2 radio button for cost center and other is for wbs element. So once user fill all fields,...
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....
hi, i have 2 radiobuttons in one group in a abap dynpro. when activating the dynpro and testing it BOTH radiobuttons are active. but by default i want only ONE
Sorry i posted the code just after i erased those tags, but the error appears when i add those tags, when i remove them from my view it works just fine except the radiobuttons, and when i add the tags to my code it gives me the error, heres the full code, i did not added the...
SAP Managed Tags: ABAP Development, SAP HANA Hi All, I want to hide the 2 radio buttons on the selection screen using the NO-DISPLAY option. when i worked with that its giving an error like 'no-display and radio button group can be specified together'. my question was is it possibl...
SAP Managed Tags: ABAP Development Yes suresh you are correct, he is doing some modification in at selection-screen output , he might be clearing the values of two radiobuttons or he assigned two radiobuttons values as 'X' . in both the cases it will dump. Regards vijay Reply Former ...
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 ...
you need to have a radiobutton group and a group must contain atleast 2 radiobuttons Reply Former Member 2007 Jun 25 5:03 AM 0 Kudos 196 SAP Managed Tags: ABAP Development Hi Srinivas, There is no use of only single button in SAP. If you want that go for check box. Onl...