<?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 ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2451934#M549479</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in Scripts, I have 10 address lines there were blanks in between rows how can I avoid those?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Jul 2007 05:41:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-01T05:41:07Z</dc:date>
    <item>
      <title>ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2451934#M549479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in Scripts, I have 10 address lines there were blanks in between rows how can I avoid those?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2007 05:41:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2451934#M549479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-01T05:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2451935#M549480</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;while printing address in ScriptForm, you keep address in control command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: ADDRESS  &lt;/P&gt;&lt;P&gt;***here you write address&lt;/P&gt;&lt;P&gt;/:ENDADDRESS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the ADDRESS and ENDADDRESS  control command formats an address according to the POSTAL CONVERSION of the receipient country defined in the country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Syntax&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: ADDRESS&lt;/P&gt;&lt;P&gt;......................................  " here write address&lt;/P&gt;&lt;P&gt;......................................  " here write address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: ENDADDRESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;or&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PRINT PROGRAM call the FM CONTROL_FORM for passing control commands to the script form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use CONTROL_FORM to pass SAPscript control statements to the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create ELEMENT for ADDRESS in form and pass this element to desiered WINDOW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Function call:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'CONTROL_FORM'

                             EXPORTING 
                                        COMMAND = 'ADDRESS'.

CALL FUNCTION 'WRITE_FORM'

                      EXPORTING
                                 ELEMENT = '   ' " here pass element, it holds  the address
                                 WINDOW =  '    ' " specifies the name the window

CALL FUNCTION 'CONTROL_FORM'

                             EXPORTING 
                                        COMMAND = 'ENDADDRESS'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ashok Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2007 06:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2451935#M549480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-01T06:18:52Z</dc:date>
    </item>
  </channel>
</rss>

