Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

webdynpro

Former Member
0 Likes
514

Hi Guys,

I am new to abap dynpro and i developed one application and and has been activated without errors but when i execute it, the webpage opens but it doesnt show me the content but displays error as show below:

The following error text was processed in the system SE1 : Adapter error in &VIEW_ELEMENT_TYPE& "LABEL" of view "ZDISPLAY_WEB.FIRST_VIEW": Property "labelFor" of the label is empty. It must always contain the ID of a UI element

The error occurred on the application server topwdserd001_SE1_51 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: RAISE_FOR of program CX_WDR_ADAPTER_EXCEPTION======CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L0STANDARD==============CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L7STANDARD==============CP

Method: CONV_VIEW_INTO_VE_ADAPTER_TREE of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP

Method: SET_CONTENT_BY_WINDOW of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP

Method: RENDER_WINDOWS of program CL_WDR_CLIENT_SSR=============CP

Method: IF_WDR_RESPONSE_RENDERER~RENDER_USER_INTERFACE_UPDATES of program CL_WDR_CLIENT_SSR=============CP

Method: IF_WDR_CLIENT~SEND_RESPONSE of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP

Please let me know what is the problem?

Thanks in advance

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
478

Go to your FIRST_VIEW view. Make sure that any label UI elements have the "labelFor" property filled in. It should be its corresponding input field name.

Regards,

Rich Heilman

Edited by: Rich Heilman on Jul 9, 2008 12:27 PM

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
480

Go to your FIRST_VIEW view. Make sure that any label UI elements have the "labelFor" property filled in. It should be its corresponding input field name.

Regards,

Rich Heilman

Edited by: Rich Heilman on Jul 9, 2008 12:27 PM

Read only

0 Likes
478

Thanks a lot. It solved my problem.