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

Attach my report

Former Member
0 Likes
548

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
530

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

4 REPLIES 4
Read only

Former Member
0 Likes
531

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

Read only

Former Member
0 Likes
530

Hi,

you canjust change the tcode in se93 since it is iin y domain.

Message was edited by:

Musarrat Husain

Read only

Former Member
0 Likes
530

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

Read only

kiran_k8
Active Contributor
0 Likes
530

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.