Dunning Procedure (FBMP) - Total Due Items from Dunning Level

Hi,
In Dunning Procedure (FBMP), there is a field called "Total Due Items from Dunning Level" ...
Questions: What does this field mean?
Besides, if possible, kindly explain the following:
1) Min.days in arrears (acct):
Days in arrears which at least one item in this account must have for a dunning notice to be created. These minimum days in arrears have no influence on calculating the days overdue.
If I put 50, then does this mean that system won't generate dunning notice, although in the dunning level 1: 15, dunning level 2: 30, and dunning level 3: 45?
Thanks.

hi,
The dunning intervals are usually meant for two purposes, one to send notices at appropriate intervals, to calculate interest on arrears accordingly for delay in payment.  The dunning days say 45 will not be calculated from the 15th day but from the original date of document posting. Say if you have an open item on 01.01.2008 and the dunning procedure calls for intervals 15.30.45 etc. first dunning is due on 16.05.2008 and second dunning 01.06.2008 third dunning due on 16.06.2008.  
Some other useful info. whenever a dunning run is complete the vendor master and the line items gets updated automatically. So if you have to run dunning again for the one already run say, you want to generate the dunning notice of the 2nd dunning then you have to delete these details from the base records and schedule dunning once again.  Otherwise you obviously will generate notice of the last dunning run.  Also if you are scheduling dunning for group of vendors then all vendors should have the same dunning levels, otherwise the output will be of the latest dunning level. But the master records and line items gets updated correctly.  Example you are dunning for two vendors one has got the second level due and other has got 3rd level due but the output for the two will be the output of 3rd level . But the vendor master and line items gets updated as 2 and 3 accordingly. This will happen if and only the vendors fall in the same dunning procedure.
clarify if you have still doubts,
regards

Similar Messages

  • Standard procedure to transfer Inventory Items from one Warehouse to other

    Dear All,
    Please let me know what is the standard procedure to be followed while transferring Inventory Items from one warehouse to other warehouse through SDK. Right now I am using sql statements to deduct and add the items to and from warehouse. Its not working properly.  Please let me if any business object is provided by SAP to achieve this functionality.
    Regards,
    Noor Hussain

    Hello Noor,
    You can use stocktransfer object:
    Private Sub PostStockTransfer()
            Dim oDoc As SAPbobsCOM.StockTransfer = oCompany.GetBusinessObject(BoObjectTypes.oStockTransfer)
            oDoc.DocDate = Date.Today()
            oDoc.FromWarehouse = "01"
            oDoc.Lines.ItemCode = "A0001"
            oDoc.Lines.WarehouseCode = "02"
            oDoc.Lines.Quantity = 10
            If oDoc.Add = 0 Then
                sbo_application.MessageBox("Stock transfer Issued")
            Else
                sbo_application.MessageBox(oCompany.GetLastErrorDescription)
            End If
        End Sub
    Regards
    János

  • Generating dunning letters for non due items

    Hi All,
    Currently our setting only prints the items which are due in dunning letters.
    But we want to show all items for the customer in dunning letter, in case even one item is due for the customer. So that it give us a chance to remind our customer to make a payment for that also.
    What could be the issue?
    Thanks,
    Bhaskar

    Hi Bhaskar,
    Go to FBMP and then Menu > Select > Environment > Company Code Data
    And untick the u201CBy dunning areau201D and u201CBy dunning levelu201D for your company code.
    Also in FBMP, select the option u201CPrint All Itemsu201D for your relevant dunning levels.
    Regards,
    Gaurav

  • Stored procedure for Total in Header from row totals

    Hi Experts,
    I have read all notes written before regarding that how can we solve that problem if we would like to display on header a rowtotal. But i cannot solve it when i need it dinamically.
    I copy the following query into SBP_SP_Transactionnotification but while im adding the document it doesnt refresh . I have to go back then i can see the row totals in my field.
    IF @object_type = '18'
    BEGIN
    UPDATE OPCH SET U_ONELT =
    (SELECT SUM(U_ONELTR) FROM DBO.PCH1 T0 WHERE T0.DOCENTRY = @list_of_cols_val_tab_del)
    WHERE DOCENTRY = @list_of_cols_val_tab_del
    END
    How shall I modify this query?
    Thanks in advance.
    Eszter

    This is the code you could use
    IF @transaction_type = 'A' AND @object_type = '18'
    BEGIN
    UPDATE OPCH SET U_ONELT =
    (SELECT SUM((T0.QUANTITYT0.PRICE)-(T0.QUANTITYT0.U_ONELTR)) FROM [DBO\].[PCH1\] T0 WHERE T0.DOCENTRY = @list_of_cols_val_tab_del)
    WHERE DOCENTRY = @list_of_cols_val_tab_del
    END
    You can access this Stored Procedure from SQL Server Management Studio......Click on Databases...Select your database...Programmability.....Stored Procedure dbo.SBO_SP_TransactionNotification...Right click....select Modify
    Copy the above code in the body ...You would probably see some thing like ADD YOUR CODE HERE....
    Once you copied this code. Click the Execute button  and you see should get the message
    Command(s) completed successfully.
    Close SQL Server and you should be good to go...
    Suda

  • Dunning procedure in Vendor master

    Why do we create Dunning procedure in Vendor master.. cud u pls advise..?
    Txk
    Umesh

    3.3.3.4.1.2     Dunning Procedure
    3.3.3.4.1.2.1     Defining Dunning Procedures
         Use
    You enter the settings that control the dunning program by:
    1.     Specifying the company codes to include in dunning.
    2.     Setting up the dunning procedure you want to use (dunning interval, grace periods for the due date determination and number of dunning levels)
    3.     Setting the dunning charges.
    4.     Specifying the net payment due date at which a particular dunning level is reached.
    5.     Specifying the dunning notice you want to send to your customers.
    The following dunning procedures have been defined for dunning customers:
    0001     Four-level dunning notice, every two weeks
    Z030     Interest calculation after 30 days
    The dunning procedure Z030 specifies that customers who do not pay within 30 days are automatically in arrears. The customers receive a dunning notice without interest amounts. From then on, interest is calculated for the open items using the interest calculation program (see also the section on the interest calculation program).
    Procedure
    1.     Access the activity using one of the following navigation option:
    Transaction code     SPRO
    IMG menu     Financial Accounting (NEW) ® Accounts Receivable/
    Accounts Payable ® Business Transactions ® Dunning ® Dunning Procedure ® Define Dunning Procedures
    2.     Choose New procedure.
    3.     Make the following entries:
    Field name     Entry
    Dunn.Procedure     0001
    Name     Four-level dunning notice, every two weeks
    Dunning Interval in Days     014
    No.of dunning levels     4
    Total due items from dunning level
           3
    Min.days in arrears (acct)
         6
    Line item grace periods
         2
    Public hol.cal.ID
         08
    Interest indicator
         01
    Standard transaction dunning     X
    Ref.Dunning Procedure for Texts     0001
    4.     Choose Dunning Levels.
    5.     Maintain the following entries:
    Field name     Dunning level 1     Dunning level 2     Dunning level 3     Dunning level 4
    Days in arrears     2     16     30     44
    Calculate interest               X     X
    Always dun                    X
    Print all items               X     X
    Payment deadline               10     7
    6.     Choose Charges, enter currency EUR and make the following entries:
    Field name     Dunning level 1     Dunning level 2     Dunning level 3     Dunning level 4
    Dunn.charge     5     5     10     10
    7.     Choose Minimum Amounts, enter currency EUR and make the following entries:
    Field name     Dunning level 1     Dunning level 2     Dunning level 3     Dunning level 4
    Minimum amount     1     2     5     10
    Min.amt for interest     1     5     10     10
    8.     Choose Dunning Texts, enter company code BP01 and choose account type customer. Make the following entries:
    Field     Dunning level 1     Dunning level 2     Dunning level 3     Dunning level 4
    Form     Z_F150_DUNN_01     Z_F150_DUNN_01     Z_F150_DUNN_02     Z_F150_DUNN_02
    9.     Choose Save.
    10.     Choose Back and maintain the next dunning procedure.
    11.     Choose New procedure.
    12.     Make the following entries:
    Field name     Entry
    Dunn.Procedure     Z030
    Name     Interest Calculation after 30 days
    Dunning Interval in Days     014
    No.of dunning levels     2
    Public hol.cal.ID
         08
    Interest indicator
         01
    Standard transaction dunning     X
    Ref.Dunning Procedure for Texts     Z030
    13.     Choose Dunning Levels.
    14.      Maintain the following entries:
    Field name     Dunning level 1     Dunning level 2
    Days in arrears          14
    Calculate interest     X     X
    Print all items     X     X
    Payment deadline     7
    15.      Choose Dunning Texts, enter company code BP01 and choose account type customer.
    16.      Make the following entries:
    Field name     Dunning level 1     Dunning level 2
    Form     Z_F150_DUNN_04     Z_F150_DUNN_04
    17.      Choose Save.
    3.3.3.4.1.2.2     Defining Dunning Procedures
         Use
    In this activity you enter the settings that control the dunning program.
         Procedure
    1.     Access the activity using one of the following navigation option:
    Transaction code     SPRO
    IMG menu     Financial Accounting (NEW) ® Accounts Receivable/
    Accounts Payable ® Business Transactions ® Dunning ® Dunning Procedure ® Define Dunning Procedures
    2.     Choose the menu Environment ® Company Code Data and make the following entries:
    Company Code     Dunning by Area     Separate Dunn. Notice     Ref. Comp. Code      Sort. Variant Acct     Sort. Variant Items     Dunn. Comp. code
    BP01               BP01     K1     P1     BP01
    3.3.3.4.1.2.3     Defining Interest Rates
         Use
    In the dunning program, an interest rate of 7.68% has been defined for interest indicator 01 and the currency EUR. This interest rate is the same as the rate set for the interest calculation program and is calculated from the discount rate (2.68%) and a surcharge of 5%.
         Procedure
    1.     Access the activity using one of the following navigation option:
    Transaction code     SPRO
    IMG menu     Financial Accounting (NEW) ® Accounts Receivable/
    Accounts Payable ® Business Transactions ® Dunning ® Dunning Procedure ® Define Interest Rates
    2.     Make the following entries:
    Interest Indicator     Currency     Valid from     Debit Interest     Credit Interest
    01          01.01.1991     7.680     7.680
    01     PHP     01.01.1991     7.680     7.680
    3.3.3.4.2     Printout
    3.3.3.4.2.1     Defining Sender Details for Dunning Forms
         Use
    In this activity, you define which standard texts are used for the header, the footer, and the sender address in the letter window for each company code.
         Procedure
    1.     Access the activity using one of the following navigation option:
    Transaction code     SPRO
    IMG menu     Financial Accounting (NEW) ® Accounts Receivable/
    Accounts Payable ® Business Transactions ® Dunning ® Printout ® Define Sender Details for Dunning Forms
    2.     Make the following entries:
    Dunning Area     Text ID     Header Text     Footer Text     Signature Text     Sender
         ADRS     ADRS_HEADER     ADRS_FOOTER     ADRS_SIGNATURE     ADRS_SENDER
    3.3.3.4.2.2     Allowing Dunning with SAP script Forms
         Use
    You have the possibility to use either SAP script forms or Smart Forms in the dunning procedure. In this transaction you have to specify which forms are used for dunning in this system.
    This table is cross-client. Any changes you make in this table will take effect in all clients of your system.
         Prerequisites
    You have processed the previous mentioned steps.
         Procedure
    1.     Access the activity using one of the following navigation options:
    Transaction code     BF31
    IMG menu     Financial Accounting (NEW)  Financial Accounting Global Settings (New)  Tools  Customer Enhancements  Business Transaction Events  Settings  P/S Function Modules  u2026 of an SAP appl.
    2.     On the Change View Publish & Subscribe BTE: SAP Enhancement: Overview screen, check - and if necessary change - the following entries:
    Field name     Description     User action and values     Notes
    Event     Event (Business Transaction Event)     00001720     this entry already exists
    Country     Ctr (Country ISO Code)     Blank     
    Appl.     Appl. (Application Indicator for BTE)     FI-FI     
    Funct     Function Module     FI_PRINT_DUNNING_NOTICE     this function module needs to be entered if SAPSCRIPT forms should be used
    3.     Choose Save.
    If you want to use Smart Forms then you have to enter for above mentioned event 00001720 function module FI_PRINT_DUNNING_NOTICE_SMARTF. Please be aware that in installation guide and configuration guide the set up for customizing is only made for dunning with SAP script forms and not for dunning with Smart Forms.

  • Business partner not getting dunned though dunning procedure is attached

    Hi All,
    We have Business partner for which dunning procedure is attached , there is no dunning lock, i have checked the dunning procedure having levels.
    is there link between dunning and payment method and Lock present in Incoming Payment tab in Business Partner master data?
    I would like to know where i can check for business partner last dunned? i checked in CAA3 but could not find.
    Thanks and Regards
    Reena

    Hi,
    Incoming payment method option can be found at Contract Account level. There in the payments tab, you can find the Incoming payment method option.
    Also, for getting the items for dunning, check directly at respective document level, if the incoming payment method is set. If there is no incoming payment method set, then it should allow the items for dunning.
    Generally for incoming payment method, the payment is processed on the due date, so in most cases, you will see a lock applied for preventing the item to be considered before the due date. (Prevent Early Payment).
    The payment method has the relation with the dunning. As the CA is registered for incoming payment method, it is expected that the payment would be received on a timely basis on or before the due dates, so these items are not considered for Dunning purpose.
    FPM3 is the transaction that shows the dunning history for that account.
    Manually run FPVA for dunning proposal if the items are elligible for dunning and check in FPM3 for the entry. It the print date for the entries found is blank, run FPVB for Dunning Activity.
    Hope this clears your doubt.
    Regards,
    Rajesh Popat

  • Dunning procedure in configuration:Define Parametrize External Transactions

    Hi There,
    We can assign a Dunning Procedure in configuration at "Define and Parametrize External Transactions".
    Path:
    Financial Accounting->Contract Accounts Receivables and Payables->Basic Functions-> Posting and Documents->Document->Maintain Document Assignments-> Maintain Transactions for Non-Ind. Contract Accounts Receivables and Payables->Define and Parametrize External Transactions.
    For every unique combination of Application Area, Company Code, Division, Main and Sub Transaction:
    When you Add or Select an External Main and Sub transaction, on the Line Item Parameters you can add among other things - a Dunning Procedure and Dunning Lock reason. We cannot assign a Dunning Grouping here though.
    I have been trying to figure out what the use is of assigning the Dunning procedure here.
    1)In what business processes and when/where is this used? What circumstances is Dunning Procedure assigned at Transaction (Main and Sub) level?
    2)Does this configuration insert the dunning procedure at the Item level? i.e all items created by this configuration (main and sub transaction) are configured with this Dunning Procedure or Dunning Lock Reason?
    3)What advantages does it provide over assigning the dunning procedure to the Contract Account or Contract Object?
    Thank you.

    Hi,
    1)In what business processes and when/where is this used? What circumstances is Dunning Procedure assigned at Transaction (Main and Sub) level?
    Everytime a document item with this combintaion of transaction is created. It is a way to default some attributes when documents are posted. This dunning procedure has priority over the one filled in the contract account.
    2)Does this configuration insert the dunning procedure at the Item level? i.e all items created by this configuration (main and sub transaction) are configured with this Dunning Procedure or Dunning Lock Reason?
    Yes, this level has the highest priority (the specific level over the general level), and yes this configuration insert the dunning procedure at the item level
    3)What advantages does it provide over assigning the dunning procedure to the Contract Account or Contract Object?
    Well, it depends what do you want to get. Sometimes specific postings done in the contract account are required to be dunned using a different dunning procedure than the one filled in the contract account.The dunning procedure filled in the contract account is used by dafault to dunn all the contract account postings, but the postings with its own dunning procedure.

  • How to delete the item from Delivery?? (Handling Unit)

    Dear SDNs,
    I have a scenario of HU (Handling Unit).
    Now here I have a case where the complete cycle is done. But end user now wants to change/delet the item in Delivery. So I have guided them to reverse all documents and it is done.
    Now delivery is in Editable Mode. Now here when I try to Delete Delivery Line Item.. It is giving Error like "Item has already been packed and therefore cannot be deleted"
    Diagnosis says "It is not possible to delete packed items."
    Procedure says "Unpack the item from the shipping unit before you delete it."
    Now when I select Line Item and click the PACK Button to go to the screen for "Processing of Handling Units for outbound Delivery XXXXXXX", it goes to the screen but here there is not Existing HUs available to Delete/Empty... whole screen is Blank.. even no Material to be packed...
    I think user have proceeded the cycle without HU assignment.
    So now I want to Delete the Line Items and want to insert fresh Items again...
    Any inputs???
    Thanks & Regards,
    HP

    Hardik Patel,
    I have checked your equirement frankly speaking i was not exposed to such an scenario. I got alink which will help you
    Handling Unit and Packing used across all modules.
    [http://help.sap.com/saphelp_47x200/helpdata/en/c8/a44b749f3211d2858d0000e81ddea0/frameset.htm]
    Here to your left choose Packing --> Working with Handling units --> Unpacking
    Therein you will have Unpacking, Deleting  HAndling units
    Just Check....
    Regards
    Sathya

  • Customer Aeiging report no due items issue

    Hi,Team
    we have standard SAP report for aeiging and we can develop new form and report.
    I have create New form thru FDI4 here i selected customer for rows and columns i have created with Due date analysis and Days for net due date. in first column i entered not due and here i selected 2(Analysis of line items not due (due date forecast)) and entered days as 0 to 0. and in second column i entered 1(Analysis of line items due) and days as 0 to 30 days. like that i created number of columns and maintained formula for total due items and total open items.
    In FDI1 i created report with using new form. Here i entered customer, document type, spl g/l indicator, industry etc..
    while executing report i am getting values for due items only. not due items are missing. Not due items column is showing as empty values. but i checked in FBL5N and BSID table there we have data but here it is missing. Can anyone help me to come out this issue.
    Regards,
    Nagaraju.

    Hi Team we need to give the days as 0 to 9999 then it will work properly.

  • Inform Customers about debts due without a dunning procedure

    Hi,
    I am looking for a way to inform my customers for due futures payments without starting a dunning procedure or to programm a report.
    For example:
    A payment is due within 60 days and after 30 days I would like to send those customers a kindly reminder.
    Regards
    JP

    You need to create a custom program based leveraging from the standard dunning program.
    Or modify the statement account correspondence to include a statement that captures the amount falling due in 30 days.

  • Vendors Dunning - Due Items

    Hi Experts,
    Can any suggest me how the vendor Invoice Open items and Credit memo items are selected for Dunning. I have the below scenario.
    There is a invoice and a credit memo posted to a venodr account which are overdue and the overal balance is Debit, hence both the items are getting selected in the Dunning proposal, later an invoice is posted which is not due but the vendor balance has become credit. now not a single item is getting included in the Dunning proposal. This could be because vendor has got credit balance.
    Can anyone suggest me how the Dunning Picks up the line items of vendor or what configuration i have to make inorder to properly check for the Due dates in case of vendor items.
    Thanks
    Srini

    Hi Mural,
    The transaction OBVS is to view/table maintainenance, can you please let me know where exactly by dunning level need to be maintained.
    Thanks&Regards
    Srini

  • Print All Items in Dunning

    My dunning configuration:
    Using Contract Accounts Receivable and Payable
    Dunning Procedure 1 has 4 levels
    10 - Late charge (set at 5%)
    20 - 1st reminder
    30 – Final notice
    40 – Disconnect document      
    Limits are set at $200 for L20-40.
    “Print all items” is active at L20-40
    Test result:
    1st Bill for $250 causes a late charge (L10 charge $12.50) and the $250 progresses to L40, dunning balance is $250 at L20-40.
    No payment made
    2nd bill includes $250 previous balance, current charge of $250, and the late charge of $ 12.50 for a total amount due of 512.50.
    Dunning runs result in late charge (L10 charge $25.63), L20 Dunning balance is 262.50 ($250 + $12.50), L30 Dunning Balance is $262.50, L40 Dunning balance is $512.50 ($250 + $250 + $12.50).
    I assume the dunning behavior on the second run results from “print all items” only including previous due amounts whose dunning level equals the dunning level being processed. Since all of the previous items (from bill #1) had reached L40, there was nothing for L20 and L30 to pick up on the second run. Is this correct? My issue is my client requests that L20 and L30 dunning balance on the second run include the total amount due ($512.50) as L40 does. Is there a way to configure the system to achieve this result? Thanks in advance.

    Hi, all
    I too have same problem to solve for my client.  Please help us to find a solution for this.
    Thanks in advance

  • Dunning procedure and interest calculation

    Hi All,
    usually in dunning procedure, the interest is calculated on over due items based on the period from Last Dunning date to run date.
    If the customer is never dunned before and this MDAT is never populated, how will the program generally calculate interest..?
    Can somebody explain me on how it works..?
    thankx,
    Neha

    Hi All,
    Thanks for all answers.
    When I checked table MHND, the dunning interest is calculated in such a way that it doesn't consider the previous dunned date.
    Meaning :
    Dunning ran on 12-01-09  interest calculated is 500.00 ( 2 docuemnst considerded from bsid as seen from table MHND )
    Dunning ran on 15-01.09  interest calculated is  500.00  (  same as above)
    Ideally for Dunning ran on 15-01.09 , it should not calculate interest since on 12th it is done..!!
    Now queries:
    1. Where can i see these interest calculated during dunning run ( any report ? ) other than table..?
    2. When I see the dunning run, looks like user has made some mistakes,  It shows as
               Parameters have been entered    
               Dunning run carried out, job was deleted
              Dunn. printing carried out, job was deleted
    3. when I try to run the single dunn. notice, and see sample print out it gives message as
    Account D 0004298846 is blocked by dunning run 20090319 MDUN1
    why is it so and how to resolve..?
    thanks,
    Neha

  • The T-code of creating dunning procedure

    Could anyone please tell me the T-code of creating  the dunning procedure.Thanks in advance

    CONFIGURATION PATH:
    Financial Accounting -> Account Receivable and Accounts Payable -> Business Transactions -> Dunning -> Dunning Procedure -> Define Dunning Procedures OR Transaction Path:
    Accounting/Financial Accounting/Accounts Payable/Periodic Processing/Dunning/Environment/Change
    Configuration
    TRANSACTION CODE: FBMP
    Basically there are three steps in this transaction:
    1) Maintain dunning procedure
    2) Maintain dunning levels
    3) Maintain dunning texts
    transaction from SAP:
    - Before defining several dunning procedures and forms, you should check whether you can fulfill
    all your requirements using one dunning procedure and one form.
    - You should select Always dunn. notice? for
    the last dunning level so that items at this level are not skipped.
    - You can store the header and footer texts separately
    for your dunning notices. If your letter paper already contains these specifications, you can remove the windows for these
    texts in the form you define using SAPscript.
    Regards,
    Satish Muvva.

  • Dunning Procedure assignment

    Hi,
    Dunning procedure  was done in development correct but in production
    i am getting this error.'
    in production no dunning text is their after we have transported the text from development to production but, in result it is showing transported, if we see in fbmp text their is no text their.
    After assignment of dunning procedure to customer master data
    i am getting this message
    No dunning settings have been maintained for company code 1800
    Message no. F2090
    Diagnosis
    You have tried to define dunning data in company code 1800 for the current account. Before you do this, however, you must define the company code data for company code 1800 within the dunning program configuration.
    System response
    Error message
    Procedure
    Create the company code data for 1800 within the dunning program configuration. To do this, select Envionment->Company code data within the dunning procedure maintenance.

    Hi,
    Check whether dunning text activated or not /
    Regarding to dunning text we need to activate each client
    if helpful assing points
    regards

Maybe you are looking for

  • HOW TO OPEN A BBB FILE ?

    I simply want to back up my contact list should i lose my phone. I back up into a bbb file and i cannot open ?

  • Importing Item quantity with DTW

    Hello, How can I import Items quantities (OITW.OnHand) with DTW ? thanks taking care my question.

  • Better approach time series calculations

    Hi, I have a technical answer. In your opinion, to improve performances, is better calculate YTD, QTD, PY.... etc., values using Time Series functions available in OBIEE (YearToDatel, AGO, PERIODROLLING...) or put them in ETL Flow so OBIEE Server onl

  • NAC Appliance design question

    I have a customer with a central site and two branch office. Routing is configured on the WAN to connect all three locations. All servers and internet access are on the central site. Customer wants to install NAC appliance. Do I need a NAC apliance a

  • My mac book pro does not install updates that require a restart of the computer

    I have a macbook pro and any update that does not require a restart works perfectly, but if an update requires a restart (as most do) the computer will restart and the progress bar on the update will get stuck on "writing files" without moving on fro