In that case create a Z-t code(via SE93) and assign the program (SAPLSETB) of the table (say FPLA) to this t-code.Now, it will be an exucutable transaction for the user.
If you dont want to give direct access of this table via t-code to user than create z table to store all the values of std. table into it and do the same for accessing it via t-code as mentioned above.
Thanks