cancel
Showing results for 
Search instead for 
Did you mean: 

What is the Inventory Transfer Request or Inventory Transfer Object?

Former Member
0 Kudos

Hi all experts,

I want to create one add on for Inventory Transfer Request or Inventory Transfer?

What objects for Inventory Transfer Request or Inventory Transfer?

Thanks


TONY

Accepted Solutions (1)

Accepted Solutions (1)

Johan_H
Active Contributor
0 Kudos

Hi Tony,

I do not know about the Transfer Request, but the Inventory transfer is this:

Dim WT As SAPbobsCOM.Documents

WT = oCompany.GetBusinessObject(BoObjectTypes.oStockTransfer)

Regards,

Johan

Former Member
0 Kudos

Hi

Transfer request object

Dim WT As SAPbobsCOM.Documents 

WT = oCompany.GetBusinessObject(BoObjectTypes.oStockTransferDraft) 

regards

Parthiban

Former Member
0 Kudos

Dim WT As SAPbobsCOM.Documents 

WT = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInventoryTransferRequest)

regards

Parthiban

Answers (0)