Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

maintanace view

Former Member
0 Likes
621

Hi All,

We have a requirement like, we created a Ztable and in this Ztable we given username and some other fields. We have created a maintenance view for this table. Now the thing is it possible to display only the records which the user is created and logged in the system. If possible please give me solution.

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
591

U can modify the table maintenance ABAP and filter it on the sy-uname.

U can modify the table maintenance ABAP and filter it on the sy-uname.

3 REPLIES 3
Read only

Former Member
0 Likes
592

U can modify the table maintenance ABAP and filter it on the sy-uname.

Read only

0 Likes
591

can any one suggest the steps how to achive this.

Read only

Former Member
0 Likes
591

When you create a table maintenance , you actually create a function group.

In the function group, you can filter out the records you want/ don't want by changing the code inside the function group.

Refer this thread to get some idea:

Regards,

Ravi

Message was edited by: Ravi Kanth Talagana