cancel
Showing results for 
Search instead for 
Did you mean: 

REPORT_ATTRIBUTE_T100_MESSAGE and RadioButtonGroup

Former Member
0 Kudos

Hello,

I want to report an error with

<b>IF_WD_MESSAGE_MANAGER~REPORT_ATTRIBUTE_T100_MESSAGE</b> regarding a <b>RadioButtonGroup</b>.

The error in my case is when no radio button has been selected. Because <b>IF_WD_MESSAGE_MANAGER~REPORT_ATTRIBUTE_T100_MESSAGE</b> requires an ELEMENT, I simply assigned the first element (=belonging to the first radio button) to that parameter.

But nothing is marked red. How can I mark the complete <b>RadioButtonGroup</b> red in case of an error?

Best regards, Hergen

Accepted Solutions (1)

Accepted Solutions (1)

former_member182372
Active Contributor
0 Kudos

Are you using RadioButtonGroupByKey or RadioButtonGroupByIndex? For RadioButtonGroupByKey it doesn`t make sense to report invalid attribute because it is always one context element selected.

Former Member
0 Kudos

It's a RadioButtonGroupByIndex.

Answers (0)