<?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: BADI MRM_WT_SPLIT_UPDATE fail in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222365#M1826781</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you posted the MIRO/MIR7/RBKP (MM) document?&lt;/P&gt;&lt;P&gt;have you checked the BKPF (FI) document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2014 14:02:33 GMT</pubDate>
    <dc:creator>former_member182371</dc:creator>
    <dc:date>2014-04-02T14:02:33Z</dc:date>
    <item>
      <title>BADI MRM_WT_SPLIT_UPDATE fail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222364#M1826780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryed use this BADI but it not work... I saw the notes:&lt;/P&gt;&lt;P&gt;&lt;A href="http://service.sap.com/sap/support/notes/1286713" title="http://service.sap.com/sap/support/notes/1286713"&gt;http://service.sap.com/sap/support/notes/1286713&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;A href="http://service.sap.com/sap/support/notes/1156325" title="http://service.sap.com/sap/support/notes/1156325"&gt;http://service.sap.com/sap/support/notes/1156325&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but they cant help me too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is: I need to change the first "tax code" like below:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/423847" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that, I insert the code in BADI MRM_WT_SPLIT_UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;ls_rbws &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;TYPE LINE OF &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;mrm_tab_rbws&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; te_rbvs[] &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;i_rbkpv&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;h_rbvs[]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; te_rbws[] &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;i_rbkpv&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;h_rbws[]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;LOOP AT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;te_rbws &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;INTO &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;ls_rbws&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; ls_rbws&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;wt_withcd &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;'I2'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;MODIFY &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;te_rbws &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;ls_rbws&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;EXIT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;. &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;"change only first item&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after pass this BADI, the tax not change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please.. anyone can Help me? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 12:12:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222364#M1826780</guid>
      <dc:creator>fabio_bozzipagoto</dc:creator>
      <dc:date>2014-04-02T12:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: BADI MRM_WT_SPLIT_UPDATE fail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222365#M1826781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you posted the MIRO/MIR7/RBKP (MM) document?&lt;/P&gt;&lt;P&gt;have you checked the BKPF (FI) document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 14:02:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222365#M1826781</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2014-04-02T14:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: BADI MRM_WT_SPLIT_UPDATE fail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222366#M1826782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pablo,&lt;/P&gt;&lt;P&gt;My case is a MIRO document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is happening in creation document in Miro. because that, the FI document doesnt was created yet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 16:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222366#M1826782</guid>
      <dc:creator>fabio_bozzipagoto</dc:creator>
      <dc:date>2014-04-02T16:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: BADI MRM_WT_SPLIT_UPDATE fail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222367#M1826783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first of all:&lt;/P&gt;&lt;P&gt;Are you using extended withholding tax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next:&lt;/P&gt;&lt;P&gt;depending on your release the reasons can be different e.g.:&lt;/P&gt;&lt;P&gt;for 46C&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #cbdbea;"&gt; &lt;/SPAN&gt;&lt;A href="http://service.sap.com/sap/support/notes/325228" style="font-family: Arial, Helvetica, sans-serif; background-color: #cbdbea;" title="325228  - MIRO: Remove old withholding tax structure RBWT"&gt;&lt;SPAN class="title" style="color: #000000; font-weight: bold;"&gt;325228 - MIRO: Remove old withholding tax structure RBWT&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for &lt;SPAN style="font-size: 10pt;"&gt;SAP ERP 6.0 - SAPKH60606&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://service.sap.com/sap/support/notes/1903563" style="font-family: Arial, Helvetica, sans-serif; background-color: #f0ab00;" title="1903563  - Withholding tax data is being updated incorrectly in FI after posting via MIRO"&gt;&lt;SPAN class="title" style="color: #000000; font-weight: bold;"&gt;1903563 - Withholding tax data is being updated incorrectly in FI after posting via MIRO&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this too:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;LOOP AT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background-color: white; color: black;"&gt;te_rbws &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;INTO &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background-color: white; color: black;"&gt;ls_rbws&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background-color: white; color: black;"&gt;&lt;BR /&gt;ls_rbws&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background-color: white; color: black;"&gt;wt_withcd &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;'I2'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background-color: white; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;MODIFY &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background-color: white; color: black;"&gt;te_rbws &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background-color: white; color: black;"&gt;ls_rbws index sy-tabix&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background-color: white; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;EXIT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;. &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;"change only first item&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background-color: white; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;ENDLOOP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 16:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222367#M1826783</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2014-04-02T16:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: BADI MRM_WT_SPLIT_UPDATE fail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222368#M1826784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pablo,&lt;/P&gt;&lt;P&gt;I'm&amp;nbsp; using extended withholding tax. it´s a problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryed change my code like you said, but not works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My release is 6.0, but this note not help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryed execute the miro again, and I saw one important thing... When I saved the document (MIRO) and the SAP created the FI document, my changes went to FI Document, but not at Miro, just in FI document.&lt;/P&gt;&lt;P&gt;But I need the MIRO change too.&lt;/P&gt;&lt;P&gt;I'm thinking I'm close to the solution...&lt;/P&gt;&lt;P&gt;maybe exists another BADI or EXIT that cam help me...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 18:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222368#M1826784</guid>
      <dc:creator>fabio_bozzipagoto</dc:creator>
      <dc:date>2014-04-02T18:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: BADI MRM_WT_SPLIT_UPDATE fail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222369#M1826785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you say &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;But I need the MIRO change too.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;are you referring to any table in particular?&lt;/P&gt;&lt;P&gt;if so, which one?&lt;/P&gt;&lt;P&gt;RBKP, RSEG, RBCO, VBKPF, VBSEGK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 18:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222369#M1826785</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2014-04-02T18:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: BADI MRM_WT_SPLIT_UPDATE fail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222370#M1826786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean..&lt;/P&gt;&lt;P&gt;is not a table, is the screen that I put in the first topic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/424296" width="450" /&gt;&lt;/P&gt;&lt;P&gt;it is a screen from MIRO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 19:07:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222370#M1826786</guid>
      <dc:creator>fabio_bozzipagoto</dc:creator>
      <dc:date>2014-04-02T19:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: BADI MRM_WT_SPLIT_UPDATE fail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222371#M1826787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes but that data in the screen must be saved somewhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;LOOP AT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background-color: white; color: black;"&gt;te_rbws &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;INTO &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background-color: white; color: black;"&gt;ls_rbws&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background-color: white; color: black;"&gt;&lt;BR /&gt;ls_rbws&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background-color: white; color: black;"&gt;witht &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;'I2'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background-color: white; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;MODIFY &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background-color: white; color: black;"&gt;te_rbws &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background-color: white; color: black;"&gt;ls_rbws index sy-tabix&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background-color: white; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;EXIT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;. &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;"change only first item&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background-color: white; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333;"&gt;ENDLOOP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 7.0pt; font-family: 'Arial monospaced for SAP'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 19:22:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222371#M1826787</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2014-04-02T19:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: BADI MRM_WT_SPLIT_UPDATE fail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222372#M1826788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tryed to change my code like you said, but not works.&lt;/P&gt;&lt;P&gt;I think this BADI doesnt works to MIRO transaction. only for FI documents..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 19:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222372#M1826788</guid>
      <dc:creator>fabio_bozzipagoto</dc:creator>
      <dc:date>2014-04-02T19:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: BADI MRM_WT_SPLIT_UPDATE fail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222373#M1826789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I find one solution, it's not the best, but save me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put a ENHANCEMENT point in FM FI_WT_READ_LFBW and append the table&amp;nbsp; x_lfbw with my tax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if anyone give a better soluction, please, put here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below how i put my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;tcode &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'MIRO' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OR &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;tcode &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'MR8M' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OR &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;tcode &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'MIR7'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;*Get memory fields&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;ASSIGN&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;('&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;SAPLMR1M&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;DRSEG&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;EBELN'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&amp;lt;fs_d&amp;gt;&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;('&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;SAPLMR1M&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;DRSEG&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;EBELN'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&amp;lt;fs_i&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[...put your code...]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;t_imposto &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;v_imposto&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_lfbw2&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;lifnr &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;i_lifnr&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_lfbw2&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;bukrs &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;i_bukrs&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_lfbw2&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;witht &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;v_imposto&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;witht&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_lfbw2&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;wt_subjct &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_lfbw2&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;wt_withcd &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;v_imposto&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;wt_withcd&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND x&lt;/SPAN&gt;_lfbw2&lt;SPAN class="L0S55"&gt;. &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;CLEAR x&lt;/SPAN&gt;_lfbw2&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 10pt;"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;ENDIF&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 16:52:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-mrm-wt-split-update-fail/m-p/10222373#M1826789</guid>
      <dc:creator>fabio_bozzipagoto</dc:creator>
      <dc:date>2014-04-03T16:52:22Z</dc:date>
    </item>
  </channel>
</rss>

