Skip to Content
0
Former Member
May 29, 2009 at 05:07 AM

need experts in dialog programming issue

30 Views

Hi Experts,

i am facing a strange problem. in dialog programming i have a TABLE CONTROL in which

user will input the data and finally it will save in z table.

everything is going fine except when user pressing enter , data being washed out from the screen.

means if he is filling 2 lines in Tb control and press enter then data be washout and showing empty table control with 2 lines active and rest of inactive.

data is coming into internal table properly in PAI and finally in pbo i am taking a loop on internal table and passing the data to the work area of the screen line by line.

screen-name of the table control is also passing in the same wa_itab that i am using in abap code.

screen element is same as work area and internal table .

please suggest me the any clue .

Thanks in advance

vijay dwivedi

Edited by: vijay dwivedi on May 29, 2009 1:10 AM