Hi @ll,
has anybody a more detailed documentation of the Java-SAP/BO-wrapper classes?
Especially the meaning parameters of all the methods.
Best regards
Hi @ll,
has anybody created Bills of Delivery with the newDocuments()-method from the SBOCOMUtil-class? We always get exceptions of this kind:
com.sap.smb.sbo.wrapper.com.ComFailException: A COM exception has been encountered:
At Invoke of: Add
Description: Ausnahmefehler des Servers.
at com.sap.smb.sbo.wrapper.com.Dispatch.invokev(Native Method)
at com.sap.smb.sbo.wrapper.com.Dispatch.invokev(Unknown Source)
at com.sap.smb.sbo.wrapper.com.Dispatch.callN(Unknown Source)
at com.sap.smb.sbo.wrapper.com.Dispatch.call(Unknown Source)
at com.sap.smb.sbo.api.Documents.add(Unknown Source)
....
right when calling the add()-method of the IDocuments-Interface.
brgds
Add a comment