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.

Similar Messages

  • 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 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

  • 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

  • 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

  • Data upload from sap to oracle

    hi friends,
    we r uploading and downloading data from SAP to orcale table
    we have used this code [down i am giving only sql statements ]
    plz some one anlayse the code n tell me wat its exactly doing
    1.EXEC SQL.
            SELECT  VBELN INTO :WA_VBELN FROM ZASCENT@ZASCENTLINK
                   WHERE VBELN = :ITAB_ASCENT-VBELN AND
                         MANDT = :SY-MANDT
          ENDEXEC.
    2. EXEC SQL.
            INSERT INTO ZASCENT@ZASCENTLINK VALUES
           (  :WS_ZASCENT-MANDT,
      :WS_ZASCENT-VBELN,
      :WS_ZASCENT-NAME1,
      :WS_ZASCENT-STRAS,
      :WS_ZASCENT-STR_SUPPL1,
      :WS_ZASCENT-STR_SUPPL2,
      :WS_ZASCENT-CITY1,
      :WS_ZASCENT-REGION,
      :WS_ZASCENT-POST_CODE1,
      :WS_ZASCENT-COUNTRY,
      :WS_ZASCENT-TEL_NUMBER,
      :WS_ZASCENT-CONTACT,
      :WS_ZASCENT-STATUS,
      :WS_ZASCENT-PRONO,
      :WS_ZASCENT-ANZPK,
      :WS_ZASCENT-BTGEW,
      :WS_ZASCENT-DATE1,
      :WS_ZASCENT-DATE2,
      :WS_ZASCENT-DATE3 )
          ENDEXEC.
          EXEC SQL.
            COMMIT
          ENDEXEC.
          IF sy-subrc = 0.
       WRITE:/ itab_ascent-vbeln,'INSERTED SUCCESSFULLY INTO TABLE ZASCENT'.
          ENDIF.
          COMMIT WORK.
    3.EXEC SQL.
          OPEN c1 FOR
         SELECT      VBELN,
      NAME1,
      STRAS,
      STR_SUPPL1,
      STR_SUPPL2,
      CITY1,
      REGION,
      POST_CODE1,
      COUNTRY,
      TEL_NUMBER,
      CONTACT,
      STATUS,
      PRONO,
      ANZPK,
      BTGEW,
      DATE1,
      DATE2,
      DATE3
                  FROM ZASCENT@ZASCENTLINK
              WHERE   MANDT = :SY-MANDT AND
                      STATUS = '1'
    *WHERE VBELN =  '0080036329'
        ENDEXEC.
        DO.
          EXEC SQL.
            FETCH NEXT c1 INTO
        :ITAB_ASCENT-VBELN,
      :ITAB_ASCENT-NAME1,
      :ITAB_ASCENT-STREET,
      :ITAB_ASCENT-STR_SUPPL1,
      :ITAB_ASCENT-STR_SUPPL2,
      :ITAB_ASCENT-CITY1,
      :ITAB_ASCENT-REGION,
      :ITAB_ASCENT-POST_CODE1,
      :ITAB_ASCENT-COUNTRY,
      :ITAB_ASCENT-TEL_NUMBER,
      :ITAB_ASCENT-CONTACT,
      :ITAB_ASCENT-STATUS,
      :ITAB_ASCENT-PRONO,
      :ITAB_ASCENT-ANZPK,
      :ITAB_ASCENT-BTGEW,
      :ITAB_ASCENT-DATE1,
      :ITAB_ASCENT-DATE2,
      :ITAB_ASCENT-DATE3
          ENDEXEC.
          IF sy-subrc = 0.
            APPEND itab_ascent.
            CLEAR itab_ascent.
          ELSE.
            EXIT.
          ENDIF.
        ENDDO.
    thanks ,
    soorya

    Hay Soorya
    go through this link
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/exec.htm
    Thanks & Regards
    Sreenivasulu P

Maybe you are looking for

  • Zen Vision:M 30GB - lossless audio

    "Zen Vision:M 30GB - lossless audioO I've been looking into lossless audio formats, came across WAV and found (on wikipedia) that my player supports it. Can't find much info on the Creative site, it seems to have changed since I was on it last (every

  • Time Capsule, I lost it after connecting. Where do I find it??

    I tried to connect my TC today. I somehow have messed up, because my Airport-settings have been changed, and suddenly (after that) the TC can not connect to my iMac.(I have an unsecured wireless connection, and it came a message that it should be sec

  • Planning Version Mgmt

    Hello Gurus - I have a few questions in planning version management. Appreciate if you can help me out. <b>Scenario</b>: I have some planning data in the active version 000 and I have used "/SAPAPO/VERCOP - Copy Planning Version" to create a new vers

  • RC_RMAN_BACKUP_JOB_DETAILS

    Hi, Assume i am using oracle 10.2.0.4 database and have recovery catalog. My database is registered in Recovery catalog. 1) Can i assume that every backup operation on my database would be registered in recovery catalog's RC_RMAN_BACKUP_JOB_DETAILS v

  • Client Problem

    Hi everybody, I'm trying to program and run the simplest of EJB 3.0/Client examples using NB 5.5/Enterprise Pack 200612... . I've got a stateless session bean that contains one method which is exposed to the client via the remote interface. I've also