<?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: Transaction Code having problem with Screen calling in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-having-problem-with-screen-calling/m-p/6643361#M1443772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wasif,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It all depends on the placement of the statement Call Screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share your code, so that i may be able to assist you further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abhijit G. Borkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jan 2010 05:20:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-27T05:20:26Z</dc:date>
    <item>
      <title>Transaction Code having problem with Screen calling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-having-problem-with-screen-calling/m-p/6643360#M1443771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;   i have a program which have two screens lets say screen 100 and 101 and also i got two parameters from user before calling this screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code is like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: SaleDoc type ZPCOST-VBELN,&lt;/P&gt;&lt;P&gt;            LineNo  type ZPCOST-POSNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;program is working fine but when i create a transaction and call screen 1000 (i.e. parameter screen)  it immediatly got exit after getting paramters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but logically it must proceed to screen 100 but it isnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance to everyone &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2010 16:58:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-having-problem-with-screen-calling/m-p/6643360#M1443771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-26T16:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Code having problem with Screen calling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-having-problem-with-screen-calling/m-p/6643361#M1443772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wasif,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It all depends on the placement of the statement Call Screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share your code, so that i may be able to assist you further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abhijit G. Borkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 05:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-having-problem-with-screen-calling/m-p/6643361#M1443772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T05:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Code having problem with Screen calling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-having-problem-with-screen-calling/m-p/6643362#M1443773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the code is simple &lt;/P&gt;&lt;P&gt;after that just PBO n PAI modules  are written which never been hit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 05:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-having-problem-with-screen-calling/m-p/6643362#M1443773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T05:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Code having problem with Screen calling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-having-problem-with-screen-calling/m-p/6643363#M1443774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put CALL SCREEN 100 after the start-of-selection, if you have made a selection screen in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively if you have made a screen 1000 via screen painter then write this in the PAI event and in the   SET PF-STATUS 'MAIN0100' active the enter event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhijit G. Borkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 05:52:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-having-problem-with-screen-calling/m-p/6643363#M1443774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T05:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Code having problem with Screen calling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-having-problem-with-screen-calling/m-p/6643364#M1443775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt; I think There is a probelm with creation of TCODE.While creating TCODE it will give options like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Program and screen(Dialog)&lt;/P&gt;&lt;P&gt;2) Program and selection screen&lt;/P&gt;&lt;P&gt;3)Method of class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you selected 1st one by mistake, please seelct second one for report programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOpe this will solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Narendra.Soma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 09:37:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-having-problem-with-screen-calling/m-p/6643364#M1443775</guid>
      <dc:creator>former_member761936</dc:creator>
      <dc:date>2010-01-27T09:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Code having problem with Screen calling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-having-problem-with-screen-calling/m-p/6643365#M1443776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Delete the T code once and Re Crearte it may sove ur problm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 06:11:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-having-problem-with-screen-calling/m-p/6643365#M1443776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T06:11:24Z</dc:date>
    </item>
  </channel>
</rss>

