<?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: push button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button/m-p/3241756#M773728</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;If you design the input/output fields in reference to dictionary fields, you should have the F4 help automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to go to screen by pressing the pushbutton:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND.&lt;/P&gt;&lt;P&gt;   CASE OK_CODE.&lt;/P&gt;&lt;P&gt;     WHEN &amp;lt;.....&amp;gt;. LEAVE TO SCREEN &amp;lt;NEW SCREEN&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jan 2008 15:27:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-10T15:27:42Z</dc:date>
    <item>
      <title>push button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button/m-p/3241753#M773725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am new to module pool programming.&lt;/P&gt;&lt;P&gt;I have a scenario which consists of 2screens.&lt;/P&gt;&lt;P&gt;One for input and the other for output.&lt;/P&gt;&lt;P&gt;In the first(input) screen i have 5 input fields and a push button. Now how can i navigate from the first screen to the second one.And how can i provide the F4 help for those input fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 15:21:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button/m-p/3241753#M773725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T15:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: push button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button/m-p/3241754#M773726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aravind,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you enter the details in the input screen and press the push button,inorder to navigate to the output screen, you need to write a code for this in a PAI module of the input screen.The code for this would be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case SY-UCOMM.&lt;/P&gt;&lt;P&gt;when 'DISPLAY'.&lt;/P&gt;&lt;P&gt;call screen 100. *** 100 is the screen number of the output screen***&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are the input fields fetched from standard tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 15:24:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button/m-p/3241754#M773726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T15:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: push button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button/m-p/3241755#M773727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes they fetched from standard tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 15:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button/m-p/3241755#M773727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T15:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: push button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button/m-p/3241756#M773728</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;If you design the input/output fields in reference to dictionary fields, you should have the F4 help automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to go to screen by pressing the pushbutton:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND.&lt;/P&gt;&lt;P&gt;   CASE OK_CODE.&lt;/P&gt;&lt;P&gt;     WHEN &amp;lt;.....&amp;gt;. LEAVE TO SCREEN &amp;lt;NEW SCREEN&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 15:27:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button/m-p/3241756#M773728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T15:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: push button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button/m-p/3241757#M773729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aravind,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the input fields are fetched from the standard tables then the F4 help comes automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 15:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button/m-p/3241757#M773729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T15:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: push button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button/m-p/3241758#M773730</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; it's simple yar d'nt worry...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first of u need to understand the flow of the program then only u will be able to work withthis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this topic mainly goes with Pbo and Pai&lt;/P&gt;&lt;P&gt;process before output and &lt;/P&gt;&lt;P&gt;process after input..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which takes a lot of time to explain me to u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i will give a gist of the program i mean how to do.ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first u create a module pool program using the transaction code se38&lt;/P&gt;&lt;P&gt;then with the same name of the program .&lt;/P&gt;&lt;P&gt;at se51..the screen creater &lt;/P&gt;&lt;P&gt;create a scree with the name of the program and a screen number..&lt;/P&gt;&lt;P&gt;u have to create 2 screen with the same program name  ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jan 2008 15:01:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button/m-p/3241758#M773730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-13T15:01:06Z</dc:date>
    </item>
  </channel>
</rss>

