<?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: Documentation from Data Elements in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/documentation-from-data-elements/m-p/6259900#M1384824</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;  I think it is possible to download documentation from data elements of same package. First you have to fetch data elements using the package( TADIR) and then fetch the corresponding documentation using fm &lt;STRONG&gt;DOCU_READ&lt;/STRONG&gt; for the same into internal table and download it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Veeresh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: veereshbabu ponnada on Oct 26, 2009 11:29 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2009 05:52:59 GMT</pubDate>
    <dc:creator>former_member673464</dc:creator>
    <dc:date>2009-10-26T05:52:59Z</dc:date>
    <item>
      <title>Documentation from Data Elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/documentation-from-data-elements/m-p/6259898#M1384822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Is it possible to download documentation from data elements of particular package as one file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 05:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/documentation-from-data-elements/m-p/6259898#M1384822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T05:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation from Data Elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/documentation-from-data-elements/m-p/6259899#M1384823</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;&lt;/P&gt;&lt;P&gt;Use transaction SE61 to download it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 05:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/documentation-from-data-elements/m-p/6259899#M1384823</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2009-10-26T05:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation from Data Elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/documentation-from-data-elements/m-p/6259900#M1384824</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;  I think it is possible to download documentation from data elements of same package. First you have to fetch data elements using the package( TADIR) and then fetch the corresponding documentation using fm &lt;STRONG&gt;DOCU_READ&lt;/STRONG&gt; for the same into internal table and download it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Veeresh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: veereshbabu ponnada on Oct 26, 2009 11:29 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 05:52:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/documentation-from-data-elements/m-p/6259900#M1384824</guid>
      <dc:creator>former_member673464</dc:creator>
      <dc:date>2009-10-26T05:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation from Data Elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/documentation-from-data-elements/m-p/6259901#M1384825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there are few FMs which you can use to read the levels:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Function module              HR_ECM_GET_TEXT_DATA_ELEMENT
  Import parameters               Value
  DATA_ELEMENT                    VBELN

  Export parameters               Value
  DESCRIPTION                     Sales and Distribution Document Number
  LABEL_SHORT                     SD Doc.
  LABEL_MEDIUM                    Sales Document
  LABEL_LONG                      Sales Document
  LABEL_HEADING                   Document
  IS_OK                           X&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Function module              TB_DATAELEMENT_GET_TEXTS
  Import parameters               Value
  NAME                            VBELN

  Export parameters               Value
  DESCRIPTION                     Sales and Distribution Document Number
  LENGTH_FIELD                    000010
  LENGTH_HEADER                   10
  LENGTH_LONG                     20
  LENGTH_MIDDLE                   15
  LENGTH_SHORT                    10
  TEXT_HEADER                     Document
  TEXT_LONG                       Sales Document
  TEXT_MIDDLE                     Sales Document
  TEXT_SHORT                      SD Doc.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 06:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/documentation-from-data-elements/m-p/6259901#M1384825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T06:11:23Z</dc:date>
    </item>
  </channel>
</rss>

