-1

I'm new to transport management in SAP. How does it work when customizing requests are imported into PROD? Do the customizing tasks get imported by order of creation?

Say that a released customizing task makes a change to a specific table record. After that, I want to correct the change made before so I create a 2nd customizing task to change the exact same record. Is there any risk that the 1st (wrong one) task gets imported after the 2nd (right one)?

Thanks.

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Sam32
  • 117
  • 1
  • 8
  • 1
    Yes. If you did not know that, you really should get appropriate training before transporting anything. Additionally, I believe that this question is slightly off-topic here... – vwegert Dec 02 '16 at 06:32
  • Hi @vwegert, I see you've been quite active in answering and reviewing SAP questions on SO. I sent you an invitation to a chat room. We're in the process of removing the tag [sap]. For that, we might need help in reviewing the rest of the [sap] questions. Let us know what you think in the Meta discussion https://meta.stackoverflow.com/q/402154/5846045 (feel free to up/downvote answers there)! – Boghyon Hoffmann Feb 02 '21 at 14:12

1 Answers1

0

It depends on transport strategy.

From your words one can assume you talk about Import Queue strategy with mass transports about which SAP Help clearly says:

All requests are imported into the target systems in the order they were exported.

Single transports approach imply you are doing imports manually in whatever order you need.

So yes, the order matters.

Suncatcher
  • 10,355
  • 10
  • 52
  • 90