<?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: Smart Form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/2455748#M550662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Address window is provided to print the address. Here address is automatically formated without you manually doing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Kunjal Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2007 06:01:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-25T06:01:58Z</dc:date>
    <item>
      <title>Smart Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/2455742#M550656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,]&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;I am working on smartrorms, in smartform i have used the address window.in address window if i pass adrc value address is displaying in Widow. but my requirement was if i pass the field ADRNR instead of value, related address need to be displayed.For this where i have to Assign this field. Please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 05:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/2455742#M550656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T05:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/2455743#M550657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;n the smartform in the flow logic u will have to write the query to extract adrc corresponding to adrnr and pass these variables to the address window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravsih&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 05:13:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/2455743#M550657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T05:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/2455744#M550658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivasa&lt;/P&gt;&lt;P&gt;Take one Code Window, before your address Window and make adrc global.&lt;/P&gt;&lt;P&gt;Then pass output adrnr of it to the address window like this,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;select single * from adrc into &amp;lt;global adrnr&amp;gt; and pass it to next address winodw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 05:17:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/2455744#M550658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T05:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/2455745#M550659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivasa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insert the following code before the address window and it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT SINGLE * FROM ADRC INTO WA.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass this work area to the address window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Kunjal Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 05:28:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/2455745#M550659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T05:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/2455746#M550660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way i have written the code, but i need to display adress when i pass the field in to adress window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 05:55:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/2455746#M550660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T05:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/2455747#M550661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i do like this, what is the difference between normal window and address window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 05:56:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/2455747#M550661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T05:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/2455748#M550662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Address window is provided to print the address. Here address is automatically formated without you manually doing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Kunjal Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 06:01:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/2455748#M550662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T06:01:58Z</dc:date>
    </item>
  </channel>
</rss>

