Late Archiving for Contract Documents via OAWD.

Hi experts,
I am now configuring Late Archiving for Contract Documents but it seems that the document attachment cannot be viewed via J6NP/J6NY. My question is concerning the Business Object. When I use standard Business Object "BUS2095", documents are stored succesfully and documents can be viewed in J6NP/J6NY. But I cannot use BUS2095 because it only has Sales Document No as input. My users require fields - Sales Document No, Contract Start Date,Sales Organisation and Distribution Channel. Therefore I created a customized Business Object with those fields.These fields were taken from a new Customised Joint table between VBAK,VEDA and VBAP.
At OAWD, I am able to archive for the Document Type I created. It says that Document stored succesfully. But the problem is when I want to view the archive document at J6NP/J6NY, there is no attachments. I tested the J6NP configuration with BUS2095 and attachment can be viewed. But with my Customised Business Object, there are no attachments.
What must I look into and what do I need to check? I really need help here. Please..

Hello,
Can you check the configuration of OAC3?
Hope you have deleted the configuration of BUS2095 assignment to document type.
Instead, creation of new archivelink configuration for custom business object and assign to document type you have used earlier.
-Thank,
Ajay

Similar Messages

  • CLM - Maximum File Size for Contract Documents

    We did a search but did not find an answer for this.  For the CLM system does anybody know SAP's recommendation on the maximum file size that the application can reliably handle for contract documents?  We recently increased the maximum file size from 10MB to 50MB to accommodate a larger than allowed file size.  Now the business has requested the capacity to add files (pdf files) up to 115MB.  Would increasing our file limit to approximately 150MB be within the recommended parameters?

    There is no specific recommendation for maximum file sizes as this depends on how your time-out parameters are set, your server resources and network (also tunneling policies).  The fact is the higher the filesize the more risk you run in unreliable uploads.  Compressing files before uploading is a good practise for larger files.
    These are the same issues which you would run into if you for example upload to a sharepoint site or even a copy on a shared drive, it all depends on the same parameters. 
    Tunneling policies could also affect your performance as it will limit the upload speeds according the priority set on certain network activities and if it limits your bandwidth you run in the risk of time-out so as you see there is no straight answer to your question.  I know customers who can without no problem upload 150Mb files and others who already have issues with 50Mb.
    Unfortunate, as I do not know your architecture and infrastructure I can only advice to stresstest the conditions of 150 Mb uploades with several user ids and see if you get time-outs or if it degrades the network performance. One of the questions you should ask your business is how frequent are the occurences of 150Mb+ uploads and if it is the appropiate way.  It could be that these are very rare and in that case you could ask them to do this outside the busy hours of the network which will provides you less risk in problems.

  • Archiving for Sales Documents

    Hi All,
    I have setup archiving for sales document printout. Did uat in test system no issue but when move to live system, the output type could not be issued. I have set Print and Archive for the output type. The error as below when i view the sales document output. I have setup a ARCH device type in SPAD. But it is still not working. Any idea what config is missing?
    Unknown archiving device
    Message no. PT 040
    Diagnosis
    In archive customizing, you can assign an archive device to an archive. Otherwise, the value from the profile parameter 'rspo/default_archiver' is used, or the default value 'ARCH'. However, none of these devices exist.
    Procedure
    Maintain an appropriate device in Transaction SPAD.
    Thanks
    Dyl

    Hi,
    See whether this link helps in tackiling the issue.
    ftp://ftp.software.ibm.com/software/dw/dm/db2/0308kammerer/CommonstoreSAPArchive.pdf
    Regards,
    Saju.S

  • Lock the delete function (Trash) for contract documents

    Dear Experts,
    I have Query in SAP CLM :
    I am in need to lock the delete function (Trash) for contract documents after they have been executed. After a user sets the contract document phase at "Executed," they should not be able to click the trash icon and delete that contract document record.
    Thanks in advance.
    Best Regards,
    Iqbal

    Hi Mudit,
    we  have already  script  for Contract Document and Post Phase Change.
    I am not java expert, where to put the code for delete or inactive the trash icon in this programe, Pls Help
    // Author: ABCD
    // Class: Contract Document
    // Context: Document Lifecycle Event
    // Target: Post Phase Change
    // Imports
    import com.frictionless.api.doc.IapiDocumentLockManager;
    import com.frictionless.api.common.types.ObjectReferenceIfc;
    import com.frictionless.api.common.types.TypeFactory;
    import com.frictionless.api.contracts.ContractIBeanIfc;
    import com.frictionless.common.db.PersistentBo;
    import com.frictionless.api.doc.collaboration.*;
    import com.frictionless.api.common.log.Logger;
    import java.math.BigDecimal;
    import java.util.*;
    import com.frictionless.api.doccommon.masterdata.*;
    import com.frictionless.api.common.exception.*;
    import com.frictionless.api.ibean.IBeanIfc;
    import com.frictionless.api.ibean.IBeanHomeIfc;
    import com.frictionless.api.contracts;
    import com.frictionless.api.usermgmt.masterdata.*;
    import com.frictionless.api.common.exception.*;
    import com.frictionless.api.common.types.*;
    import com.frictionless.api.ibean.*;
    ApplicationException ae = new ApplicationException(session);
    // Logger
    logMsg = Logger.createLogMessage(session);
    // Agreement Bean
    agreeBean = doc.getParentIBean();
    if (hasValue(current_phase))
    // Lock the legal approval and workflow fields after draft phase
    if (current_phase.equals("Draft"))
    IapiDocumentLockManager.unlockField(session, doc, "CLAUSE_CHANGE");
    IapiDocumentLockManager.unlockField(session, doc, "LEGAL_APPROVER");
    if (!(current_phase.equals("Draft")))
    IapiDocumentLockManager.lockField(session, doc, "CLAUSE_CHANGE");
    IapiDocumentLockManager.lockField(session, doc, "LEGAL_APPROVER");
    // If contract document phase is not Internal Approval
    if ((current_phase.equals("Executed")))
    agreeBean.getIBeanHomeIfc().upgradeToEdit(agreeBean);
    collaboratorList = agreeBean.getCollaborators();
    for (collabIter = collaboratorList.size(); collabIter > 0; collabIter--)
    // Get the collaborator
    collab = collaboratorList.get(collabIter-1);
    name = collab.getDisplayName();
    if (!collab.getCollaboratorRole().getDisplayName().equals("Owner") @and !collab.getRepresenting().getDisplayName().equals("Legal"))
    collaboratorList.delete(collab);
    agreeBean.getIBeanHomeIfc().save(agreeBean);
    if ((current_phase.equals("Internal Approval")) @or current_phase.equals("Legal Approval"))
    agreeBean.getIBeanHomeIfc().save(agreeBean);
    agreeBean.getIBeanHomeIfc().downgradeToView(agreeBean);

  • Archiving for GL documents

    Hi
    I am archiving data in the QA system but there are number of GL accounts which are open item managed and have open item which are no more required anymore. Is there a way to mass clear open item GL account on a specified date.As i am unable to archive these document coz they are not complete.
    Thanks
    Evelyn

    Thanks for your reply
    I have gone throu the document and it doesnot specify if i can Mass clear open items for the GL ledger account.
    I have got about 200 GL account which are open item managed and have never been cleared from the time there were created ...as i dont need these in the QA system. I want to mass clear them which will put the document in status complete which can then be archived
    Thanks

  • Relationship of MA and Contract document

    Hi Guys,
         I'm learning how to develop workflow for approving contract. I need to know how the MA and Contract Document work. So when i try to create Contract Document , there is a input to select the MA template. So, when i try to create the MA there is a tab for the Contract Document. I guess that there should be relationship between MA and Contract Document. I want to ask you the following question.
    1. Do MA and Contact Document have dependency on each other?
    2. When creating Contact Document, is it mandatory to have MA as a parent document?
    3. I have seen in example code when developer want to manipulate on Contract Document ex. Save , change phase , add approve, They always get Parent IBean from the Contract Document to do that?
    P.S Could you please provide the tutorial link or blog for clearly understanding on MA and Contract Document.
    Noppong,
    Thank you in advance

    Hi,
    Here are some answers:
    1. Do MA and Contact Document have dependency on each other?
    Yes, they are related.
    Master Agreement document is the parent( or container) for contract document and they share a associative relationship.  A Master agreement document can have one or more Contract documents associated with it.  In an assoiciative relationship, the lifecycle of documents are decoupled. Which means master agreement and contract document lifecycles are decoupled, meaning a contract doucment can be edited by one user and a master agreement can be edited by another user at the same time. 
    2. When creating Contact Document, is it mandatory to have MA as a parent document?
    Yes. contract document cannot stand alone
    3. I have seen in example code when developer want to manipulate on Contract Document ex. Save , change phase , add approve, They always get Parent IBean from the Contract Document to do that?
    Because of the relationship, contract document refers to the collaborators in the master agreement/agreement . Contract document supports workflow, where as the master agreement document doesn't.
    Thanks, Baski

  • Question about creating Contract Document workflow

    Hi experts,
         I have started to create the first workflow for the Contract Document. I have a lot of questions in mind and i think you guys can help me to clarify those question. Please see the following question.
       1. When i created a new Phase Defination for Contract Document, i have seen 2 phases which can not be remove ('Draft' and 'Excuted'). I understand that those phases are the madatory phase for Contract Document, when a contract is created and saved for 1st time it will be automatically moved to 'Draft' or i need to write the script to change the phase to 'Draft'. When everythings done('approved') it should be moved to 'Excecuted'.  Am i correct?
       2. I'd like to add the approver in the Collaborators collection. for example  i'd like to add 'noppong.j' (user id) as approver in the Collaborators,. which api do i have to use to look up the user object and add it to Collaborators collection.
       3. I'm using TWE 2.2-1 to create XPDL. Does the participant in the TWE tool have to be the same as the approver in the script.In other word the participant in TWE is 'Approver', but i add 'noppong.j' as the approver in the preScript. Is in work?
    Noppong,
    Thank you in advance
    Edited by: Noppong Jinbunluphol on Nov 2, 2011 11:19 AM

    Hi
    I can think of two approval scenarios that I am explaining below.
    1. Approver automatically added based on certain predefined condition once contract is moved to approval phase: This scenario could be achieved using workflows wherein using addApprover() method approver would be added dynamically.
    2. Adding Approver manually to collaborator list in master agreement: You can add approver manually or using scripts by getting access to collaborators list using functions getCollaborators() and create() and set collaborator role using function setCollaboratorRole() however in this case there is no dynamic identification of collaborators taking place.Again here also you would need to use workflows to carry out approval process.
    I would suggest using the first option as it would provide more flexibility. Hope this would clarify things
    Regards
    Mudit Saini
    Edited by: Mudit_UCB on Nov 3, 2011 8:29 AM

  • How to Group documents for Contracts solution

    Hi
    I'm looking at creating an area to hold contract information. Basically, I need to hold a few related contract documents with metadata.
    I think I can have one metadata row with essential info and then associate files that form a single contract.
    A List with attachments sounds ideal for this scenario but I've heard that this can cause complications later. Mentioned here:
    http://www.go4sharepoint.com/Forum/doc-libraries-vs-attachments-list-items-6194.aspx
    http://clarksteveb.hubpages.com/hub/SharePoint-OOB-Features-That-I-Never-Use-Attachments-Multi-Valued-Fields-and-Meeting-Workspaces
    The other option is to create a document library with folders (as containers), but this doesn’t sound intuitive.
    Would appreciate your views on the matter and other options.
    Thanks

    I would say dont use attachments. Since you are using SP 2010 use Document Set. Document set will allow you to do what you trying to achieve. Read more about document set below.
    http://blogs.technet.com/b/vedant/archive/2010/04/21/using-the-document-set-feature-in-sharepoint-2010-part-1.aspx
    Amit

  • Contract Importer - Uploading Multiple Contract Documents for the same MA

    Is it possible to upload multiple contract documents against the same master agreement when using the contract importer tool.
    If so, what is the format for specifying the various filenames that represent these documents.
    Thanks,
    Tanmaya

    Hi,
    Yes this is feasible.
    What we had done is uplaoded the MA first and then loaded a separate csv for Attachments. This can then be placed on the desired location and picked up via the attachment importer mapping file. Just FYI, this can be configured in the System properties to import the file into E-Sourcing.
    Hope this is helpful,
    Vikram

  • Objectclass for change documents for contracts using condition record no.

    I want the changes for price, Price per and currency for contract based on the info record number and contion record number.
    Presently i am using object class is COND_A. But if user changes  multiple times price, price per and currency by deleting existing price  and created new price or price per or currency, this case it is saving only latest data based on the change document.
    I want to change the logic as based on the change document, i will display the all changes of price, price per and Currency.
    Could you suggest object class for this?

    Hello,
    Please check with the following user exit for the requirement that you have cited :
    1. USEREXIT_XKOMV_FUELLEN_O_KONP (SAPLV61A) ( RV61AFZB ).
    2. EXIT_SAPLV45L_001
    Kindly check with these two above user exit and let me know if your requirement is fulfilled.
    Regards,
    Sarthak

  • Error -maintain archiving parameters for outgoing documents in archive link

    Hi,
    I am trying to archive an outgoing document from SAP i.e. an invoice to a content repository using archive link and getting the below error:
    Maintain archiving parameter(s) for output type RD00 (appl. V3)
    Message no. VN096
    Diagnosis
    At the time of output determination, the archiving parameters for output type RD00 (application V3) were incorrectly maintained in Customizing.
    Additional information:
    SAP object:
    Archiving object:
    Procedure
    Maintain the archiving parameters and repeat output determination for the required document.
    Kindly help as to from which transaction I can maintain archiving parameters for this transaction ???
    With Regards
    Neha

    Hi,
    Which storage device are you using? I can only speculate the problem. Ok. So output type is configured properly. Can you check the object type for your document type in Transaction code OAC3. Check it should be VBRK. If it is not then change it to VBRK. Now go to transcation code OAD5 and check every thing is configured there or not. If it is all done then it should work. I presume that all basic customization is done in your system.
    Regards
    Sirfraz

  • Archiving control not maintained for CIR document .T-code MD82

    Hi All,
       I have archived sales order till 31/12/09 in the production system, but the Customer Independent Requirement that is
    CIR documents (MD82) are also there in vbak table ,now i have closed all the open document  by putting rejection reason.
    When i am trying to archive the document it is giving the error "Archiving control not maintained for the document" .please
    suggest where to maintain these archiving control and what is to be maintained.
    Thanks and Regards
    Abhilash Nayak

    Hi,
    Check your entries in tcode VORA.
    Regards,
    Eduardo

  • BAPI for Updating the partners in Contract Documents

    Hi All,
    I am Using a BAPI  BAPI_CONTRACT_CREATEFROMDATA for Updating the Partners in the Contract documents by passing 'U' in the field Update_flag of the structure BAPISDHD1X.
    I am facing an issue as in the BAPI Return table : S document saved successfully
                                                                                  S No data was changed.
    Please help or give me a solution to update only partners in the Contract documents(VA42).
    Also please let me know any other BAPIs that can be used to do so.
    Thanks & Regards,
    Bhargav.

    HI,
    I am passing the right data. there is no problem with the data. My question is how do we update partners in the Contract documents. If possible can you explain with example.
    Regards,
    Bhargav.

  • Document flow for contract creation

    Hi All,
        I have a requirement where i will create a follow on contract for a existing contract using a custom BDC, but i would like to have the document flow retained for the parent contract document. I would like to know if any FM or BAPI is available to maintain the document flow or any other process to do so.
    Pls treat this as an urgent requirement and reply.
    Thanks in advance

    Hi,
    I think it is quiet dangerous to add entries to VBFA tabel your self... but I saw that there is a function called RV_DOCUMENT_FLOW_ADD and RV_BILLING_INDEX_ADD. I do not know how to use it... but maybe with trial and error you can add the entries.
    What you can do is a work around by using a user-exit that show the flow you want when displaying it.
    T
    he function that show the document flow of an SD document is called RV_ORDER_FLOW_INFORMATION. In this function there are two user-exits and BADIs where you can add entries to be displayed according your logic.
    USER_EXIT für precedent docuents
      PERFORM USEREXIT_VORGAENGER.
    CALL METHOD l_sd_documentflow_exit->add_preceding_document
    UserExit + BADI for next docuemnts
    PERFORM USEREXIT_NACHFOLGER.
    CALL METHOD l_sd_documentflow_exit->add_subsequent_document

  • Cannot load adobe indesign cc 2014 because it requires version 10.1 or later of the dynamic documents.indesignplugin plug-in. please contact vendor for compatible version of dynamic documents.indesignplugin

    cannot load adobe indesign cc 2014 because it requires version 10.1 or later of the dynamic documents.indesignplugin plug-in. please contact vendor for compatible version of dynamic documents.indesignplugin

    I had local IT install the software, I am unaware that any problems came up when installing. The error came up when trying to install updates from the Creative Cloud. I reinstalled InDesign and I think the problem was solved. I am running a Mac with OS X v10.9.5

Maybe you are looking for

  • Removing an object from a photo in PSE 10

    I have a photo where there is a bucket sitting on the sidewalk.  I cant seem to get rid of the bucket in this picture.  I have looked for a tutorial but theyare either from a different version of PSE or they are for taking an object out of one pictur

  • Prevent Outbound Delivery creation against Purchase Order

    Hi All, we have a Intecompany (IC) process composed as following: 1) IC purchase order 2) Outbound delivery 3) Good Issue 4) Good Receipt 5) Invoice and billing I'd like to prevent the outbound delivery creation in the purchase order as the delivery

  • WAAS issue with NIC teaming

    Hi, Can someone tell me what has the NIC teaming effect on WAAS. I was preparing a demo for one of my client but before this they were using another popular WAAS product. According to my client, they had a big network issue with NIC teaming, i.e one

  • How to default zoom Safari pages with consistency?

    I can't read most default page designs in Safari with my 1920x1080. Everything is too small, not to mention the current obsession with creating vertical pages wasting enough room on both sides of a horizontal monitor to show two pages side by side. T

  • Error opening device

    I'm facing some peculiar problems while communicating with the devices using GPIB I have developed two GUI's in VB 5.0 which tries to communicate with two instruments(DMM) simultaneously( need to say I'm trying to communicate with two instruments at