Skip to Content
0
Former Member
Nov 22, 2006 at 12:39 AM

cProject - DPR_ATTRIBUTES - Method CHECK

52 Views

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