<?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: Dynamically update z table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-update-z-table/m-p/12609334#M2011645</link>
    <description>&lt;P&gt;Yes for an abap developer &lt;/P&gt;&lt;P&gt;Understand this scenario&lt;/P&gt;&lt;P&gt;a z table in maintaining the user validity dates for eg 30.01.2020 to &lt;STRONG&gt;30.01.2022&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Now lets say someone changes the validity dates in SU01 from 30.01.2020  to &lt;STRONG&gt;30.01.2025&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Then the value in Z table should automatically be changed there should be noo need of manual changes.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2022 11:42:33 GMT</pubDate>
    <dc:creator>former_member806481</dc:creator>
    <dc:date>2022-06-16T11:42:33Z</dc:date>
    <item>
      <title>Dynamically update z table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-update-z-table/m-p/12609331#M2011642</link>
      <description>&lt;P&gt;i have a z table that has user validity dates in it .&lt;/P&gt;
  &lt;P&gt;so my requirement is &lt;STRONG&gt;IF SOMEONE UPDATES/CHANGES THE VALIDITY DATE IN SU01 THEN THE VALUE IN THE Z-TABLE SHOULD ALSO BE UPDATED.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 10:29:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-update-z-table/m-p/12609331#M2011642</guid>
      <dc:creator>former_member806481</dc:creator>
      <dc:date>2022-06-16T10:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically update z table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-update-z-table/m-p/12609332#M2011643</link>
      <description>&lt;P&gt;Are you looking for an ABAP developer, or do you have a specific question?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 11:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-update-z-table/m-p/12609332#M2011643</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-06-16T11:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically update z table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-update-z-table/m-p/12609333#M2011644</link>
      <description>&lt;P&gt;Hello Atharva you can also track this via change log or CDHDR/CDPOS&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 11:06:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-update-z-table/m-p/12609333#M2011644</guid>
      <dc:creator>ankurch</dc:creator>
      <dc:date>2022-06-16T11:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically update z table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-update-z-table/m-p/12609334#M2011645</link>
      <description>&lt;P&gt;Yes for an abap developer &lt;/P&gt;&lt;P&gt;Understand this scenario&lt;/P&gt;&lt;P&gt;a z table in maintaining the user validity dates for eg 30.01.2020 to &lt;STRONG&gt;30.01.2022&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Now lets say someone changes the validity dates in SU01 from 30.01.2020  to &lt;STRONG&gt;30.01.2025&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Then the value in Z table should automatically be changed there should be noo need of manual changes.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 11:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-update-z-table/m-p/12609334#M2011645</guid>
      <dc:creator>former_member806481</dc:creator>
      <dc:date>2022-06-16T11:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically update z table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-update-z-table/m-p/12609335#M2011646</link>
      <description>&lt;P&gt;SAP will not automatically update your in-house "Z" table. You will have to add the code yourself (possibly a user exit) where the SU01 does the update&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 12:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-update-z-table/m-p/12609335#M2011646</guid>
      <dc:creator>RichB</dc:creator>
      <dc:date>2022-06-16T12:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically update z table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-update-z-table/m-p/12609336#M2011647</link>
      <description>&lt;P&gt;Implement BAdI BADI_IDENTITY_UPDATE, the method SAVE is called as the last step during the user data save process. Use it to update your z-table, trigger mail, workflow, etc.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(There is a Exit added Note for reference : &lt;A href="https://launchpad.support.sap.com/#/notes/1750161"&gt;1750161 - User administration: Saving additional information (BAdI BADI_IDENTITY_UPDATE)&lt;/A&gt; look also at sample implementation class CL_EXM_IM_IDENTITY_UPDATE)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 13:06:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-update-z-table/m-p/12609336#M2011647</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-06-16T13:06:11Z</dc:date>
    </item>
  </channel>
</rss>

