<?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: HOTSPOT Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-issue/m-p/5992527#M1342875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was inded using SY-UCOMM.&lt;/P&gt;&lt;P&gt;Problem solved. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Aug 2009 08:58:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-05T08:58:02Z</dc:date>
    <item>
      <title>HOTSPOT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-issue/m-p/5992522#M1342870</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 have Hot Spot enabled ALV grid report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following code needs help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form user_command using r_ucomm like sy-ucomm&lt;/P&gt;&lt;P&gt;rs_selfield type slis_selfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case r_ucomm.&lt;/P&gt;&lt;P&gt;when 'BACK' or 'CANC' or 'EXIT'.&lt;/P&gt;&lt;P&gt;leave to screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;bold&lt;/STRONG&gt;when '&amp;amp;IC1'.&lt;/P&gt;&lt;P&gt;my Logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen in debug that when I click the Hotspot field, my Sy-ucomm us blank. It should be '&amp;amp;IC1'.&lt;/P&gt;&lt;P&gt;Thus my hotspot is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 08:30:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-issue/m-p/5992522#M1342870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T08:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-issue/m-p/5992523#M1342871</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;PRE&gt;&lt;CODE&gt;data : v_callback_subroutine TYPE slis_formname,
       v_callback_program LIKE sy-repid.

v_callback_program    = sy-repid.
v_callback_subroutine = 'USER_COMMAND'.

CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
     EXPORTING
          i_callback_program      = v_callback_program
          it_fieldcat             = it_fieldcat
          i_callback_user_command = v_callback_subroutine
     TABLES
          t_outtab                = it_data......


FORM user_command  USING p_ucomm    LIKE sy-ucomm
                         p_selfield TYPE slis_selfield.

case r_ucomm.
when 'BACK' or 'CANC' or 'EXIT'.
leave to screen 0.

when '&amp;amp;IC1'.
*my Logic.&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;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 08:35:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-issue/m-p/5992523#M1342871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T08:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-issue/m-p/5992524#M1342872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may change the returned r_ucomm value for hotspot click by using layout-f2code. Nevertheless you may check "&amp;amp;IC1" if you left f2code initiaL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Especially use the parameter r_ucomm  and not sy-ucomm which is usually initial. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 08:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-issue/m-p/5992524#M1342872</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-08-05T08:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-issue/m-p/5992525#M1342873</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 think the &lt;STRONG&gt;double click&lt;/STRONG&gt; results in sy-ucomm = &amp;amp;IC1 as your hotspot is not captured in the debug, try implementing the &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AT LINE SELECTION&lt;/STRONG&gt; event and implement your logic there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will serve your purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 08:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-issue/m-p/5992525#M1342873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T08:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-issue/m-p/5992526#M1342874</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;Please see this logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT report1. 

DATA text TYPE c LENGTH 10. 

SELECTION-SCREEN BEGIN OF SCREEN 1100. 
  SELECT-OPTIONS: selcrit1 FOR text, 
                  selcrit2 FOR text. 
SELECTION-SCREEN END OF SCREEN 1100.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calling program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT report2. 

DATA: text       TYPE c LENGTH 10, 
      rspar_tab  TYPE TABLE OF rsparams, 
      rspar_line LIKE LINE OF rspar_tab, 
      range_tab  LIKE RANGE OF text, 
      range_line LIKE LINE OF range_tab. 

... 

rspar_line-selname = 'SELCRIT1'. 
rspar_line-kind    = 'S'. 
rspar_line-sign    = 'I'. 
rspar_line-option  = 'EQ'. 
rspar_line-low     = 'ABAP'. 
APPEND rspar_line TO rspar_tab. 

range_line-sign   = 'E'. 
range_line-option = 'EQ'. 
range_line-low    = 'H'. 
APPEND range_line TO range_tab. 

range_line-sign   = 'E'. 
range_line-option = 'EQ'. 
range_line-low    = 'K'. 
APPEND range_line TO range_tab. 

SUBMIT report1 USING SELECTION-SCREEN '1100' 
               WITH SELECTION-TABLE rspar_tab 
               WITH selcrit2 BETWEEN 'H' AND 'K' 
               WITH selcrit2 IN range_tab 
               AND RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is there in SAP help just press F1 on stament SUBMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 08:46:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-issue/m-p/5992526#M1342874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T08:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-issue/m-p/5992527#M1342875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was inded using SY-UCOMM.&lt;/P&gt;&lt;P&gt;Problem solved. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 08:58:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-issue/m-p/5992527#M1342875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T08:58:02Z</dc:date>
    </item>
  </channel>
</rss>

