<?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 Find transactions that belong to a function group ,programmatically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-transactions-that-belong-to-a-function-group-programmatically/m-p/12173331#M1979155</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;
  &lt;P&gt;apart going to se80 how can I find all the transactions that belong to a function group? a function module or a table would be welcome&lt;/P&gt;
  &lt;P&gt;thank you&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2020 11:02:02 GMT</pubDate>
    <dc:creator>former_member2492</dc:creator>
    <dc:date>2020-02-05T11:02:02Z</dc:date>
    <item>
      <title>Find transactions that belong to a function group ,programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-transactions-that-belong-to-a-function-group-programmatically/m-p/12173331#M1979155</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
  &lt;P&gt;apart going to se80 how can I find all the transactions that belong to a function group? a function module or a table would be welcome&lt;/P&gt;
  &lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 11:02:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-transactions-that-belong-to-a-function-group-programmatically/m-p/12173331#M1979155</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2020-02-05T11:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Find transactions that belong to a function group ,programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-transactions-that-belong-to-a-function-group-programmatically/m-p/12173332#M1979156</link>
      <description>&lt;P&gt;Transactions belong to packages and not to function groups. If you want to know what transactions are in a package, you need to check table TADIR and look for:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;PGMID == R3TR&lt;/LI&gt;&lt;LI&gt;OBJECT == TRAN (Transactions)&lt;/LI&gt;&lt;LI&gt;OBJ_NAME == xxx (transaction name, optional)&lt;/LI&gt;&lt;LI&gt;DEVCLASS == yyy (package name)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Transactions can be used to do one of the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;start a "dialog transaction" (program and screen)&lt;/LI&gt;&lt;LI&gt;start a "report transaction" (program and selection screen)&lt;/LI&gt;&lt;LI&gt;start a "object oriented transaction" (method of class)&lt;/LI&gt;&lt;LI&gt;start a "variant transaction" (transaction with variant)&lt;/LI&gt;&lt;LI&gt;start a "parameter transaction" (transaction with parameters"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Transactions are defined in table TSTC, and what type they are is defined by the field CINFO and if necessary the parameter values in table TSTCP in the field param. &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;if they call a program 'directly', you find that program name in field PGMNA in table TSTC&lt;/LI&gt;&lt;LI&gt;however, if they call a program 'indirectly', you will find the program name in the parameter string in field PARAM in table TSTCP&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 05 Feb 2020 12:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-transactions-that-belong-to-a-function-group-programmatically/m-p/12173332#M1979156</guid>
      <dc:creator>michael_piesche</dc:creator>
      <dc:date>2020-02-05T12:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Find transactions that belong to a function group ,programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-transactions-that-belong-to-a-function-group-programmatically/m-p/12173333#M1979157</link>
      <description>&lt;P&gt;the usage &lt;STRONG&gt;RS_EU_CROSSREF  &lt;/STRONG&gt; table tadir,can give you all the transactions needed.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2020 08:59:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-transactions-that-belong-to-a-function-group-programmatically/m-p/12173333#M1979157</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2020-02-28T08:59:02Z</dc:date>
    </item>
  </channel>
</rss>

