Data entry in text box

Hi All,

In Present our application asking reason for the change for every field

WebUI.setText(itemidxpath, item_value)

WebUI.delay(2)  



WebUI.setText(findTestObject('Page_mEDC Administrative Editing/comment in admin mode'), GlobalVariable.Reason)  // reason for change 

WebUI.click(findTestObject(‘Page_mEDC Administrative Editing/reason for change submit’))

WebUI.delay(5)

while debuging
WebUI.setText(itemidxpath, item_value)

without inputing value system asking reason for change

Please help how to resolve this

thanks

SetText.png