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: 

Addition of a new field to a standard table .

Former Member
0 Kudos

Hi All,

Please let me know the procedure to add a new field to a Standard table , say VBAK.

Thanks and Regards,

Amit

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can do it in two ways using append structure or include structure of that standard table.

once you added , you need to adjust it and activate using the menu utilities->data base utulity-> Activate and Adjust .

check this SAP help..

for append structure

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb61446011d189700000e8322d00/frameset.htm

for include structure.

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb54446011d189700000e8322d00/content.htm

Regards

3 REPLIES 3

Former Member
0 Kudos

You can do it in two ways using append structure or include structure of that standard table.

once you added , you need to adjust it and activate using the menu utilities->data base utulity-> Activate and Adjust .

check this SAP help..

for append structure

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb61446011d189700000e8322d00/frameset.htm

for include structure.

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb54446011d189700000e8322d00/content.htm

Regards

Former Member
0 Kudos

Which of these is better ?

Former Member
0 Kudos

Hello Amit,

Always from the point of view of upgration it is always better to use APPEND than INCLUDE unless it is provided in user exit.