Upload documents to DMS content server from other tcodes like MIRO

Hi Experts,
How can I upload my document to DMS content server through transactions like MIRO.

Hi Sunil,
You can't uplaod from different t-code, you need to upload it thru CV01n only. One exception is there which is BDC t-code SHDB for batch uploading. But from other t-code you can't uplaod a document into SAP DMS content server.
One another option is create a z-tcode for the same. i.e. for MIRO create ZMIRO.
In statndard environment you can attache but it will not saved in content server. Only thru CV01n it can be done.
I hope this will resolve the query.
Regards,
Ravindra

Similar Messages

  • Upload / Download document to KM Content Server from WebDynpro Application

    I have a requirement where I need to upload / download document into / from KM Content Server from my WebDynpro Application.
    Is it technically possible and if Yes, can I get any Sample code for this.

    Hi Tahzeeb,
    first of all i would point you to the JavaDocs for KMC API.
    https://media.sdn.sap.com/javadocs/NW04/SPS15/km/index.html
    And here is a small example of reading and storing KM resources.
    For reading:
         * Returns a resource as an InputStream from the KM repository
         * at the given path. The IUser is needed for authorization.
         * @param user      IUser for checking authorisation.
         * @param resPath   Path to the KM resource.
         * @return          Requested resource as a stream.
        private InputStream getKmResource(final IUser user, final String resPath)
            throws ResourceAccessException {
            try {
                final IResourceFactory factory = ResourceFactory.getInstance();
                final RID rid = RID.getRID(resPath);
                final IResource kmResource =
                    factory.getResource(
                        rid,
                        new ResourceContext(getDeprecatedIUser(user)));
                if (kmResource == null) {
                    throw new ResourceNotFoundException(
                        "KM resource not found: " + resPath,
                        resPath);
                return kmResource.getContent().getInputStream();
            catch (WcmException e) {
                throw new ResourceAccessException("Error accessing KM resource: " + resPath, e, resPath);
    And for writing:
         * Stores a resource in the KM repository at the given path with the given name and mimetype.
         * Content is taken from the given inputstream.
         * @param user          IUser for checking authorisation.
         * @param resName   Name of the resource
         * @param resPath     Path to the resource
         * @param mimeType MimeType of the resource
         * @param inputStream  Resource content
         * @throws ResourceAccessException
        private void putKmResource(
            final IUser user,
            final String resName,
            final String resPath,
            final String mimeType,
            final InputStream inputStream)
            throws ResourceAccessException {
            try {
                final ResourceContext rContext = new ResourceContext(getDeprecatedIUser(user));
                final RID rid = RID.getRID(resPath);
                final ICollection kmCollection =
                    (ICollection) ResourceFactory.getInstance().getResource(rid, rContext);
                if (kmCollection == null) {
                    throw new ResourceNotFoundException(
                        "KM resource not found: " + resPath,
                        resPath);
                else {
                    IContent kmContent = new Content(inputStream, mimeType, -1);
                    IResource kmResource = kmCollection.createResource(resName, null, kmContent);
            catch (ResourceException e) {
                throw new ResourceAccessException("Error accessing KM resource: " + resPath, e, resPath);
            finally {
                try {
                    inputStream.close();
                catch (IOException e1) {
                    throw new ResourceAccessException("Error closing InputStream when accessing " + resPath, e1, resPath);
    Hope that helps for a start.
    Best regards,
      ok

  • Open/edit documents on SAP Content Server from BW?

    Hi guys
    I have been asked to investigate whether this scenario is possible.
    Today we have a SAP Content Server where we save attachments to different kinds of objects. An example could be that we open appropriation request 'S-00123' from IMA11 and attach two different MS Word documents.
    In BW I have created several reports that contain these appropriation requests and we would like to be able to attach/edit the files on the content server from the BW report.
    Is this somehow possible using RRI or some other functionality?
    Might it even be possible by using GoTo --> Documents with the appropriate setup?
    BR
    Stefan

    Hello Friends,
    Any luck??
    Thank you,
    Nikee

  • Upload of pdf file from windows server  in to DMS content server

    dear all,
              kindly help me out in uploading the pdf file in DMS content server from windows server. let me know the steps how to complete this task. its a little bit urgent.
          thanks in Anticipation
              vikram & kiran

    Welcome to SDN
    you can use FM BDS_BUSINESSDOCUMENT_CREATEF to do this
    check this thread
    Re: convert file details
    or this code sample
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0e6b0d95-0a01-0010-4696-ca0a48de5fb3
    Regards
    Raja

  • To featch the documents (.PDF,.DOC etc) from DMS (Content server)

    I want to featch the document like pdf,doc etc through ORACLE databse.The documents are in DMS content server having MAXDB as database

    > I want to featch the document like pdf,doc etc through ORACLE databse.The documents are in DMS content server having MAXDB as database
    Ok, where's the question in this post?
    Anyhow, SAP content server is available on MaxDB only.
    The documents in it are stored in LOB-columns with a content server-internal format.
    To get the stored files back as documents they must be fetched via the content server.
    Once the files are correctly received from the content server you may store them to another database again.
    But there is no direct way to move them from MaxDB content server to Oracle.
    regards,
    Lars

  • HR Benefit-Claim Attachments from portal & linkage to DMS content server

    Hello DMS Experts,
    Our client is using standard HR functionality for telephone bill claim and attaching scanned bill copy through enterprise portal during creation of claim.
    Due to higher frequency of file upload there is issue that PCL4 cluster size increased upto 600 GB within short time & total available size in 800 GB.
    In the above scenario, client is expecting solution from DMS side to resolve this issue. Clients main concern is to reduce attachment load from ECC server. Could you help me how to arrest this problem through DMS functionality?
    1. I tried to find the solution through Archive linking as there is no standard DMS object link for HR.
    I got following Object type with link TOAHR. ( PREL, PAPL, PBS_NOTIF, CERTIFPAYD, EMPLOYTXDE, GLOBASSIGN, GLOBASSIGN ), but I failed to get object type for Employee No. & Claim No. to link the document through OAAD transaction.
    Do you know the Archive linking object type to link the document to employee no. & claim no. ?
    2. Since default Storage type setting for  HR repository "HR_KW_CONT" is SAP System Data base,  If I create standard HR repository "HR_KW_CONT" (assuming PCL4 cluster attachments stored in this repository) on DMS content server through OACT transaction, can i divert the attachment from SAP data base  to content server?
    3. If you have any other solution to resolve this issue, please guide me.
    I look forward to your response.
    Thank you very much in advance.
    Thanks&Regards,
    Sudhir Rahase

    Hi
    Here can you find more information about how to add more objects to link to
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/b2/c043a66fab11d1949500a0c92f024a/content.htm
    BR/Håkan
    Edited by: Hakan Anderberg on Aug 2, 2011 3:12 PM

  • DMS: Relocation of storage category/documents to another content server

    Our DMS content server was implemented with a 3-tier environment (dev-test-production).  There are several SAP instances storing documents to a shared storage category in the global DMS server.
    I found recently that one of the production instances on 4.6C was inadvertently configured to store documents on the DMS development server in this same storage category name.
    I have found programs to relocate documents from one storage category to another, which could be used if I configured a new storage category pointing to the production content server.  However, for business reasons the name of the storage category should not be changed.
    Note 445057 and document "Operational Guide - SAP Content Server" provide information on relocation of documents using programs RSCMSEX (export) and RSCSMIM (import).  I would like to use these reports to export the documents stored incorrectly on the development server, change the configuration of the content server to the production server address, and import the documents back into the existing storage category.
    The documentation does not state whether RSCMSIM will add the imported documents to existing content or will delete all other documents.  I would like to insure that I will not lose existing documents in the production server.
    I would appreciate advice or feedback from anyone familiar with these programs or relocating documents in DMS.
    Thank you,
    Kathie

    Hi Aby,
    if setting up a profile does not help, another proposal would be to use the BADI DOCUMENT_STORAGE01 with method BEFORE_LIST_STORAGECAT. Because here you will be able to influence which storage categories are displayed at "Check in to Kpro and Selecting the storage category". If only one category is handed back by the BADI method the pop-up should be avoided and the selected category should be choosen.
    Maybe this could be a solution.
    Best regards,
    Christoph

  • Attachments from CRM in DMS content server

    Hello,
    I have configured a DMS content server to save the attachments from CRM. but can not get the store in the content, as I can do? Attachments I keep it via web from the interlocutor.
    I touched the table SDOKPHCL and the value  BDS_POC1 and I have put the value of content, but still keep it to or at the base's own CRM.
    I need to configure?
    Thank you.

    Hello,
    Table SOFFCONT1 attachments are stored that are recorded in the database logic of sap. That is if the id of the document not find it in this chart means that you are storing away in a content server.
    I've gotten crm annexes the content stored on a server.
    The first thing I have done is create a content server-class CRM. OAC0 in, then I created the category AOCRS taking the content. CSADMIN and I found that the content is running.
    In transaction SKPR08 BDS_POC1 class I have assigned to the Z-server content that I created. and in all kinds of CRM type I have assigned the new Z category I created.
    After the transaction SBDSV2 I created a new record with BUS1006 in this case because it was a contact in CRM and I have given the document class Z BDS_ATTACH the category of content.
    The BUS is obtained by a trace of the transaction and SWELS swel (with some modification from the transaction in which I attach the document).
    In SBDSV1 I've got to bus1006 BDS_LOC1 class.
    And with that I have solved the problem.

  • DMS Content server / Master guide

    Hi Friends,
    I try to search info on details for DMS Content server. I found only content server. Is there any differnce for DMS Content server.
    I want to understand the sizing / planning  / DB usage for DMS purpose.
    Can I get any where DMS Master Guide for finding all above details.
    We are using the SAP data base only for storing the documents. I will be selecting KPro for doc. types.
    Does we need to create Content table. How to do that ?
    I know very little in basis activities. If u can give the details I will discuss with ABAP & Basis persons to sort out.
    Regards,
    Sai Krishna

    Hi,
    Thanx for the info.
    We are using the SAP data base only for storing the documents. I will be selecting KPro for doc. types. In this case I don't require any content server.
    I have gone thru the PDF of SAP Content Server for Windows Installation Guide and noted down the following info:
    1. caluclation methodology and compression for each type of document (say doc / PDF etc). and noted
    2. Increase in data over perticular period
    3. on an average how many users accessing documents at a perticular time.
    I have done the following settings Maintain Storage System in OAC0.
    Content Rep. : DMS_C1
    Document area- DMS Document management system
    Storage type - 03 SAP system data base
    Rep. Sub type - Normal
    Version no : 0045
    Contents table: DMS_CONT1_CD1
    Physical Basic Path - E:\usr\sap\IDS\SYS\global\
    Shall I know what is the use of Physical path. What should be given correctly. More over I am trying to create ne wone it is greyed out (display mode)
    ThenI assigned Storage system to Storage Category in OACT in the following way :
    Document Area : DMS
    Content Rep. : DMS_C1
    DMS_CONT1_CD1 Table already created. When I see the table
    PH_CLASS ; SDOKPHCL (SDOK: Physical information object classe)
    Is it all required from bais side or server side.  All places I found  info regd. HTTP Content Server only. For that reason I want to confirm.
    Or else pls. let me know where can I get the required info.
    Regards,
    Sai Krishna

  • Using MS-Sharepoint as a content server from ECC 6.0

    Hi, gurus.
    From the
    [SAP Content Server Installation Guide|https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/cfa73246-0a01-0010-71b4-bc21ccb45c99&overridelayout=true]
    ...you will find this information:
    You can find a description of the SAP Content Server Interface in the SAP Library (on the documentation CD or under www.//help.sap.com) under SAP Web Application Server u2192 Basis Services u2192 Knowledge Provider u2192 Content Management Service u2192 SAP Content Server HTTP Interface. If you want to integrate another content server into your network, the new content server must fulfil the requirements of the interface.
    My simple question is:
    Is it possible to use MS Sharepoint as a content server from ECC 6.0  ?
    Please advice.

    Hi Athol,
    Thanks very much, your answers are very helpful.
    To use SharePoint as SAP DMS for document management. We have depend on the 3rd party products like iNet.DM from ERP.Link or Duet Enterprise and separate licenses required for products?
    Without this 3rd party products, it is not possible to use SharePoint as SAP DMS?
    What is best and cost effective way of achieving this requirement?
    Thanks and Regards,
    Venky.

  • SRM and SAP DMS Content server integration.

    Hi Sap Gurus,
    We are having a requirement to maintain the External documents (relating to Shopping Cart and POs) of SRM in the DMS content server,
    is this possible? if so what is the methord that should be used to connect SRM and DMS Content server.
    please eloborate.
    also we would love to make use of DMS funtionality for maintaining documents in SRM, which i tought is not at all possible as we could not run any of the DMS Transaction in SRM like CV01N /2 /3/ 4, is there any way to integrate DMS and SRM.
    Points Awaiting for usefull answers.
    Thanks and Kind Regards
    Priya S

    Hi Priya,
    If i understand your question correctly you want to transfer documents which are attached at the shopping cart level in SRM to flow in to ECC at PR or PO level? If that the case following steps require to have documents flow into ECC.
    SRM Side:
    Implement BADI BBP_CREATE_BE_RQ_NEW (If you are on classic scenario i.e. Shopping cart to PR creation) or BBP_CREATE_BE_PO_NEW (For extended classic) with following code:
    cs_ctrl_att-BE_DOC_TYPE = 'SRM'.
    cs_ctrl_att-BE_storage_cat = 'DMS_C1_ST'.
    cs_ctrl_att-TRANSFER_ACTIVE = 'X'.
    ECC Side:
    -Create new document type for SRM with T.code DC10. Following parameters need to be set for that
    a.     Check Use KPro
    b.     Check Version Assignment
    c.     Check Change Docs
    d.     Assign Internal number range as u201C02u201D and external number range as u201C01u201D
    e.     Select Number Exit u201CMCDOKZNRu201D
    f.     Version number increment u201C1u201D
    g.     File Size u201C10000000u201D
    -     Assign following Object links to the new created document type u201CSRMu201D.
    a.     Type as u201CSRMu201D
    b.     Object as u201CEBANu201D and u201CEKPOu201D respectively
    c.     Object description as u201CPurchase req. itemu201D and u201CPurchase order itemu201D respectively
    d.     Screen number u201C247u201D for EBAN and u201C248u201D for EKPO.
    - Request basis to verify DC30 transaction code that all the necessary document type are allowed to x'fer (i.e. .doc, .xls , .jpg etc)
    With this setting we were able to successfully transfer document from SRM side to ECC side.
    Thanks
    Ritesh

  • Error on update of document stored in content server

    Error on update of document stored in content server
    On a regular basis (but not reproducible) we find that after updating a document, it is deleted from content server (or at least it cannot be retrieved).  These problems have only been experienced since we switched to using content server as our storage repository, as opposed to R/3.
    We create and maintain documents through a bespoke transaction, which calls standard SAP functions BDS_BUSINESSDOCUMENT_CREA_TAB and cl_bds_document_set=>update_with_table.
    Whilst the errored documents are listed in the BDS via transaction OAOR (business document navigator), an error is received when you try to display it (in our case an MS-Word error indicating file/pathname invalid). 
    We are satisfied that file/pathname are valid and find that this occurs occasionally when a document has been updated.  It appears that the document has been deleted. 
    This bespoke transaction has been running successfully for almost two years, and these problems have only been experienced after switching to content server as a storage repository (as opposed to R3 previously).  Has anyone else experienced these problems? 
    We are running :
    R/3 Enterprise 620,
    SAP HTTP Content Server Version 6.30 Patch 13
    SAPDB version 7.3.0.54

    Hi Sonny,
    To check the connectivity between your content server and Workstation and SAP Server.
    Pls goto the command prompt of your workstation
    give the command like this example.
    C:\>Ping 117.123.45.201
    you will get the reply from the server. here 117.123.45.201 is your content server IP.
    If you are getting the reply then it means that your contentserver and workstation are connected propely.
    Like that pls check the connectivity between your systems.
    Pls check the hosts file of your systems also.
    If the hosts file entry is not maintained, you can check-out file from content server but you cannot check-in the original.
    Pls let me know what kind of error Message you are getting?
    From where you are trying to check-in the Original? From the DIR screen or from CAD Desktop screen?
    Regards,
    MRK
    (reward points if useful)

  • How PLM Document save on content server

    Hi All,
    Please tell me the concept about given below scenario:
    Normally PLM documents are either saved in the Content Server or in the database.
    What if we have neither configured a database nor a content server. Where are they being stored then.
    what exactly Document serever , how the PLM document save on Content Server or in data base server.
    Thanks
    Narendra Vikram Vishwakarma

    Hi Vishwa,
             It depends on the storage area that you have maintained in the sap system for the documents. The customisation in the sap system is visible at IMG-->Cross Application Components -->Document Management --> General Data --> Settings for storage system. The storage area that you configure here will be linked to the DIR creation process.
    The SAP DMS is a file directory in the SAP server and a content server is a seperate Sap certified server usually maintained for handling files. However these topics are much more broader and you can have an overview by checking the following link www.verbellacmg.com/ulm211_v2.ppt
    Sojan

  • Redirecting documents to seperate Content Server

    Hi all,
    We have set up a seperate content server to store attachments to business activity documents. Currently our systen is set up to save the documents to the content server in the CRM box's web AS. How can I redirect the documents to the new server. How can I verify the documents are being saved to it. I have completed all the installation steps in the "Content Server for Win 6.30 Installation guide". I am using CRM 3.0

    Hello,
    Table SOFFCONT1 attachments are stored that are recorded in the database logic of sap. That is if the id of the document not find it in this table means that you are storing away in a content server.
    I've gotten crm attachments the content stored on a server.
    The first thing I have done is create a content server-class CRM. OAC0 in, then I created the category AOCT taking the content. CSADMIN and I found that the content is running.
    In transaction SKPR08 BDS_POC1 class I have assigned to the Z-server content that I created. and in all kinds of CRM type I have assigned the new Z category I created.
    After the transaction SBDSV2 I created a new record with BUS1006 in this case because it was a contact in CRM and I have given the document class Z BDS_ATTACH the category of content.
    The object (BUS) is obtained by a trace of the transaction and SWELS - SWEL (with some modification from the transaction in which I attach the document).
    In SBDSV1 I've got to bus1006 BDS_LOC1 class.
    And with that I have solved the problem.
    Edited by: chuso100 on Apr 28, 2010 1:28 PM
    Edited by: chuso100 on Apr 28, 2010 1:29 PM

  • Problem in uploading document in KM content in portal

    Hello All,
    I am functional consultant and new to portal.Please help me in resolving below issue .
    I am facing a problem while uploading document in KM content in portal
    When i browse the file from Desktop and click on upload .file does not get uploaded and also  it does not throw any error or info message .
    Please help.
    Thanks
    Archana

    Dear Archana,
    Please refer the SAP Note 898637. Hope it is helpful.
    Regards,
    Samir

Maybe you are looking for

  • LELA Not Detecting an Internet Connection, yet is connected?

    I use a WRT54GS wireless router, and recently it's been going slow. I went to go restart the router as we had to so many times before, and realized that the internet was not connected(or at least, that's what it said). So I figured, oh, that's why it

  • FDM between conditional mapping across dimensions

    Okay, I have searched long and hard, and did not find an answer on this one. Conceptually, my problem is simple. What I want to do, is set the value in the ICP dimension to '[ICP None'] based on the value in the account dimension. Simple enough. Prob

  • Upgrading Oracle XML Parser for Java v9.0.4 with Oracle Applications 11i

    Guys, I applied ATG.PF.H.RUP4. In postinstall steps it is mentioned,Upgrading Oracle XML Parser for Java v9.0.4 with Oracle Applications 11i(doc-271148.1) which says after applying patch 4038964 do the following-- AUTOCONFIG ENABLED APPLICATIONS ENVI

  • SELECT and ORDER with several indexes on a table

    Hi, I am looking for the best way to select rows from a table if they satisfy a condition depending on several indexes, or from a join. I am currently doing it with unions, like that: SELECT article_id, article_date, score(1) score FROM articles WHER

  • Shared content on different devices

    My apple ID is used for my Apple products and I've use it as well for my son's Ipod touch.  When I plug his ipod into our PC at home all my texts are showing up on his ipod.  How do I prohibit all my content from being downloaded onto his ipod?