Application Development 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: 

Select to LIKP using external delivery number (LIKP-LIFEX)

Former Member
0 Kudos

Hello,

I'm facing a strange issue here with a selection to LIKP table.

I have a query to LIKP table using  external delviery number (LIKP-LIFEX) as a select-option and it is not working.

I have delivery A with LIKP-LIFEX = B

When I go to SE16N, LIKP, put B as LIKP-LIFEX and execute, it returns nothing

While if I put A as LIKP-VBELN, it returns the delivery with B as external delivery number.

Does anyone have this issue before? Any help would be appreciated

Thanks,

Pho

1 ACCEPTED SOLUTION

jitendra_it
Active Contributor
0 Kudos

Hi Pho,

Field External delivery number(LIFEX) is type char field so it will not automatically converted into internal format like field Delivery(VBELN).

Enter exact value of external delivery and check. you might be missing preceding zeros.

2 REPLIES 2

jitendra_it
Active Contributor
0 Kudos

Hi Pho,

Field External delivery number(LIFEX) is type char field so it will not automatically converted into internal format like field Delivery(VBELN).

Enter exact value of external delivery and check. you might be missing preceding zeros.

0 Kudos

Thank you, Jitendra. I was having a space at the end of external delivery number.