Hi All
I am implementing SAP B1 at our client, which is dealer of branded PCs and laptops. They usually purchase in hundreds and thousands. Their principal send them list of serial numbers in text file which is in thousands. Client asked me to create some mechanism for fetching serial numbers from text file in Goods Receipt Po or in Purchase invoice window. After lots of thoughts i decided to work with API and targeted Goods receipt Po window. When user click on "Add" button an other window opens which prompt for serial number. In this form i added one button "Fetch Serial Number" behind this button i wrote some code which read from text file and populate serial number's Matrix. My code works fine and populate matrix well, but problem is that i could not link serial numbers with item code. When double click on any serial number row, an ohther detail window opens here item code field is empty.
How can i enter itemcode from upper matrix column and link it with serial numbers?
Thanks in anticipation