<?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 sap script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1568393#M256643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone give me the procedure to upload a logo from presentation server to SE78 and to sap-script form&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Sep 2006 06:54:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-18T06:54:24Z</dc:date>
    <item>
      <title>sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1568393#M256643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone give me the procedure to upload a logo from presentation server to SE78 and to sap-script form&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 06:54:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1568393#M256643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T06:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1568394#M256644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go through the following Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve as per below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I want to upload a coloured logo from my desktop to SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Upload your logo via SE78.&lt;/P&gt;&lt;P&gt;- Select 'Import' button from application toolbar of SE78, and perform upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Then i want to upload that coloured Logo into my SAP Script output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- At SE71, goto Text Element from your window logo (window where you locate your company logo), and place the following statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BITMAP 'COMPANY_LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 150&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 06:58:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1568394#M256644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T06:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1568395#M256645</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;   First u need to upload the logo into the SAP syatem and then u can use it in ur Form. For this u have use TCode SE78. Goto SE78 and expand graphics button, u will find bmap images button. Double click and give the path of ur logo. this completes the uploading of logo into the sap system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then u goto the form and create a window for logo and in that goto text elements and insert graphics and select tab strip stored on document server and choose clor bitmap image and select the logo u have uploaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards&lt;/P&gt;&lt;P&gt;Badri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 07:00:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1568395#M256645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T07:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1568396#M256646</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;Check this,&lt;/P&gt;&lt;P&gt;&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 = t_header.&lt;/P&gt;&lt;P&gt;            i_logo             = 'Z_LOGO'.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this link also:&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;/P&gt;&lt;P&gt;Upload Logo for REUSE_ALV_COMMENTARY_WRITE &lt;/P&gt;&lt;P&gt;For those who wish to upload and use a picture in your ALV abap reports. &lt;/P&gt;&lt;P&gt;Steps for uploading Logo :-: &lt;/P&gt;&lt;P&gt;1. Goto the transaction OAER &lt;/P&gt;&lt;P&gt;2. Enter the class name as 'PICTURES' &lt;/P&gt;&lt;P&gt;3. Enter the class type as 'OT' &lt;/P&gt;&lt;P&gt;4. Enter the object key as the name of the logo you wish to give &lt;/P&gt;&lt;P&gt;5. Execute &lt;/P&gt;&lt;P&gt;6. Then in the new screen select Standard doc. types in bottom window &lt;/P&gt;&lt;P&gt;Click on the Screen icon &lt;/P&gt;&lt;P&gt;Now, it will ask for the file path where you have to upload the logo &lt;/P&gt;&lt;P&gt;7. Now you can use this logo in REUSE_ALV_COMMENTARY_WRITE &lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;Import Logo and Background Picture for Reporting &lt;/P&gt;&lt;P&gt;In this step, you can import a customer-specific logo and a background picture into the R/3 System. These will be displayed in the header area of reports in HR Funds and Position Management. &lt;/P&gt;&lt;P&gt;From the SPRO: &lt;/P&gt;&lt;P&gt;HR Funds and Position Management --&amp;gt; Dialog Control --&amp;gt; Customize Reporting Interface --&amp;gt; Import Logo and Background Picture for Reporting. &lt;/P&gt;&lt;P&gt;Activities &lt;/P&gt;&lt;P&gt;1. Enter the Name of your logo/background picture as an object key in the initial screen. &lt;/P&gt;&lt;P&gt;2. Make sure that the class name is PICTURES, and the class type is OT. &lt;/P&gt;&lt;P&gt;3. Choose Execute. &lt;/P&gt;&lt;P&gt;4. Double-click the document type Picture on the Create tab page. A dialog box will appear in which you can enter the path in which the logo/background picture can be found. &lt;/P&gt;&lt;P&gt;5. Enter the path and choose Open. The logo will be uploaded into the current R/3 System. If the logo/background picture is to be transported into other systems as well, choose Transport. &lt;/P&gt;&lt;P&gt;6. Return to the initial screen and repeat the procedure after having entered the Name of your background picture as an object key. &lt;/P&gt;&lt;P&gt;Please note that the logo/background picture can only be displayed in ALV-based reports with an HTML header. Manually programmed reports such as business distribution plans are not based on the ALV. &lt;/P&gt;&lt;P&gt;If you have selected several initial objects, ALV-based reports in HR Funds and Position Management will automatically use a hiearchical-sequential display. A logo is not displayed here either. Note also that the logo cannot be printed (see print preview in program). &lt;/P&gt;&lt;P&gt;Make sure that the logo does not exceed a height of 100 pixels because it would mean that the header of the report will be scrollable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below links also,&lt;/P&gt;&lt;P&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;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.sapdevelopment.co.uk/reporting/alv/alvgrid_rephead.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_rephead.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Shalini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 07:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1568396#M256646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T07:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1568397#M256647</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;u can also use the program RSTXLDMC.Execute it and specify ur filename..or goto SE78&lt;/P&gt;&lt;P&gt;Select 'Import' button (F5)&lt;/P&gt;&lt;P&gt;and upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto Text Elements..&lt;/P&gt;&lt;P&gt;Click INSERT-&amp;gt;Graphics-&amp;gt; give name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;do reward if it helps,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 07:11:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1568397#M256647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T07:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1568398#M256648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pankaj,&lt;/P&gt;&lt;P&gt;First u have to convert logo in .TIFF file then use report RSTXLDMC for upload logo in SAP then u can use that logo in sap-script through graphics.&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;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 08:10:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1568398#M256648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T08:10:40Z</dc:date>
    </item>
  </channel>
</rss>

