How to edit invisible columns in a Matrix
Sebastian Schweer
Hi Everybody,i have the following Problem.
I programmed a Cocu Rule which should automatically fill in columns data. Like if a user entered the ItemCode and automatically will be filled in a new calculated price or an additional description for an UDF.
My Problem is now, if the user is hiding out some columns, i recieved an error "form Item is not editable" if i programmed it with coresystems optimizer in the following way:
[CODE]
oMatrix.SetValue("U_ItemNameBR", currentRow, sdr2["frgnname"].ToString());
[/CODE]
But how can i now fill in the Data even if the Column is not shown on the grid? The Data should be filled in, in any way.
I can't find a way if i tried to make this columns editable and visible by code, because that doesn't work.
But there must be a way, because SAP itself use it and fill out data even if the column is not shown.
Did anybody how to do that? Can i Use something like e.g. the SalesOrder Obeject ?
Best Regards,
Sebastian
0
Please sign in to leave a comment.
Comments
0 comments