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: 

LOOK at this once

Former Member
0 Kudos

i want to get data from tables iseg(matnr,waers...etc and one field from t5d5e(difmg)...

there is no key field here...in both...is it possibel ..?..how can i join these tables to prepare a report...

pls share ur ideas...

Message was edited by: mpr raju

Message was edited by: mpr raju

8 REPLIES 8

Former Member
0 Kudos

Find an extra table which has keyfields in both tables to link them.

0 Kudos

there is no key field related any other table...what i have to do at this situation...

thanks in advance..

raju

0 Kudos

why do you wanna like them ?

If there are no relation betweens them maybe make 2 differents reports

Message was edited by: STEPHAN KAMINSKI

Former Member
0 Kudos

Raju,

For sure you can not join those two tables not having a common key field.

As Stephen said, you can only seperate those two tables in to two seperate reports.

Reward points to useful answers.

Regards,

Former Member
0 Kudos

just retrieve data from these tables into internal tables.

create relation between these internal table with extra column.

hope this help

regards

Former Member
0 Kudos

What is the logical relationship between the two tables in your report? If you have a record from ISEG, how do you determine the corresponding record from t5d5e?

Rob

0 Kudos

HERE the relationship between two table are ...

in t5d5e field called difmg is the difference between the inventory counted qty and booked qty....all the fields for my report is there is iseg execpt DIFMG...this field is not there in any other and also no key field from the t5d5e..

raju

0 Kudos

Raju - are you sure you have the right table? the description for t5d5e-difmg is "Registration reason for difference registrations".

Rob