Hi all,
we have developped some SAP Business Workflows using classes (implementing the interfaces BI_OBJECT and BI_PERSISTENT) instead of BOR. This works fine so far.
We have also implemented the GOS toolbox within our application using BOR. This works also fine so far.
For beeing consistent we want to use our workflow classes instead of the Business Objects within the GOS toolbox. The CL_GOS_MANAGER supports in its constructor explicitely the is_bc_object structure (=LPOR, also used for the mentioned workflow class through the interfaces).
After attaching a document the system shows the message "Attachment was created successfully" but opening the attachment list (popup from GOS toolbox) the list is empty.
Any ideas what I have to do? Insert and implement an additional interface to my workflow class? Customize something?
It's a "little bit" confusing that many GOS related SAP classes seem to only support BOR but why has the CL_GOS_MANAGER the "class" category with LPOR explicitely as valid import parameter?
Thanks in advance for your research ...