<?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: address for differnt company codes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-for-differnt-company-codes/m-p/1905381#M377457</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put that variable into a loop statement which is printing the address according the company code,it ll work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Feb 2007 08:47:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-06T08:47:17Z</dc:date>
    <item>
      <title>address for differnt company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-for-differnt-company-codes/m-p/1905377#M377453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all&lt;/P&gt;&lt;P&gt;plz help me in this issue,&lt;/P&gt;&lt;P&gt;i got a issue in script according to company code the address should change in script layout. iam maintaing comany code in one ztable. how can i proceed to this &lt;/P&gt;&lt;P&gt;problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&amp;amp; regards&lt;/P&gt;&lt;P&gt;Kiran reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 07:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-for-differnt-company-codes/m-p/1905377#M377453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T07:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: address for differnt company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-for-differnt-company-codes/m-p/1905378#M377454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make use of table T001 for fetching the address of the company codes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 08:00:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-for-differnt-company-codes/m-p/1905378#M377454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T08:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: address for differnt company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-for-differnt-company-codes/m-p/1905379#M377455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi amit ,&lt;/P&gt;&lt;P&gt;can u tell what we write in standard text what is the data element and domain of that.and this text id i want to update in ztable create a text field and i want to use read_text in the script subroutine to identrify differnt comapny codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;kiran reddy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        kiran reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 08:10:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-for-differnt-company-codes/m-p/1905379#M377455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T08:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: address for differnt company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-for-differnt-company-codes/m-p/1905380#M377456</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;Make use of the following code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*For Company Adress&lt;/P&gt;&lt;P&gt;  SELECT SINGLE * FROM T001&lt;/P&gt;&lt;P&gt;  WHERE BUKRS = P_COMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT SINGLE * FROM ADRC&lt;/P&gt;&lt;P&gt;  WHERE ADDRNUMBER = T001-ADRNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sipra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 08:36:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-for-differnt-company-codes/m-p/1905380#M377456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T08:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: address for differnt company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-for-differnt-company-codes/m-p/1905381#M377457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put that variable into a loop statement which is printing the address according the company code,it ll work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 08:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-for-differnt-company-codes/m-p/1905381#M377457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T08:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: address for differnt company codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-for-differnt-company-codes/m-p/1905382#M377458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;   but how to identify particular standard text to particular company code in script form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;kiran reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 09:27:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-for-differnt-company-codes/m-p/1905382#M377458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T09:27:57Z</dc:date>
    </item>
  </channel>
</rss>

