cancel
Showing results for 
Search instead for 
Did you mean: 

Goods Issue via SDK

costas_ioannou2
Active Participant
0 Kudos
949

Hi guys,

I would like to create a Goods Issue (Stock Management->Stock transactions->Goods Issue) using the DI API. What object am I supposed to use?

eg: private SAPbobsCOM.GoodsIssue;

Regards,

Costas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

As told above it would be an object of document type but with oinventoryGenExit (Entry is for receive)

Regards

costas_ioannou2
Active Participant
0 Kudos

Thanks guys

Answers (1)

Answers (1)

Former Member
0 Kudos

Its the documents object using the oInventoryGenEntry

e.g.

SAPbobsCOM.Documents goodsIssue = (SAPbobsCOM.Documents)oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInventoryGenEntry);