<?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: Call transaction in module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-in-module-pool/m-p/10463518#M1848596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you can use SPA and GPA variables to pass a flag and the number you want to exchange between two tcodes. And check your GPA parameters in PBO of second tcode and make all fields input disabled with the SCREEN-INPUT = 0 option and write your data fetch logic to fill in the screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCREEN is a system generated internal table which holds all screen fields as its contents and using this internal table, we can alter screen field properties like visibility and input etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jul 2014 12:19:40 GMT</pubDate>
    <dc:creator>former_member186472</dc:creator>
    <dc:date>2014-07-14T12:19:40Z</dc:date>
    <item>
      <title>Call transaction in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-in-module-pool/m-p/10463513#M1848591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;i have two transactions one is z1 and other is z2.&lt;/P&gt;&lt;P&gt;In z1 i have field called 'number' ,when i double click on 'number' it should call transaction z2 by skipping first screen.&lt;/P&gt;&lt;P&gt;it working fine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the main issues is the z2 tcode having three buttons&amp;nbsp; in initial screen are create ,change,display.&lt;/P&gt;&lt;P&gt;so when i double click on z1 number i should call z2 tcode second screen in display mode by fetching all data of z2&amp;nbsp; based on number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My main is issues is to display data in display mode in second screen of z2 tcode based on number when i double click on number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;z1 and z2 are ztcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; RAVI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 07:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-in-module-pool/m-p/10463513#M1848591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-14T07:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-in-module-pool/m-p/10463514#M1848592</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;when the transaction 'Z2'&amp;nbsp; is called through Z1&amp;nbsp; internal table data,nunber&amp;nbsp; and make a flag value as X and export the data.&lt;/P&gt;&lt;P&gt;call transaction 'Z2'&amp;nbsp; and skip first screen.&lt;/P&gt;&lt;P&gt;import the data in the Z2 tcode and fetch the details based on the Z1 number .&lt;/P&gt;&lt;P&gt;when the flag value is X , make all the fields in the screen as screen-input = 0. in PBO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 09:37:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-in-module-pool/m-p/10463514#M1848592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-14T09:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-in-module-pool/m-p/10463515#M1848593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sai anusha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actually we are not using any internal tables here , we are using parameter id to send data to initial screen based on that value second screen values should be populate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks for your suggestion,if you have any idea regarding my requirement please suggest me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 11:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-in-module-pool/m-p/10463515#M1848593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-14T11:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-in-module-pool/m-p/10463516#M1848594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raviteja.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Just do a BDC recording and use it in Z1.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 11:37:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-in-module-pool/m-p/10463516#M1848594</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2014-07-14T11:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-in-module-pool/m-p/10463517#M1848595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt; got it.Thank u..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 12:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-in-module-pool/m-p/10463517#M1848595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-14T12:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-in-module-pool/m-p/10463518#M1848596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you can use SPA and GPA variables to pass a flag and the number you want to exchange between two tcodes. And check your GPA parameters in PBO of second tcode and make all fields input disabled with the SCREEN-INPUT = 0 option and write your data fetch logic to fill in the screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCREEN is a system generated internal table which holds all screen fields as its contents and using this internal table, we can alter screen field properties like visibility and input etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 12:19:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-in-module-pool/m-p/10463518#M1848596</guid>
      <dc:creator>former_member186472</dc:creator>
      <dc:date>2014-07-14T12:19:40Z</dc:date>
    </item>
  </channel>
</rss>

