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

adding 2 fields

Former Member
0 Likes
724

HI all freinds,

I would like to add rm06e structure to the table EKET.Please suggest me how to add.Even i did append structure but it is showing some warnings please suggest me how to do..

with regards

diwakar

5 REPLIES 5
Read only

GauthamV
Active Contributor
0 Likes
701

You can add any Z append structure without any problem.

After adding the structure in se11 goto se14 and adjust the database then

you will not get any warnings.

Read only

gastn_jareo
Active Participant
0 Likes
701

If I remember well you can't append any structure. I think you can only append Z structures, and a structure can be appended in one table only. I sugest you to create a Z append structure and inside it you can simply use an INSERT STRUCTURE to insert de rm06e structure.

Hope it helps!

Read only

Former Member
0 Likes
701

hi,

Append structure should do.

Whats the warning?

Read only

Former Member
0 Likes
701

Hi diwakar,

append structure will do .

see the warnings.I guess the warnings may come for some refrence fields.

Read only

Former Member
0 Likes
701

Hi,

Append Structure is valid for only one table. Create a Z Append structure which is copy of rm06e.

And then append to your table.

Regards

Sandeep REddy