on 2023 Aug 02 2:59 PM
Hello,
Unfortunately, my knowledge of ABAP development is limited. But for working reasons I need a better understanding about the concept of repairs. I have also read a little in the literature. However, I still have some questions about repairs.
My aim is to better understand how a repair flag in table E070 is set and how you can remove it.
This much I have found out so far:
Thank you in advance for your patient explanation
Request clarification before answering.
Hello oschuetz
See SAP Help on Changing Objects in the Original System and Changing Objects in the Non-Original System
In general you should avoid changing objects in the non-original e.g. productive system. As this creates a risk of versions conflict. The same object could be modified roughly at the same time in the original system and non-original one. Then you have two versions of the same object.
The good practice is to change objects only in the original system and transport changes to other, non-original systems i.e. consolidation, quality and finally production environments.
Changes in the non-original systems can be made with the same tools as in the original system e.g. SE38/SE80 for ABAP programs, SE11 for data dictionary objects etc. Once you change an object in the non-original system, the object is automatically marked as repaired. That prevents the object from being overwritten by a transport request, unless the transport request is imported with "overwrite" options - SAP Help Starting an Import: Options:
You typically don't import objects from PRD to DEV, you import them from DEV to PRD. So the correct way to deal with a repair is to manually retrofit the change to DEV and import the object the usual way.
Best regards
Dominik Tylczynski
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is great answer, which helped me a lot. Thank you.
But what about client or system opening? Is it possible to edit objects (SE38/SE80) or data dictionary (SE11) in non original system (productive) when you to not open the system (SE06) or the client (SCC4)?
I think that answer is not obviously in the documentation link you gave me.
User | Count |
---|---|
62 | |
7 | |
6 | |
6 | |
6 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.