<?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 - no input help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-no-input-help/m-p/5661438#M1287686</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;I wonder why the above solution is not working. Any way... you can try using search help "BU_DATE_CHAR" for date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Renjith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2009 05:48:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-15T05:48:44Z</dc:date>
    <item>
      <title>Table control - no input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-no-input-help/m-p/5661435#M1287683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I came up against strange behaviour with table control today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short, omitting insignificant things:&lt;/P&gt;&lt;P&gt;I have a data element Z_DATE with type DATS and Z_ST with type TIMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These two data elements appears in 2 times in dictionary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Database table ZEVT:&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt;Z_F1 type Z_DATE&lt;/P&gt;&lt;P&gt;Z_F2 type Z_ST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Structure Z_EVTSCR, names same as above&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt;Z_F1 type Z_DATE&lt;/P&gt;&lt;P&gt;Z_F2 type Z_ST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when I create table control selecting dictionary table (ZEVT) in wizard, input help is available on screen - cells of the table have icon to click and it is possible to choose date and time from interactive calendar and clock. &lt;/P&gt;&lt;P&gt;But when I create local internal table and work area in program as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zevt_tab type table of Z_EVTSCR,&lt;/P&gt;&lt;P&gt;zevt_wa like line of zevt_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and enter this values instead dictionary table in table control wizard, input help is not available.&lt;/P&gt;&lt;P&gt;I created table type in dictionary Z_EVTSCR_TAB with line type Z_EVTSCR, next in program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zevt_tab type  Z_EVTSCR_TAB,&lt;/P&gt;&lt;P&gt;zevt_wa type Z_EVTSCR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and input help is also unavailable. I don't understand why, maybe I'm missing something.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jacek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 21:23:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-no-input-help/m-p/5661435#M1287683</guid>
      <dc:creator>wozjac</dc:creator>
      <dc:date>2009-06-11T21:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table control - no input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-no-input-help/m-p/5661436#M1287684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just Double click on field,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In property under Program tab &lt;/P&gt;&lt;P&gt;select &lt;STRONG&gt;Poss. Entries Key&lt;/STRONG&gt;   Drop down&lt;/P&gt;&lt;P&gt;choose &lt;STRONG&gt;1 show at selection&lt;/STRONG&gt; option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that will provide you search help&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;Alpesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alpesh on Jun 12, 2009 9:14 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 03:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-no-input-help/m-p/5661436#M1287684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T03:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Table control - no input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-no-input-help/m-p/5661437#M1287685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alpesh, your hint solves problem partially - the icon for input help is displayed, but when it is clicked -nothing happens. Is there some function module or predefinied search help to call interactive calendar or clock?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 13:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-no-input-help/m-p/5661437#M1287685</guid>
      <dc:creator>wozjac</dc:creator>
      <dc:date>2009-06-12T13:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Table control - no input help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-no-input-help/m-p/5661438#M1287686</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;I wonder why the above solution is not working. Any way... you can try using search help "BU_DATE_CHAR" for date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Renjith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 05:48:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-no-input-help/m-p/5661438#M1287686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T05:48:44Z</dc:date>
    </item>
  </channel>
</rss>

