<?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>Question Re: Update ADR6 Table in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/update-adr6-table/qaa-p/12742679#M4782754</link>
    <description>&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;To update ADR6 Table, you can use FM: ADDR_SAVE_INTERN.&lt;/P&gt;&lt;P&gt;Your import parameter will be ADR6_U where:&lt;/P&gt;&lt;P&gt;ADR6_U-CLIENT                is equal           ADR6-CLIENT&lt;/P&gt;&lt;P&gt;ADR6_U-ADDRNUMBER   is equal           ADR6-ADDNUMBER&lt;/P&gt;&lt;P&gt;ADR6_U-DATE_FROM       is equal           ADR6-DATE_FROM  &lt;/P&gt;&lt;P&gt;ADR6_U-CONSNUMBER   is equal           ADR6-CONSNUMBER&lt;/P&gt;&lt;P&gt;ADR6_U-SMTP_ADDR       is equal           ADR6-SMTP_ADDR&lt;/P&gt;&lt;P&gt;ADR6_U-SRCH                   is equal           ADR6-SMTP_SRCH&lt;/P&gt;&lt;P&gt;This FM doesnt need a commit execution. &lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Change TEST2@GMAIL.COM to &lt;STRONG&gt;TEST(FM_RESULT)@GMAIL.COM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Actual ADR6&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2228606-image.png" /&gt;&lt;/P&gt;&lt;P&gt;FM:  ADDR_SAVE_INTERN&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2228607-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Be careful with the length of SMTP_SRCH. &lt;/P&gt;&lt;P&gt;New values of ADR6 after execution.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2228608-image.png" /&gt;&lt;/P&gt;&lt;P&gt;I hope this solve your requirement and dont forget to point the solution.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Carlos Idiaquez. &lt;/P&gt;</description>
    <pubDate>Fri, 10 Nov 2023 16:25:08 GMT</pubDate>
    <dc:creator>Carlos_Idiaquez</dc:creator>
    <dc:date>2023-11-10T16:25:08Z</dc:date>
    <item>
      <title>Update ADR6 Table</title>
      <link>https://community.sap.com/t5/technology-q-a/update-adr6-table/qaq-p/12742676</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
  &lt;P&gt;I want to update ADR6 Table via Custom Program. Need help to find BAPI,FM etc.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 06:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/update-adr6-table/qaq-p/12742676</guid>
      <dc:creator>deepakmk1996</dc:creator>
      <dc:date>2023-11-10T06:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Update ADR6 Table</title>
      <link>https://community.sap.com/t5/technology-q-a/update-adr6-table/qaa-p/12742677#M4782752</link>
      <description>&lt;P&gt;Have you tried Where Used List and looked in the package the table belongs to?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 07:10:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/update-adr6-table/qaa-p/12742677#M4782752</guid>
      <dc:creator>manfred_reinart</dc:creator>
      <dc:date>2023-11-10T07:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Update ADR6 Table</title>
      <link>https://community.sap.com/t5/technology-q-a/update-adr6-table/qaa-p/12742678#M4782753</link>
      <description>&lt;P&gt;For which "object" do you want to add or change mail address (BP, customer, vendor, contact, employee, etc.)&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 13:15:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/update-adr6-table/qaa-p/12742678#M4782753</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-11-10T13:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Update ADR6 Table</title>
      <link>https://community.sap.com/t5/technology-q-a/update-adr6-table/qaa-p/12742679#M4782754</link>
      <description>&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;To update ADR6 Table, you can use FM: ADDR_SAVE_INTERN.&lt;/P&gt;&lt;P&gt;Your import parameter will be ADR6_U where:&lt;/P&gt;&lt;P&gt;ADR6_U-CLIENT                is equal           ADR6-CLIENT&lt;/P&gt;&lt;P&gt;ADR6_U-ADDRNUMBER   is equal           ADR6-ADDNUMBER&lt;/P&gt;&lt;P&gt;ADR6_U-DATE_FROM       is equal           ADR6-DATE_FROM  &lt;/P&gt;&lt;P&gt;ADR6_U-CONSNUMBER   is equal           ADR6-CONSNUMBER&lt;/P&gt;&lt;P&gt;ADR6_U-SMTP_ADDR       is equal           ADR6-SMTP_ADDR&lt;/P&gt;&lt;P&gt;ADR6_U-SRCH                   is equal           ADR6-SMTP_SRCH&lt;/P&gt;&lt;P&gt;This FM doesnt need a commit execution. &lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Change TEST2@GMAIL.COM to &lt;STRONG&gt;TEST(FM_RESULT)@GMAIL.COM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Actual ADR6&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2228606-image.png" /&gt;&lt;/P&gt;&lt;P&gt;FM:  ADDR_SAVE_INTERN&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2228607-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Be careful with the length of SMTP_SRCH. &lt;/P&gt;&lt;P&gt;New values of ADR6 after execution.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2228608-image.png" /&gt;&lt;/P&gt;&lt;P&gt;I hope this solve your requirement and dont forget to point the solution.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Carlos Idiaquez. &lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 16:25:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/update-adr6-table/qaa-p/12742679#M4782754</guid>
      <dc:creator>Carlos_Idiaquez</dc:creator>
      <dc:date>2023-11-10T16:25:08Z</dc:date>
    </item>
  </channel>
</rss>

