<?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 Module to Read ADDR1_DATA structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-addr1-data-structure/m-p/3597995#M866470</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;The structure will have value only during run time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto T001 table pass the BUKRS and get the ADRNR value &lt;/P&gt;&lt;P&gt;then goto ADRC table get the address of the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2008 08:43:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-25T08:43:37Z</dc:date>
    <item>
      <title>Function Module to Read ADDR1_DATA structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-addr1-data-structure/m-p/3597993#M866468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helo Gurus !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to ger address for a company code which is maintained in IMG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This address is stored  in a sturcture ADDR1_DATA .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any function module to read this data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points are assured !!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 08:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-addr1-data-structure/m-p/3597993#M866468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T08:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Read ADDR1_DATA structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-addr1-data-structure/m-p/3597994#M866469</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; Goto table T001. Just pass the company code. In the resulting record search for the field 'ADRNR'. Then goto table ADRC then pass ADRNR value. You will get you output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 08:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-addr1-data-structure/m-p/3597994#M866469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T08:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Read ADDR1_DATA structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-addr1-data-structure/m-p/3597995#M866470</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;The structure will have value only during run time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto T001 table pass the BUKRS and get the ADRNR value &lt;/P&gt;&lt;P&gt;then goto ADRC table get the address of the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 08:43:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-addr1-data-structure/m-p/3597995#M866470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T08:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Read ADDR1_DATA structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-addr1-data-structure/m-p/3597996#M866471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Function &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BAPI_ADDRESSORG_GETDETAIL&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJ_TYPE BUS1069, OBJ_ID is company code.&lt;/P&gt;&lt;P&gt;Check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Import	OBJ_TYPE	BUS1069
Import	OBJ_ID	1000
Import	OBJ_ID_EXT	
Import	CONTEXT	0001
Import	IV_CURRENT_COMM_DATA	X&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 08:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-addr1-data-structure/m-p/3597996#M866471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T08:47:54Z</dc:date>
    </item>
  </channel>
</rss>

