Skip to Content
0
Former Member
Dec 02, 2011 at 01:46 PM

In Goods receipt PO adding rows manually

190 Views

Hi,

I am creating a new Goods receipt PO. After selecting vendor, Copying record from PO by clicking 'Copy From' Button.

Row items are filling in the First Row of the matrix. woks fine for me.

Now the Issue is,

I wanted to add second row in after Lost Focus of the user control. I am assigning the value directly to the matrix SECOND ROW.

Dim oItemCode As SAPbouiCOM.EditText = oMatrix1.GetCellSpecific("1", i + 2)

oItemName.Value = rs.Fields.Item("U_ItemCode").Value.ToString()

When I am trying to add the document, I am getting error

[Goods Receipt PO - Rows - Item No.][line: 2] , 'Item no. is missing' [Message 173-3]

Please help me to solve this issue.

Thanks in Advance.