Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Creating Z TCode for SU01

SujeetMishra
Active Contributor
0 Likes
427

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,

1 REPLY 1
Read only

Former Member
0 Likes
347

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....