<?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 doubt in bdc program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-program/m-p/2246925#M485151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i just want to know what are the tables and fields generally one would use to extend the customer under one account group sold to party to new sales area using transaction XD01 and modify the extended customer using XD02 by session method?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 May 2007 22:29:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-20T22:29:35Z</dc:date>
    <item>
      <title>doubt in bdc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-program/m-p/2246925#M485151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i just want to know what are the tables and fields generally one would use to extend the customer under one account group sold to party to new sales area using transaction XD01 and modify the extended customer using XD02 by session method?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2007 22:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-program/m-p/2246925#M485151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-20T22:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in bdc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-program/m-p/2246926#M485152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at KNA1 Table and field name - KTOKD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales with Customer : KNVV Table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you upload the data into customer transaction and data will be updating into diffrent tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KNA1&lt;/P&gt;&lt;P&gt;KNVV&lt;/P&gt;&lt;P&gt;KNB1&lt;/P&gt;&lt;P&gt;KNc1&lt;/P&gt;&lt;P&gt;KNMT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2007 22:44:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-program/m-p/2246926#M485152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-20T22:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in bdc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-program/m-p/2246927#M485153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi seshu,&lt;/P&gt;&lt;P&gt;Thanks for ur helpful answer. Do u have any sample code for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2007 22:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-program/m-p/2246927#M485153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-20T22:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in bdc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-program/m-p/2246928#M485154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have Simple BDC to create customer master ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report ZCUST_XD01&lt;/P&gt;&lt;P&gt;       no standard page heading line-size 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include bdcrecx1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter: p_anred type kna1-anred,&lt;/P&gt;&lt;P&gt;           p_name1 type kna1-name1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform open_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMF02D' '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'RF02D-BUKRS'.&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 'RF02D-BUKRS'&lt;/P&gt;&lt;P&gt;                              '1177'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMF02D' '7100'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RF02D-KTOKD'&lt;/P&gt;&lt;P&gt;                              'SAK4'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMF02D' '0110'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'KNA1-SPRAS'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=UPDA'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'KNA1-ANRED'&lt;/P&gt;&lt;P&gt;                                p_anred.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'KNA1-NAME1'&lt;/P&gt;&lt;P&gt;                               p_name1.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'KNA1-SORTL'&lt;/P&gt;&lt;P&gt;                              'CSV'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'KNA1-PFACH'&lt;/P&gt;&lt;P&gt;                              '11111'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'KNA1-PSTLZ'&lt;/P&gt;&lt;P&gt;                              '19380'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'KNA1-LAND1'&lt;/P&gt;&lt;P&gt;                              'US'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'KNA1-REGIO'&lt;/P&gt;&lt;P&gt;                              'PA'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'KNA1-SPRAS'&lt;/P&gt;&lt;P&gt;                              'E'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLSPO1' '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=NO'.&lt;/P&gt;&lt;P&gt;perform bdc_transaction using 'XD01'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform close_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2007 23:01:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-program/m-p/2246928#M485154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-20T23:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in bdc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-program/m-p/2246929#M485155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi seshu,&lt;/P&gt;&lt;P&gt;Thanks for ur answer..I rewarded full points..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2007 23:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-program/m-p/2246929#M485155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-20T23:04:00Z</dc:date>
    </item>
  </channel>
</rss>

