cancel
Showing results for 
Search instead for 
Did you mean: 

Monitor entries from Update Rules Start Routine not visible

Former Member
0 Kudos

Hello *

I'm trying to write monitor entries from an update rule

start routine like this:

IF ( CG_FOUND IS INITIAL ).

CONCATENATE 'Hierarchy ID: ' TARGET_HIEID INTO

MON_HIERARCHY.

MONITOR-MSGID = 'RSM'.

MONITOR-MSGTY = 'E'.

MONITOR-MSGNO = '903'.

MONITOR-MSGV1 = 'Required Parent Node not found.'.

MONITOR-MSGV2 = 'Level:'.

MONITOR-MSGV3 = i.

MONITOR-MSGV4 = MON_HIERARCHY.

APPEND MONITOR.

ENDIF.

Unfortunately the monitor shows a red box symbol in

case of entries but the describing text is left blank

in the monitor.

You can only see the message if you click on error

message on the header tab.

I'm using BW3.0b.

Does anybody know about this problem?

I also tried MONITOR_RECNO : same problem.

Thanks for your help.

Accepted Solutions (1)

Accepted Solutions (1)

former_member93896
Active Contributor
0 Kudos

Hello Torben,

message RSM 903 does not exist. Please use RSM 799 which is a generic messge "Error: & & & &". The & symbols will be replace by the four message variables.

Regards,

Marc

SAP NetWeaver RIG, US BI

Answers (1)

Answers (1)

Former Member
0 Kudos

Thank you very much, now it works!

former_member374
Active Contributor
0 Kudos

Hi Torben,

You are thanking a poster for his answer.

Please next time also give him points.

See: /people/mark.finnern/blog/2004/08/10/spread-the-love

This time I did it for you.

Remember: When you ask a question you also assume the responsibility to assign points.

Please check your other questions and if the answers were good.

Spread the love and give some points.

Thanks in advance, Mark.