I have Create a User defined screen which consist of a Matris,I have uploaded data using DTW,After doing DTW i am unable to get a empty new line...
i wrote below logic in lost focus event ,before action false
----If pVal.ItemUID = "22" And pVal.ColUID = "V_5" And pVal.BeforeAction = False And pVal.FormMode = SAPbouiCOM.BoFormMode.fm_ADD_MODE Then If pVal.Row = objMatrix1.VisualRowCount And objMatrix1.Columns.Item("V_5").Cells.Item(pVal.Row).Specific.Value <> "" Then Me.SetNewLine(objForm.UniqueID, "22") End If End If-------
coluid which i have gave was the 1st column of the matrix