<?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: Insert the logo in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3222117#M768410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujatha,&lt;/P&gt;&lt;P&gt;i didn't get u,can u plz tl me clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;chandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2008 08:26:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-04T08:26:33Z</dc:date>
    <item>
      <title>Insert the logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3222115#M768408</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 wanto insert our logo in the standard format of the purchase order right, before that i made the z file ok, in that z file i want to insert our logo, how to do the same and let me know in details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls do the needful urgently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;sujatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 08:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3222115#M768408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T08:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Insert the logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3222116#M768409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujatha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pls reward pts if help.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deepanker&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the transaction OAOR, you should be able to insert your company Logo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOTO - OAOR (Business Document Navigator)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give Class Name - PICTURES Class Type - OT..... then Execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will show you the list, then select ENJOYSAP_LOGO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On that list, you will find one control with a "create" tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click std. doc types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select SCREEN and double-click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will push FILE selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select your company logo (.gif) and press OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will ask for a description- for instance: "company logo".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will let you know your doc has been stored successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find your logo under ENJOYSAP_LOGO-&amp;gt;Screen-&amp;gt;company logo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just run your ALV program, you should find your company logo in place of the EnjoySAP logo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM TOP-OF-PAGE.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;IT_LIST_COMMENTARY = HEADING[]&lt;/P&gt;&lt;P&gt;I_LOGO = 'ENJOYSAP_LOGO'&lt;/P&gt;&lt;P&gt;I_END_OF_LIST_GRID ='GT_LIST_TOP_OF_PAGE'.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;ENDFORM. "TOP-OF-PAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here 'ENJOYSAP_LOGO' will replace by ur created logo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_enhanced.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_enhanced.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/alv-logo.htm" target="test_blank"&gt;http://www.sap-img.com/abap/alv-logo.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/fu002.htm" target="test_blank"&gt;http://www.sap-img.com/fu002.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2593327"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2852635"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pls reward pts if help.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 08:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3222116#M768409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T08:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Insert the logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3222117#M768410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujatha,&lt;/P&gt;&lt;P&gt;i didn't get u,can u plz tl me clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;chandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 08:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3222117#M768410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T08:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Insert the logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3222118#M768411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello, &lt;/P&gt;&lt;P&gt;thanks for your reply, also i want to let u know that, i want to insert our logo in the form of the sap script no the programme, let me know how to do the same in details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;suja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 09:45:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3222118#M768411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T09:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Insert the logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3222119#M768412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujatha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to SE78-&amp;gt;expand Graphics-&amp;gt;double click on BMAP-&amp;gt;press F5(import)-&amp;gt;browse the bmp file from where u want to import(Filename)-&amp;gt;Enter the name of logo on which u want to save-&amp;gt;enter description-&amp;gt;select color radio button if u want-&amp;gt;click on Enter-&amp;gt;Save.&lt;/P&gt;&lt;P&gt;go to ur sap script then add the logo which u saved in se78.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember the logo which u want to display in scripts is having with ".bmp" file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;award points,if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;chandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 10:10:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3222119#M768412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T10:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Insert the logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3222120#M768413</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 I had got the requirement correct,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you want to insert a logo in a standard script for PO,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think for this requirement, first thing you need to do is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Identify the script that gets triggered, Copy that standard script into a Z script, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make some configure changes that your Zscript gets triggered and then goto se78 and upload the logo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a logo window in your Zscript and then go to text editor and print the logo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:   INCLUDE Z_COMPANY_LOGO OBJECT GRAPHICS ID BMON LANGUAGE EN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also check out the below link, its very useful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/ts001.htm" target="test_blank"&gt;http://www.sap-img.com/ts001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 10:21:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3222120#M768413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T10:21:13Z</dc:date>
    </item>
  </channel>
</rss>

