<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: BADI_acc_document problem with multiple implementations in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-acc-document-problem-with-multiple-implementations/m-p/470432#M15125</link>
    <description>&lt;P&gt;Hi anwar ,&lt;/P&gt;
  &lt;P&gt;You can update HSn_SAC code using below method BY IMPLIMENTING badi BADI_ACC_DOCUMENT &lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;method IF_EX_ACC_DOCUMENT~CHANGE.


if sy-tcode ='ZF130'. " This is MY Tcode for zprogram  

READTABLE c_extension2 INTO wa_extension WITHKEY VALUEPART1 ='0000000002'.

IF wa_extension-valuepart2 ='40'. 

LOOPAT c_accit INTO wa_accit WHERE POSNR ='0000000002'.

wa_accit-taxit ='X'.
wa_accit-HSN_SAC = wa_extension-valuepart3.""This is HSN_CODE i want to update 

MODIFY c_accit FROM wa_accit TRANSPORTING taxit hsn_sac.endloop.

endif.

endmethod.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;regards&lt;/P&gt;
  &lt;P&gt;Deepak dhamat &lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2017 09:10:20 GMT</pubDate>
    <dc:creator>deepak_dhamat</dc:creator>
    <dc:date>2017-11-16T09:10:20Z</dc:date>
    <item>
      <title>BADI_acc_document problem with multiple implementations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-acc-document-problem-with-multiple-implementations/m-p/470431#M15124</link>
      <description>&lt;P&gt;hi experts,&lt;/P&gt;
  &lt;P&gt;i need to post hsn_Sac from bapi_Acc_document_post extension2 parameter uploaded from excel for the transaction fb60 , There are two implementation for the filter type bkpff already with some buisness(for badi_Acc_document) logic at present ! i need to create new specific implementation to write my logic to update hsn_Sac and gst_part from excel ! so it goes to my newly implemented implementation how can i make sure ! the system to stop in my implementation hence it is already stopping in another existing implementation.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 21:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-acc-document-problem-with-multiple-implementations/m-p/470431#M15124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-07-28T21:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: BADI_acc_document problem with multiple implementations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-acc-document-problem-with-multiple-implementations/m-p/470432#M15125</link>
      <description>&lt;P&gt;Hi anwar ,&lt;/P&gt;
  &lt;P&gt;You can update HSn_SAC code using below method BY IMPLIMENTING badi BADI_ACC_DOCUMENT &lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;method IF_EX_ACC_DOCUMENT~CHANGE.


if sy-tcode ='ZF130'. " This is MY Tcode for zprogram  

READTABLE c_extension2 INTO wa_extension WITHKEY VALUEPART1 ='0000000002'.

IF wa_extension-valuepart2 ='40'. 

LOOPAT c_accit INTO wa_accit WHERE POSNR ='0000000002'.

wa_accit-taxit ='X'.
wa_accit-HSN_SAC = wa_extension-valuepart3.""This is HSN_CODE i want to update 

MODIFY c_accit FROM wa_accit TRANSPORTING taxit hsn_sac.endloop.

endif.

endmethod.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;regards&lt;/P&gt;
  &lt;P&gt;Deepak dhamat &lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 09:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-acc-document-problem-with-multiple-implementations/m-p/470432#M15125</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2017-11-16T09:10:20Z</dc:date>
    </item>
  </channel>
</rss>

