<?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: call selection screen ?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-selection-screen/m-p/2387057#M530467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi both,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my program structure,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters:&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;  perform upload_file.&lt;/P&gt;&lt;P&gt;  perform process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form upload_file.&lt;/P&gt;&lt;P&gt;  some check.&lt;/P&gt;&lt;P&gt;  if not pass.&lt;/P&gt;&lt;P&gt;     return to selection screen to reselect.    (1)&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i use "leave to screen 0" in (1) it goes to LS38EF00 and final go out the program.&lt;/P&gt;&lt;P&gt;if use "call selection-screen 100" it goes to 'perform process'. though with new selection field value. but i just it goes to 'perform upload_file' with new value.  &lt;/P&gt;&lt;P&gt;so please tell me how ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2007 08:45:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-12T08:45:12Z</dc:date>
    <item>
      <title>call selection screen ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-selection-screen/m-p/2387054#M530464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to stop current statement in code and turn to selection screen to refill the field in selection screen , i use call screen 1000 but error occurs say that i can't call a selection screen,  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;someone please tell me how to fulfill my task ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 08:17:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-selection-screen/m-p/2387054#M530464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T08:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: call selection screen ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-selection-screen/m-p/2387055#M530465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the code like Call Selection-screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 08:19:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-selection-screen/m-p/2387055#M530465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T08:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: call selection screen ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-selection-screen/m-p/2387056#M530466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;LEAVE TO SCREEN 0.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 08:20:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-selection-screen/m-p/2387056#M530466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T08:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: call selection screen ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-selection-screen/m-p/2387057#M530467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi both,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my program structure,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters:&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;  perform upload_file.&lt;/P&gt;&lt;P&gt;  perform process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form upload_file.&lt;/P&gt;&lt;P&gt;  some check.&lt;/P&gt;&lt;P&gt;  if not pass.&lt;/P&gt;&lt;P&gt;     return to selection screen to reselect.    (1)&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i use "leave to screen 0" in (1) it goes to LS38EF00 and final go out the program.&lt;/P&gt;&lt;P&gt;if use "call selection-screen 100" it goes to 'perform process'. though with new selection field value. but i just it goes to 'perform upload_file' with new value.  &lt;/P&gt;&lt;P&gt;so please tell me how ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 08:45:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-selection-screen/m-p/2387057#M530467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T08:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: call selection screen ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-selection-screen/m-p/2387058#M530468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a transaction for your program.&lt;/P&gt;&lt;P&gt;2) Use LEAVE TO TRANSACTION '(name of the transaction you created)'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will bring your initial screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To refill the entries in the screen again... create a VARIANT TRANSACTION for your program with the required fields filled and then call the variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem!! &lt;/P&gt;&lt;P&gt;Come back if any queries...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Naveenan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 08:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-selection-screen/m-p/2387058#M530468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T08:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: call selection screen ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-selection-screen/m-p/2387059#M530469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ZHang,&lt;/P&gt;&lt;P&gt;may be u can use Submit statement to call the same report again whnevr some error occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer my demo code - &lt;/P&gt;&lt;P&gt;REPORT  ZHANG                                   .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p1 type i,&lt;/P&gt;&lt;P&gt;            p2 type i.&lt;/P&gt;&lt;P&gt;data p3 type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p3 = p1 + p2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if p3 GE 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: p3.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;submit Zhang via selection-screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 08:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-selection-screen/m-p/2387059#M530469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T08:58:40Z</dc:date>
    </item>
  </channel>
</rss>

