Hello Frank
The issue here is that I want to create new Order for a client. This Order will contain a line, which should be connected with a Technical Resource. The Technical Resource should be created ad hoc.
If I use standard SAP functionality the ISTIbase object is created, followed by ServiceLocation object (from relation to ISTIbase). This would be fine, except that these objects created a brand new IBase and a brand new IBase Component.
I need to have a ServiceLocation related to a new IBase Component BUT assigned to an already existing IBase.
Thus, I am trying from the other end of this - creating IBase Component manually and than creating ServiceLocation or ConnectionObject for it. But it seems that creating ServiceLocation or ConnectionObject for a newly created IBase Component (before saving the IBase Component) is not possible!
Only after I save my changed to the DB the ServiceLocation and ConnectionObject for newly created IBase Component are available.
regards