cancel
Showing results for 
Search instead for 
Did you mean: 

Item-Form Item is not editable...!!!

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Y

CRVMANISH
Contributor
0 Kudos

Hi,

The Item on which you are passing value is disabled , during form load make it editable and then pass value