<?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: HH:MM  Parameter in Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hh-mm-parameter-in-selection-screen/m-p/6454431#M1414436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@naimesh,&lt;/P&gt;&lt;P&gt;visible length only shortens the visibility but the format remains same as HH:MM:SS.. and with same F4..as of F4_clock...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can simply ignore last two characters...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jan 2010 15:22:46 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2010-01-04T15:22:46Z</dc:date>
    <item>
      <title>HH:MM  Parameter in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hh-mm-parameter-in-selection-screen/m-p/6454427#M1414432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is to have a parameter taking input as "HH:MM" not "HH:MM:SS". It should also have a F4 help. Is there any standard solution (any API?) for this or do I have to write a custom F4 help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 14:38:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hh-mm-parameter-in-selection-screen/m-p/6454427#M1414432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T14:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: HH:MM  Parameter in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hh-mm-parameter-in-selection-screen/m-p/6454428#M1414433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;F4_CLOCK&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 14:58:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hh-mm-parameter-in-selection-screen/m-p/6454428#M1414433</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2010-01-04T14:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: HH:MM  Parameter in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hh-mm-parameter-in-selection-screen/m-p/6454429#M1414434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need to have any complex logic. Addition VISIBLE LEN would work for you..!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS: p_time type sy-uzeit VISIBLE LENGTH 5.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 15:00:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hh-mm-parameter-in-selection-screen/m-p/6454429#M1414434</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2010-01-04T15:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: HH:MM  Parameter in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hh-mm-parameter-in-selection-screen/m-p/6454430#M1414435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@gautham,&lt;/P&gt;&lt;P&gt;F4_clock is by default functionality of a time variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@naimesh,&lt;/P&gt;&lt;P&gt;visible length only shortens the visibility but the format remains same as HH:MM:SS.. and with same F4..as of F4_clock...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; @Saurav,&lt;/P&gt;&lt;P&gt;you can replicate the F4 help with your own modal screen with listboxes. that will help i guess. little tedious process but will work.. mean while lets carry on checking more ways...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 15:16:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hh-mm-parameter-in-selection-screen/m-p/6454430#M1414435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T15:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: HH:MM  Parameter in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hh-mm-parameter-in-selection-screen/m-p/6454431#M1414436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@naimesh,&lt;/P&gt;&lt;P&gt;visible length only shortens the visibility but the format remains same as HH:MM:SS.. and with same F4..as of F4_clock...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can simply ignore last two characters...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 15:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hh-mm-parameter-in-selection-screen/m-p/6454431#M1414436</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2010-01-04T15:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: HH:MM  Parameter in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hh-mm-parameter-in-selection-screen/m-p/6454432#M1414437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what about F4... lets try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;type-POOLs : vrm.
DATA : v TYPE vrm_values.
DATA : vw LIKE LINE OF v.

INITIALIZATION.
  vw-key = '1'.
  vw-text = '01'.
  APPEND vw TO v.

  vw-key = '2'.
  vw-text = '02'.
  APPEND vw TO v.

  CALL FUNCTION 'VRM_SET_VALUES'
    EXPORTING
      id              = 'P1'
      values          = v.

  refresh v.
  vw-key = '10'.
  vw-text = '10'.
  APPEND vw TO v.

  vw-key = '20'.
  vw-text = '20'.
  APPEND vw TO v.

  CALL FUNCTION 'VRM_SET_VALUES'
    EXPORTING
      id              = 'P2'
      values          = v.
PARAMETERS: p_time type sy-uzeit VISIBLE LENGTH 5 MODIF ID AA.
SELECTION-SCREEN BEGIN OF SCREEN 100.
  SELECTION-SCREEN BEGIN OF line.
    PARAMETERS: p1(2) as LISTBOX VISIBLE LENGTH 4.
    PARAMETERS: p2(2) as LISTBOX VISIBLE LENGTH 4.
  SELECTION-SCREEN end OF line.
SELECTION-SCREEN end OF SCREEN 100.

at SELECTION-SCREEN on VALUE-REQUEST FOR P_TIME.
  call SELECTION-SCREEN 100 STARTING AT 10 10.
  p_time(2) = P1.
  P_time+2(2) = p2.
  P_time+4(2) = 00.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 15:43:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hh-mm-parameter-in-selection-screen/m-p/6454432#M1414437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T15:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: HH:MM  Parameter in Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hh-mm-parameter-in-selection-screen/m-p/6454433#M1414438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using data element ATIM ( or any data elemnt with domain HHMM) will create parameter with right output length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameters : p_time type ATIM .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 16:01:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hh-mm-parameter-in-selection-screen/m-p/6454433#M1414438</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2010-01-04T16:01:56Z</dc:date>
    </item>
  </channel>
</rss>

