cancel
Showing results for 
Search instead for 
Did you mean: 

New line After Updating DTW in a User Defined Screen

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ramya Rajanala,

Can you try to use oMatrix.AddRow() method to add a new row?

Kind regards,

ANKIT CHAUHAN

SAP SME Support