cancel
Showing results for 
Search instead for 
Did you mean: 

Refresing data from one view to another view

Former Member
0 Kudos

Hi Experts,

In my requirement.. in first view i am searching emp details give PERNR and click on START button it opens ALV list(veiw embeded in sam view), in that list if user select any employee it will take to next view. this is first case.

If that PERNR is not authorized, it displays ALV if user selects list it opens next view but with popup says "you are not authorized" like that. popup contains OK button, if user click on this it backs to previous screen. this is secod case. upto this working fine.

Again if search for another perner (who is authorised) but i am not getting his details. previous employee( who is unauthorised) that pernr details coming ( empty table without data).

i used WDDOINT method for coding this??? could any body help me where is the problem?? i think using WDDOINIT??

Thanks,

kris.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The WDDOINIT method is called on once in lifetime of controller.

Use some other action for youe code.

warm regards,

Atul