sap - Defining or expanding a radio button group in ABAP screen painter -


how can define radio button group in graphical abap screen painter?

it easy paint them don't work group.

grouping -> define , grouping -> expand greyed out

first way:

to insert radio button, click on radio button symbol on left, klick on canvas on right insert radio button.

repeat each button.

select button fill name (the variable name defined in abap program) , text (the label visible user)

second way: open dictionary window (blue rectangle smaller red rectangle inside)

type variable name used in program (you may type structure name fields in structure)

klick on program.

select line wish. mark radio button @ right end of line. klick on ok button.

click canvas want insert button.

how make them work group

select 1 radio button mouse.

hold down left mouse button , drag rectangle around radio buttons.

right klick -> radio button group -> define (or expand if add later).

done

but defining group doesn't work, define , expand greyed out

this can happen if don't start freshly , try add later screen painter dynpro.

this why happens: when drag rectangle select radio buttons, impossible avoid other screen elements not radio buttons. when happens, function want use greyed out.

instead of dragging rectangle, you

  1. select first radio button element mouse
  2. you hold ctrl key on keyboard
  3. while holding ctrl key, klick on each remaining radio button once.

after this, radio buttons selected, can right klick -> radio button group -> define not greyed out.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -