cancel
Showing results for 
Search instead for 
Did you mean: 

RKF restriction issue

Former Member
0 Kudos

Hello, i need to create a RKF for a field. I have a field in my dso which is a custom field called ZBUS_OB, The values for this fields are like this:

JUKTA

JAKTY

NGYE

NGEQ

NGHY

etc.

Now my task is to create a RKF with 0AMOUNT and ZBUS_OB but only allow anything starting with NG and JUKTA. JUKTA is straight forward but i don't know how to restrict by any value starting with 'NG'. Any ideas?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

abdullahqureshi
Contributor
0 Kudos

Hi Sunil,

I think the only way is to restrict all the values starting from NG at your RKF manually. Ask your functional what are values?

Regards,

Abdullah

Loed
Active Contributor
0 Kudos

Hi,

Try to filter your ZBUS_OB with this:

NG*

Regards,

Loed

Former Member
0 Kudos

thanks but the problem is that they keep adding those values and we can not do the hard coding.

Loed
Active Contributor
0 Kudos

Huh? I didn't do hard code..You are using SPECIAL CHARACTER to detect all values starting with NG..That's why it has ASTERISK..

Regards,

Loed

abdullahqureshi
Contributor
0 Kudos

Hi Sunil,

You should try this one :

Regards,

Abdullah

Answers (0)