SE16 - EKKO Only
Hi All
Am pondering on best method of giving user access to SE16 - EKKO ONLY !! User will not be given authority to run SE16 on their own A&A profile - but need to do this for EKKO ... any thoughts / suggestions ?
You could create a new "Z" program and "Z" tcode.
Your z program could have the following code.
REPORT ZR_0002.
CALL FUNCTION 'RS_TABLE_LIST_CREATE'
EXPORTING
TABLE_NAME = 'EKKO'
GENERATION_FORCED = SPACE.
Regards,
R Heilman
Thanks R
... exactly what I was looking for .....
You don't need an additional program. The most common practice used in companies is to create a parameter transaction with 'SE16' as the transaction and 'Skip initial screen' checked. In the screen fields section, use DATABROWSE-TABLENAME as the field and put your table name as the value. Give the user access to the new Z-transaction only. The same thing works for SM30 (and others) with different fieldnames of course.
Brad
Wow.....I like your idea better!!
Regards,
R Heilman
Check transaction SQVI. As this gives the similar functionality to SE16
MattG.
Search