<?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 BDC program not able to populate values in Tax Classification while extending the customer master. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-not-able-to-populate-values-in-tax-classification-while/m-p/11897561#M1962039</link>
    <description>&lt;P&gt;Dear Sir,&lt;/P&gt;
  &lt;P&gt;I am facing a problem where the values are passed in the field 'KNVI-TAXKD(01)'&lt;/P&gt;
  &lt;P&gt;But the Values are not populating in screen field Tax classification while extending the Customer master from one Company code to other.&lt;/P&gt;
  &lt;P&gt;Kindly help.... attachment.&lt;A href="https://answers.sap.com/storage/temp/1682560-tax.jpg"&gt;tax.jpg&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;I have handled the code for populating the Values to the field.&lt;/P&gt;
  &lt;P&gt;The highlighted part is where the code that populates the field in screen.&lt;/P&gt;
  &lt;P&gt;Screen is '1350' in customer master.&lt;/P&gt;
  &lt;UL&gt; 
  &lt;/UL&gt;
  &lt;P&gt;PERFORM bdc_dynpro USING 'SAPMF02D' '1350'.&lt;/P&gt;
  &lt;P&gt; PERFORM bdc_field USING 'BDC_CURSOR'&lt;/P&gt;
  &lt;P&gt; 'KNVI-TAXKD(09)'.&lt;/P&gt;
  &lt;P&gt; PERFORM bdc_field USING 'BDC_OKCODE'&lt;/P&gt;
  &lt;P&gt; '=ENTR'.&lt;/P&gt;
  &lt;P&gt; CLEAR: lv_count.&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; LOOP AT it_knvi INTO wa_knvi WHERE kunnr = wa_final-kunnr.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; lv_count = lv_count + 1.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; CLEAR lv_fnam.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; CONCATENATE 'KNVI-TAXKD('lv_count')' INTO lv_fnam.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; IF wa_knvi-taxkd IS INITIAL.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; wa_knvi-taxkd = '0'.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; ENDIF.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; PERFORM bdc_field USING lv_fnam&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; wa_knvi-taxkd."'0'.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; ENDLOOP.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Kindly suggest how to over come this problem.&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 May 2019 04:18:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2019-05-03T04:18:25Z</dc:date>
    <item>
      <title>BDC program not able to populate values in Tax Classification while extending the customer master.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-not-able-to-populate-values-in-tax-classification-while/m-p/11897561#M1962039</link>
      <description>&lt;P&gt;Dear Sir,&lt;/P&gt;
  &lt;P&gt;I am facing a problem where the values are passed in the field 'KNVI-TAXKD(01)'&lt;/P&gt;
  &lt;P&gt;But the Values are not populating in screen field Tax classification while extending the Customer master from one Company code to other.&lt;/P&gt;
  &lt;P&gt;Kindly help.... attachment.&lt;A href="https://answers.sap.com/storage/temp/1682560-tax.jpg"&gt;tax.jpg&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;I have handled the code for populating the Values to the field.&lt;/P&gt;
  &lt;P&gt;The highlighted part is where the code that populates the field in screen.&lt;/P&gt;
  &lt;P&gt;Screen is '1350' in customer master.&lt;/P&gt;
  &lt;UL&gt; 
  &lt;/UL&gt;
  &lt;P&gt;PERFORM bdc_dynpro USING 'SAPMF02D' '1350'.&lt;/P&gt;
  &lt;P&gt; PERFORM bdc_field USING 'BDC_CURSOR'&lt;/P&gt;
  &lt;P&gt; 'KNVI-TAXKD(09)'.&lt;/P&gt;
  &lt;P&gt; PERFORM bdc_field USING 'BDC_OKCODE'&lt;/P&gt;
  &lt;P&gt; '=ENTR'.&lt;/P&gt;
  &lt;P&gt; CLEAR: lv_count.&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; LOOP AT it_knvi INTO wa_knvi WHERE kunnr = wa_final-kunnr.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; lv_count = lv_count + 1.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; CLEAR lv_fnam.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; CONCATENATE 'KNVI-TAXKD('lv_count')' INTO lv_fnam.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; IF wa_knvi-taxkd IS INITIAL.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; wa_knvi-taxkd = '0'.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; ENDIF.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; PERFORM bdc_field USING lv_fnam&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; wa_knvi-taxkd."'0'.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt; ENDLOOP.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Kindly suggest how to over come this problem.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 04:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-not-able-to-populate-values-in-tax-classification-while/m-p/11897561#M1962039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-05-03T04:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program not able to populate values in Tax Classification while extending the customer master.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-not-able-to-populate-values-in-tax-classification-while/m-p/11897562#M1962040</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try  with the mass tcode.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 11:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-not-able-to-populate-values-in-tax-classification-while/m-p/11897562#M1962040</guid>
      <dc:creator>VenkatRamesh_V</dc:creator>
      <dc:date>2019-05-03T11:33:03Z</dc:date>
    </item>
  </channel>
</rss>

