<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2619912#M601569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMV45A' '0102'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'VBAK-VBELN'.&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_field       using 'VBAK-VBELN'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-SALES_ORDER.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMV45A' '4001'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=SICH'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBKD-BSTKD'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-PO_NUMBER.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBKD-BSTDK'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-PO_DATE.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'KUWEV-KUNNR'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-SHIP_TO_PARTY.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RV45A-KETDAT'&lt;/P&gt;&lt;P&gt;                              C_DEL_DATE.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RV45A-KPRGBZ'&lt;/P&gt;&lt;P&gt;                              C_DATE_FORMAT.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RV45A-DWERK'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-PLANT.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBKD-PRSDT'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-PRICE_DATE.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBKD-ZTERM'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-PAY_TERMS.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBKD-INCO1'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-INCO1.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBKD-INCO2'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-INCO2.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBAK-AUGRU'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-ORDER_REASON.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'VBAP-BRGEW(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBAP-ARKTX(01)'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-DESC.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RV45A-KWMENG(01)'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-QUANTITY.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBKD-BSTKD(01)'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-PO_DETAILS.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBAP-NTGEW(01)'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-NET_WEIGHT.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBAP-BRGEW(01)'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-GROSS_WEIGHT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jul 2007 07:48:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-31T07:48:22Z</dc:date>
    <item>
      <title>bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2619911#M601568</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 a bdc progrm (va02) .it first displays first screen ,then second but in third screen after pressing enter (manually) the values r coming for tracking no and supplyplant&lt;/P&gt;&lt;P&gt;can u please tell me where is the  problem.Perform statement for third screen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PERFORM  bdc_dynpro      USING 'SAPLEBNE' '0102'.&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;  PERFORM bdc_field       USING 'BDC_OKCODE' '/00'.&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;&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-BEDNR'.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 07:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2619911#M601568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T07:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2619912#M601569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMV45A' '0102'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'VBAK-VBELN'.&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_field       using 'VBAK-VBELN'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-SALES_ORDER.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMV45A' '4001'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=SICH'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBKD-BSTKD'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-PO_NUMBER.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBKD-BSTDK'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-PO_DATE.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'KUWEV-KUNNR'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-SHIP_TO_PARTY.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RV45A-KETDAT'&lt;/P&gt;&lt;P&gt;                              C_DEL_DATE.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RV45A-KPRGBZ'&lt;/P&gt;&lt;P&gt;                              C_DATE_FORMAT.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RV45A-DWERK'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-PLANT.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBKD-PRSDT'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-PRICE_DATE.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBKD-ZTERM'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-PAY_TERMS.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBKD-INCO1'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-INCO1.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBKD-INCO2'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-INCO2.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBAK-AUGRU'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-ORDER_REASON.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'VBAP-BRGEW(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBAP-ARKTX(01)'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-DESC.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RV45A-KWMENG(01)'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-QUANTITY.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBKD-BSTKD(01)'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-PO_DETAILS.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBAP-NTGEW(01)'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-NET_WEIGHT.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBAP-BRGEW(01)'&lt;/P&gt;&lt;P&gt;                              GT_SALES_CHANGE-GROSS_WEIGHT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 07:48:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2619912#M601569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T07:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2619913#M601570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM bdc_dynpro USING 'SAPLEBNE' '0102'.&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;PERFORM bdc_field USING 'BDC_OKCODE' '/00'.&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;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;PERFORM bdc_field USING 'BDC_OKCODE' '/00'.&amp;lt;/b&amp;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;PERFORM bdc_field USING 'EBAN-BEDNR'&lt;/P&gt;&lt;P&gt;itab-emo_tracking_no.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 07:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2619913#M601570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T07:49:00Z</dc:date>
    </item>
  </channel>
</rss>

