<?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: TCODE PA40 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-pa40/m-p/4302339#M1025898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When PA40 is done, many infotypes come in sequence ( as per configuration) for entering the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. When the last infotype comes, we can make use&lt;/P&gt;&lt;P&gt;   the standard user exit (for all infotypes)&lt;/P&gt;&lt;P&gt;  userexit = PBAS0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In that you can use the fm/exit&lt;/P&gt;&lt;P&gt;   EXIT_SAPFP50M_002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  This gets triggered while saving the data in the infotype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Since this will get triggered everytime an infotype is saved,&lt;/P&gt;&lt;P&gt;   we can write some specific code inside it,&lt;/P&gt;&lt;P&gt;   to check whether the current tcode is PA40 and the&lt;/P&gt;&lt;P&gt;   current infotype is the last infotype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   If yes, only then we should SUBMIT our bdc program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Aug 2008 06:54:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-04T06:54:27Z</dc:date>
    <item>
      <title>TCODE PA40</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-pa40/m-p/4302338#M1025897</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;I have created a bdc recording for fk01 transacation. Whenever i hire an employee using pa40 this BDC should be triggered in background after pa40 hiring process is done for the employee. How to make the BDC trigger after pa40 action&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Vani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 06:46:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-pa40/m-p/4302338#M1025897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T06:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: TCODE PA40</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-pa40/m-p/4302339#M1025898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When PA40 is done, many infotypes come in sequence ( as per configuration) for entering the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. When the last infotype comes, we can make use&lt;/P&gt;&lt;P&gt;   the standard user exit (for all infotypes)&lt;/P&gt;&lt;P&gt;  userexit = PBAS0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In that you can use the fm/exit&lt;/P&gt;&lt;P&gt;   EXIT_SAPFP50M_002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  This gets triggered while saving the data in the infotype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Since this will get triggered everytime an infotype is saved,&lt;/P&gt;&lt;P&gt;   we can write some specific code inside it,&lt;/P&gt;&lt;P&gt;   to check whether the current tcode is PA40 and the&lt;/P&gt;&lt;P&gt;   current infotype is the last infotype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   If yes, only then we should SUBMIT our bdc program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 06:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-pa40/m-p/4302339#M1025898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T06:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: TCODE PA40</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-pa40/m-p/4302340#M1025899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vani.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to suggest a couple of references, as it is similar to your requirement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[SDN - Reference - Dynamic Actions|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3099990"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[SDN - Reference - Creating a new employee and Dynamic Action PA40|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="731650"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[SDN - Reference - Dynamic Action in PA40|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="720764"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that's usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harsh Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 06:57:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-pa40/m-p/4302340#M1025899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T06:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: TCODE PA40</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-pa40/m-p/4302341#M1025900</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;    The exit is not getting triggered when pa40 tcode is run. Control is not going to the break-point set in the exit. What could be the reason. Plz help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Vani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 12:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-pa40/m-p/4302341#M1025900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T12:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: TCODE PA40</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-pa40/m-p/4302342#M1025901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. It should get triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  (It will get triggered after pa40 first screen,&lt;/P&gt;&lt;P&gt;   when each of the infotypes are SAVED).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have worked on this same tcode and it was working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. What you can do is instead of pa40,&lt;/P&gt;&lt;P&gt;    use pa30 tcode and try to modify any infotype (eg. 0002)&lt;/P&gt;&lt;P&gt;   and save. (atleast modify one field so that save happens, or create a record)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Put unconditional breakpoint inside the exit. and make&lt;/P&gt;&lt;P&gt;  sure the exit is ACTIVATED in CMOD. &lt;/P&gt;&lt;P&gt;  Some minor operational mistake may be there, otherwise&lt;/P&gt;&lt;P&gt;  it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 12:22:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-pa40/m-p/4302342#M1025901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T12:22:52Z</dc:date>
    </item>
  </channel>
</rss>

