2023 Aug 27 11:29 AM
Hello experts,
In SE10 I try to release a transport, which contains abap2xlsx .
It gives errors:
When I uploaded the object ZEXCEL_TR_DOCPROPS_CORE (and the same for the other objects) through transaction XSLT_TOOL it seems that the object is active
So what is the problem in the transport?
Thank you in advance
Hagit
2023 Aug 27 2:17 PM
I think it means there are two versions of the object, one inactive, one active.
The transport doesn't want the presence of an inactive version.
As you see "active" in display mode, the object is not in your Working Area yet. Starting modifying it will make it go into yours, it should then show the inactive version (which may be the same content as the active version) and you can activate it.
2023 Aug 27 2:17 PM
I think it means there are two versions of the object, one inactive, one active.
The transport doesn't want the presence of an inactive version.
As you see "active" in display mode, the object is not in your Working Area yet. Starting modifying it will make it go into yours, it should then show the inactive version (which may be the same content as the active version) and you can activate it.
2023 Aug 27 2:52 PM
sandra.rossi Thank you for your answer.
Even when I entered in changing mode it showed 'active'.
I add a space and then activate it.
It solved the problem.
Thank you for your great help
2023 Aug 28 3:35 PM
Cool, I had this problem on our local dev system, too... I ignored it because the objects were local, but it's nice to fix it! 🙂