<?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 Data getting deleted while performing Quotation Change via BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-deleted-while-performing-quotation-change-via-bapi/m-p/11336833#M1920257</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;I am Trying to utilize at standard bapi (followed by transaction commit) for changing the address data of quotation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to change only&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Sold -To Party's: Email ID and Telephone number &lt;SPAN style="font-size: 13.3333px;"&gt;and &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Ship- To Party's: Street,City.&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Data is getting changed &lt;/SPAN&gt;but unfortunately other (All) data is get erased (likewise Name,postal code,etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me out?&lt;/P&gt;&lt;P&gt;It very urgent issue and I have tried to change all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bapi Used: BAPI_CUSTOMERQUOTATION_CHANGE&lt;/P&gt;&lt;P&gt;please check below code that I have used:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;REPORT &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;zg_bapi_change_qotation_sold&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLES&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisdh1&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisdh1x&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisditm&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisditmx&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapischdl&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapischdlx&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapiret2&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;text&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-family: 'Courier New'; font-size: 13.3333px; color: #3399ff; background: #ffffff;"&gt;4096&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;c &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OCCURS &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-family: 'Courier New'; font-size: 13.3333px; color: #3399ff; background: #ffffff;"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_item&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisditm&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_item&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisditm&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_return&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapiret2&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_return&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapiret2&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_bapischdl&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapischdl&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bapischdl&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapischdl&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_bapischdlx &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapischdlx&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bapischdlx &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapischdlx&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_head&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisdh1&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_head&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisdh1&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_headx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisdh1x&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_headx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisdh1x&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_itemx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisditmx&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_itemx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisditmx&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_partner&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapiparnr&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_partner&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapiparnr&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_partnercng &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapiparnrc&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_partnercng &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapiparnrc&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_partneradd &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapiaddr1&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_partneradd &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapiaddr1&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&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 style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_head&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;sales_org&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'PRIM'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_head&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;distr_chan &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'PR'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_head&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;division&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'01'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_head &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_head&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_headx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;updateflag &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'U'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_headx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;sales_org&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_headx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;distr_chan &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_headx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;division&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_headx &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_headx&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_item&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;itm_number &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'000010'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_item&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;material&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'000000000000000015'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_item&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;target_qty &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'21'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; font-style: italic; background: #ffffff;"&gt;*WA_ITEM-STORE_LOC= '1'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_item&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;plant &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'PRIM'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_item &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_item&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_itemx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;updateflag &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'U'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_itemx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;itm_number &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'000010'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_itemx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;material&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_itemx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;target_qty&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; font-style: italic; background: #ffffff;"&gt;*WA_ITEMX-STORE_LOC= 'X'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_itemx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;plant &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_itemx &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_itemx&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_bapischdl&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;itm_number &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'000010'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_bapischdl&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;sched_line &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'1'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_bapischdl&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;req_qty &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'6'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_bapischdl &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_bapischdl&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_bapischdlx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;updateflag &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'U'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; font-style: italic; background: #ffffff;"&gt;*wa_bapischdlx-itm_number = '000010'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_bapischdlx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;req_qty &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_bapischdlx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;sched_line &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'1'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_bapischdlx &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_bapischdlx&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partner&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;partn_role &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'AG'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partner&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;partn_numb &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0000100005'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partner&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;itm_number &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'10'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partner &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_partner&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;CLEAR &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partner&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; font-style: italic; background: #ffffff;"&gt;*FOR SOLD-TO-PARTY&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;document&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0050000104'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;updateflag&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'U'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;partn_role&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'AG'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;p_numb_old&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0000100005'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;p_numb_new&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0000100005'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;addr_link&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0000000003'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;CLEAR &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;addr_no &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0000000003'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;country &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'IN'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;tel1_numbr &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'2487271472'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;e_mail &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;&lt;A class="jive-link-email-small" href="mailto:'sap@gmail.com"&gt;'sap@gmail.com&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;CLEAR &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; font-style: italic; background: #ffffff;"&gt;**FOR SHIP-TO-PARTY&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;CLEAR &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partner&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;document&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0050000104'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;updateflag&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'U'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;partn_role&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'WE'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;p_numb_old&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0000100005'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;p_numb_new&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0000100005'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;addr_link&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0000000004'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;CLEAR &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;addr_no &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0000000004'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;city&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;=&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'SATARA1'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;street&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'SHIVAJI ROAD1'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;postl_cod1&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'123456'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;country &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'IN'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;CLEAR &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'BAPI_CUSTOMERQUOTATION_CHANGE'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; salesdocument&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0050000104'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; quotation_header_in&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_head&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; quotation_header_inx &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_headx&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLES&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;return&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;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_return[]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; quotation_item_in&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_item[]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; quotation_item_inx&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_itemx[]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; partners&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;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_partner[]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; partnerchanges&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_partnercng[]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; partneraddresses&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_partneradd[]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; schedule_lines&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_bapischdl[]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; schedule_linesx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_bapischdlx[]&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'BAPI_TRANSACTION_COMMIT'.&lt;/SPAN&gt;&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2015 05:48:22 GMT</pubDate>
    <dc:creator>Pavan_Golesar</dc:creator>
    <dc:date>2015-10-28T05:48:22Z</dc:date>
    <item>
      <title>Data getting deleted while performing Quotation Change via BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-deleted-while-performing-quotation-change-via-bapi/m-p/11336833#M1920257</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;I am Trying to utilize at standard bapi (followed by transaction commit) for changing the address data of quotation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to change only&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Sold -To Party's: Email ID and Telephone number &lt;SPAN style="font-size: 13.3333px;"&gt;and &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Ship- To Party's: Street,City.&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Data is getting changed &lt;/SPAN&gt;but unfortunately other (All) data is get erased (likewise Name,postal code,etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me out?&lt;/P&gt;&lt;P&gt;It very urgent issue and I have tried to change all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bapi Used: BAPI_CUSTOMERQUOTATION_CHANGE&lt;/P&gt;&lt;P&gt;please check below code that I have used:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;REPORT &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;zg_bapi_change_qotation_sold&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLES&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisdh1&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisdh1x&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisditm&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisditmx&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapischdl&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapischdlx&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapiret2&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;text&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-family: 'Courier New'; font-size: 13.3333px; color: #3399ff; background: #ffffff;"&gt;4096&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;c &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OCCURS &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-family: 'Courier New'; font-size: 13.3333px; color: #3399ff; background: #ffffff;"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_item&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisditm&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_item&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisditm&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_return&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapiret2&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_return&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapiret2&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_bapischdl&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapischdl&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bapischdl&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapischdl&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_bapischdlx &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapischdlx&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bapischdlx &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapischdlx&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_head&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisdh1&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_head&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisdh1&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_headx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisdh1x&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_headx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisdh1x&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_itemx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisditmx&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_itemx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapisditmx&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_partner&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapiparnr&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_partner&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapiparnr&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_partnercng &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapiparnrc&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_partnercng &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapiparnrc&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_partneradd &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;OF &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapiaddr1&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_partneradd &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;bapiaddr1&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&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 style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_head&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;sales_org&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'PRIM'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_head&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;distr_chan &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'PR'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_head&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;division&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'01'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_head &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_head&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_headx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;updateflag &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'U'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_headx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;sales_org&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_headx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;distr_chan &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_headx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;division&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_headx &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_headx&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_item&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;itm_number &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'000010'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_item&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;material&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'000000000000000015'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_item&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;target_qty &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'21'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; font-style: italic; background: #ffffff;"&gt;*WA_ITEM-STORE_LOC= '1'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_item&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;plant &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'PRIM'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_item &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_item&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_itemx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;updateflag &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'U'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_itemx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;itm_number &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'000010'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_itemx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;material&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_itemx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;target_qty&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; font-style: italic; background: #ffffff;"&gt;*WA_ITEMX-STORE_LOC= 'X'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_itemx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;plant &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_itemx &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_itemx&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_bapischdl&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;itm_number &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'000010'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_bapischdl&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;sched_line &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'1'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_bapischdl&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;req_qty &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'6'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_bapischdl &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_bapischdl&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_bapischdlx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;updateflag &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'U'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; font-style: italic; background: #ffffff;"&gt;*wa_bapischdlx-itm_number = '000010'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_bapischdlx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;req_qty &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_bapischdlx&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;sched_line &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'1'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_bapischdlx &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_bapischdlx&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partner&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;partn_role &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'AG'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partner&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;partn_numb &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0000100005'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partner&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;itm_number &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'10'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partner &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_partner&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;CLEAR &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partner&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; font-style: italic; background: #ffffff;"&gt;*FOR SOLD-TO-PARTY&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;document&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0050000104'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;updateflag&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'U'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;partn_role&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'AG'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;p_numb_old&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0000100005'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;p_numb_new&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0000100005'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;addr_link&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0000000003'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;CLEAR &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;addr_no &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0000000003'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;country &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'IN'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;tel1_numbr &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'2487271472'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;e_mail &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;&lt;A class="jive-link-email-small" href="mailto:'sap@gmail.com"&gt;'sap@gmail.com&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;CLEAR &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; font-style: italic; background: #ffffff;"&gt;**FOR SHIP-TO-PARTY&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;CLEAR &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partner&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;document&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0050000104'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;updateflag&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'U'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;partn_role&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'WE'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;p_numb_old&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0000100005'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;p_numb_new&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0000100005'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;addr_link&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0000000004'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;CLEAR &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partnercng&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;addr_no &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0000000004'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;city&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;=&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'SATARA1'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;street&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'SHIVAJI ROAD1'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;postl_cod1&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'123456'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-family: 'Courier New'; font-size: 13.3333px; color: #808080; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;country &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'IN'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;CLEAR &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_partneradd&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'BAPI_CUSTOMERQUOTATION_CHANGE'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; salesdocument&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'0050000104'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; quotation_header_in&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_head&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; quotation_header_inx &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;wa_headx&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;TABLES&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;return&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;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_return[]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; quotation_item_in&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_item[]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; quotation_item_inx&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_itemx[]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; partners&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;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_partner[]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; partnerchanges&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_partnercng[]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; partneraddresses&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_partneradd[]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; schedule_lines&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_bapischdl[]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; schedule_linesx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;it_bapischdlx[]&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S55" style="font-family: 'Courier New'; font-size: 13.3333px; color: #800080; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'Courier New'; font-size: 13.3333px; color: #0000ff; background: #ffffff;"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-family: 'Courier New'; font-size: 13.3333px; color: #4da619; background: #ffffff;"&gt;'BAPI_TRANSACTION_COMMIT'.&lt;/SPAN&gt;&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 05:48:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-deleted-while-performing-quotation-change-via-bapi/m-p/11336833#M1920257</guid>
      <dc:creator>Pavan_Golesar</dc:creator>
      <dc:date>2015-10-28T05:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data getting deleted while performing Quotation Change via BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-deleted-while-performing-quotation-change-via-bapi/m-p/11336834#M1920258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that's because you are not sending the existing data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you need to select the existing data (like name postal code) and fill the structures and also give the new data in the structure and then call the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shaik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 06:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-deleted-while-performing-quotation-change-via-bapi/m-p/11336834#M1920258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-28T06:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data getting deleted while performing Quotation Change via BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-deleted-while-performing-quotation-change-via-bapi/m-p/11336835#M1920259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before calling change BAPI, call the display BAPI and populate the Partner internal tables, later update those internal tables with new e-mail, telephone and street, etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For items, schedule lines and conditions there is another table for checkboxes, but in case of partners we don't have a check box table, so whatever the data passed into the Partner tables will be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case you are passing only E-mail, telephone and so it updates e-mail and telephone and erases rest of the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understood what I have explained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thanga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 06:03:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-deleted-while-performing-quotation-change-via-bapi/m-p/11336835#M1920259</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2015-10-28T06:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data getting deleted while performing Quotation Change via BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-deleted-while-performing-quotation-change-via-bapi/m-p/11336836#M1920260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please create new simple LSMW and do for mass change &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1348/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 06:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-deleted-while-performing-quotation-change-via-bapi/m-p/11336836#M1920260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-28T06:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data getting deleted while performing Quotation Change via BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-deleted-while-performing-quotation-change-via-bapi/m-p/11336837#M1920261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, had tried for pushing all data (by first calling display bapi and then Populating all and updating the required changes).&lt;SPAN __jive_emoticon_name="info" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1348/images/emoticons/info.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought that its not the correct way to change quotation through BAPI but &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I get its the only way to change partner and address data by calling display bapi first and populating it to (change bapi's ) tables and then calling the Change bapi.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyways,&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1348/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;--Pavan G&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Pavan Golesar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 06:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-getting-deleted-while-performing-quotation-change-via-bapi/m-p/11336837#M1920261</guid>
      <dc:creator>Pavan_Golesar</dc:creator>
      <dc:date>2015-10-28T06:34:54Z</dc:date>
    </item>
  </channel>
</rss>

