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

SQ01 problem

Former Member
0 Likes
686

Hi,

I have a problem...I have create an infoset with logical database VFV; then a query based on this infoset.

Fields that i want in my report are:

VBRK-FKDAT

VBAK-BSTNK Additional tabel

VBRP-ARKTX

VBRP-VBELN

VBRP-FKIMG

VBRP-NETWR

VBPAPO-ADRNR

Problem is that in my report it only select one item from VBRP table. Why?? Example: if billing document 10 has 5 items it select only first item.

If i remove VBPAPO-ADRNR the result it's OK.

Please someone help.

Thank you.

4 REPLIES 4
Read only

Former Member
0 Likes
640

nobody knows nothing?

Read only

Former Member
0 Likes
640

The read on table VBPAPO is an inner join. Only one record appears for the document 10 in your example.

Change it to left outer join.

Read only

0 Likes
640

how can i change join type? beacause when i have created infoset i have choose logical database

Read only

0 Likes
640

Any clue? I'm stuck in this weird problem... if someone could help me, answers will be awarded with points.