cancel
Showing results for 
Search instead for 
Did you mean: 

How set UDF value with UI

Former Member
0 Kudos

I get UDF Object with UI,system send error message - "Nothing":

ssForm.Items.Item("U_OriDoc").Specific

Who can deal with it?Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Cheng,

Can you please explain it a bit more ?

Thanks & Regards

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Cheng,

This may be the cause to your problem. U_OriDoc, I think it is the field name to which your textbox or EditText is bound. You should provide the Unique id instead of field name.

Try this as follows:

SAPbouiCOM.EditText oCode = (SAPbouiCOM.EditText) oForm.Items.Item("UID").Specific;

Hope it helps.

Thanks & Regards


Ankit Chauhan