Business user needs to view tables with out SE16 access
Hi ,
There is a requirement where business user ( Data team) need to view some master and transactional data tables in production . But , as per our process , end users will not be given SE16 access .
Is there any solution where we can allow the end user to view tables with out SE16 access ?
Thanks in advance .
Thanks .
Dharma.
Sandra Rossi replied
Dharma, you can use CALL TRANSACTION 'SE16' (as you said), but add the USING keyword to make a batch input to skip the initial screen, forth and back. Another solution is to simply use a transaction variant (combined with variant transaction ZSE16 for example) to protect the table name field so that they can't change it.
Sandra