‎2007 May 14 8:24 PM
How can we add new fields to a standard table ? I appreciate your help.
‎2007 May 14 8:26 PM
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
‎2007 May 14 8:27 PM
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