cancel
Showing results for 
Search instead for 
Did you mean: 

Edit data binding of UIElement by typing

former_member211591
Contributor
0 Kudos

Hi Experts,

is there a way to edit the data binding by typing it instead of to select it from the context-popup?

I would prefer to type in the context Binding "MAIN.FIELDDATA.AUTOMARKE" istead of selecting it using the Binding button.

Because sometimes you have a very big context tree and its annoying to search for the attribute each time.

Any way to edit it somewhere?

Thank you in advance.

ismail

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ismail,

If you create an attribute in context which is static,then there is no way to enter manually , you have to bind it from the context only. You can check out the link AbstractInputField Properties - Web Dynpro for ABAP - SAP Library .

If you have created input field or any ui element dynamically then you can provide by api methods.

so, For context elements you have to bind defintely.

Regards,

Ravikiran.K

former_member211591
Contributor
0 Kudos

Thanks for your answer.

But creating dynamic uielements doesn't help.

I am looking for a workaround to save time... Maybe I'll find something..