cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with i_step = 3 and message output in WAD template

Former Member
0 Kudos

Hello experts,

we experience a "funny" problem with our variables user exit in connection with WAD. In the exit step i_step = 3 (include ZXRSRU01) we create error messages using message class RSBBS depending on particular value combinations of the exit variables. Everything works fine in BEx query AND in the WAD template in DEV system -> the error messages are displayed in top of the selection dialogue, that's ok. But in PROD ONLY the messages in BEx work fine, NOT in the WAD template!

We have no idea what's missing during transport from DEV to PROD. What could it be? It has to be something concerning WAD...

Any help is appreciated, points will be rewarded

Regards

Thilo Krawietz

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

<FONT FACE = "Tahoma", Font Color = "Blue">

Hi<br>

Please debug the query in PROD using Transaction RSRT and Query Display as HTML.

<br><br>

Hope it helps.<br>

Cheers Abhijit</FONT><FONT FACE = "Verdana", Font Color = "Red">

<br>

  • It's a good habit to reward someone with points in SDN if you think his/her

response was helpful to you

</FONT>

Former Member
0 Kudos

Hello Abhijit,

we now solved the problem - it was as just a simple misunderstanding. The messages where put out as warnings, not as error messages. Warnings were disabled for display in the template whereas error messages were not.

Nevertheless thanks for your answer!

cheers,

Thilo

Former Member
0 Kudos

Hi,

can you please tell me how to disable warnings.

Former Member
0 Kudos

Hello Nirav,

in WAD 3.5 template:

- you disable warnings by adding the following line in the object tag TEMPLATE PROPERTIES (in HTML tab):

<param name="SUPPRESS_WARNINGS" value="X"/>

The same effect is achieved when you check the checkbox "Do not display warnings", which is the 4th entry in the template properties box (left bottom in WAD window) in the web item tab.

in WAD 7.0 template you can disable warnings in the xhtml tab by adding the code line

<bi:WARNINGS_VISIBLE value="" />

in the section:

<bi:TEMPLATE_PARAMETERS name="TEMPLATE_PARAMETERS" >

</bi:TEMPLATE_PARAMETERS>

or in the left bottom properties box (only visible when layout tab is active) by unchecking the entry "Warnings visible" under section "Internal display"

I hope this helps you!

cheers,

Thilo