cancel
Showing results for 
Search instead for 
Did you mean: 

Problem "Complete Selection Of Batch/Serial Numbers"

Former Member
0 Kudos

Hi all,

I have a problem in BusinessOne. I want to create a delivery for the item A00004. when i tried to click on add an error is coming that "Cannot Add Row 1 WithOut Complete Selection Of Batch/Serial Numbers" . What is this Error? How can i add this item.

Can anybody explain the functionality of Batch/Serial Numbers. Wht it means?

Thanks in Advance,

RAMU.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This message appears even the item is 'Batches' in ManageItemby ???

can any one help ?

regards

Amal

Mumbai

Former Member
0 Kudos

Hi,

Just to add some information, if the item must be managed by serial or batch numbers, you will need to add then to the document line

Dim oLines As SAPbobsCOM.Document_Lines

oLines.SerialNumbers.Add()

or oLines.BatchNumbers.Add()

or oDocument.lines.serialNumbers.(...)

Please check these DI objects, and there is also a sample with a plenty of Serial and batch numbers manipulations under: "Samples\COM DI\VB.NET\4.SerialAndBatch"

Hope this helps,

Pegorer

Answers (1)

Answers (1)

Former Member
0 Kudos

> Hi all,

>

> I have a problem in BusinessOne. I want to create

> a delivery for the item A00004. when i tried to

> click on add an error is coming that "Cannot Add Row

> 1 WithOut Complete Selection Of Batch/Serial

> Numbers" . What is this Error? How can i add this

> item.

Hi RAMU, the item you are trying to deliver is managed by either batch numbers or serial numbers. You can alter this setting in the general tab of the item information form.

> Can anybody explain the functionality of

> Batch/Serial Numbers. Wht it means?

If you've got access to SAP B1 Documentation Resource Center, there are some rather good documents on both batch and serial number management.

Henry