Hi Experts
I know that there is no object to manage Serial and Bach details in SDK.
I have also tried to update receipt Document with serials. But nothing hapends - no error message and ITL1 table is empty
SAPbobsCOM.Documents doc = Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInventoryGenEntry); doc.GetByKey(33); doc.Lines.SetCurrentLine(0); doc.Lines.SerialNumbers.InternalSerialNumber = "sercode"; doc.Lines.SerialNumbers.ManufacturerSerialNumber= "sercode"; doc.Lines.SerialNumbers.BatchID= "sercode"; doc.Lines.SerialNumbers.Add(); int ret= doc.Update();
Is this will be able to do in SAP 8.82 version?
best regards
MichaĆ Wieczorek
Edited by: Michal Wieczorek on Oct 23, 2011 10:31 PM