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

Regarding modification switch off in custome object

Former Member
0 Likes
2,010

Hi Experts,

We need you help regarding following concern,

We have our sap system where even custom object is being treated as standard modification one.Basically this is a migrated system from the old one

and now if we trying to modify anythin in any custom object or we are even creating a new custom object then its' giving the warning message ans 'INSERT , 'MODIFY'  'DELETE'  and all thsoe are coming in the menu as per the standard object.

We can do switch off modification assistant but not sure  whether we shoud do this is or not.

Waiting for your helpful feedback and thanks in advance.


1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
1,869

You do not need to switch of modification. This would be a bad thing.

The problem is that your objects still have your old system as the Original System. (Check their object directory entries). Change the objects using SE03 so their original system is your new system, and you won't have this problem anymore.

Additional hints if you've got hundreds of records to be found here:

Hi Experts,

We need you help regarding following concern,

We have our sap system where even custom object is being treated as standard modification one.Basically this is a migrated system from the old one

and now if we trying to modify anythin in any custom object or we are even creating a new custom object then its' giving the warning message ans 'INSERT , 'MODIFY'  'DELETE'  and all thsoe are coming in the menu as per the standard object.

We can do switch off modification assistant but not sure  whether we shoud do this is or not.

Waiting for your helpful feedback and thanks in advance.


7 REPLIES 7
Read only

matt
Active Contributor
0 Likes
1,870

You do not need to switch of modification. This would be a bad thing.

The problem is that your objects still have your old system as the Original System. (Check their object directory entries). Change the objects using SE03 so their original system is your new system, and you won't have this problem anymore.

Additional hints if you've got hundreds of records to be found here:

Read only

Former Member
0 Likes
1,869

Hi,

Thanks for your reply but i have checked and its' not within the old transport of old system.

Even the transport does not exists in the new system.

waithing for your reply..


Read only

matt
Active Contributor
0 Likes
1,869

It's nothing to do with transports.

Enter SE03. Choose "Change Object Directory Entries.

In "Further Restrictions" enter the system id of the old system in Original System. So if your old system was D01, then enter D01 here.

Hit execute

You will now see a screen with a tree, with node "Original System". Open that node up and you will see all the objects that are registered to your old system.

Pick one.

Double click on it.

Change "Original System" to your new system - so if the new system is D99, then enter D99 here.

Save.

You need to do this for all the objects - the link I gave you above explains how to do this in one bulk operation, rather than one object at a time.

Read only

Former Member
0 Likes
1,869

Thanks Matthew , it helped me a lot..:)


Read only

former_member226598
Participant
0 Likes
1,869

Hello Rinki,

Switching off the modification assistant will not cause any technical problem.

However, you need to confirm this within your team and higher-ups. Because, it is more of an organizational decision than a technical reason to track the changes in code. In some cases it is very helpful to keep it on. For example: Tracking of changes and copying this changes to another system manually.

Rgds,

Manjunadh.

Read only

0 Likes
1,869


Hi Manjunadh,

what i understood is that, if its' being switch off then the changes incorporated by us / new developemnt will not go automatically something like that..

can you elaborate a bit ? is there any other way out ?

Read only

0 Likes
1,869

Hi Rinki,

'Will not go Automatically' I did not understand this. Are you talking about transporting of changes? If so, they will be transported even after switching off the modification assistant. Hope this answers your question.

Rgds,

Manjunadh.