cancel
Showing results for 
Search instead for 
Did you mean: 

How to compare a field to a variable - IF Screen Personas

Former Member
0 Kudos

Hello,

I'm trying to create a script in Screen Personas with an IF statement, but it's not comparing the variable (NUM_FORN) with the value that I get from table. I've tried to put "args.NUM_FORN", without success.

I read some posts but didn't find any thing that could help me.

Please, anyone knows how to do it?

Any help is appreciated.


Victor Gava

Accepted Solutions (1)

Accepted Solutions (1)

pramod_nagargoje
Explorer
0 Kudos

You will have to convert the value which you are getting from table into a string through javascript.

Answers (1)

Answers (1)

Former Member
0 Kudos

Just some simple things to start with - Make sure you have the latest note applied http://scn.sap.com/thread/3681726, and make sure you have a Refresh Screen action before you copy the table.

Former Member
0 Kudos

Hi Cheryl,

I'm not sure about the note you said. And I do have a Refresh Screen before the copy table.

But don't worry about this problem anymore, I worked around with a java script.

Thank you.