<?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: BDC with disabled fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-disabled-fields/m-p/3991715#M953650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAPer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No chance in BDC. BDC means Blind Data Carry. It is like a blind man walk through a door that does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possibly you can find a BAPI to do what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Jun 2008 19:18:58 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2008-06-21T19:18:58Z</dc:date>
    <item>
      <title>BDC with disabled fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-disabled-fields/m-p/3991714#M953649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm writing a BDC program for a transaction that might contain disabled fields. At run time I can't determine wich fields are disabled so the BDC doesn't work when I try to write in a those fields. Does anyone know how I can solve this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jun 2008 17:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-disabled-fields/m-p/3991714#M953649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-21T17:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with disabled fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-disabled-fields/m-p/3991715#M953650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAPer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No chance in BDC. BDC means Blind Data Carry. It is like a blind man walk through a door that does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possibly you can find a BAPI to do what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jun 2008 19:18:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-disabled-fields/m-p/3991715#M953650</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2008-06-21T19:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with disabled fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-disabled-fields/m-p/3991716#M953651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Blind Data Carry" - that's a new one on me... it used to be Batch Data Communication!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say "can't determine which fields are disabled", well generally you can do this - but it may require a lot of code and database lookups i.e. SAP itself determines which fields to block at runtime depending on configuration and data values and other switches therefore it should be technically possible to anticipate which are open for input and which are not.  If you chat to your functional guys, they can often give you broad business rules that might help e.g. "Balance Sheet GL accounts won't have Cost Centre open for input" which may help you write something a little easier.  You're likely to have the same problem with BAPIs - if you provide data values that are not required the BAPI may issue an error too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which transactions are you trying to BDC into?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jun 2008 05:41:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-disabled-fields/m-p/3991716#M953651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-22T05:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with disabled fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-disabled-fields/m-p/3991717#M953652</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;@Clemens, That was funny...:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi all, &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt;  At run time I can't determine wich fields are disabled so the BDC doesn't work when I try to write in a those fields.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOu CAN determine which fields will be enabled, with the help of a functional person.&lt;/P&gt;&lt;P&gt;He will be able to assist you, what fields will be open in what conditions, which would mean, that you need to put some conditions based on some flags to populate the BDC Table in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell us which transaction are you trying a BDC?We can tell you the corresponding BApI.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jun 2008 08:10:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-disabled-fields/m-p/3991717#M953652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-22T08:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with disabled fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-disabled-fields/m-p/3991718#M953653</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;Thanks for your inputs. I'm trying to create a BBP using EA61. During this transaction the system autmatically calculates the payemant amounts and their due dates, it determines as well which fields and lines of a table control should be disabled... bottom line hell of a complicated processing, that's why I said &lt;STRONG&gt;I can't&lt;/STRONG&gt;, never meant it's not possible &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, I tried to use some of ISU FM to create BBPs  but with no success, that's why I used BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jun 2008 10:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-disabled-fields/m-p/3991718#M953653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-22T10:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with disabled fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-disabled-fields/m-p/3991719#M953654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sure there is always a way to determine which fields are enabled and which are not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's still the blind man: If he &lt;STRONG&gt;knows&lt;/STRONG&gt; the door is closed or just doesn't exist he will not try to walk through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Blind Data Carry was just a spontaneous idea: Get the picture: The blind who knows the exact way to go will not fail - but he must know beforehand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We could not do any BDC if we did not know the screena and their respective fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 18:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-disabled-fields/m-p/3991719#M953654</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2008-06-24T18:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with disabled fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-disabled-fields/m-p/3991720#M953655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well then, I believe there is no way to solve the issue, it's a pity . Thanks for the inputs though &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 14:04:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-disabled-fields/m-p/3991720#M953655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T14:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with disabled fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-disabled-fields/m-p/3991721#M953656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry - don't work at any CRM sites currently so no access to look at the EA61 Budget Billing Plan transaction in detail.  My approach would probably be to run the standard transaction via SE30 (Performance Trace) with lots of levels of logging on in order to trace what gets called by the standard code, and work into the SAP ABAP from there - i.e. you'll need to replicate some of their processing in order to be able to anticipate the screen layout.  Another trick that works in parts of SD &amp;amp; MM is to see if there is a "goto" function code on the screen which might allow you to control which rows get displayed (sometimes yout have to search the code for these - not always on the PF-Status).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 00:27:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-disabled-fields/m-p/3991721#M953656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T00:27:42Z</dc:date>
    </item>
  </channel>
</rss>

