Dear SAP Gurus,
I am in the process of building a SAP Query, which links two tables VBAK and KONV
The query is made upon table VBAK directly, by adding the additional table of KONV.
System is automatically proposing the dialog-box for:
Select single * from KONV
where KNUMV = VBAK-KNUMV (i filled in) --- first line
and KPOSN = --- second line
and STUNR = --- third line
and ZAEHK = --- fourth line
Actually, the second / third line / fourth line are not needed. If i keep these lines and leave it blank at the right side,
system will show error message while generating the info set.
Could some of you advise how should i remove these 3 lines and generate the infoset of it?
Best regards,
Vincent