<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2572622#M587562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; experts.i have done a bdc program using va02 .but  the problem is that in third screen the data r not cming for tracking no &amp;amp; supplyplant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2007 10:59:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-27T10:59:53Z</dc:date>
    <item>
      <title>bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2572622#M587562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; experts.i have done a bdc program using va02 .but  the problem is that in third screen the data r not cming for tracking no &amp;amp; supplyplant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 10:59:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2572622#M587562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T10:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2572623#M587563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the recording one more time and enter the valuse once again and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there may be some recording problem otherwise it has to show the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewward points if u find this suggestion helpful.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yuvaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 11:06:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2572623#M587563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T11:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2572624#M587564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please check your mapping i mean to say the perform statement for that perticular field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 11:16:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2572624#M587564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T11:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2572625#M587565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;experts.i have done a bdc program using va02 .but the problem is that in third screen the data r not cming for tracking no &amp;amp; supplyplant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM bdc_dynpro  USING 'SAPLEBNE' '0102'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field  uSING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                          'EBAN-BEDNR'.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field USING 'EBAN-BEDNR'&lt;/P&gt;&lt;P&gt;                                     itab-emo_tracking_no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                        'EBAN-RESWK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'EBAN-RESWK'&lt;/P&gt;&lt;P&gt;                                     itab-emo_supply_plant.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                       '=SICH'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 11:48:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2572625#M587565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T11:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2572626#M587566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Gaurav how is u ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically BDC is very tricky ....wat u can do is check if the Flat file is alright and &lt;/P&gt;&lt;P&gt;run the recorded stuff from SHDB and check if it is recorded well ...for this select recording and press process....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then u can transfer the recorded stuff to program and then check if its goin on well !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 12:01:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2572626#M587566</guid>
      <dc:creator>former_member182354</dc:creator>
      <dc:date>2007-07-27T12:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2572627#M587567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please chk bdc record in shdb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run the bdc in display mode.&lt;/P&gt;&lt;P&gt;all values run sucessful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set break point particuler screen.&lt;/P&gt;&lt;P&gt;add run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;values set in field screeen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some time currency field not set in screen.&lt;/P&gt;&lt;P&gt;examp currency 13 &lt;/P&gt;&lt;P&gt;data netwr type netwr wrong&lt;/P&gt;&lt;P&gt;data netwr(13) type c correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 12:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2572627#M587567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T12:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2572628#M587568</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;Do recording one more time and generate program from the recording. Execute the generated program and pass the test data. You will find the all the screen for your recording.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thnik you have missed to mention correponding screen no or passing wrong field names. Check your program with recording program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 12:31:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2572628#M587568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T12:31:05Z</dc:date>
    </item>
  </channel>
</rss>

