<?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: Smartforms with text type DOKU in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-with-text-type-doku/m-p/1517437#M238021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that didn't work, I can't find any "normal" way to insert this text.&lt;/P&gt;&lt;P&gt;For the moment, I have created my own code like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* Recupère la version max de la doc.
  select max( dokversion )
         into w_version
         from dokhl
         where id     eq 'TX'
         and   object eq 'QM_QCERT_GENERAL_TEXT'
         and   langu  eq sy-langu.

* Recherche des textes d'en-tete du document QM.
  select dokformat doktext
         into table it_text_line
         from doktl
         where id         eq 'TX'
         and   object     eq 'QM_QCERT_GENERAL_TEXT'
         and   langu      eq sy-langu
         and   dokversion eq w_version.


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Jul 2006 06:25:50 GMT</pubDate>
    <dc:creator>FredericGirod</dc:creator>
    <dc:date>2006-07-28T06:25:50Z</dc:date>
    <item>
      <title>Smartforms with text type DOKU</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-with-text-type-doku/m-p/1517435#M238019</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 would like to display a text in a Smartforms. This text is a standard include from the QM module. The name is QM_QCERT_GENERAL_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside this text, when I display the content in the transaction SO10, there is the code :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;INCLUDE QM_QCERT_GENERAL_TEXT OBJECT DOKU ID TX&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I press the preview button in SO10 I saw a text, but when I use this text in a smartform nothing append.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea about this problem ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2006 10:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-with-text-type-doku/m-p/1517435#M238019</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-07-27T10:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms with text type DOKU</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-with-text-type-doku/m-p/1517436#M238020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a text node and change the type to 'Include'.  Then enter the name, id, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2006 16:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-with-text-type-doku/m-p/1517436#M238020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-27T16:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms with text type DOKU</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-with-text-type-doku/m-p/1517437#M238021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that didn't work, I can't find any "normal" way to insert this text.&lt;/P&gt;&lt;P&gt;For the moment, I have created my own code like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* Recupère la version max de la doc.
  select max( dokversion )
         into w_version
         from dokhl
         where id     eq 'TX'
         and   object eq 'QM_QCERT_GENERAL_TEXT'
         and   langu  eq sy-langu.

* Recherche des textes d'en-tete du document QM.
  select dokformat doktext
         into table it_text_line
         from doktl
         where id         eq 'TX'
         and   object     eq 'QM_QCERT_GENERAL_TEXT'
         and   langu      eq sy-langu
         and   dokversion eq w_version.


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2006 06:25:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-with-text-type-doku/m-p/1517437#M238021</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-07-28T06:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms with text type DOKU</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-with-text-type-doku/m-p/1517438#M238022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the text you are looking for is 'This product was produced in accordance with the guidelines ... and monitored in every manufacturing stage',&lt;/P&gt;&lt;P&gt;then use Text Object = Text, Text ID = ST, in your text node.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2006 12:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-with-text-type-doku/m-p/1517438#M238022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-28T12:40:17Z</dc:date>
    </item>
  </channel>
</rss>

