Word document in BSP

Fairly new in BSP. Want to launch, create and e-mail a word document from a BSP application.
thanks

Look at the below thread..
Send Email with Attachment in BSP?
In the above code, change the <i>i_attachment_type = 'DOC'</i> for word.
This will solve your problem.
<i>*Reward each useful answer</i>
Raja T

Similar Messages

  • Calling a word document on click of a tab

    Hi All,
             I need to call a word document which has some layout , on click of a button in bsp and populate some values into it. Where should i define the layout of this word document? In the layout itself ? but that will open in a browser right?
    Please give some inputs on it.
    Regards,
    Ruby.

    Hi,
    Since Word understands HTML, you can generate HTML in a BSP page (preferable with .doc as extension. Add the end of the layout, you put
           runtime->server->response->set_header_field( name = 'Content-Type'
                                                     value = 'application/msword' ).
    You can also have a look at web components of MS. Check
    /people/thomas.jung3/blog/2005/02/14/bsp-and-microsoft-excel--learning-to-live-together
    /people/thomas.jung3/blog/2005/02/23/bsp-and-microsoft-excel--learning-to-live-together-part-2
    for details
    Eddy
    PS. Which type of S(D)N Ubergeek are <a href="/people/eddy.declercq/blog/2007/05/14/which-type-of-sdn-ubergeekbpx-suit-are-you">you</a>?

  • How to create a link to open an Internet explorer or a word document

    Hi,
    I have requirement to create help button in WEB UI and when clicking the help it should open my custom html page..
    Currently i have the word document. Should i have to create a BSP application and if so how will i copy all the contents to the htm page.
    How will i call this page?
    Thanks in Advance
    Pandiyan.

    Hello Pandiyan,
    You will get better response from this forum:
    Easwar Ram
    http://www.parxlns.com

  • Requirement to attach a word document to an Appointment page

    Hi All,
    We have a requirement to attach or show a Word document which can be edited on the Appointment page.
    This document is like a form which has few questions , while creating an Appointment the use can open this and enter relevant answers and save the same . This form will not pull out any data from the Appointment created.
    The same form must be shown for every appointment created in that Transaction type.
    I am trying to use the Template designer and webservice for the same . But i understand this tool is used to pull out info from the Object like the appointment.
    Is there any way we can attach a document to the Appointment page , where the user can open it , put it all the answers to questions manually and save it to the same page .
    Experts please help with the same !
    Thanks in advance !!!

    Thanks Neha,
    Issue  resolved,  I followed  this SAP note
    https://websmp130.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/sapnotes/index2.htm?numm=1566793
    My requiremnt was to pull the data and pre fill the word doc .. so a web service was required and i was fasing the issue of grey blank page which was not editable , later on i discovered that in CRM 7 they have changed the way and we need to follow the following steps :
    1. Fill all the required details in the template designer with the web service that was craeted
    2, Download the schema and save
    3. press start designer
    4. Download the template and save
    5. open the downloaded template , press the XML schema button in the developer's tab
    6. Add the schema and enter the alias name
    7. Remember to uncheck the validate button and tick the "Allow saving the XML even if not valid "
    8 . Design the template save it
    9 Upload it in UI using the upload option
    Hope this will be usefull for people working in CRM 7 with Ehp1
    Regards
    Abhinav

  • Word Integration in BSP

    Hi Folks!
    Scenario: BSP must open a Word document, that is stored as an xstring in a transparent table on the SAP server where the BSP runs. Now the user can change the Word Document in his MS Word client. So far sounds not too difficult to implement. But now there comes my problem: The Word document changed by the user in his MS Word client must be stored in the transparent table on the SAP server again. Thus next time the user selects this document in the BSP he gets the changed version. How can I achieve this, how can my BSP talk with Word (open Word, hand over document to Word, get back changed document from Word, close Word) and then load the changed document up to the server again?
    Additional info: I work in a pure Microsoft environment on client side.
    I've read some threads and found out that I can use ActiveX and Javascript to handle this problem, but so far I did not find a real cookbook that I can use for my scenario. All scenarios I've found open a Word document and save it somewhere on a disk.
    Thanx for any hints!
    Regards,
    Volker

    i was trying various options for this.
    one of them (it works fine - but havent checked all scenarios like word doc with pic, etc) is using btf editor.
    while first time loading the document (as xstring) to database table. first open the document in the local machine, in word and save as .htm file.
    now use this file to store it in database (as xstring).
    once this is done , you can use this xstring as content for btf editor. and you can easily capture the edited content from the btf editor area and then load it back to database.
    for more info on btf editor check this weblog.
    /people/thomas.jung3/blog/2005/04/21/bsp-btf-editor-example-non-model-view-controller
    let us know how it goes.
    Regards
    Raja

  • Get a word document at background

    Hi all,
    We have a requirement here that we need to get a word document at background. Basically to archive the result layout of a smartform but in a word document. Since the client need to change it. And since it is an BSP application, we need to do it in background. No OLE or GUI function should be available.
    Do anybody have any idear.
    Thanks in advance.
    Hansen Chen

    Hello Hansen,
    if you have a Web AS running on Windows avaliable. You can try a combination of <a href="http://www.phpbuilder.com/columns/yunus20031124.php3">Creating Word Documents on the Fly</a> and <a href="/people/eddy.declercq/blog/2005/09/13/die-mensch-maschine">Die Mensch-Maschine</a>.
    Regards
    Gregor

  • Linking a Word Document

    Hi Guys,
    Apologies if this is really stupid question, but I'm having problems I can't sort out.  I am trying to educate project managers who report in MS Word and store data in MS Excel - because they like colours and can manipulate simple Excel features.
    My intermediate solution was to interrogate the Excel data in Crystal Reports ver 10 (or BusinessObjects Enterprise XI) and link the basic report, a Word document (as the report header). The idea being that project managers could update the Word document and continue to use Excel - and Crystal would tidily put the two together. 
    However - no probs with Excel data but if I link the Word document into the header (or any other report section) I get ony the first table of the document!  The Word document is a series of tables one of which spans several pages, with the tables formatted to allow rows to split over a page break.  I can link the individual tables - but the version produced always stops at a page break.
    All ideas very gratefully received - either to solve my problem or suggest a better way of working completely.
    Barrie

    Only the 1st page will be displayed. This is by design. For possible work-arounds see the following KBases:
    [1211717 - Crystal Reports only displays first page of multiple-page OLE object|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7b6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313331333733313337%7d.do]
    [1202196 - How to import Microsoft Word documents into Crystal Reports|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7b6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233303332333133393336%7d.do].
    Ludek

  • E-Recruiting 6.0 -- Job Postings from Word Documents

    We have an issue whereby we have some departments send MS Word documents with the text of what they want in the job postings that appear on the web.  When we do a cut and paste from the word document, it appears fine in the job posting BSP.  However, when we look at the posting overview, any apostrophes (') that were in the Word document now appear as pound (#) signs.  Does anyone have a solution to this?
    Thanks,
    John
    HR Team
    The Univesity of Tennessee

    Sent an OSS note - reply was that special characters like the apostrophe or bullets did not translate when cut-and-pasted into the job postings.  Their suggestion was to cut-and-past from something like notepad or to simply type the information in.  There are no plans to fix this from a programmatic standpoint.
    John

  • I need to convert PDF file to Word Document, so it can be edited. But the recognizing text options do not have the language that I need. How I can convert the file in the desired of me language?

    I need to convert PDF file to Word Document, so it can be edited. But the recognizing text options do not have the language that I need. How I can convert the file in the desired of me language?

    The application Acrobat provides no language translation capability.
    If you localize the language for OS, MS Office applications, Acrobat, etc to the desired language try again.
    Alternative: transfer a copy of content into a web based translation service (Bing or Google provides a free service).
    Transfer the output into a word processing program that is localized to the appropriate language.
    Do cleanup.
    Be well...

  • Error in converting a pdf document to a Word document

    I have Adobe Acrobat 6 running under Win XP.
    My Panasonic Lumix camera manual is a pdf file that I wish to place on my Kindle 4. I copied the pdf file across but, although Kindle is supposed to be able to handle pdf files, it wouldn't with this one - it simply froze when I opened it in the Kindle. I therefore decided to convert the pdf file to a Word document file and email it to Amazon for a free conversion to a Kindle azw file. I attempted to use Save As in Acrobat to save the pdf file as a doc file but, after a few pages, I got the error message:
    Bad pdf; could not read page structure. <Bad pdf; error in processing fonts: cannot find CMap resource file> [26-27].

    For what it's worth I pulled in some of the product line's user guide PDFs. Those I looked over were authored with FrameMaker or InDesign.
    As these both support solid PDF output and from a quick look-see I'd not attribute the core issue to a poorly created PDF.
    With that said; two things are evident. They are not Tagged and, with the heavy graphics content, of a healthy file size.
    Tagged PDF is more than a little important as this is what provides the essential ingredient for export of PDF content (retaining font info, format, layout, etc.).
    A healthy file size associated with the significant graphics content means that what is "under the hood" of the computer in use is significant as export puts a load on these resources.
    Example: A local machine having  integrated graphics is hard pressed compared to a local machine having a dedicated graphics card with a comfortable amount of onboard RAM.
    Due to "design" improvements over the years Acrobat X does a much better job of "export"/"save as" for untagged PDF.
    But, "export"/"save as" of a well-formed Tagged PDF trumps.
    Be well...

  • Can no longer see my I-photo photos, when trying to insert photo into Word Document.

    I had some computer problems and did upgrade to Snow Leopard from Leopard. Using older MacBook Pro. 
    Now, when I try to insert a picture into a Word Document, I cannot see my photos!
    I am working in a word document, I choose "Insert Photo from my files" and when the window comes up so I can choose the photo to insert... when I select the "photos" choice under the Media section on the Left side of the box that comes up, the box to the right is BLANK, both on the top and bottom!  None of my photos come up for selection. 
    This method to choose photos to insert into documents used to work before... now it is not.  After selecting "photos" all my photos would appear in the right box, and I would move through my I-photo events to choose my saved photo and insert it.  Yes, photos are showing and present in I-photo.  They just won't appear for importing.
    This is so frustrating, not to mention time comsuming trying to figure out what is going on and how to fix it.
    Can anyone help? Please?

    Oroilore-
    I do not see a way to disable the Picture Frame icon.  I looked at Settings-Picture Frame, but none of the options turns it off.  The only way I can thinik of, would be if all of your photos had been deleted.  If there were no photos, you couldn't have a slide show!
    One thing to try is to reset (reboot) your iPad.  Hold both the Home and Sleep buttons for several seconds until the Apple logo appears.  Ignore the "Slide to power off" arrow.  The iPad will restart after a couple of minutes.  Resetting this way will not hurt anything, and sometimes clears up mysterious problems.
    Fred

  • I am working in Adobe Acrobat 9 Pro and just created a pdf form from a MS Word document. I need to find out how to have a date field in my form which will update automatically. Can some one out there help me?

    I am working in Adobe Acrobat 9 Pro and just created a pdf form from a MS Word document. I need to find out how to have a date field in my form which will update automatically.

    Update automatically under which circumstances, exactly?

  • How do I convert a pdf in Adobe Acrobat 9 to Microsoft Word document?

    How do I convert a pdf in Acrobat 9 to a Microsoft Word document?

    Hi fireatty,
    In Acrobat 9, you can use the Export command (File > Export) to export your PDF to Word format.
    Please let us know if you need additional assistance.
    Best,
    Sara

  • OLE - Creating header and footer in Word document using abap

    Hi All,
    I'm using OLE to create a WORD document from abap.
    I need to insert a logo in the header and a footer text.
    Does any one know how to insert a header/footer with abap ole ?
    I tried to insert the logo as picture with:
    call method of o_inlineshapes 'AddPicture' = o_logo
      exporting
      #1 = 'C:\logo3.jpg'.
    but I can't put it in the place I want..
    thanks,
    Michal

    call method of LOBJ_MS_WORD 'ActiveWindow' = w_activewindow.
    call method of lobj_activewindow 'ActivePane' = w_activepane.
    call method of lobj_activepane 'View' = w_activeview.
    SET PROPERTY OF w_activeview 'SeekView' = '9'.   " header view.
    " This will set the view to the header view. Whatever you write here
    will go to the header.
    Get PROPERTY OF lobj_ms_word 'Selection' = w_selection.
    CALL METHOD OF w_selection 'TypeText'exporting
      #1 = 'Rahul Anand'.
    "Now set the view again to the main doc view.
       SET PROPERTY OF w_activeview 'SeekView' = '0'.
    " Now write your main doc code .
    " For footer the view is '10'.
    call method of LOBJ_MS_WORD 'ActiveWindow' = w_activewindow.
    call method of lobj_activewindow 'ActivePane' = w_activepane.
    call method of lobj_activepane 'View' = w_activeview.
    SET PROPERTY OF w_activeview 'SeekView' = '9'.   " header view.
    " This will set the view to the header view. Whatever you write here
    will go to the header.
    Get PROPERTY OF lobj_ms_word 'Selection' = w_selection.
    CALL METHOD OF w_selection 'TypeText'exporting
      #1 = 'Rahul Anand'.
    "Now set the view again to the main doc view.
       SET PROPERTY OF w_activeview 'SeekView' = '0'.
    " Now write your main doc code .
    " For footer the view is '10'.

  • Is there an app to convert written notes on an iPad to a word document format?

    Is there an App that will convert written text on an iPad with a stylus into a word document?

    None that i'm aware of. Use the free Dragon Dictation app. Speak the words and it will convert to text.
    Here's some general info.
    Working with Notes and Documents on the iPad – Alternatives & Suggestions
    http://ipadacademy.com/2012/04/working-with-notes-and-documents-on-the-ipad-alte rnatives-suggestions
     Cheers, Tom

Maybe you are looking for

  • ID CS5: Problem with Text Wrap being Forgetful :(

    I am having a problem with text wrap. Whenever I open this INDD file I am working on now, some of the images shift from having what I call "actual" text wrap to having "false" text wrap. "Actual" text wrap *actually* wraps the text around the image a

  • Jetdirect factory reset

    Hello, we have the brand new printer HP LaserJet 600 M602, but because of NAP technolgy we need to install our network certificate. I have tried to do this but it doesn't work so I need to reset the jetdirect to have default network settings. I have

  • Response of async web service

    Hi there, I've created a function module which calls a synchronous BAPI. I released this function module as a webservice. When I call the web service it always gives a response although I don't need it in case of an async call. Is it normal that even

  • Extension for dreamweaver cs5.5

    I seek extensions for dreamweaver 5.5

  • SAP Acronyms (Especially those associated with SAP ERP Core Component)

    I am looking for resources/references pertaining to the denotations of SAP acronyms -- especially those pertaining to SAP ERP Core Component. Any assistance would be greatly appreciated.