Hi,
Is there a way to stop the project of being saved inside the the method CHECK.
I am trying:
call method cl_rpm_message_services=>message_add
exporting
iv_msgid = 'ZRPM'
iv_msgno = '000'
iv_msgv1 = 'Message here'
iv_msgty = 'E'.
But it is still being saved. I need to do some checks on xRPM and then stop the saving process.
Thanks,
Erick