Dunning Block for Customer Disputed objects

Dear Colleagues,
I come with what seems to be a simple but interesting requirement from my customer, that I believe can turn out to be an interesting subject for discussion and knowledge exchange.
My customer requires having the possibility of creating several dispute cases, at different times with different partial amounts and different reasons, related to the same invoice. This is possible only through u201Ccustomer disputed amountu201D. With this functionality I can create several disputes linked to the same invoice, with partial amounts and different reasons.
The tricky part comes when the requirement also asks for automatic dunning block for the invoice, for each one of the dispute cases. Here I face with two basic problems:
1) There is only one dunning block at invoice level. (an invoice cannot have several dunning block reasons at the same time.
2) The automatic document changes through dispute cases is not for "customer disputed objects". It only creates and updates the dunning blocks on invoices that belong to a traditional dispute case ("Disputed Objects").
Has anyone faced a similar requirement before? any insights or suggestions regarding  this process?
Thank you very much
Best Regards,
Luis Angeli

Hi Luis,
Customer disputed objects are meant to capture customer disputes prior to the receipt of payment.
They can be used to create many disputes for a single invoice.
However a single invoice can only be disputed once.
Further to this, if different parts of an invoice are disputed, the dunning block should only be removed once all issues against the invoice are resolved.
It could be an idea to create a single dispute against an invoice, and then get different people to resolve the different issues.
You may also want to consider how you are creating your invoices - it could be that you split them down further so there is only a single dispute against an invioce.

Similar Messages

  • FI Objects button not displaying for Cust Disputed Objects -- Dispute Mgmt

    Hi
    FI Objects button is not displaying on a dispute case processing screen for Customer Disputed Objects.
    Help in this regard is highly appreciated.
    Thanks
    Rajanikanth

    Hi Mark
    I am also having the same issue. We are using EHP4.
    Please let me know Which case type need to be used under the - Define Case Type.
    I do not find any case type relevant to in define case types.
    Where should i activate the respective functionality for showing the FI Objects in Dispute case (UDM_Dispute).
    kindly reply accordingly
    Thanks
    Regards,
    Meenakshi.N

  • Dunning block for document is appearing in printout

    Hi SAP folks,
    I have 100 open due items in customer account. I was executing dunning in F150 for that customer, it is showing 100 line items in dunning notice.
    Here my question is that, i want to put dunning block for one document. So, i went to change dunning notice and put dun block for required document. Now i am checking dunning list and it is not appearing...upto here system performing correctly because i kept dunning block.
    The problem is now when i am taking dun sample printout/dun print out total 100 line items are appearing whereas this will be wrong, dun printout shoud show only 99 items because i kept one doc in dun block. This is happening for only this customer. When i am executing for other cusomters it is performing currectly and have no issues.
    Why this is happening to that customer? I have checked master data also. Please can anybody help me in this tricky issue
    Regards
    VK

    Resolved myself....

  • Customer Disputed Objects (FI Objects Button)

    Hello Everyone,
    After completing Customer Disputed Objects configuration,
    UDM_DISPUTE transaction has "FI OBJECTS" button with a little drop down to it.
    Drop down should contain 4 items, 1) Assign Customer 2) Add Customer-Disputed Objects  3) Add Open Items  4) Remove Objects.
    My UDM_DISPUTE screen under "FI OBJECTS" is showing only "Add Open items.
    Could you please locate me where did I configured wrong.
    Appreciate your help.
    Thanks
    Rajanikanth

    Hi
    This is in the definition of the Case record Model. You need define your Case record Model. SAP delivers the standard UDM_DISPUTE_CDIS. You can copy this and modify according to your requirements.
    http://help.sap.com/SCENARIOS_BUS2006/helpdata/en/f0/ef1e3f41989310e10000000a114084/content.htm
    Kindly have a look at the above link, hope this helps.
    Regards,
    Jagadeesh

  • Tcode to see Dunning Block for a Billing Docuement

    I need to see Dunning block for a Billing docunent, what is the tcode to see the Dunning Blosck user for a billing document.

    Hi,
    Go to FBL5N look for the FI invoice, open the invoice and see the dunning block field is populated. You can unblock it by changing the document to change mode from the main menu bar.
    Thanks,
    JD

  • Billing block for customer for sales document type OR

    Hi
    I want to block a customer for a particular sales document type OR
    How to do it?
    Regards

    Hi Nikhil
    There is a field called "Check Partner Auth.", but it is necessary to create the order from a contract. This field is in sales document customizing VOV8.
    SAP Documentation:
    Check partner authorizations
    This check determines whether a partner is authorized to release against a contract.
    Procedure
    Here you can specify whether the check is to be performed against the partners in the contract or the partners in the customer hierarchy. If you do not want the check to be performed, leave the field blank.
    When you create a release order for a contract, the system determines whether a partner is authorized to release against the contract. The check is performed at header level. Depending on the rule you enter in this field, the system checks against one of the following:
    Partners in the contract
    If the partner has the partner function AG (sold-to party) or AA (sold-to party authorized to release) in the contract, the system accepts the partner as the sold-to party for the release order.
    Partners in the hierarchy
    If the sold-to party of the contract is at a higher level in the customer hierarchy to the partner who wants to release against the contract, the system accepts the partner as the sold-to party for the release order.
    Note
    If you create a contract with reference to another contract, the system does not run a check and it copies all the partners created in the target contract. If you do not want it to do this, use copying control in Customizing to change it.
    Regards.
    Mikel

  • Mass activity running only once for custom parallel object

    Hi
    I have created custom parallel object EXT_UI and created mass activity for this but the report in triggered only once and not going for second interval .
    Can any one help me out in this.
    Thanks in advance.
    Chetan
    Message was edited by: CHETAN N P
    Mass activity is running fine for standard object ANLAGE but not for custom one
    Please share me steps to be followed in creating custom parallel object.
    Regards,
    Chetan

    Hi Chetan,
    I think you need to make changes in the Events which gets triggered by the mass activity.
    Can you let me know the mass transaction code for which you have customised the activity,
    Thanks,
    Amlan

  • Code for Custom Business Object and Adding/Updating Data

    Hi,
    I would like to update/insert data thru Custom Business Object to sql Server.Pls let me know is it possible in MSA.If yes I would appreciate if you can share the code/Process in this forum.
    Thanks and Regds
    Harish

    Harish
    Depending on what data you update you need to do the following:
    If updating SAP tables or customer tables which are an extension of a SAP object like business partner, material, activity or similar:
    1. Create the extension of the data object via the easy enhancement workbench (EEWB). This will also create mapping functionality from MSA to CRM Server and extend the BDocs.
    2. Go to the BDoc modeler. Find the sBDoc for data exchange (type Write BDoc), that contains your object and check whether the new segment is there.
    3. In the Mobile Application Studio (MAS) you can now create a custom business object related to the standard sBDoc mentioned in 2 which is mapped to the new segment. This way the data exchange happens together with the main object
    4. Drag & drop the fields of the new BO to a new tile, and link that tile to the existing main object in the UI via the appropriate relation.
    If you would create a new business object / BDoc for a set of attributes belonging to a main object and not use an extension of the existing BDoc then the data would get its own flow and when replicating it would not come together with the main data. This can lead to data inconsistencies and in surplus effort administrating this data.
    If you have your own objects not related to a SAP object, you can do it the following way:
    1. Create your own table(s)
    2. Create a Write sBDoc on the table(s)
    3. Create BO's on each BDoc segment / table
    4. (as above)
    Hope this helps,
    Kai

  • Sales Document Type blocked for customer

    Good afternoon!
    Is there anyway I could block a sales doc type for a particular customer?
    Adriano Cardoso

    Hi,
    If you want to block for all sales order types for a customer, then you can do it using T.code VD05.
    If you want to block only one sales order type (rest must allowed), then you need to use user-exit USEREXIT_SAVE_DOCUMENT_PREPARE in include MV45AFZZ.
    Regards,

  • Path expression for custom generic object

    I am creating a user defined generic object so that I can use path expression to edit them from the form. Below is the code snippet. However the path expression is coming as null. Please let me know if I am missing anything
    <block>
    <set name='newGen'>
    <new class='com.waveset.object.GenericObject'/>
    </set>
    <invoke name='put'>
    <ref>newGen</ref>
    <s>attribute1</s>
    <s>attributevalue1</s>
    </invoke>
    <invoke name='put'>
    <ref>newGen</ref>
    <s>attribute2</s>
    <s>attributevalue2</s>
    </invoke>
    <set name='newGen1'>
    <new class='com.waveset.object.GenericObject'/>
    </set>
    <invoke name='put'>
    <ref>newGen1</ref>
    <s>attribute1</s>
    <s>attributevalue1</s>
    </invoke>
    <invoke name='put'>
    <ref>newGen1</ref>
    <s>attribute2</s>
    <s>attributevalue2</s>
    </invoke>
    <set name='testList'>
    <list>
    <ref>newGen</ref>
    <ref>newGen1</ref>
    </list>
    </set>
    <set name='newGenObj'>
    <new class='com.waveset.object.GenericObject'/>
    </set>
    <invoke name='put'>
    <ref>newGenObj</ref>
    <s>masterAttribute</s>
    <ref>testList</ref>
    </invoke>
    *{color:#ff0000} <ref>newObj.masterAttribute[0].attribute1</ref> coming as null*
    *</block>{color}*

    Yes you are missing some things......
    First af all you create a GenericObject newGenObj which contains an attribute (masterAttribute) which contains a list of generic objects.
    The right code snippet to access for example the value of attribute1 of the generic object newGen is as follows
    <invoke name='get'>
    <invoke name='get'>
    <ref>newGenObj.masterAttribute</ref>
    <i>0</i>
    </invoke>
    <s>attribute1</s>
    </invoke>

  • Issue with RCDC for Custom "Department" object type

    Hey Guys,
    Maybe somebody can point out where the issue is with the RCDC. I have a custom object type called Department in FIM portal and wanted to create a simple interface for it so users can add and edit department fields.
    The only two fields that should show on the RCDC is department and divisions(this is the name of the custom field) all the fields work but I keep getting the following error "There's an error in the Department display configuration.Please contact your
    system administrator"
    Below is the RCDC:
    <?xml version="1.0" encoding="utf-8"?>
    <!--Copyright (c) Microsoft Corporation. All rights reserved.-->
    <my:ObjectControlConfiguration xmlns:xd="http://schemas.microsoft.com/office/infopath/2003" xmlns:my="http://schemas.microsoft.com/2006/11/ResourceManagement" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <my:ObjectDataSource my:Name="object" my:TypeName="PrimaryResourceObjectDataSource"/>
    <my:ObjectDataSource my:Name="delta" my:TypeName="PrimaryResourceDeltaDataSource"/>
    <my:ObjectDataSource my:Name="rights" my:TypeName="PrimaryResourceRightsDataSource"/>
    <my:ObjectDataSource my:Name="schema" my:TypeName="SchemaDataSource"/>
    <my:XmlDataSource my:Name="summaryTransformXsl" <my:Parameters="Microsoft.IdentityManagement.WebUI.Controls.Resources.DefaultSummary.xsl"/>
    <my:Panel my:Name="page" my:Caption="Default Configuration" my:AutoValidate="true">
    <my:Grouping my:Name="_caption" my:Caption="Caption" my:IsHeader="true">
    <my:Control my:Name="_caption" my:TypeName="UocCaptionControl" my:Caption="Create Department" my:Description="" my:ExpandArea="true">
    <my:Properties>
    <my:Property my:Name="MaxHeight" my:Value="32"/>
    <my:Property my:Name="MaxWidth" my:Value="32"/>
    </my:Properties>
    </my:Control>
    </my:Grouping>
    <my:Grouping my:Name="DepartmentInformation" my:Caption="Department Information">
    <my:Control my:Name="Department" my:TypeName="UocLabel" my:Caption="{Binding Source=schema, Path=Department.DisplayName}" my:Description="" my:RightsLevel="{Binding Source=rights, Path=Department}">
    <my:Properties>
    <my:Property my:Name="Required" my:Value="True"/>
    <my:Property my:Name="Text" my:Value="{Binding Source=object, Path=Department, Mode=TwoWay}"/>
    </my:Properties>
    </my:Control>
    <my:Control my:Name="Divisions" my:TypeName="UocDropDownList" my:Caption="{Binding Source=schema, Path=Divisions.DisplayName}" my:Description="{Binding Source=schema, Path=Divisions.Description}">
    <my:Options>
    <my:Option my:Value="" my:Caption="" my:Hint="Please Select a Division"/>
    <my:Option my:Value="Division of Academic Affairs" my:Caption="Division of Academic Affairs"/>
    <my:Option my:Value="Division of Administration" my:Caption="Division of Administration"/>
    <my:Option my:Value="Division of Adult &amp; Continuing Education" my:Caption="Division of Adult &amp; Continuing Education"/>
    <my:Option my:Value="Division of Information Technology" my:Caption="Division of Information Technology"/>
    <my:Option my:Value="Division of Institutional Advancement" my:Caption="Division of Institutional Advancement"/>
    <my:Option my:Value="Division of President's Office" my:Caption="Division of President's Office"/>
    <my:Option my:Value="Division of Student Affairs" my:Caption="Division of Student Affairs"/>
    </my:Options>
    <my:Properties>
    <my:Property my:Name="Required" my:Value="{Binding Source=schema, Path=Divisions.Required}"/>
    <my:Property my:Name="ValuePath" my:Value="Value"/>
    <my:Property my:Name="CaptionPath" my:Value="Caption"/>
    <my:Property my:Name="HintPath" my:Value="Hint"/>
    <my:Property my:Name="ItemSource" my:Value="Custom"/>
    <my:Property my:Name="SelectedValue" my:Value="{Binding Source=object, Path=Divisions, Mode=TwoWay}"/>
    </my:Properties>
    </my:Control>
    </my:Grouping>
    <my:Grouping my:Name="summary" my:Caption="Summary" my:IsSummary="true">
    <my:Control my:Name="summaryControl" my:TypeName="UocHtmlSummary" my:ExpandArea="true">
    <my:Properties>
    <my:Property my:Name="ModificationsXml" my:Value="{Binding Source=delta, Path=DeltaXml}"/>
    <my:Property my:Name="TransformXsl" my:Value="{Binding Source=summaryTransformXsl, Path=/}"/>
    <my:Property my:Name="Hint" my:Value="{Binding Source=schema, Path=%AttributeName%.Hint}"/>
    </my:Properties>
    </my:Control>
    </my:Grouping>
    </my:Panel>
    </my:ObjectControlConfiguration>
    Any advice is appreciated.

    I don't know RCDCs well enough to debug it from the xml. One approach when I don't know something too well is to brute it. Copy one of the default RCDCs and make sure it's working then add the required attributes one by one checking that it works each
    time. Once it's working with the added attributes remove all the ones you don't need. If that breaks it, go back to where it was working and remove them one by one.

  • Send email after setting Order block for customer

    Hello experts,
    is it possible to send an email to the sales manager when the flag Order block  ist set
    to a cusotmer ?
    Our sales representative want to know when there is set a customer to Order block  or
    Deliver block, and therefor a mail should be sent automatically to the sales represenative.
    Is there an event/user exit for doing this ?
    Thanks Gerd

    No need for user exits.  Use output determination with medium = 5. You may want to create new output condition table with order block as part of its key ( you may need to extend output field catalog) along with whatever else you need.  Do the usual output determination configuration.
    The other thing you will need to deal with is you will have different sales managers responsible for different customers.  This will likely mean that you will also have to do some partner determination configuration so that the sales manager responsible is available to the sales order.
    Create output condition record for the new output type.  Also get Basis to setup SAPCONNECT to send email out via SMTP.
    That should do it
    Frank

  • Re Credit block for customer open item

    Hi All,
    My requirement is that the crdit block in delivery should be activated when there are more than 3 open items in customer ledger.
    System should allsow to create delivery if there are 3 open overdue items in customer ledger.
    Regards
    Sahoo

    Hi..
    Try user exits LVKMPTZZ,LVKMPFZ1, LVKMPFZ2 ,LVKMPFZ3.
    Take help from your abap person
    Regds
    MM

  • Dunning Interest for customer

    Hi ,
    I have assigned in ob42 and assigned in customer master and also dunning configuration,
    Problem is showing the interest rate and not calculating.
    Eg: In text, it shpwing your interest rate is 9% and amount is 100000
    I need interest amount also that means, 100000+(9% of interest on amount )=109000
    Is it possible expain in detail,
    Regards,
    Kanike
    Edited by: kanikehn on Mar 7, 2011 7:58 AM

    Dear Kanikhen,
    please read the SAP note 874603 that can help You.
    I hope this helps.
    Mauri

  • Stock blocking for a customer

    Dear All,
    We have a scnario where some materials at depot needs to be blocked for a particular customer. As and when orders arrive from this customer, this material would be delivered to him. The system should NOT allow the supply of this material to any other customer. Please note that at the time of receiving the material at depot, there need not be any open orders from the customer so we can not book this stock against the sales order stock. Can it be done that the stock is booked against this customer and only the orders that are subsequently created against his name will be allowed to use this stock ?
    TIA

    there is no such feature in SAP, only workarounds.
    you can post the stock to blocked stock, however you have no way to enter a text to a stock that tells you that this is blocked for customer A.
    you can create a sales order with delivery date in far future to allocate the stock to this sales order. you can then change the order in quantity and delivery date if the order is really coming.
    you can move the stock to customer consignment stock.
    if you use batch managment, then you have some more options with batch determination and classification.

Maybe you are looking for