‎2012 Jun 19 6:47 PM
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.
‎2012 Jun 19 6:50 PM
‎2012 Jun 19 6:50 PM