Hi,
You can save the user data using this below system fields.
sy-uname " who excuted the report
sy-datum " date
sy-uzeit " time
And on button action, fetch the data from Z-table into Itab and display the data.
Thanks
KH
Hi,
You can save the user data using this below system fields.
sy-uname " who excuted the report
sy-datum " date
sy-uzeit " time
And on button action, fetch the data from Z-table into Itab and display the data.
Thanks
KH