How to down lodoad logo  from se78

Dear friends
in SE78 in uploaded logo of my client, but the problem is i want to down lode logo from se 78
can any one help me how to down lode logo from se78 to desk to

REPORT Z_DUMMY_ATG_3.
DATA : L_BYTECOUNT TYPE I,
       L_TDBTYPE   LIKE STXBITMAPS-TDBTYPE,
       L_CONTENT   TYPE STANDARD TABLE OF BAPICONTEN INITIAL SIZE 0.
DATA: GRAPHIC_SIZE TYPE I.
DATA: BEGIN OF GRAPHIC_TABLE OCCURS 0,
LINE(255) TYPE X,
END OF GRAPHIC_TABLE.
CALL FUNCTION 'SAPSCRIPT_GET_GRAPHIC_BDS'
  EXPORTING
    I_OBJECT       = 'GRAPHICS'
    I_NAME         = 'ZPRUEBA'
    I_ID           = 'BMAP'
    I_BTYPE        = 'BCOL'
  IMPORTING
    E_BYTECOUNT    = L_BYTECOUNT
  TABLES
    CONTENT        = L_CONTENT
  EXCEPTIONS
    NOT_FOUND      = 1
    BDS_GET_FAILED = 2
    BDS_NO_CONTENT = 3
    OTHERS         = 4.
CALL FUNCTION 'SAPSCRIPT_CONVERT_BITMAP'
  EXPORTING
    OLD_FORMAT               = 'BDS'
    NEW_FORMAT               = 'BMP'
    BITMAP_FILE_BYTECOUNT_IN = L_BYTECOUNT
  IMPORTING
    BITMAP_FILE_BYTECOUNT    = GRAPHIC_SIZE
  TABLES
    BDS_BITMAP_FILE          = L_CONTENT
    BITMAP_FILE              = GRAPHIC_TABLE
  EXCEPTIONS
    OTHERS                   = 1.
CALL FUNCTION 'WS_DOWNLOAD'
  EXPORTING
    BIN_FILESIZE            = GRAPHIC_SIZE
    FILENAME                = 'C:\FirmaAsociado.bmp'
    FILETYPE                = 'BIN'
  TABLES
    DATA_TAB                = GRAPHIC_TABLE
  EXCEPTIONS
    INVALID_FILESIZE        = 1
    INVALID_TABLE_WIDTH     = 2
    INVALID_TYPE            = 3
    NO_BATCH                = 4
    UNKNOWN_ERROR           = 5
    GUI_REFUSE_FILETRANSFER = 6.
IF SY-SUBRC  0.
  MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
          WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
Reward if useful

Similar Messages

  • How to down load graphics from se78 transaction to local desk top?

    Hi Experts,
    I've a requirement on sap scripts.
    I've to copy the graphics from one system to another system.
    For this i've to download the graphic from transaction code SE78 to local desck top..Is it possible to download the graphics .
    Could you please send me the reply as early as possible.
    Regards,
    Rekha

    Hi Rekha,
    Apart from the above solution u can try the following steps also:
    1)Print the graphic first which will generate a spool.
    2)Note down the spool no. & use Tcode zpdf to convert the spool into a pdf doc which will save the file with the graphic in ur desktop.
    Regards,
    Himayan

  • How to import a logo from flat file to SAP in SMARTFORM.

    how to import a logo from flat file to SAP in SMARTFORM. i need to know whether TIFF format is used and also the full steps.
    Thanks,

    Hi,
    You can not directly use a logo from a file into a Smart form. First you will have to upload it to SAP. This has to be done only once. Once it is imported into SAP then you can use it in smart form. To import a logo to SAP, goto SE78. Open the tree under GRAPHICS. Select the file type and click on the Import (first button on the toolbar, just before delete button). Select the logo file and give it some appropriate name along with description. Select appropriate type of the image and click Continue. Your logo will be uploaded into SAP from a file. Now in your smartform, Create a Graphic Node, give the name of the logo along with other properties. In this way you can import a logo from a flat file into SAP and consequently in a smart form.
    Reward points if the answer is helpful.
    Regards,
    Mukul

  • How to down my picture from my google drive to adobe photoshop touch on my table

    How to down my picture from my google drive to adobe photoshop touch on my table. when I download the photo and try to put two of them together so I can blend them it wont the two picture come together.
    help

    I have the same issue as maxworks67, my operating system is Win 8.1 (update version) and the msg I receive when I adden the plug in is
    and then the PC CC 2014 closes whit msg

  • EXPORTing the LOGO from SE78(Scripts tx)?

    Hi Experts,
    my_company_logo is residing in DEV_1 system.
    I want to get it in DEV_2.
    There is no landscape btwn these sysetms, for transporting.
    So, let me know that, How to get this logo from DEV_1 to DEV_2 sysetm?
    1 - Any SAP Prog.(like RTXSCRP prog. for export/importing the SAP Scripts) to export/import this logo?
    2 - any other idea, like SAVE AS?
    thanq
    Edited by: SAP ABAPer on Nov 23, 2008 7:22 AM

    Refer:
    Re: Download logo from R/3
    How to download an image from SAP to my PC?
    Download

  • HT204382 i need to learn in how to down load music from u tobe.but i need to learn on how to star from the bottom.

    I need to leran in how to dawn load music from you tobe.but I need to start from the bottom can someone help?

    If there is no download button under the video you are looking at, then Youtube's terms forbid downloading someone else's property. Because they forbid it, we would be violating the terms of these forums if we were to try to help - sorry.

  • How to down load pictures from my desktop

    How do I download pictures from my desktop computer to my IPad please. If I go to Itunes I can find now way of doing this, is there a special ITunes site? I have my Ipad connected to my computer but nothing happens???

    iOS and iPod: Syncing photos using iTunes
    http://support.apple.com/kb/HT4236
    Another way. You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
    Secrets of the iPad Camera Connection Kit
    http://howto.cnet.com/8301-11310_39-57401068-285/secrets-of-the-ipad-camera-conn ection-kit/
     Cheers, Tom

  • Downloading (Exporting) Logo from SE78 - R/3 4.6C

    Hi Experts,
    We have a Company Logo in 4.6C. The same Logo needs to be exported (uploaded) from 4.6C and import into ECC.
    I tried with SE78 and I dont find any option to Export Logo.
    Kindly guide me / provide solution how I can get solution for my issue.
    Thanks a lot in advance.
    Thanks,
    Sudarsan

    Hi,
    Try this..
    GO to the transaction OAOR...
    Then give the class name and class type as mentioned below..
    Class name                      DEVC_STXD_BITMAP
    Class type                      OT
    In the description give the description that you have used in SE78..
    Execute..Then in the output..you have the option to export..
    Thanks
    Naren

  • HT4059 How to down load books from my kindle to my I Pad?

    Question, how do I down load my books from my Kindle to my I Pad?

    http://www.amazon.com/gp/help/customer/display.html/ref=hp_200127470_idevice?nod eId=200298460

  • Downloading (Exporting) Logo from SE78 in 4.7

    How can I download the logo? Please provide steps.
    I am using OAOR but I am not getting it since I am new to it.
    Its exporting it as FILE0001 with no format.
    Thanks
    Edited by: saad A on May 19, 2009 5:00 PM

    Hi,
      Please check the below link
    http://www.sapfans.com/forums/viewtopic.php?p=143772&sid=f96d555deb30f3669f51d1eb5f680ff6
    Thanks,
    Suma.

  • How to down load music from iPad mini to nano?

    How do I sync my iPod nano(2nd great ion) to my iPad mini?

    Hello Naer,
    Any purchased content can always be redownloaded from the iTunes Store.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/HT2519
    Cheers,
    Allen

  • HT1689 how to down load photos from laptop to ipad

    can not down load my photos from my laptop to ipad laptop is an hpdv6 using windows 7. have tried but failed can any one help many thanks tappit.

    Open itunes
    connect ipad.
    Selct ALL of the photo albums/folders that you want to be on your ipad
    Sync
    Anything not selected in itunes will be removed from ipad.
    Ipad simply mirrors the selected content of your computer.

  • HOW TO DOWN LOAD PHOTOS FROM EMAIL TO MEMORY STICK

    i have been told it is possible to download photos from email to memory stick
    but no idea how to do it
    regards
    ron

    Open itunes
    connect ipad.
    Selct ALL of the photo albums/folders that you want to be on your ipad
    Sync
    Anything not selected in itunes will be removed from ipad.
    Ipad simply mirrors the selected content of your computer.

  • How to down the os from 10.9 to 10.7

    upgrade os to 10.9 but it run so slow, how I could go back to us 10.7?

    Mavericks - reverting back from:
    https://discussions.apple.com/docs/DOC-6162

  • How to remove CPI Logo from Guest Users Printed Credentials?

    Hi all,
    I recently migrated from NCS 1.1.2.12 to PI 2.1 for one of my customers.
    My concern is related to the printed credentials for Guest Users on a WLAN which uses Web Authentication, this credentials are generated by Lobby Ambassador accounts.
    When I print the credentials for Guest Users, the Cisco Prime Logo is included at the top of the printed paper, which is something that did not happen in NCS prior to the migration.
    Do you guys know if there is a way to remove that Cisco Prime logo so this is not printed along with the credentials? 
    Thank you in advance.
    Calvillo

    Hi Nour,
    Sorry, it is not a concern... I think I should've used the word "doubt" instead.
    I also thought that removing the PI logo was not possible but want to make sure before confirming this to the customer. He just doesn't want the logo to appear on the paper.
    Thanks!
    Calvillo

Maybe you are looking for

  • Mac os

    I am considering a mac mini and have had a windows computer all of my life so i am wondering a few things about the mac software itself: Ive read about no viruses, can i still browse the web with my cable connection? and if so how does it not have an

  • ITunes application reopens after I quit

    I don't know if anybody else has had this problem but when I close my iTunes application, suddenly a few minutes later or so it reopens out of no where. It's becoming a real annoyance as of late. I am running the latest iTunes along with the latest M

  • Common log file name for ESB

    What is the log file name which is logging all the informations of ESB?

  • HT1822 Mac OS X server admin tools: non-server editions of Mac OS 10.6?

    On my iMac, I am running the installation of OS X that it shipped with + updates up to 10.6.8.  I know there are server admin tools available on the Apple support website, that do stuff like manage groups.  I am looking for a GUI to look at ALL the u

  • SAP Tables Eg!

    Can u pls give examples for pool & cluster tables in sap.    & diff between pool & cluster table.    Thanks     Rahul.