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

IF statement in Standard function module PRICING

Former Member
0 Likes
382

Hi,

In standard function module PRICING

I found one if statement like this.

if xkomv-kntyp na '1$' .

Plz tell me the meaning of thai '1$' value.

Regards,

Upender Verma.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
310

Hi,

NA means Contains Not Any ..

if xkomv-kntyp na '1$' means .. xkomv-kntyp does not contain '1' or '$'.

Read help on comparision operator 'NA'

Regards,

Srini.

1 REPLY 1
Read only

Former Member
0 Likes
311

Hi,

NA means Contains Not Any ..

if xkomv-kntyp na '1$' means .. xkomv-kntyp does not contain '1' or '$'.

Read help on comparision operator 'NA'

Regards,

Srini.