<?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: Table control urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719845#M314254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;any suggestions on this&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, 02 Nov 2006 18:35:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-02T18:35:20Z</dc:date>
    <item>
      <title>Table control urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719844#M314253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am calling  modal dialog screen(9002) from my normal screen(9001).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the modal dialog i have container which iam using class TEXTEDIT_CUSTOM_CONTAINER for displaying long text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question's are,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) In the normal screen i.e 9001 in user command i am using a button called text to call 9002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to change values  as below , i didnot noticed any difference in my out put.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen '9002' starting at 1  1&lt;/P&gt;&lt;P&gt;                    ending   at 111 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen '9002' starting at 7  30&lt;/P&gt;&lt;P&gt;                    ending   at 1 50.&lt;/P&gt;&lt;P&gt;2) my word wrap length is 80, iam able to see only 50 and to see the next 30 character i need to use horizontal scroll bar, which is ok.&lt;/P&gt;&lt;P&gt;But my requirement is i want to see all the 80 characters  without using horizontal scroll.&lt;/P&gt;&lt;P&gt;I thought of increasing the container width but the window size is limiting the container view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so at max i can viewing 50 char per line without using horizontal bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i reduce the container , i see less than 50 char per line then i have to use horizontal scroll to see remains char in the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to see 80 chars without using the horizontal scroll.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone tell what the solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i THOUGHT OF THIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Increasing the size of container in layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Incresing the values in call screen starting code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Is there any thing that i can use just like we use&lt;/P&gt;&lt;P&gt;WORDWRAP_POSITION = '85' to limit the 85 char per line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWATHI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 14:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719844#M314253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T14:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Table control urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719845#M314254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;any suggestions on this&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, 02 Nov 2006 18:35:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719845#M314254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T18:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table control urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719846#M314255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swati ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think increasing the size of container in layout will solve the prob..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try and let us know...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 18:42:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719846#M314255</guid>
      <dc:creator>messier31</dc:creator>
      <dc:date>2006-11-02T18:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table control urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719847#M314256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First you need to increase the size of the container to handle the 80 characters, which means that you may have to increate the screen size, then finally adjust the STARTING and ENDING values of the CALL SCREEN statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 18:43:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719847#M314256</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-11-02T18:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table control urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719848#M314257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich and all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My text editor handles 85 char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You said&lt;/P&gt;&lt;P&gt;you may have to increate the screen size&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you this all i have on the screen is container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we increase the size of modal dialog screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE OBJECT EDITOR&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;PARENT = TEXTEDIT_CUSTOM_CONTAINER&lt;/P&gt;&lt;P&gt;WORDWRAP_POSITION = '85'&lt;/P&gt;&lt;P&gt;WORDWRAP_MODE = CL_GUI_TEXTEDIT=&amp;gt;WORDWRAP_AT_FIXED_POSITION&lt;/P&gt;&lt;P&gt;WORDWRAP_TO_LINEBREAK_MODE = CL_GUI_TEXTEDIT=&amp;gt;FALSE&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 18:46:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719848#M314257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T18:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Table control urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719849#M314258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to the screen and click the attributes tab,  you should see the lines/columns, in the Mainten. section,  increase the number for columns(the one on the right).  Now go to the layout and inscreen the size of your container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich HEilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 18:59:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719849#M314258</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-11-02T18:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table control urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719850#M314259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example, I have gotton this to work in my system, but changing the screen size to 82 columns, then making my control 82 wide.  Then here is my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report zrich_0001 .

data: text_container type ref to cl_gui_custom_container,
      text_editor    type ref to cl_gui_textedit.


&amp;lt;b&amp;gt;call screen 100 starting at 1 1
                ending at 80 20.&amp;lt;/b&amp;gt;
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Module  STATUS_0100  OUTPUT
*&amp;amp;---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
module STATUS_0100 output.
*  SET PF-STATUS 'xxxxxxxx'.
*  SET TITLEBAR 'xxx'.


create object text_container
       exporting
          container_name = 'TEXT_CONTAINER' .

CREATE OBJECT text_EDITOR
       EXPORTING
          PARENT = TEXT_CONTAINER
          &amp;lt;b&amp;gt;WORDWRAP_POSITION = '79'&amp;lt;/b&amp;gt;
          WORDWRAP_MODE = CL_GUI_TEXTEDIT=&amp;gt;WORDWRAP_AT_FIXED_POSITION
          WORDWRAP_TO_LINEBREAK_MODE = CL_GUI_TEXTEDIT=&amp;gt;false.




endmodule.                 " STATUS_0100  OUTPUT
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Module  USER_COMMAND_0100  INPUT
*&amp;amp;---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
module USER_COMMAND_0100 input.

leave program.

endmodule.                 " USER_COMMAND_0100  INPUT

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works good, 80 characters and no scroll bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 19:15:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719850#M314259</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-11-02T19:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Table control urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719851#M314260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen '9911' starting at 1  1&lt;/P&gt;&lt;P&gt;                    ending   at 190 90.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in screen attributes i have &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lines/column for maintained as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;50 240.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have changed all number but the modal dialog box doesn't increase. IS THERE A LIMITAION TO THE WIDTH OF DIALOG BOX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT DOESN'T EVEN MOVE UP WHEN I CHAGE THE NUMBERS.&lt;/P&gt;&lt;P&gt;ITS STARTING FROM THE MIDDLE OF THE SCREEN.&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, 02 Nov 2006 19:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719851#M314260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T19:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Table control urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719852#M314261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;240 is the max.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you have specified....   1 1 which means that it begins at the first row, first column, so it should be starting in the upper left hand corner or the screen area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 19:36:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719852#M314261</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-11-02T19:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table control urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719853#M314262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI RICH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nope its starting from middle of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does it have anything to do with lines /column occupied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my screen the lines/column for occupied are&lt;/P&gt;&lt;P&gt;12 /50 and its greyed out so i cannot change them.&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, 02 Nov 2006 19:52:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-urgent/m-p/1719853#M314262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T19:52:18Z</dc:date>
    </item>
  </channel>
</rss>

