<?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 call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call/m-p/7260976#M1528873</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;I have recorded a bdc for tansaction VA01 to create sales order. When I run the bdc my item, material, quantity and so on are not comming through but the rest is working can anyone help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Sep 2010 10:49:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-22T10:49:51Z</dc:date>
    <item>
      <title>BDC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call/m-p/7260976#M1528873</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;I have recorded a bdc for tansaction VA01 to create sales order. When I run the bdc my item, material, quantity and so on are not comming through but the rest is working can anyone help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 10:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call/m-p/7260976#M1528873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T10:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: BDC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call/m-p/7260977#M1528874</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;see the sample code for VA01..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/Snippets/BDC" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/Snippets/BDC&lt;/A&gt;&lt;EM&gt;FOR&lt;/EM&gt;Open&lt;EM&gt;Sales&lt;/EM&gt;Order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 10:55:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call/m-p/7260977#M1528874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T10:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: BDC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call/m-p/7260978#M1528875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you subscript properly for the rows of the items.  Why did you not use LSMW with direct input/standard load program or the BAPI...much friendlier than ancient BDC sessions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 12:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call/m-p/7260978#M1528875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T12:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: BDC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call/m-p/7260979#M1528876</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 your recording again. See in the log whats the error there. Or the better will be using lsmw. why dont you use that. Much user friendly and nothing with coding. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else check your recording, i think while recording you had used tab or enter improperly. Check it.&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;Vinodh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 14:51:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call/m-p/7260979#M1528876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T14:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: BDC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call/m-p/7260980#M1528877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    check this .&lt;/P&gt;&lt;P&gt;    LOOP AT it_sales_item INTO wa_sales_item WHERE bstkd = wa_sales_header-bstkd.&lt;/P&gt;&lt;P&gt;      if count eq 5.&lt;/P&gt;&lt;P&gt;       count = 1.&lt;/P&gt;&lt;P&gt;       PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                     '/00'.&lt;/P&gt;&lt;P&gt;       PERFORM bdc_dynpro      USING 'SAPMV45A' '4001'.&lt;/P&gt;&lt;P&gt;     endif.&lt;/P&gt;&lt;P&gt;      count = count + 1.&lt;/P&gt;&lt;P&gt;      MOVE count TO count_char.&lt;/P&gt;&lt;P&gt;      CONCATENATE 'RV45A-MABNR('  count_char ')' INTO l_matnr.&lt;/P&gt;&lt;P&gt;      CONCATENATE 'VBAP-POSNR('   count_char ')' INTO l_posnr.&lt;/P&gt;&lt;P&gt;      CONCATENATE 'RV45A-KWMENG(' count_char ')' INTO l_kwmeng.&lt;/P&gt;&lt;P&gt;      CONCATENATE 'VBAP-WERKS('   count_char ')' INTO l_werks.&lt;/P&gt;&lt;P&gt;      CONCATENATE 'VBAP-LGORT('   count_char ')' INTO l_sloc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'VBKD-BSTKD'&lt;/P&gt;&lt;P&gt;                                     wa_sales_header-bstkd.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'KUAGV-KUNNR'&lt;/P&gt;&lt;P&gt;                                     wa_sales_header-kunnr.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING 'KUWEV-KUNNR'&lt;/P&gt;&lt;P&gt;                                     wa_sales_header-kunnr.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING l_matnr&lt;/P&gt;&lt;P&gt;                                    wa_sales_item-matnr.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING l_posnr&lt;/P&gt;&lt;P&gt;                                    wa_sales_item-posnr.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING l_kwmeng&lt;/P&gt;&lt;P&gt;                                    wa_sales_item-kwmeng.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING l_werks&lt;/P&gt;&lt;P&gt;                                    wa_sales_item-werks.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field       USING l_sloc&lt;/P&gt;&lt;P&gt;                                    wa_sales_item-lgort.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 08:04:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call/m-p/7260980#M1528877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T08:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: BDC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call/m-p/7260981#M1528878</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;make CHAR type of value for  item, material, quantity   and then pass it in BDC .. it will work&lt;/P&gt;&lt;P&gt;always remeber once u r passing any value through BDC  the safer side keep all values in CHAR &lt;/P&gt;&lt;P&gt;it will work .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 13:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call/m-p/7260981#M1528878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T13:02:47Z</dc:date>
    </item>
  </channel>
</rss>

