<?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/9418582#M1737760</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;&amp;nbsp;&amp;nbsp; You can do in this way too. &lt;/P&gt;&lt;P&gt;&amp;nbsp; Save your Picture as .BMP (Bitmap image).&lt;/P&gt;&lt;P&gt;Go to SE78.&lt;/P&gt;&lt;P&gt;Upload your image in color and give Resolution&amp;nbsp; as 75.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you can use it to .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;PRudhvi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 May 2013 10:55:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-05-17T10:55:52Z</dc:date>
    <item>
      <title>ALV Using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/9418578#M1737756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created one report using ALV Function Modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;I followed all these steps for uploading Logo :-:&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;1.&amp;nbsp; Goto the transaction OAER&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;2.&amp;nbsp; Enter the class name as 'PICTURES'&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;3.&amp;nbsp; Enter the class type as 'OT'&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;4.&amp;nbsp; Enter the object key as the name of the logo you wish to give&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;5.&amp;nbsp; Execute&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;6.&amp;nbsp; Then in the new screen select Standard doc. types in bottom window&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Click on the Screen icon &lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now, it will ask for the file path where you have to upload the logo&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;7.&amp;nbsp; Now you can use this logo in REUSE_ALV_COMMENTARY_WRITE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And displayed using FM....&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52" style="font-size: 10pt;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 10pt;"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-size: 10pt;"&gt;'REUSE_ALV_COMMENTARY_WRITE'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_list_commentary &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lt_header&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_logo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'MYLOGO'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When logo is uploaded, in OAER transaction default logo size is &lt;STRONG&gt;819 X 460&lt;/STRONG&gt; px.&lt;/P&gt;&lt;P&gt;Same size appears in report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to re-size the image/logo ????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 10:42:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/9418578#M1737756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-17T10:42:09Z</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/9418579#M1737757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shashank,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; one alternative is keep the logo size small and upload it...............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;narayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 10:46:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/9418579#M1737757</guid>
      <dc:creator>uppu_narayan</dc:creator>
      <dc:date>2013-05-17T10:46:00Z</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/9418580#M1737758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;re-size it before you upload it with TC OAER&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 10:47:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/9418580#M1737758</guid>
      <dc:creator>PeterJonker</dc:creator>
      <dc:date>2013-05-17T10:47:01Z</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/9418581#M1737759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shashank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reduce the logo size using MS-Paint or any such tool and then upload it using OAER. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that it will fit into the header area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Gurulakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 10:54:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/9418581#M1737759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-17T10:54:12Z</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/9418582#M1737760</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;&amp;nbsp;&amp;nbsp; You can do in this way too. &lt;/P&gt;&lt;P&gt;&amp;nbsp; Save your Picture as .BMP (Bitmap image).&lt;/P&gt;&lt;P&gt;Go to SE78.&lt;/P&gt;&lt;P&gt;Upload your image in color and give Resolution&amp;nbsp; as 75.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you can use it to .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;PRudhvi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 10:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/9418582#M1737760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-17T10:55:52Z</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/9418583#M1737761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Uppu and Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have a logo image of size 158 X 66. When I upload the image in OAER it will display the uploaded image in the right block. The image is of type JPG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I right click and see the properties. It displays dimensions as &lt;STRONG style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;819 X 460&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 10:59:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/9418583#M1737761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-17T10:59:30Z</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/9418584#M1737762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shashank,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; kindly modify your image size in the mspaint and save it as bmp image and then try uploading it.................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;narayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 11:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/9418584#M1737762</guid>
      <dc:creator>uppu_narayan</dc:creator>
      <dc:date>2013-05-17T11:43:21Z</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/9418585#M1737763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , Go to SE78 and then upload it and reduce the resolution percentage .&amp;nbsp; Regards , Suvendu Chakraborty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 13:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/9418585#M1737763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-17T13:55:15Z</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/9418586#M1737764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Alternate to upload image is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Save any Image as 24 bit bitmap image.&lt;/P&gt;&lt;P&gt;2. Go to SE78 TCODE and try to import the same image.&lt;/P&gt;&lt;P&gt;3. You can give resolution as 100 DPI or 75 DPI according to your need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will solve your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 14:40:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/9418586#M1737764</guid>
      <dc:creator>former_member420878</dc:creator>
      <dc:date>2013-05-17T14:40:51Z</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/9418587#M1737765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;please upload the image of .bmp format and before upload alter the size of image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 06:01:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-fm/m-p/9418587#M1737765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-20T06:01:41Z</dc:date>
    </item>
  </channel>
</rss>

