<?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 new entry in dialog programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-entry-in-dialog-programming/m-p/2477036#M557676</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;In a dialog program on a click of push button I want to enter new fields in Input fields without moving to new screen and that entry to be stored in a table.&lt;/P&gt;&lt;P&gt;Guys I am new to the dialog programming. Kindly help me out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 05:31:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-29T05:31:57Z</dc:date>
    <item>
      <title>new entry in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-entry-in-dialog-programming/m-p/2477036#M557676</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;In a dialog program on a click of push button I want to enter new fields in Input fields without moving to new screen and that entry to be stored in a table.&lt;/P&gt;&lt;P&gt;Guys I am new to the dialog programming. Kindly help me out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 05:31:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-entry-in-dialog-programming/m-p/2477036#M557676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T05:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: new entry in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-entry-in-dialog-programming/m-p/2477037#M557677</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;You need at the fields on the screeen and by default you need to disable them in PBO module and then when you push the button in the PAI module set a flag then in the PBO module based on the flag ENABLE the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As follows.&lt;/P&gt;&lt;P&gt;In the PBO module enter this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF SCREEN-NAME = 'YOUR FIELD NAME' and FLAG IS INITIAL.&lt;/P&gt;&lt;P&gt;SCREEN-ACTIVE = 0.&lt;/P&gt;&lt;P&gt;ELSEIF FLAG = 'X'.&lt;/P&gt;&lt;P&gt;SCREEN-ACTIVE = 1.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PAI add module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF OK_CODE = 'PUSH_BUTTON_FCODE'.&lt;/P&gt;&lt;P&gt;FLAG = 'X'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 05:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-entry-in-dialog-programming/m-p/2477037#M557677</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-06-29T05:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: new entry in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-entry-in-dialog-programming/m-p/2477038#M557678</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;in pbo event, use the SCREEN table  attributes, ,,,,,ie, for PBO event, u have to use that,&lt;/P&gt;&lt;P&gt;on pbo&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;screen-input = 1.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 14:05:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-entry-in-dialog-programming/m-p/2477038#M557678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T14:05:56Z</dc:date>
    </item>
  </channel>
</rss>

