<?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: Dialog Pgm in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-pgm/m-p/3278234#M783899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes  it is possible,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the flow logic of the screen painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create two modules .&lt;/P&gt;&lt;P&gt;1.PAI.&lt;/P&gt;&lt;P&gt;2.PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PAI (process after input)&lt;/P&gt;&lt;P&gt;write the coding for whatever u should do once u entered the input, eg.validation of fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO(process before output)&lt;/P&gt;&lt;P&gt;write the coding that should happen before u give inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2008 12:34:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-08T12:34:15Z</dc:date>
    <item>
      <title>Dialog Pgm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-pgm/m-p/3278233#M783898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to write coding in flow logic part of screen painter?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 12:11:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-pgm/m-p/3278233#M783898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T12:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Pgm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-pgm/m-p/3278234#M783899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes  it is possible,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the flow logic of the screen painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create two modules .&lt;/P&gt;&lt;P&gt;1.PAI.&lt;/P&gt;&lt;P&gt;2.PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PAI (process after input)&lt;/P&gt;&lt;P&gt;write the coding for whatever u should do once u entered the input, eg.validation of fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO(process before output)&lt;/P&gt;&lt;P&gt;write the coding that should happen before u give inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 12:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-pgm/m-p/3278234#M783899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T12:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Pgm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-pgm/m-p/3278235#M783900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think u r telling abt writing coding in SE38-program of that screen.My doubt is to write in that flow logic screen itself?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 12:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-pgm/m-p/3278235#M783900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T12:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Pgm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-pgm/m-p/3278236#M783901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Khanna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Yes it is possible to write coding in the flow logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see flow logic directly cant understand the coding in ABAP, it all together needs some other language to understand so SAP has given us a facility to write our coding in ABAP indirectly as see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flowlogic is nothing but combination of PBO and PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if u want to write any coding place that coding just open one module in wanted place i mean to say in PBO or PAI as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Module Module_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then by double clicking on it i mean on the module_name it will take to u to the corresponding program and places the cursor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;between module and endmodule then write u r code. Then it as good as writing code in the flow logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still if u have any doughts plzz contact me on mutyalasunilkumar@gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz reward if it is usefull to u.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 12:41:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-pgm/m-p/3278236#M783901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T12:41:47Z</dc:date>
    </item>
  </channel>
</rss>

