<?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 Picture printing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/picture-printing/m-p/3260412#M778890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;How can i print a picture from the container?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I take a picture from the sap server and put it on the container. and then i need to print it. how cani do it???&lt;/P&gt;&lt;P&gt;help please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jan 2008 04:26:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-11T04:26:00Z</dc:date>
    <item>
      <title>Picture printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picture-printing/m-p/3260412#M778890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;How can i print a picture from the container?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I take a picture from the sap server and put it on the container. and then i need to print it. how cani do it???&lt;/P&gt;&lt;P&gt;help please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 04:26:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picture-printing/m-p/3260412#M778890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T04:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Picture printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picture-printing/m-p/3260413#M778891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does anyone know?&lt;/P&gt;&lt;P&gt;i really need help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 05:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picture-printing/m-p/3260413#M778891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T05:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Picture printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picture-printing/m-p/3260414#M778892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam not very sure but try uploading picture into sap server through transaction SMW0 and then print it through ALV container.&lt;/P&gt;&lt;P&gt;Tha ALV class used for displaying in container is CL_GUI_CUSTOM_CONTAINER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOPE THIS HELPS U......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;suma sailaja pvn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 05:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picture-printing/m-p/3260414#M778892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T05:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Picture printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picture-printing/m-p/3260415#M778893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can only display it through CL_GUI_CUSTOM_CONTAINER.&lt;/P&gt;&lt;P&gt;But this class doesnt have the print method.&lt;/P&gt;&lt;P&gt;thats what i was looking for...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you know how to print it exactly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 06:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picture-printing/m-p/3260415#M778893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T06:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Picture printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picture-printing/m-p/3260416#M778894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To handle printing adjustments via a structure to be passed to the parameter &lt;STRONG&gt;&amp;#147;&lt;/STRONG&gt;is_print&lt;STRONG&gt;&amp;#148;&lt;/STRONG&gt; of the method &lt;STRONG&gt;&amp;#147;&lt;/STRONG&gt;set_table_for_first_display&lt;STRONG&gt;&amp;#148;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*************************************************************************&lt;/P&gt;&lt;P&gt;Field name : &lt;STRONG&gt;GRPCHGEDIT&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description: Enables user-definable group change editing for the print preview mode. If this field is set, the jump to the SAP List Viewer is configured accordingly. On the sort dialog box, the user can then determine how a sorting criterion value change is indicated graphically: as a page break or as an underline. &lt;/P&gt;&lt;P&gt;Using the sort table you can dynamically set this formatting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value range : SPACE, 'X' &lt;/P&gt;&lt;P&gt;**************************************************************************&lt;/P&gt;&lt;P&gt;Field name : &lt;STRONG&gt;NO_COLWOPT&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description: The ALV Grid Control sets all columns to their optimum width before the list is printed or displayed in the print preview. If you set this parameter, this default setting is overridden. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value range : SPACE, 'X' &lt;/P&gt;&lt;P&gt;***************************************************************************&lt;/P&gt;&lt;P&gt;Field name : &lt;STRONG&gt;PRNTLSTINF&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description: Prints list information. If this field is set, information on sorting, subtotals and filters defined as well as data statistics are printed at the beginning of the list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value range : SPACE, 'X' &lt;/P&gt;&lt;P&gt;***************************************************************************&lt;/P&gt;&lt;P&gt;Field name :&lt;STRONG&gt;PRNT_TITLE&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description:Specifies the time at which the grid title is to be printed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value range : 0-3 with the following meaning: &lt;/P&gt;&lt;P&gt;	&amp;#149; 0: Before the event PRINT_TOP_OF_LIST &lt;/P&gt;&lt;P&gt;	&amp;#149; 1: After the event PRINT_TOP_OF_LIST &lt;/P&gt;&lt;P&gt;	&amp;#149; 2: Before the event PRINT_TOP_OF_PAGE &lt;/P&gt;&lt;P&gt;	&amp;#149; 3: After the event PRINT_TOP_OF_PAGE &lt;/P&gt;&lt;P&gt;****************************************************************************&lt;/P&gt;&lt;P&gt;Field name : &lt;STRONG&gt;RESERVELNS&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description: Number of reserved rows for event print_end_of_page. If no number is specified, the text specified there is overwritten by the list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value range : Natural number &lt;/P&gt;&lt;P&gt;****************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The print output of the field &amp;#147;PRNTLSTINF&amp;#148; is not visible in the print preview of the ALV Grid. If you create a spool request first, you can check the final list layout in transaction SP01.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sayak...                ..."reward if it is useful"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 06:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picture-printing/m-p/3260416#M778894</guid>
      <dc:creator>RoySayak</dc:creator>
      <dc:date>2008-01-11T06:45:53Z</dc:date>
    </item>
  </channel>
</rss>

