cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Value Help form Webdynpro UI element (Inputfield)

Former Member
0 Kudos

Hello,

I have mapped function module field to Wedynpro UI element Inputfield. Webdynpro shows value help for that field. I wanted to remove the value help from that Inputfield.

is there any way to do that?

Thanks

VJ

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Why do you want to do that?

Armin

Former Member
0 Kudos

Hi,

Its pulling wrong information from back end. So we wanted to remove that. End user will enter manually for that.

Thanks

Former Member
0 Kudos

One possibility is to modify the datatype of the context attribute to which the "value" property is bound and clear its value set.

Armin

Former Member
0 Kudos

Hi,

I can not modify the data type. its ESS application and its all the way connected to different component.

any other way without modifying data type.

Former Member
0 Kudos

Another possibility: Create a calculated context attribute of type "string". In the set-method, write the entered value to the original attribute.

Armin

Former Member
0 Kudos

Hi Armin,

It is Java Webdynpro. I could not find any method Set. Can you please let me know how to do that.

Thanks in advance.

Vijay

Former Member
0 Kudos

If you create a calculated attribute A and set read-only = false, the framework creates a getA() and setA() method.

Armin

Former Member
0 Kudos

Thanks Armin!! that works fine.

Answers (0)