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: 

Inner join between VBUP, LIPS and LIKP.

Former Member
0 Kudos

Hi All,

I need inner join for the following tables:

Table:VBUP Field:WBSTA

Table:LIPS Field:VBLEN,POSNR,MATNR,ARKTX

Table:LIKP Field:VSTEL LFART WADAT

based on some condition, with 1 additional requirment

Only delivery items which has WBSTA eq 'c'.

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

hi,

use this combination and write your join on select statement.

VBUP-VBELN = LIPS-VBELV

VBUP-POSNR = LIPS-POSNV.

2 REPLIES 2

Former Member
0 Kudos

HI,

Try to write inner join on your own, but for getting relation among all tables you can

take help of following process.

1. Use SQVI transaction,
2. Create a View
3. Enter title,
4. Choose the Data source as Table Join
5. Now use Insert table option.
6. And insert the tables which you want. It will propose the relation between them.

P.S. Search on SCN for inner join syntax or press F1 on INNER JOIN.

Thanks

Nitesh

GauthamV
Active Contributor
0 Kudos

hi,

use this combination and write your join on select statement.

VBUP-VBELN = LIPS-VBELV

VBUP-POSNR = LIPS-POSNV.