Skip to Content
0
Sep 23, 2011 at 07:53 PM

table not found [131-183]

740 Views

When you run the following code of this error: table does not encontrda [131-183]

And in my database has this table does. If you put a table in SAP works. Ex: OOPR. But if a user table from this error. Below is my code.

oNewItem = oForm.Items.Add("Med_Data", SAPbouiCOM.BoFormItemTypes.it_EDIT);

oNewItem.Top = oItem.Top + 35;

oNewItem.Height = 17;

oNewItem.Width = 80;

oNewItem.Left = 25;

oNewItem.FromPane = 10;

oNewItem.ToPane = 10;

oEditItem = ((SAPbouiCOM.EditText)(oNewItem.Specific));

//oEditItem.DataBind.SetBound(true, "OOPR", "U_DataMedicao");

oEditItem.DataBind.SetBound(true, "@FLX_FB_MED", "U_FLX_FB_MED_DATAMED");