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

ABAP dynpro development

Former Member
0 Likes
360

Hi experts,

I created a screen in my abap program, There are input fields on the screen, but I can'T get value in it.

DATA: gs_data TYPE Z_TEST.

gs_data-id = '001'

gs_data-type = '002'.

In the screen I created some input fields with the same name: GS_DATA-ID and GS_DATA-TYPE. But even if the varibales were filled with data (I cjhecked it in debug mode) the input fields in the screen are empty.

Please help

Thanks.

N.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
331

OK, I missed the data elemnt type setting

1 REPLY 1
Read only

Former Member
0 Likes
332

OK, I missed the data elemnt type setting