<?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: ABAP Editor screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-editor-screen/m-p/2092182#M435121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can use line size to change the width of your screen. the syntax is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    [LINE-SIZE width] &lt;/P&gt;&lt;P&gt;    [LINE-COUNT page_lines[(footer_lines)]] ... . &lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;REPORT z_myreport LINE-COUNT 65(8) LINE-SIZE 132.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here line-size is 132. by using this clause you can get the desired width of your abap editor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2007 05:14:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-19T05:14:40Z</dc:date>
    <item>
      <title>ABAP Editor screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-editor-screen/m-p/2092178#M435117</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;       how to increase the ABAP Editor screen column size.In one server it is 94 the column size and in the other it is 74.so, theres a difficulty in copying program from one server to the other.please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 05:07:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-editor-screen/m-p/2092178#M435117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T05:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Editor screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-editor-screen/m-p/2092179#M435118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess  screen resolutions differ from the 2 systems,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make sure that both are same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 05:09:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-editor-screen/m-p/2092179#M435118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T05:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Editor screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-editor-screen/m-p/2092180#M435119</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;goto abap editor.utilities-&amp;gt;settings.&lt;/P&gt;&lt;P&gt;there u can change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 05:10:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-editor-screen/m-p/2092180#M435119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T05:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Editor screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-editor-screen/m-p/2092181#M435120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thasnks bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 05:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-editor-screen/m-p/2092181#M435120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T05:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Editor screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-editor-screen/m-p/2092182#M435121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can use line size to change the width of your screen. the syntax is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    [LINE-SIZE width] &lt;/P&gt;&lt;P&gt;    [LINE-COUNT page_lines[(footer_lines)]] ... . &lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;REPORT z_myreport LINE-COUNT 65(8) LINE-SIZE 132.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here line-size is 132. by using this clause you can get the desired width of your abap editor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 05:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-editor-screen/m-p/2092182#M435121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T05:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Editor screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-editor-screen/m-p/2092183#M435122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can use line size to change the width of your screen. the syntax is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    [LINE-SIZE width] &lt;/P&gt;&lt;P&gt;    [LINE-COUNT page_lines[(footer_lines)]] ... . &lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;REPORT z_myreport LINE-COUNT 65(8) LINE-SIZE 132.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here line-size is 132. by using this clause you can get the desired width of your abap editor.&lt;/P&gt;&lt;P&gt;reward points for all correct answers.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 05:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-editor-screen/m-p/2092183#M435122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T05:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Editor screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-editor-screen/m-p/2092184#M435123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can use line size to change the width of your screen. the syntax is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    [LINE-SIZE width] &lt;/P&gt;&lt;P&gt;    [LINE-COUNT page_lines[(footer_lines)]] ... . &lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;REPORT z_myreport LINE-COUNT 65(8) LINE-SIZE 132.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here line-size is 132. by using this clause you can get the desired width of your abap editor.&lt;/P&gt;&lt;P&gt;reward points for all correct answers.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 05:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-editor-screen/m-p/2092184#M435123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T05:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Editor screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-editor-screen/m-p/2092185#M435124</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;         the program is copied from one server to the other.so theres no point in adding the LINE-SIZE to the REPORT.any other idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 05:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-editor-screen/m-p/2092185#M435124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T05:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Editor screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-editor-screen/m-p/2092186#M435125</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;1. GOTO ABAP EDITOR ( SE80 / SE38 ).&lt;/P&gt;&lt;P&gt;2. GOTO UTILITIES MENU.&lt;/P&gt;&lt;P&gt;3. SELECT SETTINGS OPTION AND DO UR CHANGES HERE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 05:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-editor-screen/m-p/2092186#M435125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T05:49:53Z</dc:date>
    </item>
  </channel>
</rss>

