‎2008 Jul 17 12:13 PM
hi Experts,
I want to modify the sap standard structure, how i can do this
THANX
‎2008 Jul 17 12:15 PM
Hi,
To modify a SAP standard structure u need Access Key....
U cant modify SAP Standards...
Thanks,
‎2008 Jul 17 12:43 PM
Append structure may work for u
http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ebc9446011d189700000e8322d00/frameset.htm
‎2008 Jul 17 1:15 PM
<cut_and_paste_removed_by_moderator>
Edited by: Julius Bussche on Jul 17, 2008 10:50 PM
‎2008 Jul 17 2:27 PM
hi rohan,
It is not recommended to modify the standard SAP objects but if it is very important for your requirement then you need to get the access key from SAP to do that.Without that it will not allow you to make any changes.I would be good if you either copy the standard object or create a z-structure.
Best of luck,
Bhumika
‎2008 Jul 17 3:47 PM
Hi,
If you want to Add some More fields then Go for Append Structure or Customer includes if is there any customer includes .Better go for Append Structure with Customer Namespace so that During upgradation it will not make any problem.
But For Changes You need Access key,unless you can not do that.
Regards,
Sujit
‎2008 Jul 18 5:32 AM
Hi
Using Append Structures and Customizing Includes you can enhance a Standard SAP Table.
You can use DB Utility Feature (TCode: SE14) to change the SAP Standard Table.
(But Modifying Standard SAP Table is not recommended.)
Hope this would help you.
Murthy
‎2008 Jul 18 5:41 AM
Hi
By using APPEND Structure you can modify the satndard structure
For Further information follow the link which provides you an example
http://abapdictionary.blogspot.com/2007/11/append-structure.html
Regards
Pavan
‎2008 Jul 18 5:45 AM
Hi
Follow the steps given below :
->Goto SE11 and enter the structure name and click display.
->Go to Extras -> Enhancement category.
->If the category is selected as 'Cannot be enhanced' , then you cannot add your
fields, unless you get the access key.
->however if it is anything else, you can enhance the structure.
->For that, you will find APPEND STRUCTURE button on the application
toolbar....click on that and define your own custom structure. When you save the
changes, following line would be appened to the std structure :
append ZCUSTOM_STRUCTURE.
ZCUSTOM_STRUCTURE being your custom struc name.
With Regards
Nikunj Shah