cancel
Showing results for 
Search instead for 
Did you mean: 

Connect a user field on a matrix system, an object "UDO" custom

Former Member
0 Kudos

Hello everyone,

I have a problem, I'm trying to add a user field that I inserted in the lines of the documents, the connection with my UDO but "SAP " returns the message: "Item - The item is not a user-defined item [66000-8 ]. "



' ==> pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_LOAD

 Dim frm As SAPbouiCOM.Form = mSboApp.Forms.Item(FormUID)
 Dim mtx As SAPbouiCOM.Matrix = frm.Items.Item("38").Specific
 mtx.Columns.Item("U_AZICK_STRM").ChooseFromListUID = OBJ_STRUN
 mtx.Columns.Item("U_AZICK_STRM").ChooseFromListAlias = "Code"

How can I do?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Arun,

mmm .... sin, that's fine.

Greeting

former_member689126
Active Contributor
0 Kudos

Hi

I think it is not possible on a matrix.But you can create UDF and assign choose from list in the header level .

Regards

Arun