<?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 Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-problem/m-p/1737223#M320624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the value is not NULL before calling transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For char use as NOT INITIAL or NE SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2006 06:55:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-29T06:55:33Z</dc:date>
    <item>
      <title>Hotspot Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-problem/m-p/1737222#M320623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;     I have provided hotspot for my alv report. but when that particular field is blank  and if the user clicks the field it goes to the respective transaction with a null value and shows error. how can i avoid it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sathya.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 06:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-problem/m-p/1737222#M320623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T06:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hotspot Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-problem/m-p/1737223#M320624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the value is not NULL before calling transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For char use as NOT INITIAL or NE SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 06:55:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-problem/m-p/1737223#M320624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T06:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hotspot Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-problem/m-p/1737224#M320625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before doing a call transaction, you will be calling a SET PARAMETER statement, right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't call the CALL TRANSACTION, if the variable value is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answres&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 06:55:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-problem/m-p/1737224#M320625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T06:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hotspot Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-problem/m-p/1737225#M320626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the routine called upon clicking the hotspot, check whether the field is initial; if call the transaction only if it is not&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abdullah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 07:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-problem/m-p/1737225#M320626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T07:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hotspot Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-problem/m-p/1737226#M320627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check for the NULL value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF COMM = '&amp;amp;IC1' AND SELFIELD-FIELDNAME = 'MATNR'&lt;/P&gt;&lt;P&gt;    AND SELFIELD-VALUE IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SET PARAMETER ID 'MAT' FIELD SELFIELD-VALUE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 07:31:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot-problem/m-p/1737226#M320627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T07:31:16Z</dc:date>
    </item>
  </channel>
</rss>

