‎2008 Jun 03 1:07 PM
hi experts,
I have an internal tables. it fetches
values from 2 tables : cosp and csks.
i need to use csks-kostl in my report.
how can I join these two tables. There is
no common key.
‎2008 Jun 03 1:15 PM
Hi,
You need to have a common field between 2 tables if you want to put a join between them.
Or otherwise,
Find the check table of the primary keys of the tables.
Try to find the common fields from one of the check tables of the primary keys.
Example,
If you want to join tables A and B.
Both tables don't contain common fields.
A has primary key fields X and Y.
go to check table of X or Y.
Let check table of X is C.
check any field in C which are exist in table B.
Join tables A and C.
Based on this pick the data from B.
Reward if helpful
Regards,
preet
‎2008 Jun 03 1:32 PM
‎2008 Jun 03 1:32 PM
‎2008 Jun 03 1:38 PM
‎2008 Jun 03 1:43 PM
HI
check link between
COSP-OBJNR = CSKS--OBJNR
fetch corresponding csks-kostl as per your requirement.
Reward if its helpfull
Regards.
Jay