Hi All,
Im facing one error message
Item-Form Item is not editable...!!!
Im facing this issue while doing this code
Dim oForm As SAPbouiCOM.Form
Dim oEditText As SAPbouiCOM.EditText
Dim oItem As SAPbouiCOM.Item
oForm = SBO_Application.Forms.GetForm("65214", 1)
oForm.Mode = SAPbouiCOM.BoFormMode.fm_FIND_MODE
oEditText = oForm.Items.Item("7").Specific
oEditText.Value = Recipt
oItem = oForm.Items.Item("1")
oItem.Click(SAPbouiCOM.BoCellClickType.ct_Regular)
By
Firos C