<?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: IDOC_INPUT_CREDITOR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-input-creditor/m-p/2200558#M470103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, the piece of code below deletes all the bank details that are not there in the incoming IDoc. You will always have to have the existing bank details also in your incoming IDoc. So if you have one bank A detail for a vendor already, and if you intend to add another bank B to it, you will have to fill in two instances of segment E1LFBKM, one for the existing bank A and one for the new bank B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF    FIRST_E1LFBKM = C_TRUE "delete all existing entries
            AND BLF00-TCODE &amp;lt;&amp;gt; 'XK01'.
            PERFORM DELETE_LFBK_NOT_IN_IDOC TABLES T_IDOC_DATA_WA
                                                   T_BDIFIBIWA
                                            USING H_LIFNR.

            FIRST_E1LFBKM = C_FALSE.
          ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2007 00:47:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-03T00:47:42Z</dc:date>
    <item>
      <title>IDOC_INPUT_CREDITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-input-creditor/m-p/2200557#M470102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Experts,&lt;/P&gt;&lt;P&gt;We are posing a IDoc for bank details, It s woking fine and bank details are posting to transcation XK02. But it's  deleting the previous bank details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Idoc in using FM - IDOC_INPUT_CREDITOR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any body let me know the reason  , why it is deleting ther previous existing&lt;/P&gt;&lt;P&gt;records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nagaraju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 23:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-input-creditor/m-p/2200557#M470102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T23:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC_INPUT_CREDITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-input-creditor/m-p/2200558#M470103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, the piece of code below deletes all the bank details that are not there in the incoming IDoc. You will always have to have the existing bank details also in your incoming IDoc. So if you have one bank A detail for a vendor already, and if you intend to add another bank B to it, you will have to fill in two instances of segment E1LFBKM, one for the existing bank A and one for the new bank B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF    FIRST_E1LFBKM = C_TRUE "delete all existing entries
            AND BLF00-TCODE &amp;lt;&amp;gt; 'XK01'.
            PERFORM DELETE_LFBK_NOT_IN_IDOC TABLES T_IDOC_DATA_WA
                                                   T_BDIFIBIWA
                                            USING H_LIFNR.

            FIRST_E1LFBKM = C_FALSE.
          ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 00:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-input-creditor/m-p/2200558#M470103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T00:47:42Z</dc:date>
    </item>
  </channel>
</rss>

