Document Management System : BAPI for Distribution list creation CVI1 Tcode

Hi ,
Cn you please provide me the available BAPI to create Disctribution lists using CVI1 transaction .
Urgent
Regards

Hello Murugesh,
Thanks for the responce ,
But When i tried to use the same FM to create Distribution list i didnt find ant parameter within the FM to pass the correct recepient name linked to the document(recepient list id) .
Can you please provide me the sample code or help me ,how to pass the recepient name coom type and num of copies for each recepient listid .
Urgent
Thanks a lot

Similar Messages

  • Document management system for loan Module

    Is DMS (Document management system ) available for loans management?
    We are entering loans in General loan. We want the documents related to
    loans like agreement, Interest advices, etc to be uploaded in the SAP
    and should be accessed in that particular loan itself. Is there any
    system available to attach the documents uploaded (through cv01n) in
    SAP to loan? Is standard object for loans is available for this purpose? Object is to
    be maintained in Document types in DMS in configuration.
    Please help.
    Regards
    Gaurav Gupta

    I got the configuration

  • UPLOAD_FILE check in Documents in the Document Managment System

    Dear Experts,
    i must upload a different File in the Document Managment System.
    For Example .doc, .xls, .pdf.......
    Have somebody a symple for me
    Thanks
    Frank

    Hi Frank,
    If you used File upload UI element means the read contents should be in Xstring format.
    For convert the Xstring to string have a look on following code :
    CALL METHOD cl_abap_conv_in_ce=>create
    EXPORTING
    input = item_filecontent
    encoding = 'UTF-8'
    replacement = '?'
    ignore_cerr = abap_true
    RECEIVING
    conv = loc_conv.
    *Read the file contents
    TRY.
    CALL METHOD loc_conv->read
    IMPORTING
    data = var_string.
    CATCH cx_sy_conversion_codepage.
    Here item_filecontent is the type of xstring and  var_string is the type of string.
    Thanks.

  • IDOC/BAPI for Production order creation from Legacy system

    Hi all
    We are using an interface to create Production orders from legacy to SAP. Would you recommend an IDOC or a BAPI to create Production orders. If IDOC or BAPI then could you please mention which one?
    thanks a bunch

    Hi John,
    For your purposes, please use BAPI for production order creation from legacy system. There is no standard inbound IDoc available to use. SAP has an IDoc for outbound interface only (message type LOIPRO).
    If there is an inbound IDoc available, I would recommend to use an IDoc.
    IDoc technology has excellent error handling and will allow you to reprocess an error (if any).
    BAPI is also good approach to use and fast in term of  processing.
    For BAPI approach, you can use BAPI BAPI_PRODORD_CREATE.
    Hope this will help.
    Regards,
    Ferry Lianto

  • Document Management System for Struts Project

    I am doing a J2EE project in struts, in which i need to implement document management system containing the following features :
    1. File Upload/Download
    2. File Sharing
    3. Giving Permissions to Files, etc
    Instead of building a DMS from the scratch I am looking for a open source DMS solution which I can customize as per my needs and implement in my project. Since my project is based on struts, I am looking for a struts based solution.
    Please tell me if there are any good open souce DMS like these.

    hi jitesh,
    now i am doing the same project which you have done with struts framework. please let me know the solutions for the project.
    please reply to my mail id = [email protected]
    thanks.
    nandha.

  • Document Management System for sap mm point of view steps

    Hi All.
    Document management system for sap mm point of view steps required.
    Thanks in advance for all sap mm forum members.
    Regards.
    Parameshwar

    Hi,
    Customizing settings can be collected by processes into Business Configuration Sets (BC Sets). BC Sets make Customizing more transparent by documenting and analyzing the Customizing settings. They can also be used for a group rollout, where the customizing settings are bundled by the group headquarters and passed on in a structured way to its subsidiaries.
    BC Sets are provided by SAP for selected industry sectors, and customers can also create their own.
    When a BC Set is created, values and combinations of values are copied from the original Customizing tables into the BC Set and can be copied into in the tables, views and view clusters in the customer system. The BC Sets are always transported into the customer system in which Customizing is performed.
    Advantages of using BC Sets:
    1.     Efficient group rollout.
    2.     Industry sector systems are easier to create and maintain.
    3.     Customizing can be performed at a business level.
    4.     Change Management is quicker and safer.
    5.     Upgrade is simpler.
    To create BC sets follow the below step:
    Choose Tools ® Customizing ® Business Configuration Sets® Maintenance in the SAP
    menu, or enter the transaction code SCPR3 in the command field.
    Choose Bus.Conf.Set ® Create.

  • Requirements for SAP Document management system in ECC 5.0

    Hi All,
    Can any one provide me the requirements for SAP Document management system in ECC 5.0.
    SAP Component   ECC 5.0
    OS    Solaris 5.9
    DB    Oracle 9.2.0.7
    Thanks in advance.
    Regards,
    Surendra
    <removed_by_moderator>
    Edited by: Juan Reyes on Aug 6, 2009 12:49 PM

    That info is available either at http://service.sap.com/pam or http://service.sap.com/quicksizer
    Please do some research before posting
    Read the "Rules of Engagement"
    regards
    Juan

  • Requirements for a document management system

    We are planning to implement a document management system Oracle Application Server. Here are the high-level requirements:
    · High availability (24x7)
    · 3000 users, worldwide, on WAN
    · 600 GB of documents
    · Workflow
    · Alerts e-mailed on document adds/updated, for workflow
    · Search of document titles, properties, keywords, content
    · Daily backup of new/updated documents
    In regards to Oracle Application Server (Portal), can someone provide me the following information:
    1. What Oracle AS server architecture would we need to handle the above requirements?
    2. What is the Oracle recommended method of scaling up our current Oracle Portal instance in regard to:
    a. Capacity
    b. Achieving 24x7 availability
    3. When documents are stored via an Item upload in Oracle Portal, are they stored in the database or as the actual file?
    Thanks a lot,
    Lpatnaik

    Lot of this features are already implemented in Oracle Portal, Collaboration Suit and Oracle Content Management SDK.
    http://www.oracle.com/technology/documentation/collab.html
    http://www.oracle.com/technology/documentation/cm_sdk_9042.html
    Generally this products stores documents in database BLOB field.
    I personally don't like this approach.
    We developed a media library that stores the files in filessystem, but the metadata is in database. The database references to the file in filesystem with a BFile field
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/sql_elements001.htm#i54873
    The system is very fast so I think it was a good decision to store the media this way.
    If you use this approach you have to create database and filessystem backup also.
    Filessystem backup is much faster and there are several very good tools to make an incremental backup.
    If you store media in a database you can use Oracle Media types:
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/sql_elements001.htm#i121058
    Message was edited by:
    zsolt.lajosfalvi

  • Repository for Document Management System

    Hi All,
    I need to devleop a repository [ just like Document Management System ] for my existed application which is handling the documents.
    If any user having access to the repository, opens the directory, he should not see any documents.
    Please let me know, what are the technologies to be used etc., etc.,
    Any suggestions or info will be appreciated.
    Regards,
    Raju

    Raju31181 wrote:
    If it is not possible with java, then could you let me know what are the other technologies which can help in resolving the problem.
    The file system is controlled by the operating system. Thus if you want to manage permissions at that level then you must use the OS.
    There are no "other" technologies for that. You can buy or find management applications which allow you to do the same thing that the OS does but via different user approach. Most will be specific to the OS because that allows the most features.

  • Document Management Systems for Home User

    Hello!
    I'm just a regular home user with a bunch of incoming snail (paper) mail. To get rid of the hassle to file the incoming stuff permanently I plan to scan it immediately and dispose afterwards.
    I would prefer a document management system to just putting the scanned files in a folder. All DMS I found so far I rather enterprise grade (like Alfreso, Agorum Core).
    EDIT:
    Desired features would be:
    - Tagging (hierarchical)
    - Key - Value pairs attachted to the document
    - Preview
    - Indexing (of text documents)
    Since I've never used a DMS before I'm not sure what is desriable.
    How do you handle similiar situations?
    System is KDE. Maybe there is a possibility to use the nepomuk tagging system...
    Thanks!
    Last edited by Osiris (2011-03-26 12:14:29)

    Desired features would be:
    - Tagging (hierarchical)
    - Key - Value pairs attachted to the document
    - Preview
    - Indexing (of text documents)

  • How to upload the data to SAP-DMS(Document Management System)

    Dear sir,
    How to upload the data to SAP-DMS (Document Management System) please give me the code for this .ex for (excel format or tab  deliminated) to sap system through BAPI i have to pass.
    regards
    R M Patil

    Hi,
    May be following link may help you.
    /thread/315373 [original link is broken]
    /message/205534#205534 [original link is broken]
    Thanks,
    Sree.

  • Document Management System workflow

    Dear Sirs,
    In document management system while doing document distribution system is creating partial order,inial order but no
    distribution order.Further to that it saying
    "Not yet sent to recipient
    Message no. 25235
    Diagnosis
    No distribution has been made to the recipient.
    Procedure
    You cannot execute this function until the partial order has been
    allocated to a distribution order package."
    Pl. help me to find out the problem
    Thanks and regards
    Mrinmoy Chakraborty

    you can do a developer level integration using iFS. Pls. check the docs for iFS to get more information. They have sample code to help u get started.
    hth
    satish paul
    We installed Oracle Workflow Server 2.6.2. Database is Oracle 9i and the OS is Win NT.
    Workflow is working fine and the notifications are reaching.
    I would like to attach some documents to the workflow. How to do this? Is there anyway of doing this? As per our business needs one has to create and review the documents as the workflow progress.
    -- aditya

  • Setting up a Document management system in SharePoint 2013

    Hello All,
    I have come across a scenario where Customer needs a Document management system for their organization.
    They want to keep the documents of different departments like sales, HR,Finace in corresponding folders and want to include a workflow for approval of the Documents. Also, Documents related to particular department can be modified or added by users in that
    department.
    I thought of creating a seperate site collection for this purpose & document libraries of each department, setting up the permission on document library level. Is this a correct approach?
    I am new to Enterprise content management system of sharepoint. Can anybody give me a guidance on this how to get started.
    Regards
    Vishnu
    dfd

    Creating separate site collection for each department will help you scale and grow better and easier to group SharePoint sites together.
    Refer to the following articles which will give you an idea about the plan you should do before building a Document management system 
    http://technet.microsoft.com/en-us/library/cc263267.aspx
    http://blogs.msdn.com/b/sgoodyear/archive/2009/07/25/determining-between-sharepoint-site-collections-and-sub-sites.aspx
    http://atinkerersnotebook.com/2013/10/02/creating-your-own-document-management-system-with-sharepoint/
    http://community.dynamics.com/ax/b/tinkerersnotebook/archive/2013/10/02/creating-your-own-document-management-system-with-sharepoint.aspx
    --Cheers

  • Document is in transfer for purchase order.Creation not possible

    Dear All,
    We did partial confirmation in EBP and later when trying to do confiramtion for the remaining quantiy getting the message"document is in transfer for purchase order.Creation not possible"
    We are taking this problem in production as well as in quality systems also.
    What are possible reason and how to solve it.
    kindly share your views.
    Thank you.

    Hi yshu,
    use tcode bd87 in SRM to check for failed confirmation IDOC (type MBGMCR).
    The double click the status record to see the exact cause of the failure.
    Rectify the error. Then try to execute the IDOC from BD87 tcode.
    For a few errors you may not be able to execute the IDOC but to create a new confirmation in SRM. In such cases, follow the below procedure..
    There should be an entry for the confirmation in the transfer table BBP_DOCUMENT_TAB in SRM. Display the details.
    Then run FM "BBP_DELETE_FROM_DOCUMENT_TAB" to delete the entry from the doc tab table.
    Then post a new confirmation in SRM.
    There is also a FM in SRM using which you can change the status of thefailed IDOC from 51 to 68 or 31.
    Rgds,
    MJ

  • Document Management System in Oracle EBS

    HI All,
    does the EBS offer a document management system where I can store, check in/check out, display... documents with meta data and also original files (like a pdf or word file)?
    If something like this exists, what are the corresponding objects and is there also an API for it (pl/sql or even better, web service)?
    Many thanks,
    Konrad

    It is possible to store documents/attachments in Oracle EBS database.
    attachment tables
    http://forums.oracle.com/forums/search.jspa?threadID=&q=attachment+tables&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    This does not look a real "Document Management System" with meta data, version control, status handling and all that stuff, right?
    If you are looking for a complete Document Management System, you may consider this product.
    Oracle UCM: Document Management
    http://www.oracle.com/us/products/middleware/content-management/document-mgmt/index.html
    I need to integrate third party software to the EBS in so, other products do not help me. But thx anyway!
    Best,
    Konrad
    >
    Thanks,
    Hussein

Maybe you are looking for

  • Mega Sky 580 - Picture stalling

    After a month use of this product the picture started to stall during broadcast. It's like small stalls that is very irritating. The only thing i know have happened to my system is at Microsoft AutoUpdate. I've installed the latest drivers xxx.1043 A

  • X1 not hibernating

    I have the following machine - 1293CTO running win 7 sp 1 and BIOS 8MET27WW (1.27). I have set it up to hibernate when battery level reaches a certain level or when idle for X minutes. I have also setup sleep mode to kick in before hibernation. Sleep

  • How to Reset Pagination Page called by a button defined in Select Statement

    Its easy to reset the pagination for a page that is called using a 'Button' such as 'Create'. But I've defined a button in my records list by using the this entry in the select statement: (some characters have been removed to allow for its inclusion

  • Writing BLOBs form Orcle to a file server

    We are trying to use PL/SQL code to write Word Documents stored as blobs in Oracle to a users Temp directory or a server directory. Te blos have been added from a legacy PowerBuilder applicaiton that we're trying to migrate to Oracle's Web Appliation

  • Flash CC Trial fails to install

    I've downloaded the Adobe CC and want to try a Flash CC Trial, after 2 tries the install fails, gives me an Adobe Bridge message suggesting I close Bridge however the application is not open in the first place (?)