cancel
Showing results for 
Search instead for 
Did you mean: 

wildcard Issue in BEx

Former Member
0 Kudos

Hi ALL,

I am facing issue with Wild card.

Multiple System status are coming like below :

CNF  MCNF  PCNF  REL  TECO

TECO  CNF

PCNF  REL

My requirement is like User want to filter only with System status CNF.

So I Used Wild card option in query . Variable Selection screen I am passing *CNF.

Then the out put is coming like below :

CNF  MCNF  PCNF

TECO  CNF

above result is wrong We required only CNF status.

Can any one please help on this issue.

Thanks & Regards,

Samar

Accepted Solutions (1)

Accepted Solutions (1)

anshu_lilhori
Active Contributor
0 Kudos

If you need only CNF then just harcode the same value rather than using patterns in restriction.

Regards,

AL

Answers (2)

Answers (2)

FCI
Active Contributor
0 Kudos

I assume all the status are concatenated in the same characteristic (?).

Can't you try *<SPACE>CNF ?

You should only get the corresponding record : TECO  CNF

Regards,

Frederic

Former Member
0 Kudos

Hi ,

I have tried this method what you suggested  method but it is not working.

former_member182470
Active Contributor
0 Kudos

The culprit here is *

Just pass CNF. That's it