To upload and store documents in SAP

Hi,
Can anyone help me as to how to upload and store documents directly into SAP , something similar to attaching documents in standard SAP transactions.
Thanks,
Ketan.

Hi,
Use tcode CV01N to create/CV02N (change)/CV03N to Display. U may require to do little bit config.
If helpful pl reward.
Cheers.

Similar Messages

  • Sharing and displaying Excel and pdf documents in SAP BO Mobile

    Hello all,
    I have one quick question. Is it possible to share excel and pdf documents through SAP BO Mobile?
    I tried it uploading documents to BO Launch pad and assigning them to Mobile category. I can't see them in my ipad. Is there another way to share these kind of files through SAP Mobile in mobile devices? and how?
    Thanks.

    No that won't do it. Because my users have their own excels which are not related to BO or BW platforms. They are entering data manually to excel spreadsheets and reporting. We just want to upload them to BO platform and let them share those files with other users.
    I know I could create a webi report on top of excel, but we don't want to spend redoing the reports in excel.
    Thanks though.

  • Getting a Page Cannot be Displayed error while uploading a Contract Document in SAP E-sourcing for size 500mb

    Hi Guys,
    I am getting a Page can not be displayed error while uploading a COntract Document in SAP-E-soucing 7.0.
    Maximum Size set in Our SYSTEM is :9765MB.
    Approx size of the Document tried is more then 300MB.
    Appreciate your help on this.
    Regards
    Tarun

    Hi Tarun,
    Please check the below system properties using system user login
    attachments.maxSizeKB.buyers - "Maximum size in KB of a employer-attached attachment file"
    attachments.upload.enable.buyers-  " Enable/Disable uploading of attachments by internal users"
    Also Please check with other attachment, contracts related properties in the System.
    Let me know if this helps.
    Thanks,
    Raj.

  • Excel VBA - Automatically checkout and checkin documents from SAP R/3

    Hello,
    I'm trying to implement some sort of automatic solution for checking out and in documents in SAP.
    We have EasyDMS as Document Management System and need to reword about 10000 files which have a bug in their macro. For this purpose I created an Addin for Word and Excel that changes the macros automatically when opening a file. Due to security problems we cannot distribute this Addin to all Users (because you must deactivate macro security for enabling this Addin). So we thought about a possibility to automate the process and do the changes over weekend.
    My idea was to write a makro in Excel that takes the information about the files (documentnumber, version...) form an Excel table and uses RFC to call a function that can checkout the files. On this machine the Addin would be enabled, of course.
    I found the function "BAPI_DOCUMENT_CHECKOUTMODIFY2" and tried to implement the call via RFC, but I get an error.
    The error says: Application-defined or object-defined error
    I think the Problem is the data structure of the parameters.
    Can someone figure out how I have to set up the parameters to get the function to work? I have no idea how this should be done, although I read some tutorials.
    Thanks for your help!
    regards,
    Thomander
    Here is my Code so far (I stopped because I get the error at line "objDocumentfile.Value = "Test 2.doc"):
    Dim sapConn As Object 'Declare variant
    Set sapConn = CreateObject("SAP.Functions") 'Create ActiveX object
    If sapConn.Connection.Logon(0, False) <> True Then 'Try Logon
       MsgBox "Cannot Log on to SAP"
    End If
    Dim objFunction As Object
    Set objFunction = sapConn.Add("BAPI_DOCUMENT_CHECKOUTMODIFY2")
    Dim objDocumenttype As Object
    Dim objDocumentnumber As Object
    Dim objDocumentpart As Object
    Dim objDocumentversion As Object
    Dim objDocumentfile As Object
    Set objDocumenttype = objFunction.Exports("DOCUMENTTYPE")
    objDocumenttype.Value = "PM2"
    Set objDocumentnumber = objFunction.Exports("DOCUMENTNUMBER")
    objDocumentnumber.Value = "A5N00030059989"
    Set objDocumentpart = objFunction.Exports("DOCUMENTPART")
    objDocumentpart.Value = "000"
    Set objDocumentversion = objFunction.Exports("DOCUMENTVERSION")
    objDocumentversion.Value = "D"
    Set objDocumentfile = objFunction.Exports("DOCUMENTFILE") = "Test 2.doc"
    objDocumentfile.Value = "Test 2.doc"
    Dim objCheckedoutfile As Object
    Set objCheckedoutfile = objFunction.Exports("CHECKEDOUTFILE")

    Hello,
    I'm trying to implement some sort of automatic solution for checking out and in documents in SAP.
    We have EasyDMS as Document Management System and need to reword about 10000 files which have a bug in their macro. For this purpose I created an Addin for Word and Excel that changes the macros automatically when opening a file. Due to security problems we cannot distribute this Addin to all Users (because you must deactivate macro security for enabling this Addin). So we thought about a possibility to automate the process and do the changes over weekend.
    My idea was to write a makro in Excel that takes the information about the files (documentnumber, version...) form an Excel table and uses RFC to call a function that can checkout the files. On this machine the Addin would be enabled, of course.
    I found the function "BAPI_DOCUMENT_CHECKOUTMODIFY2" and tried to implement the call via RFC, but I get an error.
    The error says: Application-defined or object-defined error
    I think the Problem is the data structure of the parameters.
    Can someone figure out how I have to set up the parameters to get the function to work? I have no idea how this should be done, although I read some tutorials.
    Thanks for your help!
    regards,
    Thomander
    Here is my Code so far (I stopped because I get the error at line "objDocumentfile.Value = "Test 2.doc"):
    Dim sapConn As Object 'Declare variant
    Set sapConn = CreateObject("SAP.Functions") 'Create ActiveX object
    If sapConn.Connection.Logon(0, False) <> True Then 'Try Logon
       MsgBox "Cannot Log on to SAP"
    End If
    Dim objFunction As Object
    Set objFunction = sapConn.Add("BAPI_DOCUMENT_CHECKOUTMODIFY2")
    Dim objDocumenttype As Object
    Dim objDocumentnumber As Object
    Dim objDocumentpart As Object
    Dim objDocumentversion As Object
    Dim objDocumentfile As Object
    Set objDocumenttype = objFunction.Exports("DOCUMENTTYPE")
    objDocumenttype.Value = "PM2"
    Set objDocumentnumber = objFunction.Exports("DOCUMENTNUMBER")
    objDocumentnumber.Value = "A5N00030059989"
    Set objDocumentpart = objFunction.Exports("DOCUMENTPART")
    objDocumentpart.Value = "000"
    Set objDocumentversion = objFunction.Exports("DOCUMENTVERSION")
    objDocumentversion.Value = "D"
    Set objDocumentfile = objFunction.Exports("DOCUMENTFILE") = "Test 2.doc"
    objDocumentfile.Value = "Test 2.doc"
    Dim objCheckedoutfile As Object
    Set objCheckedoutfile = objFunction.Exports("CHECKEDOUTFILE")

  • How to upload and store pic in database through Servlet

    Hi
    I am new to servlet programming. I need some help i am developing shopping cart of pictures
    I have problem in admin module
    When admin upload new picture and description of picture
    i want to store information of uploaded picture in database so that user can view new photographs for shopping
    Now problem is that how to upload and store picture in database and how to retrive picture from datebase and disply on user end
    I am in great difficulty
    I need some sample code
    Can some one help me
    I shall be very thankful

    Use BLOBS to upload and download image files into the database....
    Here is a sample code for doing it from one of my earlier posts....
    http://forum.java.sun.com/thread.jsp?forum=31&thread=143837
    Once you get the file from the database, use the image tag in HTML to display your picture....
    Let me know if you have any further questions....

  • How to upload and share document from pages

    how to upload and share document from pages app?

    Hello dannafromfl,
    Documents can be shared via File Sharing to iTunes or via Email.
    Pages for iOS (iPad): Send and receive documents in email messages
    http://support.apple.com/kb/PH3564
    Pages for iOS (iPhone, iPod touch): Share documents by connecting to your computer
    http://support.apple.com/kb/PH3598
    Cheers,
    Allen

  • Upload and retreive documents

    Hi,
    I'm new to jdeveloper was wondering if anyone knew of any great oracle online tutorial sites that show how to upload and retrieve documents using jedeveloper.

    Hi,
    documents
    http://download-east.oracle.com/docs/html/B25947_01/web_complex006.htm
    http://technology.amis.nl/blog/?p=2297
    http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/devguide/fileupload.html
    you can access the SRDemo application through help--> check for updates. This application uses ADF Faces to upload documents to the middle tier server.
    Frank

  • Does allowing adobe flash player plug in on safari give access to websites the ability to upload and transfer documents and files(on the computer) without permission?

    Does allowing adobe flash player plug in on safari give access to websites the ability to upload and transfer documents and files(on the computer) without permission? Perhaps to their online server or somewhere where they designated them to transfer to?

    It depends a bit on which version of Captivate you used to develop your modules and also which version of Flash Player you targeted when publishing your modules from Captivate. Say for example you use Captivate 5 and publish to Flash Player 10. Then your end user would need to have Flash Player 10 on their computer. It shouldn't matter if their version is 10.0.0 or 10.1.0 or 10.1.3 - just as long as it's a 10. If they only have Flash Player 9 then they will need to upgrade.
    The "Access to Adobe.com is restricted" is most likely because the HTML that launches the Captivate SWF sees that you have targeted FP10 and the user only have FP9. Then it tries to direct a call to Adobe in order to present an "Upgrade to latest version of Flash" dialog for the user. This traffic is most likely denied by your IT department.
    The first step is to find out which version of Flash Player is the most prevalent in your organization. If it is Flash Player 9 then simply select that when publishing from Captivate 5. If Flash Player 8 is the most used in your organization and you have CP5 or CP5.5 then you are in big trouble since FP8 is not supported from CP5 and CP5.5.
    /Michael
    www.cpguru.com - Adobe Captivate Widgets, Tutorials, Tips & Tricks and much more..

  • How to upload and store attachments to an object in ABAP Webdynpro ?

    Hi all,
    I would like to upload file attachments of various types to a document within SAP (in this case Expense Reports), using Webdynpro ie. The attachment belongs to a particular expense report.  So each document , whether Word, Text, Bitmap etc. would be accessible thereafter by an Expense Report number.
    In SAPGUI, we have the powerful function module GOS_ATTACHMENT_LIST_POPUP which takes a user-defined object key to create and change documents. 
    I'm trying to find an equivalent interface for this in WDynpro. I looked at the component WDK_POWL_WF_DETAIL, but this seems to be suited to Workflow. Can anyone out there give some further tips or examples around this ?
    Regards,
    Gabriel

    Upload using the com.oreilly.servlets package- I don't recall the exact method for using this but it is pretty easy.
    Check the file size and type on upload. Only accept gifs and jpgs smaller than 50k (standard for web- go above this if you like but will take time to download and possibly annoy users.)
    Use AWT to create standard size thumbnails of the pictures or to standardize them so they will fit on the page properly.
    Write the images to the requisite directory. I would suggest giving them a name which matches them directly with the record id number (such as catalogueitem1.jpg) or submit the image name to the database.
    If you are serving on Unix you will need Xvfb or something like it running on your server for AWT to work.
    To display it just take the value from the database and add it to the filename, e.g. :
    <img src="/catalogue/catalogueitem<%=databaseid%>.jpg">
    I'm afraid the code I do this with at the moment is very poor and you will do a lot better with a little research into the topic than trying to follow what I have written.

  • Uploading and Downloading Document

    Hi Experts,
         I Have a requirement like Uploading the Document in a Module Pool Application(Custom), the document can be in any format like PDF,DOC,XLS,TXT with unpredictable format. While Creating the Document in the The Business person will Upload the Document and it need to save  in the data base. The Document should be viewed in Display Mode.
    Please Suggest that is it Possible By using normal ABAP or do i need to move the Development to Work flow/DMS (Document Management System).
    Thanks in Advance.
    Kranthi Kiran

    Hi Kiran,
    Try FM, ARCHIVFILE_CLIENT_TO_SERVER.
    This will enable us to upload file from desktop and store it in al11 path.
    Or transaction CG3Z.
    Thanks,
    Anil

  • 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

  • Upload and attach documents within dialog programs

    Hi
    I need to include an 'Add attachment" option on one of my screens. (I am busy developing a stand-alone labour relations system in R/3. The system is case number driven) The option should allow for the user to upload related documents which should be linked to a case number. The user should then be able to view these documents later during display mode.
    Should I use one of the DOCU_* Function Modules to attach the document to the case number? Should the documents be uploaded to the server first?
    Is this at all possible?
    Your advise will be appreciated and examples are also welcome.

    Hi
    I think you should use the Services for Object: it's the tool allows to manage many functions to be linked to a document (object): to create note, add attachment and ....
    In the standard the icon to run "Services for Object" is up on the left of the screen (see FB03 for example).
    I've never used them, but I think it isn't very hard. I know you can create it for a custom transaction.
    See SAP HELP:
    http://help.sap.com/saphelp_46c/helpdata/en/24/370b374e4e7c64e10000009b38f839/frameset.htm
    Max

  • Store documents for SAP installations in Germany

    Hi All,
    One of our clients has a single instance of SAP in Germany. It seems that according to the German VAT law we are NOT allowed to electronically store any documents such as invoices or credit notes on servers outside the European Union.
    I wanted to check if this is true and if anyone has encountered a similar situation for SAP implementations on Germany and how did you deal with this scenario.
    Any feedback/comments will be very helpful.
    <removed_by_moderator>
    Regards,
    Vivek
    Edited by: Julius Bussche on May 29, 2009 11:10 PM

    > 1. How did you handle documnets that are physically stored in some other country but legally should be stored in Germany ?
    You either mirror them, or give them their own instance to work on and mirror it back.
    Another option is to use virtual companies, but in my experience that creates a mess and is not scalable (imagine all countries want this?).
    > 2. Can you please explain about the second point "export controls on encryption software", how is it usefull in this scenario.
    It was a thought. I did not say that it would be effectively usefull. Basically, the authorities want to be able to do a "morning raid" if required and confiscate / copy the disks for investigation. That is why they want the hardware physically within their legislative area...
    You can use encryption, but the keys (probably lots of them...) will be within legislative area as well, probably.
    You will need to contact your DB vendor about that.
    Possibly you can also contact the authorities and ask for an exception.
    Cheers,
    Julius

  • Entry Document and Change Document in SAP FM

    Dear Expert,
    In SAP FM when we enter a budget through FMBB, system create the entry document and creates change document automatically with the original document
    could you please explain what is the difference between 2 documents. and justify system behavior when system creates 2 change documents for the same entry document (sometimes)
    Thanks & Regards

    Hi Richa,
    a good place to start would be the Master Guide to NW 7.4 SR1 on SAP Market Place which is here.
    The guide goes through everything for planning a NW installation including of course Portal and planning the Landscape design and architectura questions.
    Best regards,
    Andy.

  • Best way to upload and store image file using struts

    Hello there,
    I'm having two choices for uploading image files(not huge image files) using struts a) to store the image in application server's directory
    b) to store the image files as BLOB in database.
    Although each of the image files have to be associated with unique ID to identify the image for re-display.
    Which is the best option. application server's directory or database
    josh

    I think storing it in the application server directory would probably allow for faster access, is easier to code, and doesn't depend on db connectivity.
    As for the unique id, you could probably use the File.createTemporaryFile method--it returns a unique id for every file in a directory, given a prefix & suffix. You just have to remember to change the extension from a .tmp to the image format you're using.
    Anyway, that's my 2 cents.

Maybe you are looking for