<?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: ALV USING FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/3678611#M885871</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;DATA: gd_prntparams type slis_print_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;i_callback_program = gd_repid&lt;/P&gt;&lt;P&gt;i_callback_top_of_page = 'TOP-OF-PAGE'&lt;/P&gt;&lt;P&gt;is_layout = gd_layout&lt;/P&gt;&lt;P&gt;it_fieldcat = fieldcatalog[]&lt;/P&gt;&lt;P&gt;is_print = gd_prntparams &lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;t_outtab = it_ekko&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform build_print_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form build_print_params.&lt;/P&gt;&lt;P&gt;gd_prntparams-reserve_lines = '3'. "Lines reserved for footer&lt;/P&gt;&lt;P&gt;gd_prntparams-no_coverpage = 'X'.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Apr 2008 07:15:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-18T07:15:27Z</dc:date>
    <item>
      <title>ALV USING FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/3678608#M885868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;1) I want to send my output(alv),by  print could you please guide me  to take printout in alv using fm.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 06:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/3678608#M885868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T06:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: ALV USING FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/3678609#M885869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ALV_TREE_PRINT_SERVER       &lt;/P&gt;&lt;P&gt;CKALV_USER_EXIT_PRINT       &lt;/P&gt;&lt;P&gt;TAX_REP_PRINT_ALV_LIST_TITLE&lt;/P&gt;&lt;P&gt;TAX_REP_PRINT_N_ALV_LISTS   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 06:23:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/3678609#M885869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T06:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: ALV USING FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/3678610#M885870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Anyway if you want to print the ALV without display it on screen, you should transfer the coorect value to the structue IS_PRINT, this is help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Print control parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRINT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value set: SPACE, 'X'&lt;/P&gt;&lt;P&gt;'X' = the list is to be printed and not displayed on the screen. Other settings can be made in the print parameter screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NO_PRINT_SELINFOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value set: SPACE, 'X'&lt;/P&gt;&lt;P&gt;'X' = do not print selection info (see LAYOUT-GET_SELINFOS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NO_COVERPAGE&lt;/P&gt;&lt;P&gt;value set: SPACE, 'X'&lt;/P&gt;&lt;P&gt;'X' = do not print selection information and list status on a separate page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NO_NEW_PAGE&lt;/P&gt;&lt;P&gt;value set: SPACE, 'X'&lt;/P&gt;&lt;P&gt;For internal use only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESERVE_LINES&lt;/P&gt;&lt;P&gt;value set: 0, n&lt;/P&gt;&lt;P&gt;Not relevant for hierarchical-sequential lists and block lists.&lt;/P&gt;&lt;P&gt;n = number of lines to be printed by the user in the footer area in the Callback at the event END_OF_PAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NO_PRINT_LISTINFOS&lt;/P&gt;&lt;P&gt;value set: SPACE, 'X'&lt;/P&gt;&lt;P&gt;'X' = Do not print list status (sort, subtotal and filter information).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NO_CHANGE_PRINT_PARAMS&lt;/P&gt;&lt;P&gt;value set: SPACE, 'X'&lt;/P&gt;&lt;P&gt;SPACE = (default) The output format (number of columns) is dynamically adjusted to the list width (max. 255).&lt;/P&gt;&lt;P&gt;'X' = The current print parameters are used. If the list is wider, the output width is not dynamically adjusted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're using the method the parameter is IS_PRINT like LVC_S_PRNT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SHIVA(reward if helpful).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 06:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/3678610#M885870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T06:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: ALV USING FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/3678611#M885871</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;DATA: gd_prntparams type slis_print_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;i_callback_program = gd_repid&lt;/P&gt;&lt;P&gt;i_callback_top_of_page = 'TOP-OF-PAGE'&lt;/P&gt;&lt;P&gt;is_layout = gd_layout&lt;/P&gt;&lt;P&gt;it_fieldcat = fieldcatalog[]&lt;/P&gt;&lt;P&gt;is_print = gd_prntparams &lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;t_outtab = it_ekko&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform build_print_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form build_print_params.&lt;/P&gt;&lt;P&gt;gd_prntparams-reserve_lines = '3'. "Lines reserved for footer&lt;/P&gt;&lt;P&gt;gd_prntparams-no_coverpage = 'X'.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 07:15:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/3678611#M885871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T07:15:27Z</dc:date>
    </item>
  </channel>
</rss>

