<?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 Table control with function code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-function-code/m-p/3172885#M755002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am developing a module pool  in which i am using table contro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table control one field contain longtext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please  tell me how to impose a &lt;STRONG&gt;button&lt;/STRONG&gt; on table control and when i &lt;STRONG&gt;double click&lt;/STRONG&gt; on that a* edito*r window should open and there text is to be inserted and store in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz guide me and send me coding if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Anubhav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Dec 2007 03:06:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-28T03:06:45Z</dc:date>
    <item>
      <title>Table control with function code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-function-code/m-p/3172885#M755002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am developing a module pool  in which i am using table contro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table control one field contain longtext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please  tell me how to impose a &lt;STRONG&gt;button&lt;/STRONG&gt; on table control and when i &lt;STRONG&gt;double click&lt;/STRONG&gt; on that a* edito*r window should open and there text is to be inserted and store in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz guide me and send me coding if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Anubhav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 03:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-function-code/m-p/3172885#M755002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T03:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table control with function code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-function-code/m-p/3172886#M755003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Place a 'Pushbutton' in the table control. &lt;/P&gt;&lt;P&gt;Assign a Process code to the Pushbutton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI of the Subject Screen.&lt;/P&gt;&lt;P&gt;At User command,&lt;/P&gt;&lt;P&gt;Validate against the OK_CODE and check for the Process code that you have assigned for the Pushbutton.&lt;/P&gt;&lt;P&gt;If yes, Call any SAP Text editor ( For Eg 'CATSXT_SIMPLE_TEXT_EDITOR').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'CATSXT_SIMPLE_TEXT_EDITOR'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      im_title              = TITLE&lt;/P&gt;&lt;P&gt;    im_display_mode       = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IM_START_COLUMN       = 10&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IM_START_ROW          = 10&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      ch_text               = ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text Editor will be available for Entry now. Data entered will be available in ITAB. Same can be transferred to your Database Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Le'me know if you need any more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 03:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-function-code/m-p/3172886#M755003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T03:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table control with function code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-function-code/m-p/3172887#M755004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your response...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the text editor when clicking on table control push button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now  tell me ..&lt;/P&gt;&lt;P&gt;I have imposed a push button on table control field (yfcbp-yjust) .&lt;/P&gt;&lt;P&gt;Defined a  push button also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how to store this database table and multiple lines  because itab is be of type CATSXT_LONGTEXT_ITAB .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should be the type of my table field YJUST. so that multiple lines can be stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Anubhav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 08:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-function-code/m-p/3172887#M755004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T08:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table control with function code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-function-code/m-p/3172888#M755005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinodh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please solve my problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; reagrds&lt;/P&gt;&lt;P&gt;Anubhav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 10:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-function-code/m-p/3172888#M755005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T10:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table control with function code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-function-code/m-p/3172889#M755006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anubhav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot store this in your DB table field. I would suggest this design, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When user presses the save button use the FM "SAVE_TEXT" and the key for this text id may be primary key fields of that DB table concatenated. And to retrrieve the value back on screen you can use the FM "READ_TEXT" which the key you have stored for that record in your DB table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i would suggest you to use Editor control. You can use the class CL_GUI_TEXTEDIT for that purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 10:38:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-with-function-code/m-p/3172889#M755006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T10:38:06Z</dc:date>
    </item>
  </channel>
</rss>

