<?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: Parameter Transaction Code for Function Group based Tcodes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-code-for-function-group-based-tcodes/m-p/10430871#M1845477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your concerns. No, i still cannot create a parameter based transaction using a transaction code pointing to screen of a function group. I had to resort to creating another screen with the slight change in functionality i wanted to affect by using the flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Still appreciate your efforts, i suppose it'll be not possible to create parameter based transaction for Function Groups...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vadid Valiulla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2014 15:05:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-06-20T15:05:02Z</dc:date>
    <item>
      <title>Parameter Transaction Code for Function Group based Tcodes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-code-for-function-group-based-tcodes/m-p/10430867#M1845473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have created a function group for a single screen 1000 having only 2 screen fields with input/output enabled, one of them being a flag field. Have also created a Transaction code to point to the screen 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to create another Tcode(Parameter Transaction Code) with the previous created Tcode and pass default values to the screens flag element. I have entered the below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="41" style="border: 1px solid #000000; width: 217px; height: 0px;" width="215"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Name of the screen field&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;FLAG&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;X&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still i am not able to get the value of FLAG as X when i debug the program. I am confused what mistake have i done. It will be helpful if someone can guide on this. I know its simple and i believe me i have tried all possible ways to check my mistake. Couldn't find any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vadid Valiulla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 10:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-code-for-function-group-based-tcodes/m-p/10430867#M1845473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-19T10:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Transaction Code for Function Group based Tcodes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-code-for-function-group-based-tcodes/m-p/10430868#M1845474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically you are trying to call TCODE1 from TCODE2, please confirm.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;First way :&lt;/STRONG&gt; hope for whole process you are using same Func. Group and a global variable is used for the screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Second Way:&lt;/STRONG&gt;&amp;nbsp; If the screen field have Parameter ID set that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 10:30:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-code-for-function-group-based-tcodes/m-p/10430868#M1845474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-19T10:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Transaction Code for Function Group based Tcodes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-code-for-function-group-based-tcodes/m-p/10430869#M1845475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Basically i am calling TCODE1 from TCODE2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the same Function Group and yes a global variable is defined for the screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually do not want to go by the Parameter ID method. But still i can use it if that is easier. Currently there is no Parameter ID for the screen field as i wanted the Tcode2 also to be called independently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time Prakash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vadid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 10:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-code-for-function-group-based-tcodes/m-p/10430869#M1845475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-19T10:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Transaction Code for Function Group based Tcodes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-code-for-function-group-based-tcodes/m-p/10430870#M1845476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vadid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Let me know if your issue is solved or you need more info on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 06:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-code-for-function-group-based-tcodes/m-p/10430870#M1845476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-20T06:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Transaction Code for Function Group based Tcodes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-code-for-function-group-based-tcodes/m-p/10430871#M1845477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your concerns. No, i still cannot create a parameter based transaction using a transaction code pointing to screen of a function group. I had to resort to creating another screen with the slight change in functionality i wanted to affect by using the flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Still appreciate your efforts, i suppose it'll be not possible to create parameter based transaction for Function Groups...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vadid Valiulla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 15:05:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-transaction-code-for-function-group-based-tcodes/m-p/10430871#M1845477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-20T15:05:02Z</dc:date>
    </item>
  </channel>
</rss>

