Hi Experts,
I want to add CFL in my UDO but i get this error "Invalid choose from list [66000 - 104]".
This is my code:
oItem = oForm.Items.Add("txtcd", SAPbouiCOM.BoFormItemTypes.it_EDIT)
oItem.Left = 519
oItem.Top = 309
oItem.FromPane = 97
oItem.ToPane = 97
oItem.Width = 150
oItem.Height = 18
oItem.LinkTo = "LblCdCng"
TxtCodCng = oItem.Specific
TxtCodCng.DataBind.SetBound(True, "@ESC", "U_CdCng")
TxtCodCng.ChooseFromListUID = "CFL11" here is the error
TxtCodCng.ChooseFromListAlias = "CardCode"
help please.