cancel
Showing results for 
Search instead for 
Did you mean: 

UI Element Textedit is broken

marco_weienseel
Explorer
0 Kudos

Hello,

i have a Textedit UI-Element in my WD Application which has been bound to a Context Attribute of type "STRING_TABLE".

This is the way it is described in the UI-Element documentation.

This has been working for one year and today ii wanted to change the binding to a new string table, but this is no longer possible.

The UI-Element "TextEdit" can no longer be bound to a string_table, its only possible to bind it to a wdy_boolean (char1).

We upgraded our SAP-System a few month ago, current version below:

SAP_BASIS, Release 701, Level 007, SAPKB70107

SAP_APPL, Release 604, Level 0007, SAPKH60407

Does anyone know a solution, for example a SAP-Note which corrects this error?

Thank You.

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I could not recreate the problem you describe in our internal 701 SP7 system. I strongly recommend you enter a support ticket for this.

marco_weienseel
Explorer
0 Kudos

As a temporary solution i used the Debugger to set the context binding by force.

I've set l_valid to 'X'. Activate the programm and it works fine again.

But still this is a bug and should be fixed.

SAPLWDY_WB_CT_EDITOR / LWDY_WB_CT_EDITORI01

MODULE (PAI) / USER_COMMAND_0100

  • validate the selected node

CALL METHOD g_context_viewer_vis->is_valid

EXPORTING

context_element = g_context_viewer_element

context_property_binding = g_rb_ctx_property_binding

context_property = g_context_property

IMPORTING

is_valid = l_valid

is_message = l_error_message.

IF l_valid = abap_true.

..............