<?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: Protect command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/protect-command/m-p/2282130#M496896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi khan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use of PROTECT and ENDPROTECT is for avoiding the page breaks.&lt;/P&gt;&lt;P&gt;i.e when ever u wanna display some imp informatio continuously and imagine a situation where u are at the end of page then the information is splitted into two parts and displayed in two different pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to avoid these kind of situations we use protect and end protect , which will ensure the information to be displayed continously with out any page breaks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh babu aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2007 04:10:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-23T04:10:14Z</dc:date>
    <item>
      <title>Protect command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/protect-command/m-p/2282127#M496893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi! &lt;/P&gt;&lt;P&gt;some one told me that If I want to display the paragraph at one place i mean with out any page break then first use control_form for protect then u r required element then end protect.&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;&lt;/P&gt;&lt;P&gt;call function 'WRITE_FORM'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;window = 'MAIN'&lt;/P&gt;&lt;P&gt;element = 'ITEM_LINE'&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;How much the above method is useful?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 03:58:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/protect-command/m-p/2282127#M496893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T03:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Protect command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/protect-command/m-p/2282128#M496894</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;&lt;/P&gt;&lt;P&gt;Yes you are correct PROTECT and ENDPROTECT will allow to display the data without any page breaks whaterver written in between PROTECT and ENDPROTECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sangeetha.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 04:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/protect-command/m-p/2282128#M496894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T04:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Protect command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/protect-command/m-p/2282129#M496895</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;   The Use Of PROTECT....ENDPROTECT is to avoid page breaks..The whole data in between this will come in one page..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward All Helpfull Answers...........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 04:03:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/protect-command/m-p/2282129#M496895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T04:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Protect command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/protect-command/m-p/2282130#M496896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi khan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use of PROTECT and ENDPROTECT is for avoiding the page breaks.&lt;/P&gt;&lt;P&gt;i.e when ever u wanna display some imp informatio continuously and imagine a situation where u are at the end of page then the information is splitted into two parts and displayed in two different pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to avoid these kind of situations we use protect and end protect , which will ensure the information to be displayed continously with out any page breaks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh babu aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 04:10:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/protect-command/m-p/2282130#M496896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T04:10:14Z</dc:date>
    </item>
  </channel>
</rss>

