<?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: Function Module for Header Text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-header-text/m-p/4322075#M1029892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ysera,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use READ_TEXT to retreive header text.&lt;/P&gt;&lt;P&gt;READ_TEXT provides a text for the application program in the specified work areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module reads the desired text from the text file, the text memory, or the archive. You must fully specify the text using OBJECT, NAME, ID, and LANGUAGE. An internal work area can hold only one text; therefore, generic specifications are not allowed with these options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After successful reading, the system places header information and text lines into the work areas specified with HEADER and LINES. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to used the READ_TEXT functions to read the SAP long text. &lt;STRONG&gt;e.g. Sales Order, Purchase Order Item text etc.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;To check your long text header, go into the long text. Click &lt;STRONG&gt;Goto -&amp;gt; Header&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;This will give you OBJECT, NAME, ID, and LANGUAGE.&lt;/P&gt;&lt;P&gt;Pass them in the FM, you will get the header text that you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also go through the below link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/en/d6/0db8c8494511d182b70000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/en/d6/0db8c8494511d182b70000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Aug 2008 05:09:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-14T05:09:33Z</dc:date>
    <item>
      <title>Function Module for Header Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-header-text/m-p/4322071#M1029888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does anyone know if there is a function module that will be used in retrieving the header text? I will be displaying the data in SMARTFORM format. Your help is highly much appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 04:57:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-header-text/m-p/4322071#M1029888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T04:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Header Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-header-text/m-p/4322072#M1029889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use READ_TEXT.&lt;/P&gt;&lt;P&gt;You can use the Include Text by adding a Text Node in the smartform...then u will not require any other FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 04:58:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-header-text/m-p/4322072#M1029889</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2008-08-14T04:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Header Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-header-text/m-p/4322073#M1029890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use Fm Read_text  for  that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 04:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-header-text/m-p/4322073#M1029890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T04:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Header Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-header-text/m-p/4322074#M1029891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will be retrieving the order header text... for every order, it changes the header text..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 05:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-header-text/m-p/4322074#M1029891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T05:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Header Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-header-text/m-p/4322075#M1029892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ysera,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use READ_TEXT to retreive header text.&lt;/P&gt;&lt;P&gt;READ_TEXT provides a text for the application program in the specified work areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module reads the desired text from the text file, the text memory, or the archive. You must fully specify the text using OBJECT, NAME, ID, and LANGUAGE. An internal work area can hold only one text; therefore, generic specifications are not allowed with these options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After successful reading, the system places header information and text lines into the work areas specified with HEADER and LINES. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to used the READ_TEXT functions to read the SAP long text. &lt;STRONG&gt;e.g. Sales Order, Purchase Order Item text etc.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;To check your long text header, go into the long text. Click &lt;STRONG&gt;Goto -&amp;gt; Header&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;This will give you OBJECT, NAME, ID, and LANGUAGE.&lt;/P&gt;&lt;P&gt;Pass them in the FM, you will get the header text that you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also go through the below link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/en/d6/0db8c8494511d182b70000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/en/d6/0db8c8494511d182b70000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 05:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-header-text/m-p/4322075#M1029892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T05:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Header Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-header-text/m-p/4322076#M1029893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do I still need to do coding for retrieving the order header text or just passing the function module for SMARTFORMS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 05:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-header-text/m-p/4322076#M1029893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T05:09:54Z</dc:date>
    </item>
  </channel>
</rss>

