Dispute Case - Linked Objects- Various- URL

Hello,
We have a requirement to create a Dispute Case through a custom interface program. We have been doing this using BAPI_DISPUTE_CREATE.
Now, I need to programmatically link a URL to Dispute Case -> Linked Objects->Various->URL. An custom element type for u2018URLu2019 was configured in the Registry for this in our SAP system.
This is usually achieved programatically using the tables parameter OBJECTS of the BAPI. We have to pass the OBJ TYPE & KEY to this parameter.
Since configuration does not allow the BOR_TYPE to be defined on tab u2018Connection Parametersu2019 of the Element Type URL in the Registry, what OBJTYPE and KEY works for this?
Thanks,
Smitha/Aneel

Hello Andy,
I have a question. We're also trying to use BAPI_DISPUTE_CREATE in order to create dispute cases, but the function needs a unique GUID number in order to create the dispute case. How did you manage to maintain this guid number?
Because of this problem, we started using the function UDM_DC_CREATE, which generates a GUID itself, if you do not maintain one.
Sorry for the inconveince, the problem was because of a wrong attribute, I can create a dispute case with this function without maintaining the guid id.
Edited by: Karabiber Kerem on May 21, 2010 11:03 AM

Similar Messages

  • Case linked objects

    Hi, experts.
    I work with Case management.
    I added a record (RMS record) into "Linked object".
    How can I determine the GUID of my linked records on the basis GUID CASE?
    Thank for your advice.

    Dear Alexander,
    Please query the case header table SCMG_T_CASE with the case guid. This will give you the technical key for the record. If you need to get back the Document ID for the record then you will need to instantiate the CL_SRM_POID class for the technical ID & then retrieve back the Document ID. Please check cookbooks at http://www.sdn.sap.com/irj/sdn/nw-ecm?rid=/webcontent/uuid/80194853-fa8a-2c10-3ca8-d17671671993. [original link is broken]
    Best Regards,
    Pragya

  • Dispute Case - Write-off entry

    Dear Experts,
    When we write off any invoice through UDM_AUTOWRITEOFF in FSCM, system Debits the Bad debts write off (P&L) A/c and Credits the Customer A/c. However, we want system to segregate VAT, Tax and Freight amount from Bad debts write off A/c. So that the entry would be VAT -Dr. Tax-Dr. Freight -Dr. Bad debts -Dr. and Customer -Cr. Please could you through some light on How to achieve this?
    Thank you.
    With Kind Regards,
    Naresh B. Pandya

    HI Naresh,
    To my understanding there is no configuration in FSCM by which you can achieve what you have stated, since we want to achieve something in FI area by doing an acitivity in FSCM, whereas vice-versa would probably work. I can possibly think of a work around. You can post a normal write-off entry giving the tax code therein, which will clear customer open item, and post to tax GL as well. Now, since the open item (document) which was "disputed object" in FSCM - Dispute case, that object will get updated with resolved object as the new document posted. Basically, the dispute case attribute will reflect the changes that has occurred in FI (FI-FSCM integration). However, I'm not sure whether this amount will get updated in field "paid amount" or "written off" amount. You can simulate and check out.
    I am also interested to know how you deal with this, so keep me posted.
    regards,
    TV.

  • Need to find table for dispute case attachments in service for objects

    Hi All,
    I have a requirement where i need to find some tables which will hold details of dispute case attachments. After a dispute case is created using UDM_DISPUTE transaction, the concerned person may open that dispute case and can attach some documents/any attachments using services for objects icon at the top left corner of the screen. All i want to know is, in which table (tables related to service object) this attachment details will be stored. Even if the attachments details are stored in service objects related tables, there should be some link for this attachment and dispute case. Please let me know if any of you have some pointers and it would be highly appreciated.
    Thanks in advance,
    Srilakshmi.

    Hi a®s,
    Thanks for your reply. An entry is getting created in this table SRGBTBREL whenever an attachment/URL/notes is attached to a dispute case using services for object and the link between this table and dispute case table SCMG_T_CASE_ATTR is INSTID_A. This field holds the value of CASE GUID from SCMG_T_CASE_ATTR. Now my requirement is whenever an attachment is present in a dispute case i need to set a customized checkbox present in UDM_DISPUTE screen so that when an user opens the dispute case he/she can understand some attachment is present for this case by seeing the checkbox. I found the SCMG* badi's are not helpful to set the checkbox. Please let me know if you have any idea on how to implement it.
    Thanks in advance,
    Srilakshmi.

  • Link between Credit Memo and Dispute Case

    Hi,
    Please help me. How to Link between Credit Memo and Dispute Case
    Thaks,
    Vinod.

    Linking a credit note has nothing to do with EHP4 or 5. You have to do a config sertting:
    Dispute Management-Process Integration with Accounts Receivable Accounting-Assignment of Open Credits and Payments-Activate Assignment of Open Credits and Payments
    And make sure the business adapts the correct process:  When you reverse a charge on a debit invoice you have to make sure the credit is properly linked to the debit note.
    If this is the case then the credit will show up in the dispute case.
    Rgds,
    Richard

  • Remove Linked Objects Case Management

    Dear Guru's
    I would like to find out how I can permanently remove some of the linked objects that are offered by the system in case management ie TC <i><b>scase</b></i> . We are only going to be using the Business Partner object to assign a BP to a case, and the Business Transactions object for activities, the rest are irrelevant. I know you can delete them during the editing of a case, but I would like to permanently remove them.
    Your help will be most apprecited

    Ok I found the solution for that, what I did is in TC scase under [<i>b]CRM Case Mgt->Record and Case Records Models->Modeler for CRM Case Records</b></i> , on the subscreen I chose start search and then selected the Modeler that I am using which for was the standard which came with the system is CRM 4.0: Integration IC Webclient/BSP UI. I put it in change mode, and for the object that I do not need to use, I clicked on them and clicked deactivate. Which is more than half for me.
    Having done this you will see that for all the objects that you have deactivated, they do not appear during the creation of a case.
    Hope it help hey.

  • Technical Help: Get linked Objects to CASE

    Hi forum,
    during runntime of CRM IC webclient I have the GUID of the Case.
    My requirement: Read all linked objects to this Case/Case GUID. If a linked object (e.g. internal task) is open, the agent should not be able to close the case -> Raise Error message in Case Creation/Changing ICWC.
    So: Can anybody help me with the question, how to get all linked objects during runtime, which are assigned to the Case? Function Modul? Method of a class?
    Thank you very much for your help.
    Thorsten

    Dear Shamiso
    If your model not released yet you can delete the linked objects form the record model but if the record model status set to released you will only be able to flag it as deleted and you will not see it any more in the case
    Regards
    Khaled Fahim

  • Dispute Case - Additional Documents Attachment

    Hi Experts
    During the creation of dispute Case we have a requirement  to Store attachments ( PDF, XLS or Word files) of customer business with Dispute case itself.
    Can we utilize the Note functionality or Services for object?  
    In either cases where does SAP Stores the Documentation ?  more details.... please
    Please reply accordingly
    Thanks
    Regards,
    Meenakshi.N

    this is available as standard.
    In the dispute - linked objects - the last tab various you can add a document.
    you need to make sure you define the document type in the config screen "Define Document Category for Attachments to Dispute Cases"

  • Dispute Case attachments: CMS, DMS, RMS, ArchiveLink... Confused!

    Hi,
    We're starting to implement SAP Collections & Dispute Mgmt. One of the things that excited our business users on the SAP solution was the ability to attach unlimited (word, pdf, jpg, email, etc) files directly to the Dispute case. However, we have a large volume of disputes and estimate to wish to attach an annual total of ~500,000 files, ~200Gb directly to Dispute cases.
    But I'm confused as to the options we have in doing this and the potential pros/cons related to those options. From the documentation I have found, I see references to SAP DMS (Document Management System), SAP CMS (Content Management System), SAP RMS (Records Management System), SAP ArchiveLink, and also SAP integration "3rd party DMS solutions" (whatever those are...)
    Is SAP CMS & SAP RMS the same thing?
    Has anyone implemented a 3rd party DMS solution? If so, what were the benefits of this over the SAP solutions?
    Has anyone else implemented Disputes with a large volume of attachements?
    Many thanks in advance for those of you with knowledge & experience in this area,
    JJ
    Edited by: James Parkes on Oct 18, 2011 4:13 AM

    Hi,
    DisP.Mgt uses RMS as base so when you link objects in UDM_DISPUTE then you already using RMS. Archivelink & CMS are connected to RMS so if you create an archivelink document in UDM_DISPUTE, you would be creating an archivelink document in ARL already.CMS is in the base for managing content. This is done for all RMS objects & would already be set up. What is means is that if you store say a archivelink documetn then meta data is stored in sap DB but content sits in content server. This content server can be SAP own or 3rd-party. Same goes for RMS objects like cases, records, editable documents.
    Best Regards,
    Pragya

  • Dispute Case

    Hi All,
    I have gone through SAP traning for FSCM Credits, Collections and Dispute mgt. I have few basic questions. Could someone please answer these-
    1. Dispute case can be initaited by anyone - either Customer or User/authorized employee of the organization? It is not all the time the Customer disputing against us, even we can dispute the customer for not paying.
    2. SAP provides program for automatic creation of dispue cases in DM based on residual items created in AR. This is a standard program? Any further detials about the program - prg name, functionality, if i add more parameters to it etc?
    Regards,
    Satya

    1. Dispute case can be initaited by anyone - either Customer or User/authorized employee of the organization? It is not all the time the Customer disputing against us, even we can dispute the customer for not paying.
    Disputes can be initiated automatically or manually. If you have Biller direct, then the customer could create a dispute case himself, other way the dispute will be create by a clerk or automatically due to process integration.
    2. SAP provides program for automatic creation of dispue cases in DM based on residual items created in AR. This is a standard program? Any further detials about the program - prg name, functionality, if i add more parameters to it etc?
    Yes, there is an standard program for this. Transaction FDM_AUTO_CREATE
    3. Debits can be included in a dispute case as "Disputed items". All other items (credits, clearances) are entered as "Customer-disputed objects". How do i do the seperation? Is there a seperate button for each or the system picks up automatically?
    No, you can create Customer-disputed objects over credits or any other item, however if a normal dispute case was created over an invoice in the linked object section you will find the documents related to it. By the way, customer disputed objects are not create automatically.
    4. Multiple invoices can be created as one dispute case? Or one invoice - one dispute case?
    Only Customer disputed objects.
    Cristobal

  • Dispute Case - Paid amount shown in 'Cleared Manually' field

    Hi
    I am configuring dispute mnagement. When I pay an invoice using standard incoming payments transaction F-28, then the dispute case status changes to CLOSE, but the amount paid is being shown in the 'Cleared Manually' field rather than 'Paid' field. What is the cause of this issue and how can this be fixed?
    Thanks

    I used case record model UDM_DISPUTE as a copy template. It had following structure nodes: Business partner, Disputed objects;Resolved objects;Items assigned during clearing; Other objects;and Various.
    Now, amongst these I cannot see anything which says 'Paid' and Cleared Manually' . Could you elaborate which values would have been copied incorrectly in your opinion?I am testing a full payment scenario and not Residual or Partial payment.

  • Attaching docs to a dispute case

    Hi all,
    Is it possible to attach docs while creating a new dispute case manually at FBL5N? I mean attach the documents during the creation and not later?
    Thanks for your inputs!

    As with accounting documents there is an icon on the top left hand corner of the screen called "Services for object".
    This is to the left of where it says "Case Display"
    The other option is to add the attachment as a linked object
    In the other object folder, there is a node called "other objects".
    If you right click this, select document and attach the relevant document.
    You also need to make sure you have defined the type of document that can be attached via this method in config,

  • Dispute Case:UDM_Dispute Attach document

    Dear All
    We want to attach document to dispute case. We know attachment function available when someone open the dispute case from inbox but in this way only a person who is assigned as processor can assign the document to dispute case. But if someone other than processor wants to assign any document from UDM_Dispute.
    Thanks and Best Regards
    Farhan Qaiser

    Are you asking how to add an excel spreadsheet into a dispute or something like that?
    It is fairly simple,
    This is done via linked objects.
    In the other folder, you can add attachments.
    There is config to be defined for the file type i.e. pdf, or xls.
    Document types for Attachments for Dispute cases is the config task.

  • Linked Objects is grayed out in the UDM_DISPUTE transaction

    I completed all the configuration of Dispute management and i am able to create dispute cases and all the process is working fine but i am not able to view linked objects. The option Linked objects is grayed out.I was wondering what could be the problem
    Your help would be greatly appreciated.

    Yes the SUBCOMPONENT_RECORD is available in the function profile. I got my security team run the trace but they could not find any missing authorization
    Regards,
    Aparna

  • EhP5 Functionality for Dispute Case

    Just wondering if anyone knows if Enhancement Pack 5 provides functionality to link a credit as a "disputed object"?  Currently we can only link the credit as a "customer-disputed object".  This has all sorts of drawbacks for us (case doesn't close when document closes, the details from the accounting document do not populate into the dispute case, etc).
    Thanks,
    Melissa

    Hi,
    Can you be more specific?
    You can include a credit note in a disputed object if the dispute is created with the debit (needs to be higher amount) at the same time.
    You cannot add an open credit to the disputed item, but this would be done through a clearing transaction e.g. F-32. This will update the disputed object in de credited amount section.
    You cannot create a disputed object on a credit only. If this is needed, why is the credit disputed? Bcs this is perhaps a deduction? Then I belongs to a debit or multiple debits. You can add all together in one dispute perhaps?
    Regards,
    Richard

Maybe you are looking for

  • Can't display the correct numeric characters in SVG charts with IE5.5 SP2

    Hi all, although I defined the following format model for the number in a SVG chart FML999G999G999G999G990D00 I am still getting the dollar sign and the period, even if my current browser language preference is set to italian (IE 5.5 SP2). Note that

  • 'In' operator in an expression

    I want to use an expression with an 'In' operator like: "IIF(Month(Fields!xyz_date.value) in (3,6,9,12), False, True)" but seems like 'In' operator is not available in ssrs expression. Please confirm it this true and what's the alternative (other tha

  • Alv Append list

    Hi , I created a Alv append list report which has more than 4 to 5 tables to display. I have used the function module REUSE_ALV_LIST_DISPLAY and set the parameter     cs_layo-list_append       = 'Y'  to display the list. When the first table doesn't

  • Newbie question about deployment URL

    I created a web service using Web Logic 9's service gen. I then successfully deployed it. When I tried calling it, I get a 404. I'm not sure I'm calling the correct URL and failing, or if I'm not even calling the correct URL. My URL is localhost:7001

  • HT4060 I am unable to charge my IPAD on the computer and it says not charging. Tried on 2 computers but same issue. Any Suggestions?

    I am unable to charge my IPAD on the computer and it says not charging. Tried on 2 computers but same issue. Any Suggestions?