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

Can we join table with structure

0 Likes
2,257

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,114

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

5 REPLIES 5
Read only

Former Member
0 Likes
1,115

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

Read only

Former Member
0 Likes
1,114

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

Read only

Former Member
0 Likes
1,114

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

Read only

Former Member
0 Likes
1,114

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

Read only

Former Member
0 Likes
1,114

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