cancel
Showing results for 
Search instead for 
Did you mean: 

Query regarding Message Settings for Check - Element in BRF+

eldho_kurianjacob
Participant
0 Kudos

Hi Team,

In BRF+, we have Element in Data Object. In detail of Element,we have additional properties.

Could you please advise me where this default message settings are maintained.

I also wanted to know whether we can set the default message settings as 'Do Not Show Any Messages'

Thanks and regards,

Eldho

Accepted Solutions (0)

Answers (1)

Answers (1)

christianlechne
Active Contributor
0 Kudos

Hi Eldho,

these settings come into play when an entered value in BRFplus is checked against allowed values (existence check) or if you restricted the allowed comparisons of the data element properties. The default setting is empty, so the definitions in the BRFplus code are used. When you specify a different level this overrules the behavior defined by BRFplus. If I understand you correctly the setting "Do Not Show Any Messages" from the drop-down menu is the option you are looking for.

The internal behavior of the setting can be looked up in the class CL_FDT_ELEMENT (look for "xstnce_check_sev" and "cmprsn_check_sev").

Best regards

Christian