<?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: Function for geting the company code address in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-geting-the-company-code-address/m-p/6480749#M1418876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Christian,&lt;/P&gt;&lt;P&gt;The better way to solve is :&lt;/P&gt;&lt;P&gt;Create an include program and fetch the company code related address number (adrnr) field from the master table for company codes i.e,&lt;/P&gt;&lt;P&gt;T001 and populate this adrnr normally in the script to fetch the address details.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;M.Naveen Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Dec 2009 13:22:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-17T13:22:37Z</dc:date>
    <item>
      <title>Function for geting the company code address</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-geting-the-company-code-address/m-p/6480747#M1418874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all. Is there a function to get the company code address in sap script ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Cristian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 13:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-geting-the-company-code-address/m-p/6480747#M1418874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-17T13:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Function for geting the company code address</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-geting-the-company-code-address/m-p/6480748#M1418875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;DEL&gt;How about trying BAPI_COMPANYCODE_GETDETAIL.&lt;/DEL&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to create an subroutine &amp;amp; retrieve the data. I donot think there is any shortcut to this &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 13:21:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-geting-the-company-code-address/m-p/6480748#M1418875</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-12-17T13:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Function for geting the company code address</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-geting-the-company-code-address/m-p/6480749#M1418876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Christian,&lt;/P&gt;&lt;P&gt;The better way to solve is :&lt;/P&gt;&lt;P&gt;Create an include program and fetch the company code related address number (adrnr) field from the master table for company codes i.e,&lt;/P&gt;&lt;P&gt;T001 and populate this adrnr normally in the script to fetch the address details.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;M.Naveen Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 13:22:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-geting-the-company-code-address/m-p/6480749#M1418876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-17T13:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Function for geting the company code address</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-geting-the-company-code-address/m-p/6480750#M1418877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cristian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Naveen had rightly said, you need to pass BUKRS to TOO1 table, and get ADRNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call function module ADDR_GET &lt;/P&gt;&lt;P&gt;Importing parameters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass address_selection:&lt;/P&gt;&lt;P&gt;Pass ADDRNUMBER &amp;amp; NATIO&lt;/P&gt;&lt;P&gt;If you pass NATIO = I , you will get international version of address.&lt;/P&gt;&lt;P&gt;If you pass NATIO as blank, you will get local address details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exporting parameter&lt;/P&gt;&lt;P&gt;ADDRESS_VALUE structure will have company code address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nisha Vengal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 18:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-geting-the-company-code-address/m-p/6480750#M1418877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-17T18:22:53Z</dc:date>
    </item>
  </channel>
</rss>

