<?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: Program Documentation Maintained ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-documentation-maintained/m-p/1538354#M245462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SRTU1_GET_REPORT_DOCUMENTATION&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass the language.&lt;/P&gt;&lt;P&gt;And in the tables IT_REPORTS pass the report name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ET_DOCUS is initial. There is no documentatin for that report. Else documentation is found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or inside that FM SAP is using a FM &amp;lt;b&amp;gt;DOCU_INIT&amp;lt;/b&amp;gt;. It is very simple. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'DOCU_INIT'         &lt;/P&gt;&lt;P&gt;      EXPORTING                    &lt;/P&gt;&lt;P&gt;           id     = 'RE'           &lt;/P&gt;&lt;P&gt;           langu  = id_langu       &lt;/P&gt;&lt;P&gt;           object = ld_object      &lt;/P&gt;&lt;P&gt;           typ    = 'E'            &lt;/P&gt;&lt;P&gt;      IMPORTING                    &lt;/P&gt;&lt;P&gt;           found  = ld_docu_found  &lt;/P&gt;&lt;P&gt;           xdokil = ls_dokil.      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in LD_OBJECT they are passing the report name.&lt;/P&gt;&lt;P&gt;If LD_DOCU_FOUND is not initial, then there is no documentation for that report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Sep 2006 17:50:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-01T17:50:50Z</dc:date>
    <item>
      <title>Program Documentation Maintained ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-documentation-maintained/m-p/1538353#M245461</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 let me know How to find out whether documentation maintained for the program or not?&lt;/P&gt;&lt;P&gt;Most probably I am expecting table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to show in the report that for a particular program documentation is maintained or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 17:28:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-documentation-maintained/m-p/1538353#M245461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T17:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Program Documentation Maintained ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-documentation-maintained/m-p/1538354#M245462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SRTU1_GET_REPORT_DOCUMENTATION&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass the language.&lt;/P&gt;&lt;P&gt;And in the tables IT_REPORTS pass the report name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ET_DOCUS is initial. There is no documentatin for that report. Else documentation is found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or inside that FM SAP is using a FM &amp;lt;b&amp;gt;DOCU_INIT&amp;lt;/b&amp;gt;. It is very simple. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'DOCU_INIT'         &lt;/P&gt;&lt;P&gt;      EXPORTING                    &lt;/P&gt;&lt;P&gt;           id     = 'RE'           &lt;/P&gt;&lt;P&gt;           langu  = id_langu       &lt;/P&gt;&lt;P&gt;           object = ld_object      &lt;/P&gt;&lt;P&gt;           typ    = 'E'            &lt;/P&gt;&lt;P&gt;      IMPORTING                    &lt;/P&gt;&lt;P&gt;           found  = ld_docu_found  &lt;/P&gt;&lt;P&gt;           xdokil = ls_dokil.      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in LD_OBJECT they are passing the report name.&lt;/P&gt;&lt;P&gt;If LD_DOCU_FOUND is not initial, then there is no documentation for that report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 17:50:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-documentation-maintained/m-p/1538354#M245462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T17:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Program Documentation Maintained ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-documentation-maintained/m-p/1538355#M245463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are the some of the tables where u can see the documentation of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DOKHL - Documentation: Headers&lt;/P&gt;&lt;P&gt;DOKTL - Documentation - text lines&lt;/P&gt;&lt;P&gt;DOKIL - Index for Documentation Table DOKH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 18:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-documentation-maintained/m-p/1538355#M245463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T18:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Program Documentation Maintained ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-documentation-maintained/m-p/1538356#M245464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Prakash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your answer helped me alot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 18:34:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-documentation-maintained/m-p/1538356#M245464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T18:34:03Z</dc:date>
    </item>
  </channel>
</rss>

