Download Graphics from SAP

Hi,
I am bit curious to know, Is there any standard program or process to download Logos (bitmaps) from SAP into local system.
We have logos in our SAP system. So i would like to download them from SAP into local drive.
Thanks,
Subba.

Hi,
Try FM's from the Function Group GRAP.
Especially the FM's
GRAPH_RECEIVE.
Hope this helps...
Lokesh
Pls. reward appropriate points

Similar Messages

  • Download Grphics from SAP

    Hi All!
    Is ther any program or transaction code which can be used to download the bitmap Graphics present in SAP (SE78)
    THanaks in Advance,
    Harkamal

    hi,
    check these threads...
    Download Graphics from SAP
    Re: SAPscript Graphics : Download
    hope this helps,
    do reward if it helps,
    priya.

  • How to provide a button in bsp that downloads data from SAP into powerpoint

    hi,
    how to provide a button in bsp that downloads data from SAP into powerpoint
    this absurd requirement is needed by my client.
    thanks
    saad

    Hi,
    Look at tools like the things mentioned above or things like
    http://www.investintech.com/products/developer/creatorsdk/creatorsdkmain/
    http://command-line-image-converter.qarchive.org/
    You need to look for tools that can run via the command line and thsu be executed as external command (http://help.sap.com/saphelp_nw2004s/helpdata/en/fa/0971d4543b11d1898e0000e8322d00/frameset.htm)
    Eddy
    PS. Reward the useful answers and you will get <a href="http:///people/baris.buyuktanir2/blog/2007/04/04/point-for-points-reward-yourself">one point</a> yourself!

  • Upload and download tables  from sap

    hi!
    i need to download tables from sap 46c in order to upload them again in anther sap system.
    is it possible lie doing with programs?
    regards
    yifat

    hi, about download table content, you can using this one, RFC_READ_TABLE.
    It's a RFC FM, so you can call it from your target SAP system, with a available RFC destination already built.
    After call it, do modify TABLE in target system.
    By the way, I think if you really need to copy data to onther SAP system, you can try client copy, or transportation.
    thanks

  • Download Stack from SAP Marketplace to my ECC 6.0 (abap+java)

    Hi gurus
    I have a doubt about the process of support package (stack) download. I don´t want downloading from maintenance optimizer, I´m doing this process directly from Sap Marketplace, in first step (1 of 3) I have to select the target stack (which is the stack level that I intend to make an update) and the source target (which is the actually stack level of my system)... Ok I choose them with no problem, the situation and my doubt is below that where I have a check list of "Usage Selection" (image). How can I know which one I must choose for my system... I don´t understand what is that, for instance "Strategic Enterprise Mgmt" ; E-"Recruting" or "EP Core"!!!... etc...
    So how can I know which of these components I need to check to downloading for my system, how can I know that?
    *Image: http://img188.imageshack.us/img188/664/imagem1b.jpg
    Help me please!
    Best regards,
    João Dimas - Portugal

    Hi Sunny,
    Yes ok, I understand that but... I think I didn´t explain what I want to learn/know or you didn´t understant what I want...
    At download windows you see this list:
    ERP Central Component (ECC)                  
    XI Content         
    Strategic Enterprise Mgmt                                  
    Self Services      
    Supplier Relationship Mgmt              
    Extended E-Commerce Components      
    Financial Supply Chain Mgmt              
    cProject Suite      
    E-Recruiting                                                         
    Learning Solution      
    Process Integration (XI)                                   
    Workforce Mgmt Core      
    Business Intelligence                                   
    Portal Content      
    Enterprise Portal                                   
    Easy Document Management      
    EP Core                                                       
    Mobile Infrastructure
    How can I know which of these types I must have choose for my system...? The output of that url doesn´t inform me which of these type I have in my system, it only inform me the master components or in other words which stacks I have in my system (ABAP and JAVA stack´s)!!!
    Best regards,
    João Dimas - Portugal
    Edited by: João Dimas on Jul 2, 2009 2:28 PM

  • Downloaded file from SAP to excel 2007(*.xlsx, *.xlsm)  - unable to open

    Hi All,
    I am downloading a data from SAP to excel(*.xlsx) format. I am able to conver/download the file in *.xlsx format, but if try to open the downloaded excel file, it gives teh error message 'Excel cannot open the file 'filename.xlsx' because the file format or file extension is not valid. Verify that the file has not been corrupted and that the file extension matches the format of the file'. with a OK button. When I press the OK button, no data is displayed.
    So kindly let me know how to download the file from SAP to *.xlsx format without any errors.
    Note: I am able to download the data in *.xls format without any erros.
    Thanks in advance,
    Regards,
    Vijay

    Hi,
    You are probably not being able to open the file of .XLSX format because you do not have Microsoft Office 2007 installed on your system. You might be having a lower version of Microsoft Office. e.g. 2003.
    What you can do is, before opening the .XLSX file directly on a system which does not have Microsoft Office 2007, you can convert it into .XLS format and then open the same.
    See the below code.
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_COPY
      EXPORTING
        SOURCE               = 'C:\Users\Danish\Desktop\test1.xlsx'
        DESTINATION          = 'C:\Users\Danish\Desktop\test2.xls'
      EXCEPTIONS
        CNTL_ERROR           = 1
        ERROR_NO_GUI         = 2
        WRONG_PARAMETER      = 3
        DISK_FULL            = 4
        ACCESS_DENIED        = 5
        FILE_NOT_FOUND       = 6
        DESTINATION_EXISTS   = 7
        UNKNOWN_ERROR        = 8
        PATH_NOT_FOUND       = 9
        DISK_WRITE_PROTECT   = 10
        DRIVE_NOT_READY      = 11
        NOT_SUPPORTED_BY_GUI = 12
        OTHERS               = 13.
    IF SY-SUBRC NE 0.
      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                 WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Regards,
    Danish

  • S_ALR_87011990 - Problem in downloading report from SAP to Excel.

    Hi All,
    I am facing an issue in report S_ALR_87011990, while downloading a report from SAP to excel. In SAP, report is comming out to be in different format than what it is getting generated in excel.
    I am attaching screen shots for your reference.
    Request you all to kindly help me in this regard, As this report is required urgently.
    Thanks in advance....
    Regards
    Rajat Kumar

    Hi Priya,
    Sorry for the delay.. here
    Simple explanation...
    ABAP - OLE Automation using MS-Excel - Code Gallery - SCN Wiki
    You can find a detail doc here
    http://www.heyiamonline.com/abap/pdf/ABAPOLEAUTOMATION.pdf
    Regards

  • Download patch from SAP OSS.

    Hello everybody,
    I had installed the Solution Manage.
    Now I want to download the patches from SAP Protal.
    So is it SAP router is required?
    which RFC is required for the same and what settings are required?
    beacuse their is two RFC SAPOSS and SAP-OSS then which RFC is used when connect to SAP OSS.
    I have configure the Maintenance Optimizer but unable to download the Patches.
    I have also install the Download manager.
    Please suggest me.
    How to process so that I can able to donwload the Patch.
    Thanks
    Ganesj

    Hi,
    Try FM's from the Function Group GRAP.
    Especially the FM's
    GRAPH_RECEIVE.
    Hope this helps...
    Lokesh
    Pls. reward appropriate points

  • Download file from SAP PLM or Content Server?

    Hi all,
    I learned that the VEG server download the originals from content server and then started the conversion process.
    In my case, I have an error below, it is strange that the IP 153.95.192.93:443 is the ip of SAP PLM server, can anyone tell me is my configuraton right?
    thanks
    Job 42 (Workflow 'KPRO Retrieve') report
    Startup Parameters
         FilesPerTask = '5 '(Integer)
         InputFilePath = '\ \ NBHXVEG02 \ DSShare \ Workspace \ JM_JOB41 \ KProRetrievalRequest.xml' (String)
         OutputFilePath = '\ \ NBHXVEG02 \ DSShare \ Workspace \ JM_JOB41 \ KProRetrievalResponse.xml' (String)
    Step 'validate input'
       Completed Action 'enter a valid'
    Step 'Download'
       CompletedWithWarnings Action 'can not download all the files'
         Info Message 'document retrieval tasks to be addressed: 1'
         Warning Message 'first task failed to retrieve a file (of 1): Unknown error (warning)'
           jmp_KproRetrieve (Task 39)
           Warning Message 'file' A00021876_20130819.CATProduct 'unable to download: Unable to connect to the remote server: Since the connected party did not properly respond after a period of no response or a host connection, the connection attempt fails. 153.95.192.93:443 '

    HI Fergal.
    I changed the IIS port to XX443(XX means instance number), the https service is also started in the ECC server.
    but I got below errors:
    Startup Parameters
         FilesPerTask = '5 '(Integer)
         InputFilePath = '\ \ NBHXVEG02 \ DSShare \ Workspace \ JM_JOB115 \ KProRetrievalRequest.xml' (String)
         OutputFilePath = '\ \ NBHXVEG02 \ DSShare \ Workspace \ JM_JOB115 \ KProRetrievalResponse.xml' (String)
    Step 'validate input'
       Completed Action 'enter a valid'
    Step 'Download'
       CompletedWithWarnings Action 'can not download all the files'
         Info Message 'document retrieval tasks to be addressed: 1'
         Warning Message 'first task failed to retrieve a file (of 1): Unknown error (warning)'
           jmp_KproRetrieve (Task 122)
           Warning Message 'file' A00021876_20130819.CATProduct 'unable to download: The underlying connection was closed: Could not establish trust relationship for the SSL / TLS secure channel. : According to the verification process, the remote certificate is invalid. '

  • Download image from SAP Portal

    Hi,
    we need to download images stored into a SAP Portal starting from the url of these images.
    Ours is a pure-java application.
    If i try to access the image's url using a browser, SAP give back a login-form and after authentication, everything works perfectly.
    But if i try to access the image's url from a standalone java application using "javax.imageio.ImageIO", i'm not able to download the image.
    Using Java API, how can i authenticate, access and download a file starting from its url?
    Could anyone give me some examples?
    Thanks,
    Roberto

    hi
    You can use UME API and do a force login, but I would recommend to use this only if the user is an authenticated user.
    request.setAttribute(ILoginConstants.LOGON_UID_ALIAS, "userID"); 
    UMFactory.getLogonAuthenticator().logon(request,response,"uidpwdlogon");
    you can also do a force logon using 
    UMFactory.getAuthenticator().forceLoggedInUser(request, response);
    regards
    Jagdeshwar

  • How to Download documents from SAP Teched site

    Hi All,
    I have a user id and password. Please let me know the download procedure to download teched sessions from Teched site.
    Thanks in Advance.
    Kalyani.

    hi
    once you go to the teched site you can find the option  to download the presentations and exercises from tesh ed site.
    click on education sessions to get he list of session and demos.
    check below link for accessing saptech ed site
    http://www.sapteched.com/09/usa/edu_sessions/home.htm
    hope this helps
    regards
    santosh

  • Downloaded graphics from safari

    Hello Experts,
    I have a very basic question.
    How can i access the graphic files downloaded using safari in objective C?
    I used
    listOfItems = [[NSMutableArray alloc] initWithArray:[[[NSFileManager defaultManager] directoryContentsAtPath:@"/private/var/mobile/Library/Downloads/"] pathsMatchingExtensions:[NSArray arrayWithObjects:@"GIF", @"JPG" , nil]]]
    But it not works, not displaying any file.
    Could you please advice that how can i access them?
    Thank you.

    Since you try to access /var/mobile, I assume this is related to iPhone/iPod Touch. Your application cannot access files outside its chroot jail.

  • Download datas from SAP to Excel in OO

    Hallo,
    i create an excel-document with the methods
    CALL METHOD DOCUMENT->CREATE_DOCUMENT
        EXPORTING
          OPEN_INPLACE     = ' '
    *      CREATE_VIEW_DATA = CREATE_VIEW_DATA
    *      ONSAVE_MACRO     = ONSAVE_MACRO
    *      STARTUP_MACRO    = STARTUP_MACRO
          DOCUMENT_TITLE   = DOCUMENT_TITLE
          NO_FLUSH         = NO_FLUSH
        IMPORTING
          ERROR            = ERROR
          RETCODE          = RETCODE.
    and
    CALL METHOD DOCUMENT->GET_SPREADSHEET_INTERFACE
        EXPORTING
          NO_FLUSH        = NO_FLUSH
        IMPORTING
          SHEET_INTERFACE = SPREADSHEET
          RETCODE         = RETCODE
          ERROR           = ERROR.
    and so on.
    Wounderful.
    I close the excelwindow with the methods:
    CALL METHOD DOCUMENT->SAVE_AS
        EXPORTING
    *      FILE_NAME   = FILE_NAME
          PROMPT_USER = 'X'
          NO_FLUSH    = NO_FLUSH
        IMPORTING
          ERROR       = ERROR
          RETCODE     = RETCODE.
      PERFORM FEHLERPRUEFUNG.
      CALL METHOD DOCUMENT->CLOSE_DOCUMENT
        EXPORTING
          DO_SAVE     = DO_SAVE
          NO_FLUSH    = NO_FLUSH
        IMPORTING
          HAS_CHANGED = HAS_CHANGED
          ERROR       = ERROR
          RETCODE     = RETCODE.
      PERFORM FEHLERPRUEFUNG.
      CALL METHOD DOCUMENT->RELEASE_DOCUMENT
        EXPORTING
          NO_FLUSH = NO_FLUSH
        IMPORTING
          ERROR    = ERROR
          RETCODE  = RETCODE.
      PERFORM FEHLERPRUEFUNG.
      FREE DOCUMENT.
    Only the worksheet is closed but not the excel-window.
    Has anybody an idea what is wrong?
    Thank you.
    Greetings
    datatom

    Hallo,
    i create an excel-document with the methods
    CALL METHOD DOCUMENT->CREATE_DOCUMENT
        EXPORTING
          OPEN_INPLACE     = ' '
    *      CREATE_VIEW_DATA = CREATE_VIEW_DATA
    *      ONSAVE_MACRO     = ONSAVE_MACRO
    *      STARTUP_MACRO    = STARTUP_MACRO
          DOCUMENT_TITLE   = DOCUMENT_TITLE
          NO_FLUSH         = NO_FLUSH
        IMPORTING
          ERROR            = ERROR
          RETCODE          = RETCODE.
    and
    CALL METHOD DOCUMENT->GET_SPREADSHEET_INTERFACE
        EXPORTING
          NO_FLUSH        = NO_FLUSH
        IMPORTING
          SHEET_INTERFACE = SPREADSHEET
          RETCODE         = RETCODE
          ERROR           = ERROR.
    and so on.
    Wounderful.
    I close the excelwindow with the methods:
    CALL METHOD DOCUMENT->SAVE_AS
        EXPORTING
    *      FILE_NAME   = FILE_NAME
          PROMPT_USER = 'X'
          NO_FLUSH    = NO_FLUSH
        IMPORTING
          ERROR       = ERROR
          RETCODE     = RETCODE.
      PERFORM FEHLERPRUEFUNG.
      CALL METHOD DOCUMENT->CLOSE_DOCUMENT
        EXPORTING
          DO_SAVE     = DO_SAVE
          NO_FLUSH    = NO_FLUSH
        IMPORTING
          HAS_CHANGED = HAS_CHANGED
          ERROR       = ERROR
          RETCODE     = RETCODE.
      PERFORM FEHLERPRUEFUNG.
      CALL METHOD DOCUMENT->RELEASE_DOCUMENT
        EXPORTING
          NO_FLUSH = NO_FLUSH
        IMPORTING
          ERROR    = ERROR
          RETCODE  = RETCODE.
      PERFORM FEHLERPRUEFUNG.
      FREE DOCUMENT.
    Only the worksheet is closed but not the excel-window.
    Has anybody an idea what is wrong?
    Thank you.
    Greetings
    datatom

  • Download from SAP system to Excel sheet

    Hi,
    I have a list of materials, would like to download it from SAP system to an Excel sheet.
    Kindly let me to know the procdure to do it.
    Thanks
    NDS

    Hi,
    Please execute T code MM60 or the required T code to get the list of materials and Go to sap menu Bar ->setting->list->save->local to spreedsheet and save it your desk top to create an Excel file.
    Regards
    Ram

  • Download IDOC structure from SAP web Site

    HI
    to anticipate the SAP ERp upgrade, i would like to download the most up to date Idoc structure (for ADRMAS and DEBMAS) . Instead of download this structure from an SAP Instance , i would like to download it from SAP Web site.
    Does anybody already do that ?
    How can i proceed
    regards
    fred

    Hi Siva
    Thanks for your input. I Know and i did that from a couple of years , neverthelss, each time you upgarde your system, you have to rewrite your development. My goal is to try to anticipate that by for exemple download the IDOC structure in advance . Let me say IDOC structure used by MySAP ERp 2007 instaed of SAP ERP 4.6. If i can download those STructure i will not be obliged to rewrite my Dev after each upgrade. Do you see what i mean ?
    regards
    fred

Maybe you are looking for

  • Dialog Prog to Display fields of Table or Structure in screen dynamically.

    Hello Experts ,        I am working on a dialog programming I wish to display any given table/structure on the screen - to be very clear. 1st screen -     One input box which can take any SAP standard or custom tableor structure as input <-- Press en

  • Missing PDFMaker and office 2010 64bit

    Hi, I've installed acrobat x standard on my new PC with office 2010 64 bit and noticed that the pdfmaker is not working with office 64bit to create multiple office files in one pdf.  Is there already a solution to solve this problem ?? Thanks for the

  • MacBook Pro w/Retina's Trackpad Moving Erratically On Its Own

    The trackpad on my Macbook Pro Retina Display is moving on its own horizontally. When it did this last night I tried using the trackpad, restarting and using an external mouse without luck. When it started and I was in my login the screens would swit

  • Slow editing with cs4

    hello I have a laptop and I installed cs4 on it (32 bit) it is running very slow (it is ok with one single time line, but i need to work with 3 timelines and it moves like a snail or not at all) my computer ability is attached in a pic. helppppppp pl

  • Mac Pro 2008 does not shut down with Mavericks

    Hi, I've got a 2008 Mac Pro. Recently I've upgraded to Mavericks and everything seems to work fine except for the fact that when I try to shut down the Mac it doesn't shut down but it automatically restart. The only way I've found to shut it down is