Creating a transaction ZSP1 by calling SP01
Hi,
I have to write a report to display the spools of only the current used id by calling transaction SP01 and eleminating the abily to view spools of other users. So Client wants the user id to be displayed as not modifiable in the selection screen. Since parameter-id not there for the selection screen fields in SP01, I could n't use Call transaction stmt in my report. Also SP01 program is a module pool, I couldn't use submit stmt also. How to achieve this without copying the source code of SP01? Is there any other simple way to do technically?
Appriciate your help in this.
Thanks,
Sumathy
Remove the authorization for tcode SP01
Add authorization for tcode SP02
CaKe
But still, Can we make the user id field not editable in the selection screen of SP01?
If you don't have function SP01 or SP0R for authoroty object s_admi_fcd,
the user name is greyed in transaction SP01.