How to rollback a unreleased transport request?

时间:2016-12-09 12:42:07

标签: sap abap

I have made some changes in SAP that I want to rollback. I have not released the request yet. How do I rollback my changes?

Do I have to release them and then reactivate an earlier version?

Or is there a way to "rollback" the current request?

I basically want to undo all of the unreleased changes I have made so far.

enter image description here

2 个答案:

答案 0 :(得分:2)

You have two options:

  • undo all changes manually (for some object types assisted by using the versioning system)
  • transport the changed objects back from a system that holds the previous versions

Keep in mind that a transport request/order only records which object was changed, not what was changed inside that object.

答案 1 :(得分:1)

SAP具有与其他开发工具一样的版本控制,因此最好的方法是在版本控制中恢复到每个对象的先前版本,然后删除传输请求。

如果您发布传输请求,它会创建一个请求记录,并根据您的公司政策,可能需要对其进行说明和记录。

后来.........