<?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 ABAP program(SE38) documentation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-se38-documentation/m-p/5637435#M1283122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've save/create the abap program documentation via SE38, radiobutton "Documentation".&lt;/P&gt;&lt;P&gt;Right now, i need to know where does the text being stored. I did try on the STXH (FM READ_TEXT) but not success. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please comment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2009 00:42:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-05T00:42:10Z</dc:date>
    <item>
      <title>ABAP program(SE38) documentation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-se38-documentation/m-p/5637435#M1283122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've save/create the abap program documentation via SE38, radiobutton "Documentation".&lt;/P&gt;&lt;P&gt;Right now, i need to know where does the text being stored. I did try on the STXH (FM READ_TEXT) but not success. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please comment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 00:42:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-se38-documentation/m-p/5637435#M1283122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-05T00:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP program(SE38) documentation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-se38-documentation/m-p/5637436#M1283123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use the FM: 'RS_TOOL_ACCESS' to call the documentation in your program.&lt;/P&gt;&lt;P&gt;If you really want to know where the doc. is  stored, you can use ST05 to find it out yourself!&lt;/P&gt;&lt;P&gt;Here is a helpful sample of this FM.&lt;/P&gt;&lt;P&gt;call function ''RS_TOOL_ACCESS' &lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;OPERATION                 =      'DOCS'&lt;/P&gt;&lt;P&gt;OBJECT_NAME            =         'ZHCHTEST'&lt;/P&gt;&lt;P&gt;OBJECT_TYPE             =        'PROG'&lt;/P&gt;&lt;P&gt;... ...&lt;/P&gt;&lt;P&gt;Try it yourself!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;P&gt;David Hu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 01:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-se38-documentation/m-p/5637436#M1283123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-05T01:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP program(SE38) documentation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-se38-documentation/m-p/5637437#M1283124</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;Goto ST05 &amp;amp; try to trace the documentation, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will fetch from different tables. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DOKCLU, DOKHL, TADIR, TRDIR, DOKIL, MIMETYPES, EPSSCHRFRM, PROGDIR,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SPERS_OBJ&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 02:18:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-se38-documentation/m-p/5637437#M1283124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-05T02:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP program(SE38) documentation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-se38-documentation/m-p/5637438#M1283125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; when we create documentation. it gets store in DOKHL,DOKTL,DOKIL,DTELDOKTL TABLES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DOKHL - Documentation Header.&lt;/P&gt;&lt;P&gt;DOKIL - Index for Documentation table dokh&lt;/P&gt;&lt;P&gt;DOKTL - Documentation - text lines.&lt;/P&gt;&lt;P&gt;DTELDOKTL- Documentation - text lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you can go to ST05 to trace the document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 05:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-se38-documentation/m-p/5637438#M1283125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-05T05:31:00Z</dc:date>
    </item>
  </channel>
</rss>

