<?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: read addr1_data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-addr1-data/m-p/11000673#M1896389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Duminda, &lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #333333; font-size: 12px;"&gt;BAPI_CUSTOMER_GETDETAIL1&amp;nbsp; fetches the customer master details. It will ask the Sales Organization details only.&amp;nbsp; You can retrieve the ADDR1_DATA in this FM i hope. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt; &lt;SPAN style="color: #333333; font-size: 12px;"&gt;BAPI_CUSTOMER_GETDETAIL1 &lt;/SPAN&gt;is not dependent on Sales order or delivery. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&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;Rajkumar Narasimman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2015 11:20:15 GMT</pubDate>
    <dc:creator>rajkumarnarasimman</dc:creator>
    <dc:date>2015-03-26T11:20:15Z</dc:date>
    <item>
      <title>read addr1_data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-addr1-data/m-p/11000669#M1896385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to read data from addr1_data data structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because i need get data of the temporary customer.&lt;/P&gt;&lt;P&gt;This data only in addr1_data. This particular customer&lt;/P&gt;&lt;P&gt;update by every invoice.So can't find from adrc table &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 06:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-addr1-data/m-p/11000669#M1896385</guid>
      <dc:creator>duminda_athuraliya</dc:creator>
      <dc:date>2015-03-26T06:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: read addr1_data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-addr1-data/m-p/11000670#M1896386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ineed to read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;ADDR1_DATA-NAME1&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;ADDR1_DATA-NAME2&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;ADDR1_DATA-NAME3&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;ADDR1_DATA-STREET&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;ADDR1_DATA-STR_SUPPL3&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 06:36:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-addr1-data/m-p/11000670#M1896386</guid>
      <dc:creator>duminda_athuraliya</dc:creator>
      <dc:date>2015-03-26T06:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: read addr1_data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-addr1-data/m-p/11000671#M1896387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. &lt;/P&gt;&lt;P&gt; You can place trace(ST05) and find the table name at where the data is storing.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I think FM BAPI_CUSTOMER_GETDETAIL1 will give the respective details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The structure only stores the data temporarily during runtime.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you need the data inside BADI/exit, you can get the screen field data dynamically using field symbol. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;field-symbol &amp;lt; WADR1&amp;gt; like &lt;SPAN style="color: #333333; font-size: 12px;"&gt;ADDR1_DATA-NAME1&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;assign ('(program_name)varible_name') to &amp;lt; WADR1&amp;gt;.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;IF &amp;lt;WADR1&amp;gt; IS ASSIGNED. &lt;/P&gt;
&lt;P&gt; "Use the value here.&lt;/P&gt;
&lt;P&gt;ENDIF.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajkumar Narasimman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 08:08:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-addr1-data/m-p/11000671#M1896387</guid>
      <dc:creator>rajkumarnarasimman</dc:creator>
      <dc:date>2015-03-26T08:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: read addr1_data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-addr1-data/m-p/11000672#M1896388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajkumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do this in smart form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM &lt;SPAN style="color: #333333; font-size: 12px;"&gt;BAPI_CUSTOMER_GETDETAIL1 giving customer details,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this details depend on sales order.So it should specify&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in sales order or delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Duminda.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 10:06:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-addr1-data/m-p/11000672#M1896388</guid>
      <dc:creator>duminda_athuraliya</dc:creator>
      <dc:date>2015-03-26T10:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: read addr1_data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-addr1-data/m-p/11000673#M1896389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Duminda, &lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #333333; font-size: 12px;"&gt;BAPI_CUSTOMER_GETDETAIL1&amp;nbsp; fetches the customer master details. It will ask the Sales Organization details only.&amp;nbsp; You can retrieve the ADDR1_DATA in this FM i hope. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt; &lt;SPAN style="color: #333333; font-size: 12px;"&gt;BAPI_CUSTOMER_GETDETAIL1 &lt;/SPAN&gt;is not dependent on Sales order or delivery. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&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;Rajkumar Narasimman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 11:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-addr1-data/m-p/11000673#M1896389</guid>
      <dc:creator>rajkumarnarasimman</dc:creator>
      <dc:date>2015-03-26T11:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: read addr1_data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-addr1-data/m-p/11000674#M1896390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajkumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Through ST05 I god adrcnumber.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can get it vbpa-adrnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I get kna1-adrnr It's not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need to read addr1_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Duminda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 06:49:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-addr1-data/m-p/11000674#M1896390</guid>
      <dc:creator>duminda_athuraliya</dc:creator>
      <dc:date>2015-03-27T06:49:42Z</dc:date>
    </item>
  </channel>
</rss>

