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

structure

Former Member
0 Likes
916

hi Experts,

I want to modify the sap standard structure, how i can do this

THANX

8 REPLIES 8
Read only

Former Member
0 Likes
890

Hi,

To modify a SAP standard structure u need Access Key....

U cant modify SAP Standards...

Thanks,

Read only

Former Member
Read only

Former Member
0 Likes
890

<cut_and_paste_removed_by_moderator>

Edited by: Julius Bussche on Jul 17, 2008 10:50 PM

Read only

Former Member
0 Likes
890

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

Read only

Former Member
0 Likes
890

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

Read only

former_member787646
Contributor
0 Likes
890

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

Read only

bpawanchand
Active Contributor
0 Likes
890

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

Read only

Former Member
0 Likes
890

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