<?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 Fetching the information from tcode to custom program in PM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-information-from-tcode-to-custom-program-in-pm/m-p/12676125#M2016628</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;
  &lt;P&gt;I am trying to use the method of the following BADI: CEWB_TSK_UPDATE-&amp;gt;CHECK_TSK_AT_SAVE. This method is usually triggered when we try to save data related to task list, e.g., when we save in tcode IA01, this method will do a check. Why I need this method, is to fetch the data that are saved in business transaction IA01 and send them in my custom program. So, the code would we as follows:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;CALL TRANSACTION 'IA01'. 
PERFORM get_data.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Now inside this perform I want to fetch the data that we saved in this transaction. How can I use this method to achieve this functionality? So, how can I use this method to fetch the importing parameters of this method?&lt;/P&gt;
  &lt;P&gt;Thanks and any help is greatly appreciated!!&lt;/P&gt;
  &lt;P&gt;R&lt;/P&gt;</description>
    <pubDate>Fri, 16 Dec 2022 09:14:59 GMT</pubDate>
    <dc:creator>Raxph</dc:creator>
    <dc:date>2022-12-16T09:14:59Z</dc:date>
    <item>
      <title>Fetching the information from tcode to custom program in PM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-information-from-tcode-to-custom-program-in-pm/m-p/12676125#M2016628</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;
  &lt;P&gt;I am trying to use the method of the following BADI: CEWB_TSK_UPDATE-&amp;gt;CHECK_TSK_AT_SAVE. This method is usually triggered when we try to save data related to task list, e.g., when we save in tcode IA01, this method will do a check. Why I need this method, is to fetch the data that are saved in business transaction IA01 and send them in my custom program. So, the code would we as follows:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;CALL TRANSACTION 'IA01'. 
PERFORM get_data.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Now inside this perform I want to fetch the data that we saved in this transaction. How can I use this method to achieve this functionality? So, how can I use this method to fetch the importing parameters of this method?&lt;/P&gt;
  &lt;P&gt;Thanks and any help is greatly appreciated!!&lt;/P&gt;
  &lt;P&gt;R&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 09:14:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-information-from-tcode-to-custom-program-in-pm/m-p/12676125#M2016628</guid>
      <dc:creator>Raxph</dc:creator>
      <dc:date>2022-12-16T09:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching the information from tcode to custom program in PM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-information-from-tcode-to-custom-program-in-pm/m-p/12676126#M2016629</link>
      <description>&lt;P&gt;Maybe with a SingleTon class otherwise use the transaction SHMA (little bit more complex)&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 09:52:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-information-from-tcode-to-custom-program-in-pm/m-p/12676126#M2016629</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-12-16T09:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching the information from tcode to custom program in PM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-information-from-tcode-to-custom-program-in-pm/m-p/12676127#M2016630</link>
      <description>&lt;P&gt;The programs of a call sequence have common access to the ABAP memory. EXPORT ... TO MEMORY saves the data cluster in the ABAP memory. Export data in a BAdI and import it later.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 11:31:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-information-from-tcode-to-custom-program-in-pm/m-p/12676127#M2016630</guid>
      <dc:creator>touzik_itc</dc:creator>
      <dc:date>2022-12-16T11:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching the information from tcode to custom program in PM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-information-from-tcode-to-custom-program-in-pm/m-p/12676128#M2016631</link>
      <description>&lt;P&gt;Implement the BAdI, in the method of the implementing class you can export required data to memory and read it from memory later. &lt;/P&gt;&lt;P&gt;Or play with singleton to save and read later the data of course &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 10:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-information-from-tcode-to-custom-program-in-pm/m-p/12676128#M2016631</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-12-23T10:42:11Z</dc:date>
    </item>
  </channel>
</rss>

