cancel
Showing results for 
Search instead for 
Did you mean: 

how do i count and display number of users on screen (view) into webdynpro application

Former Member
0 Kudos

hi

i want to display number of user  on input screen after login into  webdynpro abap application?

thanks

kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

Take a temporary table with one field count.

In the WDDOINIT method get the count and update it to count + 1.

remember that when log off, you need to decrement the count.

At any time to see number of users in the screen, fetch the data from the created temporary table.

Hope this helps u.,

Regards,

Kiran