Application Development 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: 
4 REPLIES 4

raymond_giuseppi
Active Contributor
0 Kudos

If USERID is a field of your table did you consider creation of a maintenance view with a selection on USERID equal to SY-UNAME.

Else, complex criteria such as some AUTHORIZATION-CHECK, consider using event AA to create your own read data routine.

0 Kudos

NO userid is not Field it's used for Separating Records of table  

0 Kudos

Here, I'm not sure if you are asking something or not. Considering what you say, it means that you should consider the second part of Raymond's answer. I guess it solves your question, right?

0 Kudos

As @Sandra rossi wrote, if there is not field USERID, then consider the 'else' suggestion.