hi,
i created 2 radio buttons, aa and bb and selected them and grouped them in a radiobutton group in SE51.
so in PAI MODULE USER_COMMAND_0100 INPUT, i have to handle the user selection.
so i say
IF aa = 'X'
but it says "aa" is unknown. how do i refer this object in my code ?? in general how do i refer any of the screen elements ?
thks