<?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: function help_start in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-help-start/m-p/5416551#M1243550</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;Check this Fm &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP'
           EXPORTING
                DOKCLASS           = 'RE'
                DOKNAME            = &amp;lt;Reportname&amp;gt;
                SHORT_TEXT         = 'X'
           EXCEPTIONS
                OTHERS             = 1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Apr 2009 15:55:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-07T15:55:38Z</dc:date>
    <item>
      <title>function help_start</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-help-start/m-p/5416550#M1243549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have create a documentation for my program. Furthermore I have create a button on the dynpro where I execute the dunction help_start. But when I look to the window which will be open after the click on the button I only see an empty window for the documentation only with the title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I add the documentation of the program to the function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use following coding:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    WHEN 'INFO'.

      DATA: ls_help_info LIKE help_info,
            lt_dselc     LIKE dselc OCCURS 0,
            lt_dval      LIKE dval OCCURS 0.

      ls_help_info-call   = 'D'.
      ls_help_info-object = 'N'.
      ls_help_info-spras  = sy-langu.
      ls_help_info-docuid = 'RE'.
      ls_help_info-report = text-001.
    

      CALL FUNCTION 'HELP_START'
        EXPORTING
          help_infos   = ls_help_info
        TABLES
          dynpselect   = lt_dselc
          dynpvaluetab = lt_dval
        EXCEPTIONS
          OTHERS       = 1.

  ENDCASE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 15:48:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-help-start/m-p/5416550#M1243549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-07T15:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: function help_start</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-help-start/m-p/5416551#M1243550</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;Check this Fm &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP'
           EXPORTING
                DOKCLASS           = 'RE'
                DOKNAME            = &amp;lt;Reportname&amp;gt;
                SHORT_TEXT         = 'X'
           EXCEPTIONS
                OTHERS             = 1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 15:55:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-help-start/m-p/5416551#M1243550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-07T15:55:38Z</dc:date>
    </item>
  </channel>
</rss>

