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

tcode and program relationship

0 Likes
1,293

S_ALR_87012615 is a standard sap report,in my client its program nezGP3XANV1F73N64NL60ISQ6ZUSEC,if I execute this program in se38,the screen is different.why

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
939

I have no such program or transaction in my 4.7 system, but you should check the definition of the transaction using SE93. There are various options for how a transaction is defined that could make it behave differently than when you execute the program directly.

8 REPLIES 8
Read only

Former Member
0 Likes
940

I have no such program or transaction in my 4.7 system, but you should check the definition of the transaction using SE93. There are various options for how a transaction is defined that could make it behave differently than when you execute the program directly.

Read only

0 Likes
939

THANK YOU

WU YOU BE PLEASED TO TELL ME HOW TO DO IT?

Read only

0 Likes
939

S_ALR_87012615 is T-CODE.

you can check it SE93. In SE93, type S_ALR_87012615 in,

then you can see how T-code S_ALR_87012615 is connected to

any other program.

in this case, S_ALR_87012615 calls another transaction 'START_REPORT' . you can check it.

I wish I could help you^^.

Read only

0 Likes
939

thank you for your help.

i create a new tcode just like S_ALR_87012615 with develope clase $TMP,when i execute it ,it ask me to assign a program name . But where can i assign the program name to it ?

Read only

0 Likes
939

Hello Ruxiang,

Just try it out this way.

1. Go to the transaction SE93 and enter S_ALR_87012615 in the <i>Transaction code</i> field.

2. Now copy this transaction code to your own transaction code (say ZZ_ALR_87012615 ).

3. Save it as a local object and then execute the new transaction.

Regards,

Anand Mandalika.

P.S. : I see that you're a new member here and I welcome you to SDN, and this forum in particular. Hope you have a good time here.

Please note that it takes time and effort for prople to respond to your queries. So, for each question that you ask, make sure that you reqard points to the answers that you find to be helpful. And once your question is resolved completely, mark the question as <i>answered</i> - either by giving 10 points to the best answer or by choosing the option "Solved it on my own".

Read only

0 Likes
939

THANK YOU FOR YOUR HELP, I JUST DO IT ACCORDING TO YOUR ADVICE.I CAN CREATE A NEW TCODE OF MYSELF NOW ZTYW11.

I ALSO COPY THE PROGRAM OF S_ALR_87012615 TO MYSELF PROGRAM ZYW11.

I WANT TO CONNECT TCODE ZTYW11 TO PROGRAM ZYW11.BUT I FIND I MUST SET D_SREPOVARI-REPORTTYPE TO RE,D_SREPOVARI-EXTDREPORT TO FM 01IFMEISA1 3FMB4001 ,AND IT STILL USE THE PROGRAM OF S_ALR_87012615 .

Read only

0 Likes
939

Please close this post and continue with the other post you created as they both are addressing the same issue. Please check your other post for an answer.

Srinivas

Read only

0 Likes
939

solved.