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: 

Adding Table field to Table

Former Member
0 Kudos

Hi,

How to Add Table field to a Predefined Table?

What is difference between Table field and Structure field?

Thanks & Regards

Prasad

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

In order to add a new field, go to the table definition in change mode using SE11. Go to the field tab, enter the new field name, assign data element, save the entry and activate the table.

You can save data in table fields whereas structure fields can be used for TYPE/LIKE declarations, internal table definitions etc.

Thanks,

Venu

2 REPLIES 2

Former Member
0 Kudos

Hello,

In order to add a new field, go to the table definition in change mode using SE11. Go to the field tab, enter the new field name, assign data element, save the entry and activate the table.

You can save data in table fields whereas structure fields can be used for TYPE/LIKE declarations, internal table definitions etc.

Thanks,

Venu

0 Kudos

Thank you very much.

Prasad