‎2023 Dec 19 2:13 PM
Hello, I'm geeting the following error when trying to transport a workbench request from DEV to QAS. Could someone please help?
I have seen people trying to mention include transportation prior to the original class. I don't know how to do this or even if it's the solution.error.png
‎2023 Dec 19 3:09 PM
===CO means the include of the protected section of the class.
The error INCLUDE ===CO not found may happen if you only transport LIMU CLSD, LIMU CPUB, etc. (but not LIMU CPRO = include ===CO)
The implementation missing for method means that the definition part was transported (LIMU C...) but not the method itself (LIMU METH).
The solution is to transport the whole class R3TR CLAS <class name> = all LIMU parts.
‎2023 Dec 19 3:12 PM
Seems you import a method or other subobject before importing the whole class (include ending with CO should be 'Protected Section' source include)
‎2023 Dec 19 3:24 PM
You've forgotten to hide the names of the classes in a couple of places in your screen shot...
‎2023 Dec 19 7:27 PM
Please show the images instead of hyperlinks, in order to have both the text and the image in one place. It's even more useful when there are several images, it avoids the pain to open and close each of them separately and repeatedly.
