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

fields

Former Member
0 Likes
580

how to add new fields to a standard SAP table?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
517

Hi,

you need the key for modifikations and after that you can change it with SE11.

Sometimes you have the possibility to change it without the key if the standard table has a modificable includes table.

Regards

Nicole

4 REPLIES 4
Read only

Former Member
0 Likes
518

Hi,

you need the key for modifikations and after that you can change it with SE11.

Sometimes you have the possibility to change it without the key if the standard table has a modificable includes table.

Regards

Nicole

Read only

Former Member
0 Likes
517

Hi,

We can't Add Fields to standard SAP Table.

Try to copy the table as a Ztable and to that you can add the fields which are needed according to your requirement.

Hope this helps in solving ur problem.

Regards,

Priyanka.

Read only

Former Member
0 Likes
517

You can use an Append structure.

Refer this link.

Please mark points if the solution was useful.

Regards,

Manoj

Read only

Former Member
0 Likes
517

You need the access key to modify a standard SAP table...

Instead, you can copy the standard table to a ZTABLE and then add the necessary fields.

Regards,

Pavan