<?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 dialog programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2730350#M633752</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;I am new to dialog programming. Can any one of you please help me out in this issue . My requirement is I designed a table control  and four parameters, in which  have to print  my my header details in the 4 parameters and item details in the table control . &lt;/P&gt;&lt;P&gt;Also, please let me know how to call a selection screen in a module pool (Do i need to design another screen for this purpose ?, one screen for the selection-screen and another for the table control) .Kindly post me the relevent code for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2007 03:36:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-11T03:36:20Z</dc:date>
    <item>
      <title>dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2730350#M633752</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;I am new to dialog programming. Can any one of you please help me out in this issue . My requirement is I designed a table control  and four parameters, in which  have to print  my my header details in the 4 parameters and item details in the table control . &lt;/P&gt;&lt;P&gt;Also, please let me know how to call a selection screen in a module pool (Do i need to design another screen for this purpose ?, one screen for the selection-screen and another for the table control) .Kindly post me the relevent code for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 03:36:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2730350#M633752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T03:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2730351#M633753</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;u can do it in both the ways.&lt;/P&gt;&lt;P&gt;but if u use the selection screen u have to create the other screens with screen number other than 1000.and the okcode for the execute button in the selection screen is ONLI.otherwise u just create a push button in ur selection screen and call the next screen when the function code of that button is called.&lt;/P&gt;&lt;P&gt;while creating the tcode give the screen number as 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;code for crating push button:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;TABLES:SSCRFIELDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON /10(4) MYBUTTON USER-COMMAND ABCD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;MYBUTTON = 'BACK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;IF SSCRFIELDS-UCOMM = 'ABCD'.&lt;/P&gt;&lt;P&gt;SET SCREEN 0.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 03:52:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2730351#M633753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T03:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2730352#M633754</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;IN DESIGNING FOR SELECTION SCREEN FIRST GOTO SCREEN     -&amp;gt; DESIGN UR SELCTION SCREEN BY DRAG N DROP METHOD -&amp;gt; ACTIVATE -&amp;gt; BACK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND CREATE A PUSHBUTTON IN SELECTION SCREEN -&amp;gt;GIVE F.CODE AS NEXT .&lt;/P&gt;&lt;P&gt;AND NAME OF PUSH BUTTON IS NEXTTTTT.&lt;/P&gt;&lt;P&gt;IN FLOW LOGIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE LIKE THIS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN PBO EVENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT USER-COMMAND NEXTTTT.&lt;/P&gt;&lt;P&gt;   SET SCREEN '2000'. OR CALL SCREEN '2000'.&lt;/P&gt;&lt;P&gt;2000 IS THE SCREEN DESIGNED BY U FOR DISPLAYING DATA IN PARAMETERS AND IN TABLE FORMAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF HELPFUL REWARD SOME POINTS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WITH REGARDS,&lt;/P&gt;&lt;P&gt;SURESH ALURI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 05:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2730352#M633754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T05:49:33Z</dc:date>
    </item>
  </channel>
</rss>

