Export to Word from SAP B1 2007A

Hi all.
When trying to export marketing document (sales order) to word from SAP B1 2007 A - I get error message. The error message appears in the word document and it states "unacceptable field". The template document also fails to return values in some of the data fields. We are using Office 2007.
I have tried solution from notes (868723), saying to check "typing replaces selection". I've also set macro settings to low and given acces to VBA Projects.
Has anyone some suggestions?
Thanks and regards, Runar Wigestrand.

Hi Runar,
The following link is to the documentation about how to export to word. Check if it helps you with some useful information  :
https://websmp108.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_HIER_KEY=701100035871000371280&_OBJECT=011000358700001146622005E&_SCENARIO=01100035870000000183&
Regards,
Jitin

Similar Messages

  • Export Excel Documents from SAP Business One

    Hello Guys,
    I have been having a problem with one of our customers regarding the export of documents from SAP Business One to Excel, Whenever a user tries to export a list to Excell SBO first exports it to a txt file. I found a thread where some of you had recommended to follow the steps of this procedure in order to allow the system to export the file directly into Excel:
    1. On your desktop go To: "Start -> Programs -> Microsoft Office ->
    Microsof Excel
    2. In Excel go to:"Tools #> Options #> General" Tab.
    3. De-select the tick-box "Ignore Other Applications"
    In order to de-select the "Portection from Macro Viruses"
    1. In Excel go to:"Tools -> Macro -> Security"
    2. Set the security level to "Medium".
    Change path from 'Local' to 'Server'
    1. Define the path:
    a) Choose "Administration"
    b) Choose "System Initialization"
    c) Choose "General Settings"
    d) Select the "Path" tab
    e) Define a path for the Excel folder by using the Browse (...)
    option
    Press 'Export to Excel' to open the 'AutoOpen.xls
    Make sure you change / remove the 'Local;=True' Statement accordingly,
    meaning:
    Excel is Starting from the server: remove the statement.
    Excel is Starting from the client: add the statement.
    The Excel folder should be located in a shared Folder in the server and
    it should contain the "AutoOpen.xls" file.
    I followed all the steps up until the step where it tells me to press "Export to Excel" to open the "AutoOpen.xls"  ( I believe it refers to the Excel Export Command) however when I click the icon it does not open the 'AutoOpen.xls. Does anybody know what the problem might be?? ( I checked the AutoOpen.xls" file and it does exist in the excel folder located in the shaerd folder)
    I`d sure appreciate your help guys!!

    Hi Manuel,
    Can you make sure your path is :
    C:\Program Files\SAP\SAP Business One Server\B1_SHR\ExclDocs\
    Test with this and see what is your result ..make sure you are exporting with folder with Sharing folder B1_SHR .
    Hope this helps
    Bishal
    Edited by: BIshal Adhikari on Sep 17, 2009 11:19 AM

  • Data missing while running a crystal report from SAP B1 2007A

    Dear All,
    I am facing an issue that is if i run a report from SAP B1 using Crystal reports AddOn, it misses out some data.
    Few Initial pages and a last page appears in the report. But when i run the same report using Crystal reports Designer it shows the actual number of pages. I have tested the above discussed issue on the server & workstation machines.

    Dear All,
    I would like to explain the above posted problem in detail. I need your generous help, I am facing an issue that is for Crystal Reports which are based on 'Financial Templates' data is missing out. For Example, If i run the report using 'Crystal Reports Designer' it is showing the whole Financial Template based on 5 pages, but if I try to run it from 'SAP Business One'
    using 'Crystal Reports AddOn' it is missing out the data e.g. it is showing Page 1 and then Page 4 & 5.
    Page No. 2 & 3 is missed out. For your information it was running fine from the past two months now I am
    facing issues in running it. Rest of the reports are running fine.
    I have tried reinstalling the Crystal Reports Runtime and Crystal Reports AddOn for SAP B1 on
    Client machines, but the problem is not resolved yet.
    Server Machine Details
    Version : SAP B1 2007A Server SP01 PL08
    OS: Windows Server 2008 R2 (64-bit)
    Crystal Reports AddOn for SAP B1 (64-bit)
    Crystal Reports Runtime
    Crystal Reports Runtime for Visual Studio
    Client Machine Details
    Workstation 1
    Version : SAP B1 2007A Client SP01 PL08
    OS: Windows Vista Enterprise (32-bit)
    Crystal Reports AddOn for SAP B1 (64-bit)
    Crystal Reports Runtime
    Crystal Reports Runtime for Visual Studio
    Workstation 2
    Version : SAP B1 2007A Client SP01 PL08
    OS: Windows XP
    Crystal Reports AddOn for SAP B1 (64-bit)
    Crystal Reports Runtime
    Crystal Reports Runtime for Visual Studio

  • Exporting to word from crystal without frames

    good afternoon, I have problems with the export from a word crystal, because everything is generated on me frameworks. pc sell any component or provide some advice for me to export a word without frames?.
    thank you very much for your attention and hopefully prompt responses.
    Fredy Castellanos
    Development Engineer
    LEGIS SA

    Ludek good morning, thanks for addressing my request.
    It turns out that I worked with Visual Studio. NET 2003 and use a component called CrystalReportViewer.
    When exporting to Microsoft Office Word, all I was generated in frames or text boxes, I want to pass the text into Microsoft Word without putting the content in text boxes or frames.
    This is the code I'm using
    MemoryStream oStream=new MemoryStream ();
    oStream = (MemoryStream)oRpt.ExportToStream(CrystalDecisions.Shared.ExportFormatType.WordForWindows);
    Response.Clear();
    Response.Buffer= true;
    Response.ContentType = "application/msword";
    Response.AddHeader("Content-Disposition", "attachment;filename=" + NombreActa + ".doc");
    Response.BinaryWrite(oStream.ToArray());
    Response.End();

  • Can't export to Excel from SAP after upgrade

    Hi there,
    We couldn't export to Excel after upgrading SAP from 2007B PL15 to 8.81 Pl07.
    We tried all workstations as well as server itself and encountered below error upon exporting to Excel.
    "AutoOpen.xls cannot be accessed. The file may be corrupted, loated on a server that is not responding, or read only."
    Microsoft Excel Folder under "General Settings >> Path tab" has been defined.
    If you have a solution or workaround for the above error, kindly share with me.
    Thank you.
    Regards,
    Yadana

    Dear Yadana,
    Check this forum
    Re: Export to excel doesn't work anymore
    Regards
    Mangesh Pagdhare.

  • Exporting to Word from crystal 2013

    Hi-I am using BO 4.1 sp2 and crystal 2013.When the crystal report gets exported to MS word (97-2003),it creates a .rtf file.Is there a way .doc file can be generated from crystal export.
    In the user manual,it says ms word(97-2003) is a .doc format but while exporting it creates .rtf,isn't it weird?
    Thanks.

    Interesting. I did a quick test with one of the sample reports I have and renaming the rtf file to .doc worked. Renaming the rtf file to docx I got the error re the file being corrupted. However opening the .doc file and then doing "save as" docx, the file is ok.
    E.g.; you can not rename an rtf file to docx, only doc.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Why does the export to word from adobe conversion tel me everytime their is a problem when I attempt

    Why does the new export from PDF to Word programme tell me evrytime that thier is a problem with the export?

    Hi Tony,
    Have you tried submitting your documents via the ExportPDF web interface: http://exportpdf.acrobat.com/signin.html ?
    Could you also open one of these files in Adobe Reader and choose File > Properties.  What does it say next to 'Application' and 'PDF Producer'?
    -David

  • Could not export Crystal report from SAP B1 to MS excel

    Hi Experts.
    Could not Export crystal report  which are created in .net crysta report to MS excel in SAP business one.
    Kindly give any solution.
    Thanks & Regards,
    Bhushan

    Hi,
    Crystal reports it self u can export data from MS excel .
    Regards,
    Siva

  • Send  PDF, EXCEL, MS Word from SAP to third party

    Hi All,
    My requirement is we have to upload docs from PC and send to third party system.
    Now my doubt is how can we upload  the docs like  PDF , Excel, MS Word etc from PC to sap and send it to third party.
    Thanks & Regards
    Satyamkumar Jha

    Hi Prabhudas,
    Thanks for your inputs.
    I have one more doubt.
    If you open any delivery  in VL03N  transaction just below the Menu bar there is button called 'Services for Object'. using this we can attach any document to this Delivery.
    Is there any way to attach this newly uploaded document using some Z program (referring tcode  CG3Z ) to this delivery.
    Regards
    Satyam

  • Best way to export mass data from SAP R/3 to non-sap system

    Hi,
    I have to transfer mass data from a sap R/3 system to a non-sap system. Any experiences to find the best solution/interface?
    Requirements:
    - fast
    - delta load ability
    Any help will be appreciated.
    Thanks,
    Detlef

    HI,
    Using Proxies is also a good option.
    Thanks,
    Manish

  • Creating certificates in ms word from sap hr om

    hi everybody , i did program for creating training certificates for attendees of otype E and relation A025 in hrp1001.i used ole for that,but i need to make border lines and logo at bottom in certificates,i used one logic for logic ,i.e GET PROPERTY OF gs_actdoc 'InlineShapes' = gs_inlineshapes.
    CALL METHOD OF gs_inlineshapes 'AddPicture' = gs_logo
      EXPORTING
      #1 = 'C:\logo.bmp'
      #2 = 0
      #3 = 10.
    CALL METHOD OF gs_actdoc 'SaveAs'
    exporting
         #1 = v_filename.
    *call method of gs_word 'Quit' .
      FREE: gs_word, gs_actdoc, gs_documents, gs_newdoc.
      endform.but i am using this the logo is coming in top of the page in ms word,same as the file in .bmp, which i saved in c directory. but the logo should come at bottom and how to code for borders through ole please respond very urgent.

    hi everybody , i did program for creating training certificates for attendees of otype E and relation A025 in hrp1001.i used ole for that,but i need to make border lines and logo at bottom in certificates,i used one logic for logic ,i.e GET PROPERTY OF gs_actdoc 'InlineShapes' = gs_inlineshapes.
    CALL METHOD OF gs_inlineshapes 'AddPicture' = gs_logo
      EXPORTING
      #1 = 'C:\logo.bmp'
      #2 = 0
      #3 = 10.
    CALL METHOD OF gs_actdoc 'SaveAs'
    exporting
         #1 = v_filename.
    *call method of gs_word 'Quit' .
      FREE: gs_word, gs_actdoc, gs_documents, gs_newdoc.
      endform.but i am using this the logo is coming in top of the page in ms word,same as the file in .bmp, which i saved in c directory. but the logo should come at bottom and how to code for borders through ole please respond very urgent.

  • Loading Chart of Accounts from SAP into Account dim in BPC automatically

    Hi,
    for my client I would like to take a predefined flat file from SAP containing chart of account details (account id, description and parent) and load and  process them automatically using dtsx packages in BPC 7.0 MS.
    Also, I want the package to able to be able to change details when it finds an already existing account id (e.g. if the description changes) and only for the properties contained in the flat file (i.e. keep the property values the same in BPC for those properties which are not in the extract for existing account records), or to add new accounts for those that don't exist.  I don't want the existing dimension completely replaced, as the SAP file won't contain info for fields like ACCTYPE, or TYPEELIM for example.
    I find the help in Data Manager extremely confusing and am not sure which bits are current or have been superceeded.
    I am an application consultant with limited knowledge of DTS/ SSIS and I wonder if someone can give me a step by step detail of  what I must do to achieve this. I am sure that many people would like to do something similar.
    regards
    Scott.

    Here is what you need to do in the SSIS package.
    1. You need to create exactly same structure as MBRAccount Table. Let's say tmpMBRAccount
    2. Export Account data from SAP as FlatFile
    3. You need a Script to fill in ACCTYPE or other properties that doesn't exist in SAP but mandatory for BPC account dimension. This script will change exported Flatfile.
    4. Import step3 flatfile into tmpMBRAccount table.
        Some users import data into MBRtable directly but it is not good because if error happens,
        there is no way to roll back until restore table from backup database.
        If users use temporary table as we do, Admin task will backup and roll back if error happens.
    5. Run Admintask and point tmpMBRAccount table as source table.
    6. You need another script to update Excel member sheet from updated mbr table.
        If you don't have this script, data member will be inconsistent between excel member sheet and MBR table.
    Some customer add more steps to validate members or error handling.
    If you are not an expert of SSIS, I think you need a technical consultant for doing this.
    There are an example package in BPC sample package folder but it is very basic one.
    Thank you.
    James Lim

  • Export to Word with LayoutDirection of RTL on Tablix

    When exporting to Word from SSRS 2008 R2 - setting the LayoutDirection of a Tablix to RTL causes the rendered table in word to appear in inverted order:
    Selecting the table and setting Table direction (in the Table Properties dialog) to Right-to-left once already in Word corrects the issue.
    Leaving LayoutDirection as LTR renders in the correct direction, but then tabbing through the table in Word is in the wrong direction.
    Any chance that SSRS can be made to render LayoutDirection=RTL to Table direction=Right-to-left?

    Hi Sq,
    I have tested it on my local environment, we cannot reproduce this issue. My test environment is SQL Server Reporting Service 2008 R2 and Microsoft Word 2010 on Window 7. So this issue may be caused by your design structure of your report, if possible redesign
    the report to check if this issue is persists or not.
    If the issue persists, please elaborate the structure of your report, if possible could you please post both the report and the dataset with sample data to us by the following E-mail address? Then, I can try to reproduce the issue again and for further analysis.
    E-mail:[email protected]
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • Problems exporting to Word

    Hi,
    We are using the crystals reports bundled with VS2005 targetting .Net Framework 2.0, for a web based application. On some development PCs(Windows XP Sp3) and some ISS servers(IIS 6.0 and Windows Server 2003 R2(SP2) where the application is hosted we have a problem exporting the report is exported to word (programmatically using eportDocument.ExportToHttpResponse). Export to PDF and Excel on the PCs/server worls fine. This problem happens to all the reports in the system.
    The problem is that the window opens and closes and we don't get to see the word document. But the same report when exported to word from the export option in the Crystal Report viewer, it works fine. Also on two of our Windows 2003 server with SP2 the export to word is working fine.
    Please can anyone help us resolve this issue.

    Hi,
    We are using the CR bundled with VS 2005 which is CR version 10.2.3600.0. On the development machine where the export is not working, we have CR 8.5, the CR bundled with VS2005 and CR 2008(CR 12.0) with SP1 installed. We use the Visual Studio Integration manager to switch the versions from CR for VS 2005 and CR 12.0 and vice versa.
    On the Windows 2003 R2 server, we have used the CR redistributable package to install Crystal report runtimes. No other version of CR or any service packs is installed on this machine.
    We initially had a problem with the CR on this server, where the reports would not work evertime the server was restarted and we had to re-install the distributable each time. To solve this, we had to manually register this dll C:\Program Files\Common Files\Business Objects\2.7\Bin\sacommlayer.dll. (I believe this is a known issue with Windows Server 2003 R2 and .Net 2.0).
    Please let me know if you need more information.

  • Word Printout from SAP

    Hello, Iu00B4m using OLE to print out word files from SAP. Is there a setting to specify on which printer printouts are done. Currently I can only print on the standard word printer.
    Sample Program:
    REPORT Print_word .
    INCLUDE ole2incl .
    DATA: gs_word TYPE ole2_object ,
    gs_documents TYPE ole2_object ,
    gs_newdoc TYPE ole2_object ,
    gs_actdoc TYPE ole2_object .
    START-OF-SELECTION .
    CREATE OBJECT gs_word 'WORD.APPLICATION'.
    SET PROPERTY OF gs_word 'Visible' = '0' .
    CALL METHOD OF gs_word 'Documents' = gs_documents.
    CALL METHOD OF gs_documents 'Open' = gs_newdoc
    EXPORTING #1 = 'D:\update.docx' .
    CALL METHOD OF gs_word 'ActiveDocument' = gs_actdoc .
    CALL METHOD OF gs_actdoc 'PrintOut' .
    CALL METHOD OF gs_word 'Quit' .
    END-OF-SELECTION.
    FREE: gs_word, gs_actdoc, gs_documents, gs_newdoc .

    Hi Mathias,
    CALL METHOD document->print_document
      EXPORTING prompt_user = 'X'
      no_flush = no_flush
      IMPORTING error = error
        retcode = retcode.
    will open the dialog so the user can change the printer. I don't know if you can set the default printer using method CONTROL_SET_PROPERTY of [Desktop Office Integration interface.|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIOFFI/BCCIOFFI.pdf].
    Regards
    Clemens

Maybe you are looking for