cancel
Showing results for 
Search instead for 
Did you mean: 

compare ~messageline with another string

Former Member
0 Kudos

Hello,

i would like to make some functionality of web trans dependent on text in ~messageline(i dont/cant make changes in R/3 ). The code should look like


if (~messageline == "some text")
 ....
else
  ....

this sulution works fine until i use english language

but when i use some national characters(some of them are in messageline text) it stops working. How should i compare texts with national characters? or is there any messageid?

thanks

JJ

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yepp,

there is a field "~messageid", which will be set if a message is processed.

You might check this with using the URL parameter ~record=1. You can find a dump of ITS variables in the HTML source.

hope this helps

Tobias

Answers (0)