<?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 Calling a screen with CL_GUI_TEXTEDIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-screen-with-cl-gui-textedit/m-p/807741#M41493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to call a screen with a cl_gui_textedit object using:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL SCREEN 0004 STARTING AT 1 1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result: empty screen...!!!&lt;/P&gt;&lt;P&gt;Help's...??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Nov 2004 12:16:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-11-04T12:16:17Z</dc:date>
    <item>
      <title>Calling a screen with CL_GUI_TEXTEDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-screen-with-cl-gui-textedit/m-p/807741#M41493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to call a screen with a cl_gui_textedit object using:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL SCREEN 0004 STARTING AT 1 1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result: empty screen...!!!&lt;/P&gt;&lt;P&gt;Help's...??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 12:16:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-screen-with-cl-gui-textedit/m-p/807741#M41493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T12:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a screen with CL_GUI_TEXTEDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-screen-with-cl-gui-textedit/m-p/807742#M41494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Flavio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Are you sure you have correctly created instances?&lt;/P&gt;&lt;P&gt;2. There may be some problems about OLE Flush for which you can just open an OSS note.&lt;/P&gt;&lt;P&gt;3. May your network have some glitches which interrupts the communication between presentation and application layers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope the reason suits the 1st case. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 14:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-screen-with-cl-gui-textedit/m-p/807742#M41494</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2004-11-04T14:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a screen with CL_GUI_TEXTEDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-screen-with-cl-gui-textedit/m-p/807743#M41495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
* Its work...
  CALL SCREEN 0004.
* Its also work, but the screen is empty...
  CALL SCREEN 0004 STARTING AT 1 1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You understand...??? So... That's the problem...&lt;/P&gt;&lt;P&gt;My release is 4.6C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 15:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-screen-with-cl-gui-textedit/m-p/807743#M41495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T15:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a screen with CL_GUI_TEXTEDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-screen-with-cl-gui-textedit/m-p/807744#M41496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Flavio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just some work-arounds:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Also define the ending point:&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;e.g.&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL SCREEN 0004 STARTING AT 1 1 ENDING AT 100 20 .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If the screen 0004 is of type dialog (modal) screen, change its type to normal screen and call it again specifying screen coordinates to display it as modal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 20:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-screen-with-cl-gui-textedit/m-p/807744#M41496</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2004-11-04T20:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a screen with CL_GUI_TEXTEDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-screen-with-cl-gui-textedit/m-p/807745#M41497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The solution is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen 100 starting at 1 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the pbo of screen 100 initialize the textedit control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you initialize the textedit control before first pbo if screen 100, the control is created in a wrong context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you have to start up first dynpro with "starting at" and then initialize the control in the first call of the pbo module of screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 06:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-screen-with-cl-gui-textedit/m-p/807745#M41497</guid>
      <dc:creator>sebastian_hockmann2</dc:creator>
      <dc:date>2008-12-09T06:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a screen with CL_GUI_TEXTEDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-screen-with-cl-gui-textedit/m-p/807746#M41498</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;try to check the code below.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1) create a screen say 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) choose custom container to design a container on the screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) name the container as CONTROL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Now call the screen and write the code in PBO Module as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5)     &lt;STRONG&gt;DATA:  w_editor TYPE REF TO cl_gui_textedit,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;                    &lt;STRONG&gt;w_container TYPE REF TO cl_gui_custom_container.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) &lt;STRONG&gt;MODULE STATUS_0100 OUTPUT.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;CREATE OBJECT: w_container EXPORTING container_name = 'CONTROL',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;                                     &lt;STRONG&gt;w_editor    EXPORTING parent = w_container.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;ENDMODULE&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 07:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-screen-with-cl-gui-textedit/m-p/807746#M41498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T07:10:45Z</dc:date>
    </item>
  </channel>
</rss>

