<?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: difference in value while recording through SHDB in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-value-while-recording-through-shdb/m-p/7433534#M1550722</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;When you record the transaction VD01 in the initial screen a check box is there for central address managament.&lt;/P&gt;&lt;P&gt;If you check that box different screen will be called for the adress management, so the structures used in the screen is different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uncheck the check box "Use central address management" while recording you will get what you are expecting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Nov 2010 12:45:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-18T12:45:34Z</dc:date>
    <item>
      <title>difference in value while recording through SHDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-value-while-recording-through-shdb/m-p/7433533#M1550721</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;&lt;/P&gt;&lt;P&gt;well i want to know why there is difference when i do recording. I am using the transaction 'VD01' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while  recording i get &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'ADDR1_DATA-TRANSPZONE'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ADDR1_DATA-NAME1'&lt;/P&gt;&lt;P&gt;                              record-NAME1_004.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ADDR1_DATA-SORT1'&lt;/P&gt;&lt;P&gt;                              record-SORT1_005.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ADDR1_DATA-STREET'&lt;/P&gt;&lt;P&gt;                              record-STREET_006.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ADDR1_DATA-COUNTRY'&lt;/P&gt;&lt;P&gt;                              record-COUNTRY_007.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ADDR1_DATA-TRANSPZONE'&lt;/P&gt;&lt;P&gt;                              record-TRANSPZONE_008.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ADDR1_DATA-LANGU'&lt;/P&gt;&lt;P&gt;                              record-LANGU_009.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the example which i am practicing there it is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PERFORM bdc_field       USING 'KNA1-NAME1'&lt;/P&gt;&lt;P&gt;                                  lw_customer-name1.       "Name.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'KNA1-SORTL'&lt;/P&gt;&lt;P&gt;                                  lw_customer-sortl.       "Search Term.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'KNA1-ORT01'&lt;/P&gt;&lt;P&gt;                                  lw_customer-ort01.       "City.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'KNA1-LAND1'&lt;/P&gt;&lt;P&gt;                                  lw_customer-land1.       "Country.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'KNA1-SPRAS'&lt;/P&gt;&lt;P&gt;                                  lw_customer-spras.       "Language.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'KNA1-PSTLZ'&lt;/P&gt;&lt;P&gt;                                  lw_customer-pstlz.       "Postol Code.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_dynpro      USING 'SAPMF02D' '0120'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'KNA1-LZONE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well i just want to know why do i get 'ADDR1_DATA-NAME1' but in example it is 'KNA1-NAME1' and so on to other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly let me know what  is happening here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 07:18:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-value-while-recording-through-shdb/m-p/7433533#M1550721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-18T07:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: difference in value while recording through SHDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-value-while-recording-through-shdb/m-p/7433534#M1550722</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;When you record the transaction VD01 in the initial screen a check box is there for central address managament.&lt;/P&gt;&lt;P&gt;If you check that box different screen will be called for the adress management, so the structures used in the screen is different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uncheck the check box "Use central address management" while recording you will get what you are expecting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 12:45:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-value-while-recording-through-shdb/m-p/7433534#M1550722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-18T12:45:34Z</dc:date>
    </item>
  </channel>
</rss>

