cancel
Showing results for 
Search instead for 
Did you mean: 

Can't access the input field in design studio

Former Member
0 Kudos

Hi everyone,

I'm so new for developping custom components in SAP BO Design Studio 1.6 with Eclipse IDE(java ee). I was following a tutorial from official site. But I encountered with a problem. When I try to use input field, I put it on the form and I want to access and to set new value to inputfield (with INPUTFIELD.setValue("something"); by using script.) object I can't see it. I tried to write exact name and couldn't. Also tried to get with ctrl + space; but I couldn't see it again.

I was following tutorial: https://blogs.sap.com/2016/01/19/part-6a-adding-property-binding-preparation/

Thanks for helping.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member265529
Contributor
0 Kudos

Hi Muhammed Ali Mutlu,

I think you might have used data binding for value in property as in the blog you given. You don't need to use property binding to set value for input field. If you bind any datacell value to the input field you cannot set value for it manually by code.

Remove binding if you have done and try the same code, It will work.

Thanks,

Poovarasan