SAP graphics to word document transfer

Hi.....
here is the problem whose answer i m seeking for.....
suppose i execute the  graphics program NETZOCX2 and i have the o/p...the graphics is there ...
now i want to transfer that Graphics o/p intoa word document...is that possible by any chance....
Kind Regards,

Prasenjit,
Check the reply of Kris in this thread
Re: Insert image in Word through ABAP
K.Kiran.

Similar Messages

  • Using OLE transfer SAP Graphics into Word Doc

    Hi,
    Suppose i have a Graphics output.Now i want it to transfer into a Word Document using the OLE/OLE2.whats the procedure to do that.
    Kind Regards,

    Hi,
    check this link in this lin explained step by step proccess.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/204d1bb8-489d-2910-d0b5-cdddb3227820
    And also refer this program RSOLETT1.
    Regards
    swamy

  • SAP Link in Word Document

    Hi,
      Here is the situation. We have a word document stored in third party system. It has got links to SAP (through fields in [http://help.sap.com/saphelp_erp2005/helpdata/en/aa/8c27fbaed511d3957200a0c92f024a/content.htm] word) . Now I want to put a default value to the field, So that it always carries that value when the link between SAP and third party system is not active. I know its possible in Word 2000(using switch /d). But what about later versions? What switch to use .. Please help out. Its kind of urgent.
    Thanks
    Anuj Sethi
    Edited by: Anuj Sethi on Jul 13, 2008 9:39 AM

    Hi Tschareck,
    According to your description , my understanding is that you want to update the excel chart data when editing the chart in the word.
    As a workaround, I suggest you can use SharePoint ItemUpdated Event Receiver, when you updated the chart data in the word, then reupload the excel file in the event receiver.
    Here are some detailed code demo for your reference:
    How to: Create an Event Receiver
    programmatically upload file to sharepoint list
    Best Regards 
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Zhengyu Guo
    TechNet Community Support

  • I am looking for an App that gives me some graphics to title pages and margins in word documents

    I am looking for an App that gives me some graphics for Word 2011 title pages, and margins.  A range of screen backgrounds for the page would be useful as my word documents are sent mostly online. ...appropriate for business  topics.

    I use documents to go and find that it works very will. It also has a desktop program that will allow for wifi syncing of documents outside of iTunes. It, like any app, won't have all the bells and whistles and formatting goodies of a full fledged program, but it does have basic formatting (bold, underline, italics, indents)
    I don't think it comes with many fonts, but the iPad itself doesn't have a lot of fonts either.

  • Just converted a PDF document to Word, none of the graphics from the PDF file show up in the Word document?

    Just converted a PDF document to Word, none of the graphics from the PDF file show up in the Word document?
    What do I need to do to bring the graphics and exhibits from the PDF file to the Word file?

    Hi jackp52432917,
    How was that PDF file created? Please see  Will Adobe ExportPDF convert both text and form... | Adobe Community
    It could be that the PDF file you're converting was created using a third-party application, and it doesn't contain all the information necessary to ensure a clean conversion. Have you had similar troubles converting other PDF files?
    Best,
    Sara

  • I created a 5x7 postcard document in Word with text boxes and graphics.  When I converted it to PDF, some of the items were missing, even though they were in the boundaries of the page and looked fine on the Word document.  What happened, and how do I fix

    I created a 5x7 postcard document in Word with text boxes and graphics.  When I converted it to PDF, some of the items were missing, even though they were in the boundaries of the page and looked fine on the Word document.  What happened, and how do I fix it?  I'm trying to upload the PDF version to Vistaprint.  Thanks.

    Reader doesn’t create pdf files. You can use Acrobat (ask in that forum) to create pdfs. You can subscribe to the Adobe PDF Pack which has a create pdf functionality (please ask in that forum), or you can use a third party utility such as ghostscript, cutepdf, or Microsoft’s own PDF creation capability. For third party pdf creation you will need to ask in a forum dedicated to that software as fellow users of Reader are unlikely to have the knowledge to help.

  • Convert word document to PDF file in SAP

    Hello experts,
    I've been searching around to get some code examples to upload a word document and convert it into a PDF file and then store it in unix. I hope one of you can help me, because many explanations and threads exist, but I did not get wiser reading them...
    I don't want to use 3rd party tools to do the conversion, but do it directly in SAP with abap coding and if necessary spool processing.
    System details:
    SAP ECC 6.0 (unicode system)
    SAP_ABA     700     0014     SAPKA70014     Cross-Application Component
    SAP_BASIS     700     0014     SAPKB70014     SAP Basis Component
    Thanks in advance!
    Regards,
    Danny

    Hi,
    You can get the spool no from transaction SP01 and later use this spool no to convert the word document to PDF
    using the function module CONVERT_OTFSPOOLJOB_2_PDF and give the import parameter as ur spool id.
    once the doc gets converted to PDF u can use CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG
    to get the path where the file is to be saved and later give the path to function module GUI_DOWNLOAD to download the file.
    or else u can manually execute the following reports:
    RSTXPDFT4  (give the spool no. as input)
    RSPO0068  (give the word doc with its full path as input)
    Hope that helps u
    Regards,
    Radhika

  • Unable to store PDF , XL , Word document into SAP archived tables

    Hi Experts,
    I have created a web interface in WD ABAP which stores the employee's attachement data into sap arcived link.
    For that I have carried out following activities.
    I have Complted customizing for a document type under business object PREL and for this I have reffered following link.
    SASAP Archived Link
    Now I have used file Upload UI element in WDABAP which passes the local file data in Xstring to following function modoules for creating
    an attachment.
    data: it_out type TOADT,
    it_storage type ZDMSSTORAGE.
    CALL FUNCTION 'ARCHIV_CREATE_TABLE'
    EXPORTING
    ar_object = 'HRPDATA' " Object catagory that I have created for file storage under Business Object PREL
    object_id = '10000008'
    sap_object = 'PREL'
    document = filedata
    IMPORTING
    OUTDOC = it_out
    EXCEPTIONS
    error_archiv = 1
    error_communicationtable = 2
    error_connectiontable = 3
    error_kernel = 4
    error_parameter = 5
    error_user_exit = 6
    OTHERS = 7.
    For reading the attached document I am using following FM's
    CALL FUNCTION 'SCMS_AO_TABLE_GET'
    EXPORTING
    MANDT = SY-MANDT
    arc_id = 'Z1'
    doc_id = lv_doc_type"im_doc "'4D5D8445165220C8E10000000A3C082E'
    COMP_ID = 'data'
    IMPORTING
    LENGTH =
    tables
    data = bindata.
    *data: BINARY_TAB type
    CALL FUNCTION 'SCMS_BINARY_TO_XSTRING'
    EXPORTING
    input_length = 10000
    FIRST_LINE = 0
    LAST_LINE = 0
    IMPORTING
    BUFFER = V_XSTRING
    tables
    binary_tab = bindata.
    Now when I upload any file text or image file, its working fine. When I try to upload any pdf , XL or word document, it uploads the file into acchived table
    but when I read this file by converting file data into xstring and passing it into file downlod UI element, It says file is corrupt. Please suggest that if that
    is a issue with object catagory configration ( With storage class) or it is wrong way of reading a document for PDF, XL and word
    Thanks in advance
    Abhay

    hi
    please check the function module used whether it can handle the PDF as well as xl, word documents. if not use some other function module

  • How do I transfer from Microsoft word document to my Ipad?

    How do I transfer a document in Microsoft Word on my computer to my Ipad?

    You need an app on the iPad that is capable of reading/recognising Word documents. If you've got an app then one options is to do it via the bottom of the iPad's apps tab on your computer's iTunes (apps that allow file sharing, i.e. saving/copying content, are listed there), and a second option, if the app has the facility, is via wifi.

  • Poor graphics redraw when scrolling Word documents

    I have a strange blurring effect when scrolling Word documents on my Macbook pro, as if the graphic card had trouble refreshing: the screen is interspersed by horizontal irregular lines that make it impossible to read the text.
    I have recently replaced the logic board. Anyone has an idea of what this could be?
    Thank you for the help!

    I've only seen this in Word, and only in Page Layout view. It does not occur in Notebook view (although there are other stability issues with that view). At the moment I'm working on a 125 page document that I am writing, and scrolling through there are no problems.

  • Upload of Sections in Word Document into SAP SE38 editor

    Hi
    I was wondering if we can build a ABAP tool which would read different sections within the 'Technical Specification Document' word document and  
    - Create ABAP program in SE38
    - pull content from various sections of Word document under the respective event in SE38
    e.g program could pick up the content written under section '1.1- Input Selection' and have it replicated in ABAP editor before 'Initialization' Event.....
    To make this happen, i am currently struggling to read the content from Word Document. Would apprecaite if you can help /share some light on this subject.
    thanks

    First of all I am wondering who places all the code in techinical documenation. For me it should be just a summary of all things done in the program, so it actually should be created after the report is ready, not before.
    Secondly generating the code from some input stream is highly risky. Word or other applications don't have syntax checker for ABAP, right? So how do you know this coding doesn't dump once loaded to the report.
    Next, dynamic report generation is of course possible with at least two ways, one would be using [generate subroutine pool|http://help.sap.com/abapdocu_70/en/ABAPGENERATE_SHORTREF.htm] but it would require whole program to be self-written not just part of it. Another way with [READ REPORT|http://help.sap.com/abapdocu_70/en/ABAPREAD_REPORT_SHORTREF.htm]  and then insert your part using [INSERT REPORT|http://help.sap.com/abapdocu_70/en/ABAPINSERT_REPORT_SHORTREF.htm]  but this is also not a convenient way of changing the report unless you do this deliberately and totally aware of the consequences.
    As for reading Word you can use OLE or [Desktop Office Integration|http://help.sap.com/saphelp_nw04/helpdata/en/e9/0be7b9408e11d1893b0000e8323c4f/frameset.htm]. For the latter you might look at package SOFFICEINTEGRATION .
    To sum up, although technically possible there is no quarantee you will have the code proper in your document so inserting it in some program might be disaster in consequences.
    Regards
    Marcin

  • Transfer word documents from Lumia 520 to mac?

    Is there an app to transfer word documents composed on the lumia 520 in office to mac?
    I only see apps for enabling photo/video and music transfers from 520 to mac.
    I've been to the mac app store and don't see an app to transfer word documents from windows phone to mac.

    You don't transfer documents to the cloud on iPad.  The cloud is for backups.  It's not for document storage. There are however, apps you can use like Dropbox, which are cloud servers, you can use to accomplish this.  You set up Dropbox, the free app on your iPad.  Then you download Dropbox to your computer.  You get 2GB free storage, but if you need more, you can buy it. 

  • How to store word document in SAP

    Hi Friends,
         How to store and retrive word document in SAP?
    Thanks & Regards,
    Vallamuthu.M

    Hi,
    Check for the SAP ArchiveLink & BDS feature which SAP is providing . I think it will help you.
    Regards
    Maneesh Chandran

  • I have tried to access my recently subscription to transfer from PDF in word documents

    I have tried to access my recently subscription to transfer from PDF in word documents  

    Did you sign in with your Adobe ID?
    Anyway, this is the wrong forum; try → http://forums.adobe.com/community/exportpdf

  • Uploading word document in sap(as a attachment)

    Hello all,
    I want to upload a word file into sap server. How can i do this.
    Pls guide me...
    I want to save this word file in sap as a attachment and use this attachment in future.
    Please guide me...

    Hello Ravi,
    You can use BDS to upload your word document, ref class CL_BDS_DOCUMENT_SET.
    Below example is to upload JPG image, in the same way you can upload .DOC/.DOCX
    http://wiki.sdn.sap.com/wiki/display/Snippets/Use+BDS+to+Store+Files+Like+Excel+JPG+through+ABAP
    Regards,
    Sujeet

Maybe you are looking for

  • How do I delete imported photos on the iPad in less then 2000 clics?

    Hi. I've been using the iPad to collect photos form my digital cameras. I have a few thousand of such photos on my iPad. Today I wanted to delete them (because they take a lot of memory and are synched anyway after correction). I could only find how

  • How to change the mailto address in Acrobat X Pro

    Have a pdf form that I need to put on a website so people can fill it out and submit it. Need to change the email address where it is to be sent to when they click on the Submit button. I have looked and looked, and can't figure out where to change t

  • Can one execute a "carrier rate shop" in SAP

    I have done several searches within the documentation areas and cannot determine if one can execute a "carrier rate shop" within SAP (e.g. TP/VS, TM, LE). Am wondering if standard SAP has the ability to input a origin-destination pair (e.g. ZIP code,

  • How to update IOS on iphone 4

    In the guide at the apple site its no true on iphone 4. I was hoping to update my software...

  • Old version of Shockwave Player keeps crashing - installing new version hangs

    I had reproducible crashes of FlashPlayer (in all my browsers (IE, FF, Google Chrome and Safari) and on misc. web pages). I then decided to install the latest version 11.5. Clicking on Install hangs the browser. Is there a download version of the ins