cancel
Showing results for 
Search instead for 
Did you mean: 

Button Text got changed after getting transported to test system

Former Member
0 Kudos

Hi Expert,

I have three buttons on one of my view in WDA. In text property of button UI i have given, 'BACK, CONTINUE' and 'Download files'. After getting transported from development system its got converted in to some code like 'BACK' -- DEC6E6C6BF3E2CF19BC30015177F3C10, 'CONTINUE' -- DEC6E6C6BF3E30F19BC30015177F3C10 and so on.

I am having problem with only these three texts. but most important and interesting thing is that back and download file buttons are working properly but Continue button giving me a dump after click.

please help... I have no idea why this happened to only these text.

Thanks and Regards,

Anil

Accepted Solutions (0)

Answers (1)

Answers (1)

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

when you check in ST22 what was the dump you got it..

Paste the code where it showed the dumped once you check in ST22.

Regards,

Priya

Former Member
0 Kudos

Hi Priya,

Thanks for having a look at my problem.

below is error message coming to browser:

The following error text was processed in the system ICV : Adapterfehler im CAPTION "TABLE_BOOK_RECORD_ID_HEADER" des Views "Z_SET_RESET_FLAGS.VIEW_RESULT": Context-Bindung des Properties TEXT kann nicht aufgelöst werden: Node VIEW_RESULT.1.TABLE_BOK_DISPLAY does not contain any elements

According to this it error in context binding,. but I can't find any problem in context binding. not to forget it working in development system. One thing which i don't know is VIEW_RESULT.1.TABLE_BOK_DISPLAY. what is .1. mean? view_result is my view name and table_bok_display is table UI.

Error message from ST22

if l_adapter->m_view_element is bound.

l_component ?= l_adapter->m_view_element->view->if_wd_controller~get_component( ).

l_view_name = l_adapter->m_view_element->view->name.

l_view_element_id = l_adapter->m_view_element->id.

l_view_element_type = l_adapter->m_view_element->_DEFINITION_NAME.

l_component_name = l_component->component_name.

endif.

if l_adapter->m_context_element is bound.

l_path = l_adapter->m_context_element->get_path( ).

endif.

raise exception type cx_wdr_adapter_exception

exporting

textid = textid

previous = previous

component_name = l_component_name

view_name = l_view_name

view_element_id = l_view_element_id

view_element_type = l_view_element_type

adapter_stack = l_adapter_stack

path = l_path

p1 = l_p1

p2 = l_p2

p3 = l_p3

p4 = l_p4

reason = reason.

Regards,

Anil

Edited by: Anil Kumar on Nov 5, 2009 5:57 AM