<?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 Question ... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-question/m-p/8269344#M1632818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When doing a BDC, may i know if there is a way to check if a field exists on a screen, so that my program will only populate that field if it exists. My current BDC program failed sometimes with the error message "XXX field does not exists in screen YYY". This is due to for some combinations of company_code and gl_account, the tax_code field is provided on the tcode F-05 screen for user entry. On the other hand, for some some other combinations of company_code and gl_account, the tax code field is not available on the screen as they don't require a tax code to be entered. Thanks in advance for your guidance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Oct 2011 01:00:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-14T01:00:39Z</dc:date>
    <item>
      <title>BDC Question ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-question/m-p/8269344#M1632818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When doing a BDC, may i know if there is a way to check if a field exists on a screen, so that my program will only populate that field if it exists. My current BDC program failed sometimes with the error message "XXX field does not exists in screen YYY". This is due to for some combinations of company_code and gl_account, the tax_code field is provided on the tcode F-05 screen for user entry. On the other hand, for some some other combinations of company_code and gl_account, the tax code field is not available on the screen as they don't require a tax code to be entered. Thanks in advance for your guidance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 01:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-question/m-p/8269344#M1632818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-14T01:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Question ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-question/m-p/8269345#M1632819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is something your program has to anticipate and plan for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No easy way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 01:20:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-question/m-p/8269345#M1632819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-14T01:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Question ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-question/m-p/8269346#M1632820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Gk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general if you go with bdc this is common ,because that combination of data will change.I suggest you check with bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 04:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-question/m-p/8269346#M1632820</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-10-14T04:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Question ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-question/m-p/8269347#M1632821</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;You can Skip the value Assignment  for  tax code  when taxcode is blank  or  not required  in BDC   using some condtion  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have look out for   how it assigns value to   screen field  which does not exist  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 04:52:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-question/m-p/8269347#M1632821</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2011-10-14T04:52:58Z</dc:date>
    </item>
  </channel>
</rss>

