‎2007 Oct 23 5:14 AM
hello experts,
<b>yscrp</b> was the tcode of already created program in standard SAP.
now i hv created my abap program (z object) ABAP report.
i want to attach <b>YMSLR_SCRAP_REPORT</b> (name of my report) to that standard t code..
how to do it..
help me on this..
‎2007 Oct 23 5:16 AM
Hi,
You can modify the transaction code in SE93..If you have the access key..
Otherwise you can create a new transaction coe ZYSCRP for the report..
Thanks
Naren
‎2007 Oct 23 5:16 AM
Hi,
You can modify the transaction code in SE93..If you have the access key..
Otherwise you can create a new transaction coe ZYSCRP for the report..
Thanks
Naren
‎2007 Oct 23 5:17 AM
Hi,
you canjust change the tcode in se93 since it is iin y domain.
Message was edited by:
Musarrat Husain
‎2007 Oct 23 5:17 AM
YSCRP is not a standard transaction code as it starts with Y.
Check fi this transaction code is not in use, goto SE93, enter transaction Code, enter in change mode and attach your program.
But make sure that this Tcode is not in use.
ashish
‎2007 Oct 23 5:21 AM
Rajan,
Go to se93
give the tcode
click change
change the program name.
But changing the program name of a SAP standard tcode is not advisable,better you create a ztcode for your zprogram.
But one thing,I wonder it is not asking for access key.Don't we need an access key if we want to assign a different program to a sap standard tcode in se93?
K.Kiran.