SE16 - EKKO Only

Question:
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 ?
Answer:
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
Answer:
Thanks R
... exactly what I was looking for .....
Answer:
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
Answer:
Wow.....I like your idea better!!
Regards,
R Heilman
Answer:
Check transaction SQVI. As this gives the similar functionality to SE16
MattG.
Search

More Articles:

HOW CAN I GIVE A ENTER COMMAND TO POP-UP?
Smartforms table template.?
Screen Painter - LOOP?
Nested IF/ENDIF.documenting?
Update terminated while saving the sales order(Urjent?
GLT0 Table and G/L Balances.?