To define the input field of a parameter as a radio button, you use the following syntax:PARAMETERS p ... RADIOBUTTON GROUP group...Parameter p is created with type c and length 1, and is assigned to group group. The maximum length of the character string group is 4. You can use ...
See Help Texts in and for Web Dynpro ApplicationsThis property can be personalized by an administrator.● keyToSelectValue of the key used to select this RadioButton.● keyVisibleThe key is also selected with the RadioButton.Note that this property is not visible to the API, which means it...
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...
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 fer, 1. CHeckbox is possible (radio button not) 2. For that u declare ONE EXTRA FIELD OF TYPE C (1 CHARACTER) IN THE INTERNAL TABLE. 3. Then in layout , use layout-box_fieldname = 'FLAG' (where flag is the field name of the extra field)...
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...
In Web Dynpro ABAP “enabled” is always passed down from parent to child. If a UI element lies nested in another UI element that has enabled=FALSE, then this UI element has also enabled=false.● keyToSelectValue of the key used to select this MenuRadioButton....
SAP Managed Tags: ABAP Development Hi fer, 1. CHeckbox is possible (radio button not) 2. For that u declare ONE EXTRA FIELD OF TYPE C (1 CHARACTER) IN THE INTERNAL TABLE. 3. Then in layout , use layout-box_fieldname = 'FLAG' (where flag is the field name of the extra field)...
In Web Dynpro ABAP “enabled” is always passed down from parent to child. If a UI element lies nested in another UI element that has enabled=FALSE, then this UI element has also enabled=false.● keyToSelectValue of the key used to select this MenuRadioButton....
In Web Dynpro ABAP “enabled” is always passed down from parent to child. If a UI element lies nested in another UI element that has enabled=FALSE, then this UI element has also enabled=false.● keyToSelectValue of the key used to select this MenuRadioButton....