Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Smartform Alternative not working

Former Member
0 Likes
1,168

Hi All,

In a smart form when I am putting 'OR' condition in the alternative it was always 'TRUE'.

Pls correct me if i m missing something.

Hi All,

In a smart form when I am putting 'OR' condition in the alternative it was always 'TRUE'.

Pls correct me if i m missing something.

3 REPLIES 3
Read only

diwaneamit
Participant
0 Likes
960

Hello Yogendra...

Can you please tell for what criteria you have to execute this.

From the entered meaning what I can understand is BSART should not be CP or RG or AP. If it doesnot have any of this value then it should be true.

If the above is the case then you should have to use AND instead of OR.

GS_BSART NE 'CP'

AND

GS_BSART NE 'RG'

AND

GS_BSART NE 'AP'.

Read only

0 Likes
960

Hi Amit,

It's resolved.I have dne like this.

Read only

Former Member
0 Likes
960

is this SF used in Driver program  or not.

also mention what is input field for this smartform