<?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: dynamically getting adress in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-getting-adress-in-smartforms/m-p/1313123#M162600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't have to get the address manually and the name also will be a part of the address.&lt;/P&gt;&lt;P&gt;For a given company code there will be address number in T001 table and the field is ADRNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the SMART Form, create a address object and pass the ADRNR to that field and you will have the address printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please close the thread if the question is answered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ravikumar Allampallam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 May 2006 07:49:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-09T07:49:35Z</dc:date>
    <item>
      <title>dynamically getting adress in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-getting-adress-in-smartforms/m-p/1313120#M162597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;am facing a small problem in smartform&lt;/P&gt;&lt;P&gt;actually my requirement is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GVR Limited&lt;/P&gt;&lt;P&gt;GVR Shared Services Centre&lt;/P&gt;&lt;P&gt;Blue House&lt;/P&gt;&lt;P&gt;Millenium Business Park&lt;/P&gt;&lt;P&gt;Highway, gunshar&lt;/P&gt;&lt;P&gt;kamfoloor, mghk 8mb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;in the above adress  i need to change dynamically  'GVR limited'  based on company code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to get &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GVR services if company code  is S101&lt;/P&gt;&lt;P&gt;GVR education = s102&lt;/P&gt;&lt;P&gt;GVR health care = s103   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help how to solve this prob  very urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankx in advance  &lt;/P&gt;&lt;P&gt;points gaurenteid&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 07:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-getting-adress-in-smartforms/m-p/1313120#M162597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T07:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically getting adress in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-getting-adress-in-smartforms/m-p/1313121#M162598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use ADRC table to retreive the address using address no. n then use the conditions in the program lines in smartforms..it wud do...&lt;/P&gt;&lt;P&gt;Regards..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 07:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-getting-adress-in-smartforms/m-p/1313121#M162598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T07:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically getting adress in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-getting-adress-in-smartforms/m-p/1313122#M162599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u  want  to change  the  company name...&lt;/P&gt;&lt;P&gt;adrc-name1.&lt;/P&gt;&lt;P&gt;store  this  value  into   variable  based  on if  condition.. it  is little  bit  hard   coding  but  ur required   only  3  than it  is  ok......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 07:49:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-getting-adress-in-smartforms/m-p/1313122#M162599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T07:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically getting adress in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-getting-adress-in-smartforms/m-p/1313123#M162600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't have to get the address manually and the name also will be a part of the address.&lt;/P&gt;&lt;P&gt;For a given company code there will be address number in T001 table and the field is ADRNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the SMART Form, create a address object and pass the ADRNR to that field and you will have the address printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please close the thread if the question is answered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ravikumar Allampallam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 07:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-getting-adress-in-smartforms/m-p/1313123#M162600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T07:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically getting adress in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-getting-adress-in-smartforms/m-p/1313124#M162601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ravi&lt;/P&gt;&lt;P&gt;i already got the adress &lt;/P&gt;&lt;P&gt;a siisue has come to only change the company name based on the company code&lt;/P&gt;&lt;P&gt;how to do this&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 08:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-getting-adress-in-smartforms/m-p/1313124#M162601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T08:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically getting adress in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-getting-adress-in-smartforms/m-p/1313125#M162602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't the name a part of the address, so if the address number changes then the name should change (probably the remaining address will change). This should have been maintained in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF its not then there is no other go than manually doing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 08:38:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-getting-adress-in-smartforms/m-p/1313125#M162602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T08:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically getting adress in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-getting-adress-in-smartforms/m-p/1313126#M162603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using Adresses window :&lt;/P&gt;&lt;P&gt;In your case you should have three different ADRNR depending upon your company code . which can select dynamically adress belonging to that company code . &lt;/P&gt;&lt;P&gt;if you dont have provision for that then create three different text module for these adresses and use it with condition to the comany code ( if this is case of only one adress ) .&lt;/P&gt;&lt;P&gt;Using text Node : &lt;/P&gt;&lt;P&gt;write code in program line and fatch data from adrc table and then pass it to text node to display ( name1 , city ,etc.... ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siddharth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 08:47:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-getting-adress-in-smartforms/m-p/1313126#M162603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T08:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically getting adress in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-getting-adress-in-smartforms/m-p/1313127#M162604</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;If the company name is a part of address then probably you have to do it in the ABAP part. But if its a single separate field, then you can use the ALTERNATIVE option (if endif), and condition as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case that also needs to be happening dynamically, then you can build a Z table to incorporate this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 10:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-getting-adress-in-smartforms/m-p/1313127#M162604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T10:36:39Z</dc:date>
    </item>
  </channel>
</rss>

