<?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: Three transactions in one program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/three-transactions-in-one-program/m-p/4756988#M1115624</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;Its very confusing to me can please give me the sample program if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks , Nagaraju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Nov 2008 13:43:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-14T13:43:56Z</dc:date>
    <item>
      <title>Three transactions in one program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/three-transactions-in-one-program/m-p/4756985#M1115621</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I create 3 transactions for one program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created one module pool program for employee details CREATION and I have one transaction for that.&lt;/P&gt;&lt;P&gt;Now I want to create Two more transaction for two functionalities DISPLAY and CHANGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me, how to implement this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Nagaraju C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2008 12:44:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/three-transactions-in-one-program/m-p/4756985#M1115621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-14T12:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Three transactions in one program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/three-transactions-in-one-program/m-p/4756986#M1115622</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;Assign all the Tcode to the starting screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in PBO check which T-code is triggered then if T-code is for Display then&lt;/P&gt;&lt;P&gt;populate the screen fields with screen-input = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similarly for change check wether any entry existes for the selection screen data id yes then populate fields .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope u got.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2008 12:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/three-transactions-in-one-program/m-p/4756986#M1115622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-14T12:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Three transactions in one program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/three-transactions-in-one-program/m-p/4756987#M1115623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagarju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this:&lt;/P&gt;&lt;P&gt;For all 3 requirements, make 3 screens: then for each of your screen , suppose for screen 1, Give 1 transaction name..similiarly for rest 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make 3 screens by putting screen group for 3 push buttons on the main screen and disable rest 2 one by one..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2008 12:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/three-transactions-in-one-program/m-p/4756987#M1115623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-14T12:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Three transactions in one program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/three-transactions-in-one-program/m-p/4756988#M1115624</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;Its very confusing to me can please give me the sample program if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks , Nagaraju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2008 13:43:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/three-transactions-in-one-program/m-p/4756988#M1115624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-14T13:43:56Z</dc:date>
    </item>
  </channel>
</rss>

