<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: problem while executing a t-code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-a-t-code/m-p/2874286#M674505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks michael and abhishek it is working now.thanks to everyone for your suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2007 15:24:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-19T15:24:27Z</dc:date>
    <item>
      <title>problem while executing a t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-a-t-code/m-p/2874278#M674497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a customised transaction code in se93 for a customised program.When i executed the t-code, the initial selection screen is coming.After giving some values in the selection screen and when i click the execute button it is going directly to the sap easy access screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me what the problem could be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advacne.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 14:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-a-t-code/m-p/2874278#M674497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T14:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: problem while executing a t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-a-t-code/m-p/2874279#M674498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi dinesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the problem is not in se93, but in the program the transaction calls. Probably there is an exit statement in the program, happening this on various conditions. You can try as well, to start the program from SE38 and giving the same data on the selection screen and see if leaves again. You have to debug!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 14:57:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-a-t-code/m-p/2874279#M674498</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-09-19T14:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: problem while executing a t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-a-t-code/m-p/2874280#M674499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;What happens when you run the program from SE38 ?&lt;/P&gt;&lt;P&gt;Can you paste the code ( if it's not too long...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 14:58:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-a-t-code/m-p/2874280#M674499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T14:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: problem while executing a t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-a-t-code/m-p/2874281#M674500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You probably defined your transaction code as Programm and Screen instead of Programm and Selection Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Goto SE93&lt;/P&gt;&lt;P&gt;- put in your transaction code&lt;/P&gt;&lt;P&gt;- change&lt;/P&gt;&lt;P&gt;- Menu 'Edit' - 'Change Transaction Type'&lt;/P&gt;&lt;P&gt;- choose Program and Selection Screen&lt;/P&gt;&lt;P&gt;- Confirm&lt;/P&gt;&lt;P&gt;- Save&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Programm and screen' expects a dynpro (which a selection screen basically is, but there is no flow logic for a selection-screen therefore you are getting back to the easy menu)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 15:02:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-a-t-code/m-p/2874281#M674500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T15:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: problem while executing a t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-a-t-code/m-p/2874282#M674501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is absolutly no problems in ur t.code.&lt;/P&gt;&lt;P&gt;probably u  are using LEAVE TO SCREEN statement. kindly check the condition for it to triger. &lt;/P&gt;&lt;P&gt;Probably the events where u have used it is different. Kindly paste ur code for a clear answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 15:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-a-t-code/m-p/2874282#M674501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T15:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: problem while executing a t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-a-t-code/m-p/2874283#M674502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi avi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i run through the program i m getting the output.When i execute it through t-code it is not working.the code is too long to paste.i think there is no error in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did debugging when i used the t-code.when the program comes to the event INITIALIZATION it is not executing further and displaying the sap easy access screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any other suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 15:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-a-t-code/m-p/2874283#M674502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T15:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem while executing a t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-a-t-code/m-p/2874284#M674503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You might have created the Transaction Code using a wrong "Start Object". &lt;/P&gt;&lt;P&gt;Since you are creating a Tcode for a report ( Executeable  -Type 1) then you should select 'Program and selection screen (Report transaction)' radio button while giving the start object and give the report name and the selection screen number '1000'. Delete the existing Tcode and Create the New one with these parameters. Please reply, if you are still facing issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 15:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-a-t-code/m-p/2874284#M674503</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-09-19T15:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: problem while executing a t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-a-t-code/m-p/2874285#M674504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;If this is the case , I think that Michael is right .&lt;/P&gt;&lt;P&gt;Check that the transaction is of "Program and Selection Screen" Type .&lt;/P&gt;&lt;P&gt;That'll solve it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 15:14:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-a-t-code/m-p/2874285#M674504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T15:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: problem while executing a t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-a-t-code/m-p/2874286#M674505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks michael and abhishek it is working now.thanks to everyone for your suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 15:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-executing-a-t-code/m-p/2874286#M674505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T15:24:27Z</dc:date>
    </item>
  </channel>
</rss>

