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

Urgent conversion

Former Member
0 Likes
831

Hi all .

Plz solve this problem ..

Suppose in VBAK table i have BSTNK value Abc .

Now if i dont give Abc exact it wont fetch record ,

But I want to ignore the case for all entries like abc , Abc ,aBC it should fetch Abc corresponding value .

We can achieve through bc or A but we dont want * . Any other way to ignore case ?

<b>Do we have any function module converting this one ?</b>

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
811

This is a duplicate post. Please see my answer in your other one.

Rob

Hi all .

Plz solve this problem ..

Suppose in VBAK table i have BSTNK value Abc .

Now if i dont give Abc exact it wont fetch record ,

But I want to ignore the case for all entries like abc , Abc ,aBC it should fetch Abc corresponding value .

We can achieve through bc or A but we dont want * . Any other way to ignore case ?

<b>Do we have any function module converting this one ?</b>

6 REPLIES 6
Read only

Former Member
0 Likes
812

This is a duplicate post. Please see my answer in your other one.

Rob

Read only

0 Likes
811

not duplicate , ur 1 nt working , ne function module which will giv me all combination of those alphabets ?

Read only

0 Likes
811

Oh? Seems awfully similar to:

Rob

Read only

0 Likes
811

similar but i want to get a function module which will convert to all the combination of abc like ABC , aBC , Abc etc , and then fetch data depending on this ..

Read only

0 Likes
811

Well, it's the same problem. If you are done with the first post, why don't you close it?

Rob

Read only

Former Member
0 Likes
811

Hi Dipankar,

As the output characteristics suggest, the domain BSTNK will be stored in lower case in table BSTNK.

Try fetching data passing all characters in Lower case.

Lokesh