‎2008 Nov 28 5:49 AM
Hi
i have taken fields from Plaf table and some fields from structures so now i want to join that how can i join.
Is there any option?
regards
‎2008 Nov 28 5:52 AM
HI
Structures doesnt have any data so you cannot join them since no data is there.
go to se84 and find where the structure fields are used in tables and join accordingly if it gets the required data from those tables
Regards
Ramchander Rao.K
‎2008 Nov 28 5:52 AM
HI
Structures doesnt have any data so you cannot join them since no data is there.
go to se84 and find where the structure fields are used in tables and join accordingly if it gets the required data from those tables
Regards
Ramchander Rao.K
‎2008 Nov 28 6:04 AM
hi
A table structure is just a skeleton of the data. It contains no data, just how the data is formatted in the table. You can not join a structure with a transparent table.
hope this helps
regards
Aakash Banga
‎2008 Nov 28 6:05 AM
Hi,
structure dont have any data base table associated with them so they dont have any data.
that's why we cannot join structure witha table but we can include a structure within any table.
Sytex to include structure in ztable:
fieldname data element.
.include struname
hope it will ans ur query.
Thanks
Rajesh Kumar
‎2008 Nov 28 6:30 AM
Hi,
We can't join structure and transaprent table but we can append this structure to table using append structure option in se11. As structure contains no data, just tells how the data is formatted in the table.
Thanks
Nitesh
‎2008 Nov 28 6:49 AM
Hi bobby..
Structure is just like header . it will contains only one line item each time.
insted of joining it for each line item just append it to some another internal talbe as per your reqirement.
but you must creat your internal table with all the related fields. and then use it for your requirment.
Thanks,
GSANA