<?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 BAPI_CUSTOMERRETURN_CHANGE  Add Partner Email in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customerreturn-change-add-partner-email/m-p/716666#M33236</link>
    <description>&lt;P&gt;I am not able add email address to a header level partner. Any ideas. I can use any method to update the email on the document&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;l_bapiparnr-partn_role = 'Y8'.
l_bapiparnr-partn_numb = '0001563093'.
l_BAPIPARNR-ADDR_LINK = '1503645744'.
**
append l_bapiparnr to lt_bapiparnr.

l_address-ADDR_NO  = '1503645744'.
l_address-langu_iso = 'EN'.
l_address-e_mail = 'TEST@email.com'.
l_address-countryiso = 'US'.
 
append l_address to lt_address

CALL FUNCTION 'BAPI_CUSTOMERRETURN_CHANGE'
  EXPORTING
    SALESDOCUMENT               = '0066710405'
    RETURN_HEADER_INX           = 'U'
  TABLES
    RETURN                      = l_return
    PARTNERS                    = lt_BAPIPARNR
   PARTNERADDRESSES             = lt_address

  CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.&amp;lt;br&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 14 Sep 2018 16:09:03 GMT</pubDate>
    <dc:creator>bill_kroll</dc:creator>
    <dc:date>2018-09-14T16:09:03Z</dc:date>
    <item>
      <title>BAPI_CUSTOMERRETURN_CHANGE  Add Partner Email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customerreturn-change-add-partner-email/m-p/716666#M33236</link>
      <description>&lt;P&gt;I am not able add email address to a header level partner. Any ideas. I can use any method to update the email on the document&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;l_bapiparnr-partn_role = 'Y8'.
l_bapiparnr-partn_numb = '0001563093'.
l_BAPIPARNR-ADDR_LINK = '1503645744'.
**
append l_bapiparnr to lt_bapiparnr.

l_address-ADDR_NO  = '1503645744'.
l_address-langu_iso = 'EN'.
l_address-e_mail = 'TEST@email.com'.
l_address-countryiso = 'US'.
 
append l_address to lt_address

CALL FUNCTION 'BAPI_CUSTOMERRETURN_CHANGE'
  EXPORTING
    SALESDOCUMENT               = '0066710405'
    RETURN_HEADER_INX           = 'U'
  TABLES
    RETURN                      = l_return
    PARTNERS                    = lt_BAPIPARNR
   PARTNERADDRESSES             = lt_address

  CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.&amp;lt;br&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Sep 2018 16:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customerreturn-change-add-partner-email/m-p/716666#M33236</guid>
      <dc:creator>bill_kroll</dc:creator>
      <dc:date>2018-09-14T16:09:03Z</dc:date>
    </item>
  </channel>
</rss>

