As a developer, mostly I create workbench requests inside an SAP system to create development objects. Sometimes you have to change something in customizing tables or you need to change or customizing within a system.
The problem with customizing request is, that they are client specific by default. So if you change something in client 100 and you have also a client 200 on the same system, you won’t see the change also in the client 200 directly. For example you have just some test data at client 200, you need to bring the changes made in client 100 to the test client 200.
For that problem we have the transaction code SCC1
to transport our changes from a customzing request to another client.
As source client (Quellmandant) we enter the system, where we want to transport our transport request later. For the second argument (Transportauftrag) we enter the customizing request which we want to transport.
Additionally also check the checkbox to include all tasks inside your request. Then you are ready to start the transport.
Leave a Reply