<?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 Search-help problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/8251894#M1631158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a little problem with search help.&lt;/P&gt;&lt;P&gt;There is a type with search help connected. Included search helps contain 2 positions. First one (which cause the problem) has the search help exit function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM has some parameters fe. SHLP or CALLCONTROL...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From code I am put my break-point in exit above. After F4 was pressed we are in FM but the parameters are filled.&lt;/P&gt;&lt;P&gt;The question is how to debug some code where the f.e. SHLP deep structure is filled ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Sep 2011 07:15:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-21T07:15:58Z</dc:date>
    <item>
      <title>Search-help problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/8251894#M1631158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a little problem with search help.&lt;/P&gt;&lt;P&gt;There is a type with search help connected. Included search helps contain 2 positions. First one (which cause the problem) has the search help exit function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM has some parameters fe. SHLP or CALLCONTROL...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From code I am put my break-point in exit above. After F4 was pressed we are in FM but the parameters are filled.&lt;/P&gt;&lt;P&gt;The question is how to debug some code where the f.e. SHLP deep structure is filled ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 07:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/8251894#M1631158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-21T07:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Search-help problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/8251895#M1631159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're using the old debugger, click the "Call stack" button... If you're using the new debugger, try clicking the "Standard" tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll see there on how "deep" are you already... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;9		FUNCTION	S_UI_CLASS_DEPENDENCIES	SAPLURL_GENERATION&lt;/P&gt;&lt;P&gt;8		FUNCTION	TRANSACTION_TYPE_FOR_WORKPLACE	SAPLSETRAN&lt;/P&gt;&lt;P&gt;7		FUNCTION	NAVIGATION_CHECK_TCODE_TYPE	SAPLSMTR_NAVIGATION_MODULES&lt;/P&gt;&lt;P&gt;6		FUNCTION	NAVIGATION_EXECUTE_OBJECT_HELP	SAPLSMTR_NAVIGATION_MODULES&lt;/P&gt;&lt;P&gt;5		FUNCTION	NAVIGATION_EXECUTE_OBJECT	SAPLSMTR_NAVIGATION_MODULES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the example, you are currently at the 9th level (deep), double click "TRANSACTION_TYPE_FOR_WORKPLACE", you'll go in that line of code (that line of code called "S_UI_CLASS_DEPENDENCIES" - which you are currently in). Try placing some debugs in the previous calls and hope that you'll see where it is being populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Benedict&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 07:34:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/8251895#M1631159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-21T07:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Search-help problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/8251896#M1631160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 07:47:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/8251896#M1631160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-21T07:47:15Z</dc:date>
    </item>
  </channel>
</rss>

