‎2008 Apr 08 7:08 AM
hi!!
I want to create one Z Tcode for SU01, But In ToolBar i want to give only two options, One for "Display Icon" and second for "Lock/Unlock Icon".
Can anybody suggest me how to make this SU01 Tcode like ZSU01 in which I am Providing only above two option.
thanks,
‎2008 Apr 08 7:17 AM
Hi,
For this u need access key .If you have
Copy the program SAPLSUU5 as Zprogram.
search for * set pf-status 'MAIN' excluding tab.*
Double click on MAIN .There in application toolbar remove all unwanted function codes.
Or else in Zprogram create pf-status(ZMAIN) and add only required fuction code in application tool bar.
now it will work.
Pls. reward if useful....