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

No values in query

Former Member
0 Likes
786

Hello,

I have following problem: I created an infoset in SQ02, with VBUK as base table for join with VBAP (inner join) and LIPS (left outer join).

When I add column VBUK-KOSTK in SQ02 and then in SQ01, I always get blank value in my query in the output in that column.

This is problematic because I am creating a fulfillment rate report and information about overall picking status is essential.

Is there anything tricky that I did possibly wrong?

Thank You Gurus.

Pawel

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
752

Hi Pawel,

Are you sure the Table VBUK has a value for that delivery?

IF not just check in se16 .

Regards,

Ravi

Hello,

I have following problem: I created an infoset in SQ02, with VBUK as base table for join with VBAP (inner join) and LIPS (left outer join).

When I add column VBUK-KOSTK in SQ02 and then in SQ01, I always get blank value in my query in the output in that column.

This is problematic because I am creating a fulfillment rate report and information about overall picking status is essential.

Is there anything tricky that I did possibly wrong?

Thank You Gurus.

Pawel

5 REPLIES 5
Read only

Former Member
0 Likes
753

Hi Pawel,

Are you sure the Table VBUK has a value for that delivery?

IF not just check in se16 .

Regards,

Ravi

Read only

0 Likes
752

Hello,

thanks, I checked se16 and prepared a list of delivery documents which represent all KOSTK statuses (' ', 'A', 'B', 'C' ) and I was checking with this prepared delivery numbers.

Unfortunately for all , there is always ' '.

Pawel

Read only

Former Member
0 Likes
752

Hi,

check the corresponding values in other tables also.

they may not be there

Regards

Shiva

Read only

Former Member
0 Likes
752

Hello,

thank You for hints.

Finally it ocurred that the VBUK table VBELN field can contain both LIPS refference and VBAP refference. I changed the table join and it works now.

Bye,

Pawel

Read only

Former Member
0 Likes
752

Thank You. Problem solved. VBUK may be refferenced to both VBAP and LIPS.