‎2010 Mar 05 5:07 AM
i've created a Tcode for a particular program and i could run the Tcode in command field... it successfully call up the Selection Screen but failed to Execute (F8) after i've filled in the value in the Selection Screen and it navigated me back to SAP Easy Menu... i couldn't find the causes...
need help... thanks...
‎2010 Mar 05 5:11 AM
Hi,
When you create the Transaction code for the program there will be five options to select program to attach the tcode.
If it's a executable program you should select Report Transaction. Try once and let me know.
‎2010 Mar 05 5:11 AM
Hi,
When you create the Transaction code for the program there will be five options to select program to attach the tcode.
If it's a executable program you should select Report Transaction. Try once and let me know.
‎2010 Mar 05 5:22 AM
thanks a lot thiruibm, i've selected the wrong type... i re-created it and select the correct one... it works...
‎2010 Mar 05 5:12 AM
Hi ,
You should check the logic that is implemented in your report.
Use debugger for the same.
Hope this helps you.
‎2010 Mar 05 5:13 AM
Can you specify;
Your Transaction code is for Report Transaction or Dialog Transaction
‎2010 Mar 05 5:18 AM
is for reporting... when we run the TCode, Selection Screen will appear for us to enter the value... once Execute, it will display the report...
‎2010 Mar 05 5:24 AM
If its Reporting Transaction then Check your report
weather any Exit Program key word is in it or not.
Like; Leave Program, Leave to screen 0
‎2010 Mar 05 5:17 AM
Hi,
What Harsh told makes sense to me. There might be some statements like LEAVE PROGRAM or LEAVE TO SCREEN 0.
Debug and see where it is failing.
Thanks,
Vinod.