<?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: script clarification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-clarification/m-p/2325698#M511075</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;   Fof avoiding  that problem, we keep all the line items in                PROTECT .......ENDPROTECT control command in script editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; We call this  Function module CONTROL_FORM in PRINTPROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; call function 'CONTROL_FORM'&lt;/P&gt;&lt;P&gt;                    exporting &lt;/P&gt;&lt;P&gt;                     command = 'protect'.&lt;/P&gt;&lt;P&gt;call function &amp;lt;b&amp;gt;'write_form'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;                  exporting&lt;/P&gt;&lt;P&gt;                  textelement = '   ' " here u pass the element value it contains all     &lt;/P&gt;&lt;P&gt;                                               the line contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'CONTROL_FORM'&lt;/P&gt;&lt;P&gt;                    exporting &lt;/P&gt;&lt;P&gt;                     command = 'endprotect'.&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;sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2007 13:42:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-06T13:42:04Z</dc:date>
    <item>
      <title>script clarification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-clarification/m-p/2325695#M511072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;      I got one issue like this in sap script. In script  pages the line items are exceeding. For all pages they exceeds. I have to make them proper format.&lt;/P&gt;&lt;P&gt;Can you please help me.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 13:14:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-clarification/m-p/2325695#M511072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T13:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: script clarification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-clarification/m-p/2325696#M511073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;define a new Paragraph format and define the TAB setting for that paragraph depending on the fields size(length) and also define the FONT settings such that all the items in one lines fits properly&lt;/P&gt;&lt;P&gt;then use this PARAGRAPH format for writing the fields in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 13:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-clarification/m-p/2325696#M511073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T13:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: script clarification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-clarification/m-p/2325697#M511074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did they use box position in main window ? if so box position is not suffiecient as main window size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the main window size and do compare with box position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also look at page mode - INC ( Use always)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 13:33:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-clarification/m-p/2325697#M511074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T13:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: script clarification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-clarification/m-p/2325698#M511075</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;   Fof avoiding  that problem, we keep all the line items in                PROTECT .......ENDPROTECT control command in script editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; We call this  Function module CONTROL_FORM in PRINTPROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; call function 'CONTROL_FORM'&lt;/P&gt;&lt;P&gt;                    exporting &lt;/P&gt;&lt;P&gt;                     command = 'protect'.&lt;/P&gt;&lt;P&gt;call function &amp;lt;b&amp;gt;'write_form'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;                  exporting&lt;/P&gt;&lt;P&gt;                  textelement = '   ' " here u pass the element value it contains all     &lt;/P&gt;&lt;P&gt;                                               the line contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'CONTROL_FORM'&lt;/P&gt;&lt;P&gt;                    exporting &lt;/P&gt;&lt;P&gt;                     command = 'endprotect'.&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;sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 13:42:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-clarification/m-p/2325698#M511075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T13:42:04Z</dc:date>
    </item>
  </channel>
</rss>

