<?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: Create a program documentation dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-program-documentation-dynamically/m-p/9180994#M1713083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;I have played around and are currently testing, but it seems that I can create / modify the documentation with the FB "&lt;STRONG&gt;DOCU_DATEUP&lt;/STRONG&gt;" &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1115/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The template of the documentation in sapscript I get via "DOCU_READ" - also if it doesn't exist.&lt;/P&gt;&lt;P&gt;Then I could expand the documentation with my content and update (insert) it through "DOCU_DATEUP".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tranport I would organise over "RS_CORR_INSERT" with e071 entry...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2012 13:25:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-12-18T13:25:48Z</dc:date>
    <item>
      <title>Create a program documentation dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-program-documentation-dynamically/m-p/9180992#M1713081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abap-gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have a big report-collection (&amp;gt; 1500 reports) which are not documentated.&lt;/P&gt;&lt;P&gt;But the customer now want to have for each report that there is a small documentation (blue Info-Button in selection-screen).&lt;/P&gt;&lt;P&gt;At least date of the last change of the report, author, short-description and so on - all that what I can select out of system tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is: I know how I can create this doumentation via dialog, but how I can create program documentation (sapscript) dynamically in background?&lt;/P&gt;&lt;P&gt;I know the tables DOKIL, DOKHL and DOKTL but no way to create a documenation via automatism.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea for my problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 10:21:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-program-documentation-dynamically/m-p/9180992#M1713081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-18T10:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create a program documentation dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-program-documentation-dynamically/m-p/9180993#M1713082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know a proper (i.e. "official" or SAP released) way to do this. An ST12 trace showed that a call to function module DOCU_UPDATE does the actual update of the tables you mentioned.&lt;/P&gt;&lt;P&gt;You could check the where-used-list to find out how this needs to be called and maybe wrap your own Z-function or method around it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 12:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-program-documentation-dynamically/m-p/9180993#M1713082</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2012-12-18T12:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create a program documentation dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-program-documentation-dynamically/m-p/9180994#M1713083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;I have played around and are currently testing, but it seems that I can create / modify the documentation with the FB "&lt;STRONG&gt;DOCU_DATEUP&lt;/STRONG&gt;" &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1115/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The template of the documentation in sapscript I get via "DOCU_READ" - also if it doesn't exist.&lt;/P&gt;&lt;P&gt;Then I could expand the documentation with my content and update (insert) it through "DOCU_DATEUP".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tranport I would organise over "RS_CORR_INSERT" with e071 entry...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 13:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-program-documentation-dynamically/m-p/9180994#M1713083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-18T13:25:48Z</dc:date>
    </item>
  </channel>
</rss>

