Mass upload documents

Hi,
Can someone let me know how to call the method UPDATE_NEW_DOC from the class CL_SA_TAB_PROJECTDOCU in an ABAP program.
Regards,
avis

Thanks a lot.
It's very useful to me.
To share my experience, summarize FM I used.
1> Upload the Documents
CALL METHOD cl_sa_doc_factory=>upload_doc
              RECEIVING  e_iobject
2> Save the Documents Object
CALL METHOD e_iobject->save
3> Map the Docs to node.
CALL FUNCTION 'NOTE_OBJECT_SAVE'
4> Save the Documents in Development tab of SOLAR01/02
CALL FUNCTION 'SOLAR_APPL_SAVE_ITEMS'
      If you need previous data in Dev. tab, use following FM
           CALL FUNCTION 'SOLAR_APPL_GET_ITEMS'
Best Regards,
Lee
Edited by: Ju-Young Lee on May 7, 2010 10:15 AM

Similar Messages

  • Is there any way to Mass upload documents in Documents of Record.

    Hi,
    Can any one help me if there is a way to mass upload documents for 200 employees at a time in to Documents of Record
    Thanks & Regards
    Damodhar

    There is some code for the same on the page -
    http://www.oraclebusinessapps.com/2008/04/28/load-pdf-file-attachment-using-api/

  • Mass Upload Documents for Master Data in BI 7.0

    Can anyone confirm that the 'How To' document for uploading mass documents is still valid in BI 7.0 SP 15 (it was stated for 3.0B SP7) or suggest another way to do this?
    The business requirement is to upload numerous image files as BW: Physical Class Master Data documents for 0MATERIAL. It would need to also set the Log.Doc.Property of Document Type = value.

    This code does work in BI 7.0 SP 16, with a small alteration.

  • Mass Upload documents to Solution Manager

    Hi,
       We need to upload close to 4500 docs onto Solution Manager. Is there a way to automate the upload process - by either writing an ABAP or CATT scripts.
    Thanks,
    Pramod

    Thanks a lot.
    It's very useful to me.
    To share my experience, summarize FM I used.
    1> Upload the Documents
    CALL METHOD cl_sa_doc_factory=>upload_doc
                  RECEIVING  e_iobject
    2> Save the Documents Object
    CALL METHOD e_iobject->save
    3> Map the Docs to node.
    CALL FUNCTION 'NOTE_OBJECT_SAVE'
    4> Save the Documents in Development tab of SOLAR01/02
    CALL FUNCTION 'SOLAR_APPL_SAVE_ITEMS'
          If you need previous data in Dev. tab, use following FM
               CALL FUNCTION 'SOLAR_APPL_GET_ITEMS'
    Best Regards,
    Lee
    Edited by: Ju-Young Lee on May 7, 2010 10:15 AM

  • Mass uploading of Documents with ABAP

    Hello,
    i have to write an ABAP-Program, to automatically mass-upload documents to cFolders.
    I have the FUBA CFX_API_DOC_CREATE where i can create document-hulls. Now i think i have to use CFX_API_DOC_DOCUMENT_WRITE to upload the content. The FUBA needs the filling of the TABLE_Parameter IT_CONTENT, which is the content of a file. My Question: How can i fill this Parameter?? Is there a FUBA, where i can simply fill this parameter???
    Thanks
    Best Regards
    Helmut Wenzler

    ok, found the solution...a simple "GUI_UPLOAD" works
    Best Regards
    Helmut Wenzler

  • Mass Upload of documents for a financial Document

    Dear Friends
    I have created Document Type ZFIINVOICE and assigned it to Object Type BKPF. I am able to link Document to individual FI Document via OAWD.
    I want to mass upload documents related to a person in  Financial Document .
    Is there any BAPI vailable for mass upload.
    Or can LSMW can be used.
    Please advice for the method of upload.
    With Regards
    Mangesh Pande

    Hi,
    You can use the following BAPI for this purpose:-
    BAPI_ACC_DOCUMENT_POST
    Regards,
    Gaurav

  • Mass uploading of scanned copy document

    Dear Experts,
    Please tell me is there any procedure available where we can upload Scanned [TIFF] copy through DMS against document number.
    Thanks
    DON

    Hi Don
    There are couple ways to do this.
    1. You can use LSMW Refer the following thread for LSMW method, if you don't know.
    any upload programe for mass update of documents
    2. You can write your own Z program or BDC
    3. You can use BAPI  ( BAPI_DOCUMENT_CREATE2 )
    For BAPI, ou'll have to pass following parameters
    DOCUMENTYPE
    DOCUMENTNUMBER
    DOCUMENTVERSION
    DOCUMENTPART
    USERNAME
    STATUSEXTERN
    STATUSINTERN
    CADINDICATOR
    CREATEDATE
    Refer thread: Mass Upload documents in background
    I hope this helps you.
    Regards
    Amaresh Makal

  • Mass Upload - SOLAR01

    To whom it may concern,
    We need to upload information massively using transaction SOLAR01. The LSMW solution is not good since the hierarchy of the left side causes problems. Does anybody can tell us a better option for this issue?
    Thanks in advance.
    Fernando.
    Edited by: Fernando Moyano on Feb 24, 2008 11:23 PM

    Hi Friend,
    Please try eCATT tool also....for uploading.....it is easy to create and works fine.
    Alternatively, try ABAP code
    Re: ABAP function to upload document in SOLAR01
    Mass Upload documents to Solution Manager
    Please reward points if it helps.

  • Upload document through PCUI screen

    Hi,
    Need help from all experts.
    I have a requirement to upload the documents through PCUI screen. Exact requirement is to dynamically call a tabstrip by pressing a toolbar button. This tabstrip will have one input box which shall allow the user to browse and input the file path and one upload button, that will upload the document.
    I'm aware that there is standard process to achieve this result but unaware of the steps.
    Please help.
    All helpful answers will be rewarded.
    Thanks and Best Regards,
    D. Chakrapani

    Hi Roshani,
    I've heard of people being able to use the LSMW to accomplish this, but don't have any details.
    You can also create a custom report to do this for you.
    Read this forum topic. It has a lot of info and links to what you want to do.
    Mass Upload documents to Solution Manager
    regards,
    Jason

  • Need to create a mass upload program for appraisal document creation for multiple employee

    Hi Expertise,
    I need to create a mass upload program for appraisal document creation for manager and his multiple employee
    at a time using tcode appcreate.
    Please help me out.
    Best regards,
    Priyaranjan

    Hi Priyaranjan,
    I think you can take the abap'ers help in creating the program. But u need to provide them the exact functionality and the required specifications in creating the appraisal document.
    Even tcode also u can get it prepared by Abap'ers.
    Thanks and Regards
    Balaji

  • Need to create a mass upload program for appraisal document creation for multiple employee in abap hr

    Hi Expertise,
    I need to create a mass upload program for appraisal document creation for manager and his multiple employee
    at a time using tcode appcreate.
    Please help me out.
    Best regards,
    Priyaranjan

    Hi,
    I have done appraisal document creation for bulk using txt file.
    this fm used for single for creation in standard tcode (phap_prepare):  'WZ_HRHAP_0DOC_WZ01_START'.
    So create ztcode  usinh this fm for single form then record BDC for this tcode and called this tcode in that bdc for bulk creation .
    While recording for single I have used manual option instead of automatic .

  • For mass upload of documents

    Hi Everybody
    Is there any tools available for mass upload of documents into server? please provide me the information.
    Thanks
    Prasad

    Hi Prasad,
    There are several options that you can explore for mass document upload and see which best fits your requirements and constraints:
    -You can upload documents by using LSMW(Legacy System Migration Workbench). Using this, you can safely upload 1000-1100 documents at one go.
    - Ask your ABAPer to develop a BDC for mass document upload.
    - Use 'DMS Loader' solution from SEALS systems. http://www.sealsystems.de/fileadmin/mediaFiles/Factsheets/DMS_Loader_en.pdf
    Regards,
    Pradeepkumar Haragoldavar
    Edited by: Pradeepkumar  Haragoldavar on Jun 17, 2010 11:09 AM

  • Upload of mass Appraisal Documents

    Hi,
    Is it possible to upload mass Appraisal Documents through LSMW or BDC.

    Hi,
    The appraisal system works on the basis of the column and row. So when you are doing an appraisal the values actually go in column wise and then row wise. The matrix is build by SAP.
    You will not be able to directly use this one function module and build the program to upload. You will have to use the other function module also.
    If you check FM HRHAP_DOCUMENT_CREATE you will have to pass all the values for the tables like S_HEADER_DATES, S_HEADER_STATUS, T_BODY_COLUMNS, T_BODY_CELLS, T_BODY_ELEMENTS, S_DOC_PROCESSING apart from the appraiser and the appraisee details. Then only the appraisal gets created. For getting the details for the above mentioned table you can use the FM HRHAP_TEMPLATE_GET_DETAIL. In this FM pass plan version and the template ID(which you have designed) and you will get the details. The same have to be passed to HRHAP_DOCUMENT_CREATE. This can be done in the program.
    All the other values which are changing (like date of the appraisal, appraisers personnel number, appraisees personnel number etc) can be passed from an excel sheet.
    You will have to get a program developed using the FM's.
    Hope this helps.
    Regards,
    Naren.

  • Mass upload in KM maintaining the up-to-date versions of documents

    Hello guys,
    I need to do the Mass Upload in Repository Manager (persistence mode DB) in KM.
    My documents are stored in a file system, where they have versioning control. I need to upload the documents in portal with the up-to-date version.
    I have activated the versioning in the folder that I intend to upload the documents, but when I have done the upload, the documents have stayed with versions number = 1.
    Could you tell me what I need to do for upload the documents with the up-to-date version number, for example, if a document in file system has the version number 5, when I do the upload in the portal, the document should stay with the same version, 5 instead 1.
    Regards,
    Mary

    Hello Julian,
    Thanks for your help.
    There is only one document. There arenu2019t any old versions of document, the version of the document is kept by the author in the document, but only as a reference, to indicate that the document already was modified x times.
    The situation is like that:
    You open the Microsoft Word application and you created a document.
    You have the necessity to modify the document.
    You open the document and modify it and save it.
    Now the document has 2 versions, but the document is the same, no document is created from this.
    Inside the document in the second page, the author kept the versions, for example, the author creates a table where he specify the document version, like that:
    Version     Date            Author     
    01      13-08-2008        Mary
    02             14-08-2008        Mary
    I want to know what I need to do for when I upload the document in the portal, itu2019s appears with versions = 2 instead 1.
    Any idea about it.
    Regards
    Mary

  • Mass Upload of documents for a Person

    Dear Friends
    I want to mass upload various kinds of documents related to a person in HR.
    I have cretaed 5 document types ( Employee Photo, caste Certificate, Joining Biodata, Employee Signature, Gratuity Nominations).
    I want to upload Legacy data which in mass to all employees created in SAP HR.
    I have seen many threads related to Upload of employee photo. But I am not getting clear picture how to upload data related to various document types for an employee. I am using Assign and store scenario.(Manual Storing).
    Is there any BAPI  vailable for mass upload.
    Or can LSMW can be used.
    Please advice for the method of upload.
    With Regards
    Mangesh Pande

    Hi Mangesh Pande,
    Currently I have the same requirement like you.
    So can you please post it, how you solved the issue?
    It will be useful for others also in future.
    So please make it asap.
    Thanks in Advance!
    warm regards
    Senthil Kumar

Maybe you are looking for