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 new fields to a standard table

Former Member
0 Likes
372

How can we add new fields to a standard table ? I appreciate your help.

2 REPLIES 2
Read only

Former Member
0 Likes
351

Hi,

You can use the APPEND structure to add your own custom fields to the std table.,

http://help.sap.com/saphelp_nw04/helpdata/en/c3/40999d8b8911d396b70004ac96334b/content.htm

Cheers

VJ

Message was edited by:

Vijayendra Rao

Read only

Former Member
0 Likes
351

Hi,

Usually we are not allowed to add any extra fields to the existing Standard tables. If you want to add extra fields then you have to create a Structure with the required new fields and then you have to append this Structure to the standard table after getting the Access Key to modify the Standard Table.

thanks,

sksingh