Hi Nilesh,
1. Try to get the data from the row on Sales Order form as below:
SAPbouiCOM.Form oForm = (SAPbouiCOM.Form)SBO_Application.Forms.GetForm(pVal.FormType.ToString(), pVal.FormTypeCount); SAPbouiCOM.Matrix oMatrix = (SAPbouiCOM.Matrix)oForm.Items.Item("38").Specific; SAPbouiCOM.EditText oEditItemCode = (SAPbouiCOM.EditText)oMatrix.Columns.Item("1").Cells.Item(SelectedRow).Specific; string ItemCode = oEditItemCode.Value;
2. Set the value of the Item Code on other form as you want.
Kind regards,
ANKIT CHAUHAN
SAP SME Support
Hi,
Your question is not very much clear! Can we have some screenshots?
Kind regards,
ANKIT CHAUHAN
SAP SME Support
Add comment