<?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: how to get basic text lines from mara in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-basic-text-lines-from-mara/m-p/1420951#M202044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am not getting what you said &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually i need to print long texts  only &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sp plz give brief it will be useful to me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jun 2006 13:54:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-30T13:54:07Z</dc:date>
    <item>
      <title>how to get basic text lines from mara</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-basic-text-lines-from-mara/m-p/1420948#M202041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to get basic text of material masrter lines from mara table plz guide me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my rwequirement is as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Manufacture Address&lt;/P&gt;&lt;P&gt;(Manuf)	MARA	Basic Text of Material Master Lines 7-12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Storage Temperature &lt;/P&gt;&lt;P&gt;(Stor. Temp.)	MARA	Basic Text of Material Master Lines 13 &amp;amp; 14&lt;/P&gt;&lt;P&gt;plz guide me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 13:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-basic-text-lines-from-mara/m-p/1420948#M202041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T13:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to get basic text lines from mara</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-basic-text-lines-from-mara/m-p/1420949#M202042</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;They seem to be long texts, you should check the ID of those text and so using fm READ_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe the key should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THEAD-TDNAME   = &amp;lt;MATERIAL NUMBER&amp;gt;&lt;/P&gt;&lt;P&gt;THEAD-TDID     = 'GRUN'&lt;/P&gt;&lt;P&gt;THEAD-TDOBJECT = 'MATERIAL'&lt;/P&gt;&lt;P&gt;THAED-TDSPRAS  = &amp;lt;LANGUAGE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 13:45:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-basic-text-lines-from-mara/m-p/1420949#M202042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T13:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to get basic text lines from mara</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-basic-text-lines-from-mara/m-p/1420950#M202043</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;For Mateial Related texts..&lt;/P&gt;&lt;P&gt;1. material description&lt;/P&gt;&lt;P&gt;MAKT-MAKTX&lt;/P&gt;&lt;P&gt;The other texts you can get using READ_TEXT&lt;/P&gt;&lt;P&gt;you need to pass the Below prameters...&lt;/P&gt;&lt;P&gt;for material texts.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;OBJECT MATERIAL&lt;/P&gt;&lt;P&gt;TDNAME Material(18)&lt;/P&gt;&lt;P&gt;TDID BEST, GRUN, or IVER&lt;/P&gt;&lt;P&gt;TDSPRAS sy-langu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJECT MDTXT&lt;/P&gt;&lt;P&gt;TDNAME Material(18)+PLANT&lt;/P&gt;&lt;P&gt;TDID LTXT&lt;/P&gt;&lt;P&gt;TDSPRAS sy-langu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAterial Sales Text&lt;/P&gt;&lt;P&gt;OBJECT MVKE&lt;/P&gt;&lt;P&gt;TDNAME Material(18)&lt;EM&gt;Sales ORg&lt;/EM&gt;Dist Channel&lt;/P&gt;&lt;P&gt;TDID 0001&lt;/P&gt;&lt;P&gt;TDSPRAS sy-langu&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 13:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-basic-text-lines-from-mara/m-p/1420950#M202043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T13:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to get basic text lines from mara</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-basic-text-lines-from-mara/m-p/1420951#M202044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am not getting what you said &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually i need to print long texts  only &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sp plz give brief it will be useful to me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 13:54:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-basic-text-lines-from-mara/m-p/1420951#M202044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T13:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to get basic text lines from mara</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-basic-text-lines-from-mara/m-p/1420952#M202045</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;Ok but how do you have to print them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The long texts are std text so you need to get the keys (just as I and vijay said).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to print in a abap list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: THEAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: TLINES TYPE TABLE OF TLINE WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THEAD-TDNAME = &amp;lt;MATERIAL NUMBER&amp;gt;&lt;/P&gt;&lt;P&gt;THEAD-TDID = 'GRUN'&lt;/P&gt;&lt;P&gt;THEAD-TDOBJECT = 'MATERIAL'&lt;/P&gt;&lt;P&gt;THAED-TDSPRAS = &amp;lt;LANGUAGE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'READ_TEXT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CLIENT                        = SY-MANDT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    ID                            = THEAD-TDID&lt;/P&gt;&lt;P&gt;    LANGUAGE                      = THEAD-TDSPRAS&lt;/P&gt;&lt;P&gt;    NAME                          = THEAD-TDNAME&lt;/P&gt;&lt;P&gt;    OBJECT                        = THEAD-TDOBJECT&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    LINES                         = TLINES&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   ID                            = 1&lt;/P&gt;&lt;P&gt;   LANGUAGE                      = 2&lt;/P&gt;&lt;P&gt;   NAME                          = 3&lt;/P&gt;&lt;P&gt;   NOT_FOUND                     = 4&lt;/P&gt;&lt;P&gt;   OBJECT                        = 5&lt;/P&gt;&lt;P&gt;   REFERENCE_CHECK               = 6&lt;/P&gt;&lt;P&gt;   WRONG_ACCESS_TO_ARCHIVE       = 7&lt;/P&gt;&lt;P&gt;   OTHERS                        = 8&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;  MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;          WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT TLINES.&lt;/P&gt;&lt;P&gt;  WRITE: / TLINE-TDLINE.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to print by sapscript&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: INCLUDE &amp;lt;MATERIAL CODE&amp;gt; OBJECT MATERIAL ID GRUN &lt;/P&gt;&lt;P&gt;                                    LANGUAGE &amp;lt;LANGUAGE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you make sure which kind (ID) of text you need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 13:56:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-basic-text-lines-from-mara/m-p/1420952#M202045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T13:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to get basic text lines from mara</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-basic-text-lines-from-mara/m-p/1420953#M202046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nayak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to READ the Long texts , it is possible to read them using the FM READ_TEXT. for that you need to pass the Parameters. which i mentioned in my above Post.&lt;/P&gt;&lt;P&gt;you just fill the parameters with the above mentioned. Just only you need to pass the material number which you want to read the text.and run you will be able to see the long text in the lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 13:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-basic-text-lines-from-mara/m-p/1420953#M202046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T13:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to get basic text lines from mara</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-basic-text-lines-from-mara/m-p/1420954#M202047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to print these texts in smartform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so plz tell me how to do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 14:07:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-basic-text-lines-from-mara/m-p/1420954#M202047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T14:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to get basic text lines from mara</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-basic-text-lines-from-mara/m-p/1420955#M202048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vijay &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to write code in application program and in smartform (i need to display these texts in sf)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so plz guide me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 14:12:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-basic-text-lines-from-mara/m-p/1420955#M202048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T14:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to get basic text lines from mara</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-basic-text-lines-from-mara/m-p/1420956#M202049</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;Ok you can create a node trxt and choose INCLUDE TEXT as type text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the tab on your right you should see these input:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text name    = &amp;amp;WA-MATNR&amp;amp;&lt;/P&gt;&lt;P&gt;Text object  = 'MATERIAL'&lt;/P&gt;&lt;P&gt;Text ID      = 'GRUN'&lt;/P&gt;&lt;P&gt;Language     = &amp;amp;WA-SPRAS&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example I transfer the name and language as variable because I can know them at run time and object and id are fixed because I want to print only that kind of text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I don't know your situation (perhaps you can know all data at runtime and so you have to transfer all as variable).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA (in this example) is the structure of SF where I store the data of material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should set the check box 'No error if no text exist' in this way no dump'll occur if the long text doesn't exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it can be helpful for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 14:18:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-basic-text-lines-from-mara/m-p/1420956#M202049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T14:18:24Z</dc:date>
    </item>
  </channel>
</rss>

