Hi Experts!
I am creating a workflow for a customer specific Business Object. Instead of using the old fashioned Business Object Builder (SWO1), I created an ABAP class and implemented the interface "IF_WORKFLOW". Everything runs smoothly and the workflow works as expected. In order to navigate from the Business Object (SAP GUI Dynpro application) to the Workflow Protocol, I integrated GOS (Generic Object Service) into my application as well. This also works fine but unfortunately I am facing issues using other GOS functions like sending the object to someone else or adding attachments. I started to debug and noticed that these “services” are using structure “BORIDENT” internally.
So my question is: Does SAP support the usage of GOS w/o a corresponding Business Object in SWO1? Or is it required to create a Business Object in SWO1 in order to use all features of GOS like adding attachments?
Thanks in advance!
Hendrik