cancel
Showing results for 
Search instead for 
Did you mean: 

message class as result data object

Former Member
0 Kudos

hello brf+ users,

is it possible to use as Result data object in a Case expression a message from a custom message class?

thanks

danilo

Accepted Solutions (1)

Accepted Solutions (1)

carsten_ziegler
Active Contributor
0 Kudos

In this case better use a decision table with multiple result columns. There you may have several fields for msg ID and number in one result structure.

Former Member
0 Kudos

thanks Carsten,

but do you mean using a decision table instead of the Case expression or associating the result (true and false) to a decision table with the messages?

danilo

carsten_ziegler
Active Contributor
0 Kudos

Replacing Case by Decision Table.

Former Member
0 Kudos

thanks Carsten,

my requirement can be simplified in

IF FISCAL CODE

equals to " " then "001" ENTRY MISSING is returned

otherwise "000" check ok is returned.

where 000,001 are domain values of an element (MESSAGE RESULT).

can i use the message class as result? is there a way to anchor the result to the message class?

thanks

danilo

carsten_ziegler
Active Contributor
0 Kudos

can i use the message class as result? is there a way to anchor the result to the message class?

Please define the term message class.

In case you mean the data element used in DB table T100, the answer is yes.

Answers (0)