<?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: where use logic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536284#M244657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to make that radio button default(among several of its group) you should write that logic in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to take up some action based on the user selection, you should write that in PAI.&lt;/P&gt;&lt;P&gt;like,&lt;/P&gt;&lt;P&gt;  IF R_BTN = 'X'.&lt;/P&gt;&lt;P&gt;    do some thing here.&lt;/P&gt;&lt;P&gt;  elseif R_BTN2 = 'X'.&lt;/P&gt;&lt;P&gt;   do another work&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regard&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Aug 2006 10:07:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-07T10:07:44Z</dc:date>
    <item>
      <title>where use logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536282#M244655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one radio button in one screen(100). I wanted to write the logic for that radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So where I have to write the logic in 100 PBo or in 100 PAI or in any subrouting where processing for that field is going.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz reply me earliest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 10:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536282#M244655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T10:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: where use logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536283#M244656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the sample program: demo_dynpro_check_radio.&lt;/P&gt;&lt;P&gt;It will tell you how to use radio-buttons and checkboxes in screens.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 10:06:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536283#M244656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T10:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: where use logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536284#M244657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to make that radio button default(among several of its group) you should write that logic in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to take up some action based on the user selection, you should write that in PAI.&lt;/P&gt;&lt;P&gt;like,&lt;/P&gt;&lt;P&gt;  IF R_BTN = 'X'.&lt;/P&gt;&lt;P&gt;    do some thing here.&lt;/P&gt;&lt;P&gt;  elseif R_BTN2 = 'X'.&lt;/P&gt;&lt;P&gt;   do another work&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regard&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 10:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536284#M244657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T10:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: where use logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536285#M244658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  In the PAI section of the module pool.All the validiations should be done in PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;M.Saravanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 10:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536285#M244658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T10:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: where use logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536286#M244659</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;Write the logic in the 100 PAI.&lt;/P&gt;&lt;P&gt;Because after u pressing or doing something such as event..only it has to be triggered..&lt;/P&gt;&lt;P&gt;so. write it in the PAI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;SImha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 10:07:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536286#M244659</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2006-08-07T10:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: where use logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536287#M244660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need to process something on selection of the radio button etc it should be in PAI and lets say if you wish to default the radio button parameters depending on some conditions it should be in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it resolves your issue !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 10:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536287#M244660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T10:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: where use logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536288#M244661</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 PAI event you can put in the logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;HR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 10:08:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536288#M244661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T10:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: where use logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536289#M244662</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 can write the logic in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Laxmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 10:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536289#M244662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T10:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: where use logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536290#M244663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After you select the radiobutton some thing should happen , so the code should be written in PAI(Process After Input)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flow goes like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PBO -&amp;gt; Screen -&amp;gt; PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before the screen is displayed if you want to display anything on screen then you have to write that in PBO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 10:10:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536290#M244663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T10:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: where use logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536291#M244664</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 GENERAL we will handle code in PAI for any Radio Buttons or Check boxes... thing is selecting radio button is equivalent to giving some input.. in Process after input we have to handle it..&lt;/P&gt;&lt;P&gt;ex : if Radio button code is Back :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then code like :&lt;/P&gt;&lt;P&gt;module USER_COMMAND_100 input.&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;end module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 10:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536291#M244664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T10:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: where use logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536292#M244665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Depends on the requirement you have to place your code.&lt;/P&gt;&lt;P&gt;If you want to give some default value to that button, place it in PBO of the screen,&lt;/P&gt;&lt;P&gt;or if you need to process something based on user input for that button write the code in PAI of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 11:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-use-logic/m-p/1536292#M244665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T11:00:05Z</dc:date>
    </item>
  </channel>
</rss>

