Skip to Content
0
Former Member
Mar 26, 2009 at 12:00 PM

LinkButton for Serial numbers and batch number

74 Views

Hi All,

how can I activate the link drilldown for serial numbers and batch numbers in a user defined matrix column? the link button appears in the required column but when I click on it, it says 'No matching record found 'Serial Number for items...'.even if the column contains some existing internal serial number. same happens for batch number. The code I am using is:

  oLinkDB = omat.Columns.Item("col_srno").ExtendedObject
  oLinkDB.LinkedObject = SAPbouiCOM.BoLinkedObject.lf_SerialNumbersForItems

any one has done it?

thanks,

Binita

Edited by: Paul Finneran on May 12, 2009 2:36 PM