Quantcast
Channel: SCN: Message List - BOPF Application Framework
Viewing all articles
Browse latest Browse all 726

Re: Remove error messages from BOPF

$
0
0

Hello Andy,

if the result should also be a BOPF message object, you can try it that way:

Best regards

Tilmann

 

 

data(lo_new_message_object) = /bobf/cl_frw_factory=>get_message( ).
lo_old_message_object->get_messages( importing et_message = data(lt_message) ).

loop at lt_message into data(ls_message).
if 1 = 2.
   continue.
endif.
lo_new_message_object->add_cm( ls_message-message ).
endloop.


Viewing all articles
Browse latest Browse all 726

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>