<?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: Input from the user in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-from-the-user/m-p/1647746#M288022</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;&lt;/P&gt;&lt;P&gt;use the FM POPUP_TO_GET_VALUE..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Nov 2006 05:28:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-27T05:28:58Z</dc:date>
    <item>
      <title>Input from the user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-from-the-user/m-p/1647745#M288021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pls let me know whether there is a FM which will prompt the user for an input while running a report. I am running report with back ground job FMs, i need this input prompt so that the user can give any name for the job he is going to submit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Sharan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 05:27:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-from-the-user/m-p/1647745#M288021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T05:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Input from the user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-from-the-user/m-p/1647746#M288022</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;&lt;/P&gt;&lt;P&gt;use the FM POPUP_TO_GET_VALUE..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 05:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-from-the-user/m-p/1647746#M288022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T05:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Input from the user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-from-the-user/m-p/1647747#M288023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need the prompt when executing in background it is not possible, as the job executes in the application server whereas prompting required GUI. Hence the job gets termination with a dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you executing a online report and then SUBMIT a job this is possible via FM's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can explore in SE37 with pattern &lt;STRONG&gt;POPUP&lt;/STRONG&gt;INPUT*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select a FM that suits your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 05:31:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-from-the-user/m-p/1647747#M288023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T05:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Input from the user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-from-the-user/m-p/1647748#M288024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM_LOSS_OF_DATA Create a dialog box in which you make a question whether the user wishes to perform a processing step with loss of data. &lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM_STEP Create a dialog box in which you make a question whether the user wishes to perform the step. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 05:58:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-from-the-user/m-p/1647748#M288024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T05:58:42Z</dc:date>
    </item>
  </channel>
</rss>

