Solved: 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
SAP Managed Tags: ABAP Development Hi You can use Selection-screen Begin of line & End of Line to have in the same line. eg: selection-screen begin of line. parameters: p_inches, p_rad1 radiobutton group rad1 default 'X'. selection-screen end of line. selection-screen begin of line...
There are 4 radio buttons in total. The requirement is, when I select the radio button p_rd1 it should validate only the s_prod field mentioned under the radio button p_rd3. When I select the radio button p_rd2 it should validate both the fields s_prod and p_loc mentioned under th...
SAP Managed Tags: ABAP Development Hello, Did you check the p_down radio-button & did an F4 on p_file ? After this in the debug mode you find that in the event AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file, the value for p_up = 'X' ? Can you try like this & check ? PA...
Use AT SELECTION SCREEN ON <RADIO BUTTON> Points? Regards, Vikas Madaan Reply Former Member In response to Former Member 2006 Jan 13 7:37 AM 0 Kudos 2,387 SAP Managed Tags: SAP Inside Track, ABAP Development Hello Vikas, I have tried your suggested code but not working. My...
SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001. PARAMETERS: r1 DEFAULT 'X' RADIOBUTTON GROUP g1 USER-COMMAND rad1, r2 RADIOBUTTON GROUP g1 . SELECTION-SCREEN END OF BLOCK b1. SELECTION-SCREEN BEGIN OF BLOCK b3 WITH FRAME TITLE text-005...
Specifies whether the user can select RadioButtons in the RadioButtonGroup, or whether it only is to be displayed as read-only.This property can be personalized by an administrator. Personalization can be used to give this property the value ‘true’.● selectionChangeBehaviour...
radiobutton_event ?= event. endif. data: dd_listbox_event type ref to cl_htmlb_event_selection. case event->id. when 'male'. radio_value = '1' . when 'female'. radio_value = '2' . endcase. Rgds, Jothi. Do Close the thread if you are satisfied with the answer. You must be...
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...
...结构src├─assets // 资源│ └─img // 图片│ radio_button_select.png // 选中│ radio_button_unselect.png...// 非选中├─components //组件位置│ └─radio│ PropsType.tsx // 组件属性 & 接口│ Radio.tsx // 单个选项...Radio根据草图,想象得到是图片 + 文本的结构。...Radio中的...