<?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: Custom control - invalid sapgui input data: in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control-invalid-sapgui-input-data/m-p/1129710#M111413</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;The class that I'm using is C_TEXTEDIT_CONTROL, sorry I didn't make it very clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to get useful documentation on the class as I am finding it very difficult&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;J-J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2006 17:39:28 GMT</pubDate>
    <dc:creator>TJRP</dc:creator>
    <dc:date>2006-02-13T17:39:28Z</dc:date>
    <item>
      <title>Custom control - invalid sapgui input data:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control-invalid-sapgui-input-data/m-p/1129707#M111410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a common screen which is used on two tabs. &lt;/P&gt;&lt;P&gt;I want to display certain fields boxes and custom controls on the tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab 1 requires fields and boxes&lt;/P&gt;&lt;P&gt;Tab 2 requires a custom controls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can remove the fields and boxes by looping at the screen from Tab 2. &lt;/P&gt;&lt;P&gt;I have an issue with custom controls on Tab 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The custom control is created on Tab 2 only and the control is destroyed on Tab 1, when Tab 1 is selected.&lt;/P&gt;&lt;P&gt;If the user clicks on the screen area where the custom control has not been created, an error is generated "invalid sapgui input data:".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way that the custom control can be hidden, just like the fields can be made in active by looping at the screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only wish to create the object on the second tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a custom control and I wish it not to be displayed on certain tab, is there anyway that I can hide the custom control&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2006 17:20:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control-invalid-sapgui-input-data/m-p/1129707#M111410</guid>
      <dc:creator>TJRP</dc:creator>
      <dc:date>2006-02-13T17:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Custom control - invalid sapgui input data:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control-invalid-sapgui-input-data/m-p/1129708#M111411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try using the method SET_VISIBLE of class CL_GUI_ALV_GRID?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;0 =  Not Visible
1 =  Visible&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2006 17:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control-invalid-sapgui-input-data/m-p/1129708#M111411</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-02-13T17:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Custom control - invalid sapgui input data:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control-invalid-sapgui-input-data/m-p/1129709#M111412</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;You should create two subscreen:&lt;/P&gt;&lt;P&gt;- Subscreen 1 is actived for TAB1&lt;/P&gt;&lt;P&gt;- Subscreen 2 is actived for TAB2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way you don't need remove anything and so you don't need to destroid your custom control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infact in SUBSCREEN 1 you insert your insert the fields boxes and in SUBSCREEN 2 insert the custom control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2006 17:24:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control-invalid-sapgui-input-data/m-p/1129709#M111412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-13T17:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom control - invalid sapgui input data:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control-invalid-sapgui-input-data/m-p/1129710#M111413</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;The class that I'm using is C_TEXTEDIT_CONTROL, sorry I didn't make it very clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to get useful documentation on the class as I am finding it very difficult&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;J-J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2006 17:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control-invalid-sapgui-input-data/m-p/1129710#M111413</guid>
      <dc:creator>TJRP</dc:creator>
      <dc:date>2006-02-13T17:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Custom control - invalid sapgui input data:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control-invalid-sapgui-input-data/m-p/1129711#M111414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I repeat, I think you don't need to destroid you custom control if you want hide it when you go to another tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had done a program with many tabs where different GRIDs are displayed and I didn't need to do what you want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every grid is loaded in own subscreen and every subscreen is triggered when the user push its tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way the system show'll only the fields of the subscreen is triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should do what you want to do only if the fields and custom controls are in the same tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2006 17:49:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control-invalid-sapgui-input-data/m-p/1129711#M111414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-13T17:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom control - invalid sapgui input data:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control-invalid-sapgui-input-data/m-p/1129712#M111415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the info. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to workout what I need to do with the subscreen in order to set up the data on the tabs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;J-J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2006 17:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control-invalid-sapgui-input-data/m-p/1129712#M111415</guid>
      <dc:creator>TJRP</dc:creator>
      <dc:date>2006-02-13T17:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Custom control - invalid sapgui input data:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control-invalid-sapgui-input-data/m-p/1129713#M111416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use the CL_GUI_TEXTEDIT class instead, then you will have these methods available to you.&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>Mon, 13 Feb 2006 18:23:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control-invalid-sapgui-input-data/m-p/1129713#M111416</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-02-13T18:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Custom control - invalid sapgui input data:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control-invalid-sapgui-input-data/m-p/1129714#M111417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help, I used your solution and it worked a treat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;J-J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2006 10:37:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control-invalid-sapgui-input-data/m-p/1129714#M111417</guid>
      <dc:creator>TJRP</dc:creator>
      <dc:date>2006-02-14T10:37:52Z</dc:date>
    </item>
  </channel>
</rss>

