<?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: Implicit modification after PA30/PA40 database commit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188176#M1624924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only thing I can think of is that you are trying to modify a record and actually not changing any field, in that case I'm not sure if IN_UPDATE is triggered, in the other cases, Inserting, Deleting and Modifying it always gets fired. &lt;/P&gt;&lt;P&gt;Also try to set the BREAK at the very first line of code, maybe there's a condition on your code and never gets to the BREAK, I don't know.&lt;/P&gt;&lt;P&gt;Actually it is frustrating haha.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Aug 2011 20:13:13 GMT</pubDate>
    <dc:creator>former_member209703</dc:creator>
    <dc:date>2011-08-18T20:13:13Z</dc:date>
    <item>
      <title>Implicit modification after PA30/PA40 database commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188169#M1624917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please direct me to a place which I can do an implicit modification after the database commit has occurred from PA30/PA40 save or delete?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried the user exit ZHRPA001 but data is not committed until after it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 18:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188169#M1624917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-18T18:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit modification after PA30/PA40 database commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188170#M1624918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the event IN_UPDATE of the BADI HRPADINFTY* the database has already triggered a COMMIT so all changes have already been recorded in the DB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 18:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188170#M1624918</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-08-18T18:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit modification after PA30/PA40 database commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188171#M1624919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This looks like it would be just what I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented the BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One problem.  I can set breaks and have it stop in BEFORE_OUTPUT and AFTER_INPUT but doesn't ever seem to stop at IN_UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please guide me a little bit more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm setting the breaks in my implemented BADI.  I then run PA20.  Make a change (IT 0002, 0006, etc) and save.  Stops at 2 methods but not IN_UPDATE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 19:28:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188171#M1624919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-18T19:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit modification after PA30/PA40 database commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188172#M1624920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. &lt;/P&gt;&lt;P&gt;The event IN_UPDATE will only be fired when you hit the SAVE button. &lt;/P&gt;&lt;P&gt;Actually the sequence would be (after hitting 'SAVE)' AFTER_INPUT and then finally IN_UPDATE (in which the data is actually stored in the database)&lt;/P&gt;&lt;P&gt;PS: Can you edit anything via PA20? I'd use PA30 instead.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 19:36:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188172#M1624920</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-08-18T19:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit modification after PA30/PA40 database commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188173#M1624921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sory.  That was a mis-type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using PA30.  Hitting save button.  It's just as you say but it's not stopping at IN_INPUT method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stops at BEFORE_INPUT before screen is displayed.  Stops at AFTER_INPUT after hitting save.  No stop at IN_INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For what it's worth.  IN_INPUT is the only one of the 3 which I have any code in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 19:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188173#M1624921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-18T19:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit modification after PA30/PA40 database commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188174#M1624922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, it's kind of strange, I mean it must stop at IN_UPDATE event after hitting SAVE, it''s been this way ever since Xd&lt;/P&gt;&lt;P&gt;Actually your code will be fired for every single PA Infotype (0001,0002,0006.... etc) unless you establish some kind of check;  but if you have set a Break in the IN_UPDATE event it must definetly stop, just check if everythings OK and active.&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 19:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188174#M1624922</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-08-18T19:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit modification after PA30/PA40 database commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188175#M1624923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shoot.  This is frustrating.  Seems like we are so close and that it's exactly what I need...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My BADi is active, all 3 methods are active.  I have a debug break set in each method.  When I save, the AFTER_INPUT is hit but IN_UPDATE never gets hit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry to be such a challenge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is very much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 20:02:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188175#M1624923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-18T20:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit modification after PA30/PA40 database commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188176#M1624924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only thing I can think of is that you are trying to modify a record and actually not changing any field, in that case I'm not sure if IN_UPDATE is triggered, in the other cases, Inserting, Deleting and Modifying it always gets fired. &lt;/P&gt;&lt;P&gt;Also try to set the BREAK at the very first line of code, maybe there's a condition on your code and never gets to the BREAK, I don't know.&lt;/P&gt;&lt;P&gt;Actually it is frustrating haha.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 20:13:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188176#M1624924</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-08-18T20:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit modification after PA30/PA40 database commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188177#M1624925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Slightly different news.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found that IN_UPDATE is being hit when I make a change to IT0001 and IT0008 (didn't try others).  However, it does not get hit from IT0002 or IT0006&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas why that would be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 20:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188177#M1624925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-18T20:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit modification after PA30/PA40 database commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188178#M1624926</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've just checked it in my own system, and it does fire for any Infotype, I'm not sure what you are doing wrong.&lt;/P&gt;&lt;P&gt;The BADI definition is actually HRPAD00INFTY in case you got it wrong.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 07:29:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implicit-modification-after-pa30-pa40-database-commit/m-p/8188178#M1624926</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-08-19T07:29:26Z</dc:date>
    </item>
  </channel>
</rss>

