‎2006 Dec 11 8:13 PM
if any one know how to add one field in predefine table(sap defined table) and what r the naming convantion we have to fallow for this..........
‎2006 Dec 11 8:14 PM
Hi,
You can use append structure and can give the structue name ZAxxxxx and field name ZZxxxxx.
Hope this will help.
Regards,
Ferry Lianto
‎2006 Dec 11 8:26 PM
Hi,
The following are the ways to include new fields in SAP Standard tables.
Customizing Includes
Append Structures
Append structures are used for enhancements that are not included in the standard. This includes special developments, country versions and adding customer fields to any tables or structures.
An append structure is a structure that is assigned to exactly one table or structure. There can be more than one append structure for a table or structure.
The following enhancements can be made to a table or structure TAB with an append structure:
· Insert new fields in TAB,
· Define foreign keys for fields of TAB that already exist,
· Attach search helps to fields of TAB that already exist,
http://help.sap.com/saphelp_47x200/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm
Regards,
Vara