<?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 to generate spool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-to-generate-spool/m-p/3294841#M788436</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;If the standard FM is suitable to your requirement and if you have also issue with the length. Copy the Standard FM to Z and change the length to 120 char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jan 2008 14:12:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-11T14:12:26Z</dc:date>
    <item>
      <title>Function module for to generate spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-to-generate-spool/m-p/3294840#M788435</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;here I am using the FM PRINT_SELECTIONS for collecting my data into spool through internal table as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'PRINT_SELECTIONS'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     mode      = 'TABLE'&lt;/P&gt;&lt;P&gt;     rname     = sy-cprog&lt;/P&gt;&lt;P&gt;     rvariante = sy-slset&lt;/P&gt;&lt;P&gt;   TABLES&lt;/P&gt;&lt;P&gt;     infotab   = wt_info.&lt;/P&gt;&lt;P&gt;The structure of wt_info is a refered structure of info in standard FM as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF wt_info OCCURS 0,&lt;/P&gt;&lt;P&gt;     flag,&lt;/P&gt;&lt;P&gt;     olength TYPE x,&lt;/P&gt;&lt;P&gt;     line  LIKE raldb-infoline,&lt;/P&gt;&lt;P&gt;END OF wt_info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here lie is taking only 79 chars in the spool output as it is mentioned through this structure. But our out put carring 120 chars length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here we can't change the line length for this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can please suggest any other FM for the to get output more than 120 chars length and behaves like above FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please do needfull urgently as requirement is urgent and effecting business.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hareesh Tadepalli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 14:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-to-generate-spool/m-p/3294840#M788435</guid>
      <dc:creator>hareesh_tadepalli</dc:creator>
      <dc:date>2008-01-11T14:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for to generate spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-to-generate-spool/m-p/3294841#M788436</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;If the standard FM is suitable to your requirement and if you have also issue with the length. Copy the Standard FM to Z and change the length to 120 char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 14:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-to-generate-spool/m-p/3294841#M788436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T14:12:26Z</dc:date>
    </item>
  </channel>
</rss>

