Skip to Content
0
Former Member
Oct 18, 2011 at 03:35 PM

How to Set column value in SO matrix , if the column is not visible.

37 Views

Hi,

We are trying to set value in to a column from sales order matrix with the below mentioned code

((SAPbouiCOM.EditText)oMat.Columns.Item("U_TWBS_AC_BaseEntry").Cells.Item(pVal.Row).Specific).String

it will throw an u201CForm Item is not editable u201C error if the column ("U_TWBS_AC_BaseEntry") visible is set to false through form settings.

how can we solve the issue,can we use any DI object in order to reset the form settings.

Thanks & Regards