Document uploading in system

Hi Experts,
Apart from cv01n kindly confirm me which is the other T-code to upload other document is system ( like excel file word file pdf etc). And if suppose if i make any changes to document then system should keep a record of the changes made.
Regards,
Phalgun patel

Apart from cv01n kindly confirm me which is the other T-code to upload other document is system ( like excel file word file pdf etc).
No other T-code exists for uploading documents in DMS via front end.Additionally,you may want to look at using the easyDMS features for easy upload of documents( Drag and drop,Save as et-al ) as well.
if i make any changes to document then system should keep a record of the changes made
In CV02n transaction,you may use Environment > Display Changes and Extras > Status Log features to track changes recorded at various points of a DIR's lifecycle(provided appropriate configuration settings have been maintained).
Regards,
Pradeepkumar Haragoldavar

Similar Messages

  • DMS Document upload: does it pass through sap DMS ?

    Dear All,
    We have a question concerning the transmission of documents from the client to DMS and the Content Server: does the document need to pass through the sap server ?
    Document upload (create document CV01N)
    Does the document go directly from the client to the Content server OR does it pass through the sap DMS before to be stored in the CS ?
    Document download (read document CV03N)
    Does the document go directly from the CS to the client OR does it pass through the sap DMS server ?
    This could be interesting to know for network performances.
    best regards,

    Hi Gurus
    is the cache server a default funtionality from the content server or any configuration is required from our part.
    is that the cache server acts as the RAM of our system?
    please explain the partitioning or biferfication of the Content server, as you told
    content server is divided into storage catagories and  this in turn in to content repositories,
    please  clarify below points,
    1)any server or PC can be made as Content server by insatalling the content server CD if iam right ?
    2) Practical and funtional benifits of partitioning content server into content repositories is it for authorization and storing data by naming convection or can it also help in copiying data from a specific content repository if needed, ( is content repositories a logical partition or practical partition like B,C,D, F drives of our PC hard disk)
    3) can /should there be multiple content server installation for a particular (production) client.
    4) Can Archiving  be done say by creating a separate content repository inside the same Content server, or is it mandatory to have a separate archiving server itself,
    please give some idea with examples
    Thanks and regards
    Kumar

  • Document upload on solman

    Dear All,
       How to upload or maintain that project document in SAP solution manager, like BBP(Business blue print),UAT and Test case document in SAP system.Any one please advice how to proceed.
    Thanks,
    Raju

    Use tcode SOLAR01/SOLAR02. You can upload Project Documentation in connection with your Business Process defined. Or if you are looking for Test cases, you can do the same in Test management section. You can find more details here
    /people/sapna.modi/blog/2007/06/28/sap-solution-manager-40-project-management--business-blueprint-phase-part-iii
    Regards,
    Rajeev

  • Document upload functionality

    Hi,
    I want to know that whether the document upload functionality comes in standard SAP package OR this is a separate module which has to be purchased separately from SAP.
    Please also let me know the Tcodes used for uploading an accounting document from an excel file OR tab delimited file.
    Regards,
    Vijay

    If you are referring DMS then:
    SAP DMS - Document Management System
    http://www.sap-img.com/sap-dms.htm
    http://www.sap.com/solutions/business-suite/plm/pdf/BWP_Document_Management.pdf
    Pls assign points as way to say thanks

  • Efficient way of saving documents uploaded by users

    Hello Experts,
    We are looking out for an efficient way of storing of documents uploaded by the users. Below is the explanation of our scenario in detail.
    We are working on the SAP E-Recruiting module and have designed custom Interactive Adobe Forms & Web Dynpro Components for the client. An end user (initiating manager) would fill in the form & upload file(s) in support of his statement & click on the "submit" button. As of now we are achieving the upload functionality through WDA's FileUpload ui element & dumping the file contents into a field of type RAWSTRING.
    We now want to change our approach of using the RAW_STRING field & go for a more efficient one. I have been googling around and read a bit about approaches like:
    Class CL_BDS_DOCUMENT_SET
    Class CL_FITV_GOS
    Function Module BDS_BUSINESSDOCUMENT_CREATEF
    But all these 3 approaches seem to be targetted towards some particular business object. They expect some sort of class name or the other to be passed on to them as input. However ours is a complete custom requirement wherein the entire forms data is going into a Z-table so none of these approaches would hold good. (Please correct me if I am wrong when I say that coz I haven't personally worked on any of them till date!) Awaiting your expert opinions on this matter.
    Regards,
    Uday
    Any ideas please?
    Edited by: Uday Gubbala on Mar 4, 2010 10:56 AM

    See if this sample code helps....we hav DMS ( Document management System )
    MOVE: 'DRW' TO DOCUMENTDATA-DOCUMENTTYPE,
            'C:\Users\sci30\Desktop\test.doc' TO
             DOCUMENTDATA-DOCFILE1,
            'TEST DESCRIPTION' TO  DOCUMENTDATA-DESCRIPTION.
    *          move 'WR' to documentdata-STATUSINTERN.
      MOVE 'WRD' TO DOCUMENTDATA-WSAPPLICATION2.
      CLEAR : WA_OBJ_LINK.
      MOVE 'MARA' TO WA_OBJ_LINK-OBJECTTYPE.
      MOVE HEADDATA-MATERIAL TO WA_OBJ_LINK-OBJECTKEY.
      APPEND WA_OBJ_LINK TO GT_OBJ_LINK.
      CALL FUNCTION 'BAPI_DOCUMENT_CREATE2'
        EXPORTING
          DOCUMENTDATA               = DOCUMENTDATA
    *         HOSTNAME                   =
    *         DOCBOMCHANGENUMBER         =
    *         DOCBOMVALIDFROM            =
    *         DOCBOMREVISIONLEVEL        =
    *         CAD_MODE                   = ' '
    *         PF_FTP_DEST                = ' '
    *         PF_HTTP_DEST               = ' '
    *         DEFAULTCLASS               = 'X'
        IMPORTING
    *         DOCUMENTTYPE               =
    *         DOCUMENTNUMBER             =
    *         DOCUMENTPART               =
    *         DOCUMENTVERSION            =
         RETURN                     =    RETURN_DOCUBAPI
       TABLES
    *         CHARACTERISTICVALUES       =
    *         CLASSALLOCATIONS           =
    *         DOCUMENTDESCRIPTIONS       =
          OBJECTLINKS                = GT_OBJ_LINK
    *         DOCUMENTSTRUCTURE          =
    *         DOCUMENTFILES              =
    *         LONGTEXTS                  =
    *         COMPONENTS                 =
      COMMIT WORK.

  • How to send delivery document from external system to ECC

    i have a business requirement to send a delivery and billing documents from external system ( MS access )  to ECC
    could any one light me how to do this ???
    Thank you in advance

    Hi Ahmed,
    Talk to your middleware team, They will upload the data through RFC.
    Basiclly RFC(Remote function call) works like it will call the function module and then upload the data.
    For more information, check the link given below.
    http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5b6a85b11d6b28500508b5d5211/content.htm
    Hope this helps,
    Regards,
    MT

  • Office 2013 - Word cannot establish a connection with this document after the system resumed from suspend mode

    Hiya!
    This issue has been answered numerous times for Office 2010 and Office 2007, but I have yet to any solutions or Hotfixes that work for Office 2013 (x64) on Win7.
    How to replicate the issue:
    Open a file from a network share.
    Edit file.
    Leave computer on with file open. Computer goes to sleep or into stand-by mode.
    Wait a bit
    Wake up computer
    CPU opens file in Read-Only mode and gives you the following error "Word cannot establish a network connection with this document after the system resumed from suspend mode. Save the document into a different file to keep any changes."
    What I've tried:
    http://support.microsoft.com/kb/2434898 - Office 2007 registry fixes. Does not apply.
    http://support.microsoft.com/kb/2413659 - Office 2010 problem. This exact issue. Says 'No microsoft products that match this hotfix are installed'
    Work Around:
    I can saving new versions of these files overrides this issue, but this is sometimes not possible for end-users who only have specific access to ONE SPECIFIC FILE in a particular network share.
    Please let me know how I can alleviate this issue!
    Thanks
    -Chris

    Hi,
    Are those problematic documents created via previous versions of Office?
    Please also try to run a repair of your Office 2013 installtion and check if it helps. See:
    http://office.microsoft.com/en-in/excel-help/repair-office-programs-HA010357402.aspx
    Regards,
    Steve Fan
    TechNet Community Support

  • Document Upload into Webdynpro and transfer to SAP R/3?

    Hi Gurus,
    I have a requirement to offer a Document uploading option through Java webdynpro screen.
    I have referred the below link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00062266-3aa9-2910-d485-f1088c3a4d71
    which has the steps till uploading the document into Webdynpro
    And also I need to offer an option of listing the attachments(that have been attached by the end user into to the JAVA webdynpro form) with the DELETE option ,How to do that?
    Now my requirement is to pass the document into SAP R/3? is there any RFC for that?
    Thanks in Advance,
    Dharani

    Hi Dharani,
    If we want to add Excel into Java webdynpro screen, then we are trying to create a table with invidual cells. This can be easily possible at Java Portal Perspective using Jakarta HSSF POI API.
    But we require at Webdynpro so , we can use the Context  feature available at Webdynpro to load the table. now we can load the table data into an excel and we can display it to end users in the form of Excel..
    to achieve this functionality pls use the below link
    Exporting table data to MS-Excel Sheet(enhanced Web Dynpro Binary Cache)
    Just in case if u need to achive through Portal Perspcetive in NWDS pls use this.
    Create an excel file from JAVA using HSSF api
    the advantage of these two methods is we can create mutable tables i.e. each cell of the table is accessable and can be modifed with using the code.
    Hope this will be helpful.
    Regards,
    Shaila

  • I want to sign the SECOND page of a pdf document and this system won't let me scroll down past the first page!

    I want to sign the SECOND page of a pdf document and this system won't let me scroll down past the first page!

    Having the same issue, can someone please enlighten us?

  • Documents uploaded to icloud disappear when I turn off the IPAD

    documents uploaded to icloud disappear when I turn off the IPAD,I can see the documents only when icloud is open on the PC

    When you turn off any device, it will disconnect from the internet. My sense is that you're not quite explaining what's happening. Do you mean that when you turn it back on again it doesn't automatically reconnect? Do you mean the if it just goes to sleep (as opposed to being powered off) that it switches from WiFi to cellular? Or are you saying that you think that when you turn off the iPad, the router disconnects?
    If you're trying to say that the iPad disconnects from WiFi when asleep and switches to cellular, the solution is to keep it plugged into a power source.
    Best of luck.

  • JV upload - AR multi document upload

    Hi
    Can any body explain how to do the JV upload from excel format to SAP and Multi document upload (for AR). What is the T-code for it and steps to follow it.
    Appreciate any help.
    Thanks

    Hi,
    Here you have to design a excel macro sheet with parameters "Header Data" "Credit line Data" & "Debit Line Data"
    Header Data columns : Invoice date, Invoice number, posting date, document currency.
    Credit Line data Columns : Vendor Id, CoCd, amount of total invoice, posting key
    Debit line data Columns : GL account, Cost center, Profit Center, WBS, Base line item amount, tax amount.
    Based on useing the posting keys, SAP post the document as Invoice or Credit Note. Also, The total Credit amount ($ 300) have to match with Debit amount  (Line item 1: 50$, Line Item 2: $ 100 & Line Item 3 : $ 150) so you can split the debit balance to various GL accounts/ Cost Centers as per requirement.
    Regards,
    Srinivas

  • Create transfer order for material document - 4.6C system

    Hi Gurus
    Can any one provide me the function module or BAPI to create transfer for material document in 4.6c system. I have to give input as supply storage type and bin and destination storage type and bin while execting the function module.
    Thank you in advance
    Regards
    Sarath

    Sarath,
    Thanks for responding, I finally found my answere via Thread: create transfer order for material document - 4.6C system
    Thanks again.

  • Create an iview for batch document upload to KM

    Hi, I´m trying to create an iview for batch document upload to the portal. At the moment, I've only been able to upload documents from a source directory in the server, given an xml file uploaded from the client, which indicates the location of these files.
    The inclution of the uploaded file to KM is not an issue, that is already solved. I'm just trying to make it usable by an administrative user that may not have access for creating folders in the portal server, unlike me.
    I need help doing one of these two things:
    1. creating an upload percentage status bar
    or 2. accesing the client's directory to upload and insert the file into the repository one by one.
    Can anyone help?
    (by the way, I'm trying to to exactly what the portal epa import iview does, but with documents, so i know it's possible, i just don't know how)

    See /thread/71174 [original link is broken]

  • Defaulting the Document date to system date while GR cancelation via MIGO

    Hi All,
    While canceling a GR via MIGO transaction, i manually change the Document date to system date, but after posting still the document date is showing the original document date when is was posted.
    Is this is the standard behavior?
    I have a requirement to make this date default to system date. But it is not considering the date which we centered in the screen.
    Kindly help me to resolve this issue.
    Srinu Kaduri

    Hi,
    while doing GR cancellation,system will take only system date for example today will be in the document date.
    With Regards,
    Jaheer

  • Document upload sapftp.exe

    I am calling BAPI_DOCUMENT_CREATE2 via RFC connection.
    The upload document (original) works with SAP GUI installed on the client.
    But it fails with the message "I::001 Connect to SAP gateway or RFC server failed" when SAP GUI is not installed.
    How can I setup SAPFTP.exe on client without having to install SAPGUI ? What DLLs / software is required for SAPFTP.exe to work standalone?
    Thanks.

    Document upload sapftp.exe

Maybe you are looking for

  • Flash player problems with PDF that has multi-media content (voice recordings).

    Hi  - I created a presentation in Presenter 9 that contains audio recordings, published it as a pdf and sent it to my client's offices all over the U.S., as well as Japan, Belgium, Germany, South America and France. No one has had an issue viewing/he

  • Airplay Mirroring between MacMini (without Monitor) and ATV

    Hello, i´m using the Mac Mini only as a Server in the storeroom. I did´t connect a Monitor to the Mini. If i want to change something on the Mini i´m using VNC (iPad) or Screen-Sharing (iMac)! Now i want to use the Airplay Mirroring function to strea

  • Error b,cas of classpath

    getting this error. we have both weblogic and webSphere on same machine......it was working fine few days back. <Oct 12, 2011 2:43:21 PM> <Info> <NodeManager> <Server output log file is "C:\bea\user_projects\domains\******\servers\*****\logs\******.o

  • J2EE SDK client-server on my PC

    dear friends, I need your help, please. First I studied J2SE as client on my PC. Now I should like to study J2EE client-server, but I own only one PC. Is it possible to simulate a J2EE client-server situation inside a single PC? And how? many many th

  • Master slave system with a que, que is changed without reason

    I have two while loops, the first is to receive button events. These are then send to the other loop which controls a machine. But the case 'LogControl' should loop during execution. This works but a variable which is set, PowerState which can be Pow