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

Inventory Projection Report

Former Member
0 Likes
392

These are my tables:

eban,

ekbe,

eket,

ekko,

ekpo,

likp,

makt,

mara,

marc,

marm,

mbew,

mdpb,

mdrs,

mvke,

plaf,

zapodata_mth,

s742,

t179t,

t460a,

zbw_eod,

zcopk,

zendbald,

zendproj,

zflashs,

zgblh,

zprdsched,

zschd,

vbbe,

t179.

The problem is, I need to do a report using all these tables... what's the best way to match them? Please advise and thanks in advance.

These are my tables:

eban,

ekbe,

eket,

ekko,

ekpo,

likp,

makt,

mara,

marc,

marm,

mbew,

mdpb,

mdrs,

mvke,

plaf,

zapodata_mth,

s742,

t179t,

t460a,

zbw_eod,

zcopk,

zendbald,

zendproj,

zflashs,

zgblh,

zprdsched,

zschd,

vbbe,

t179.

The problem is, I need to do a report using all these tables... what's the best way to match them? Please advise and thanks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
353

Hi Pom,

Use the primary key relation between tables and retrieve the data using innerjoins and you can also use condition types.

Reward Points if helpful.

Regards,

Harini.S