<?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 data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data/m-p/4116893#M984233</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;Check the test data file for data in correct order / format.&lt;/P&gt;&lt;P&gt;Debugging would help to find the source of the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to create a customer ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember, the recording has to be perfect for the BDC to run successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Wajid Hussain P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2008 08:25:35 GMT</pubDate>
    <dc:creator>former_member200872</dc:creator>
    <dc:date>2008-07-07T08:25:35Z</dc:date>
    <item>
      <title>BDC data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data/m-p/4116890#M984230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;when i am calling BDC using Call transaction  insted of main program its calling subprogram &lt;/P&gt;&lt;P&gt;i.e tabstrip program and value is not showing in screen .&lt;/P&gt;&lt;P&gt;bdc data appending perfectly..&lt;/P&gt;&lt;P&gt;but value is not showing on screen.. what will be cause ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;point will be award.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my code.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'XD01' USING bdcdata&lt;/P&gt;&lt;P&gt;                                    MODE  l_mode&lt;/P&gt;&lt;P&gt;                                    UPDATE 'S'&lt;/P&gt;&lt;P&gt;                             MESSAGES INTO messtab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 07:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data/m-p/4116890#M984230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T07:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: BDC data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data/m-p/4116891#M984231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Always remember we can miss some time but program never.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am sure you are missing some value in bdcdata structure so that you are unable to see this value in screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check again brother.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 07:31:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data/m-p/4116891#M984231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T07:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: BDC data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data/m-p/4116892#M984232</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;Set break-point and see whether the values are populating on the screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Y.R.Prem Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 07:36:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data/m-p/4116892#M984232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T07:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: BDC data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data/m-p/4116893#M984233</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;Check the test data file for data in correct order / format.&lt;/P&gt;&lt;P&gt;Debugging would help to find the source of the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to create a customer ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember, the recording has to be perfect for the BDC to run successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Wajid Hussain P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 08:25:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data/m-p/4116893#M984233</guid>
      <dc:creator>former_member200872</dc:creator>
      <dc:date>2008-07-07T08:25:35Z</dc:date>
    </item>
  </channel>
</rss>

