Control amount value based on payment terms in obb9 and me21n

Dear Sapgurus,
In OBB8 Create Payment Terms.
Create 4 Payment terms PT , PT1, PT2, PT3.
For the 1st one PT you select Installment Payment CheckBox.
For PT1, PT2 & PT3 give the no of days as per your requirement.
Go to OBB9 and assigned.
PT -- PT1 -- 20% (Document Date)
PT -- PT2 -- 50% (Posting date)
PT -- PT3 -- 30% (Posting date) in me21n i assign pt payment terms based on this one i want control amount in f-48 like first accroiss 20% is not allowed 1000 rs total value 200 allowed in f-48 how do i make logic, if i assigned in me21n payment terms i want ot check this payment terms in assigned obb9 if i take first payment terms if document date is their i want to take advance payment if payment date is their its normal payment. Whther it is correct or not & If i given any payment terms in  me21n i want check background how many payment terms is assigned in this one if payment terms is document date i want to check in f-48 and if posting date in payment terms i want to check in f-53 control how do i prepare logic please give me suggessions.
Regards
Umi

Hi Sridhar,
  it would be helpful if you could share with us as how you did?.
Regards,
Siva

Similar Messages

  • How to block sales order and Delivery order based on payment terms ?

    Hi  experts ,
    I have an sceneria to block the sales order and delivery based on payment terms ?
        For eg )  Customer payment terms  is Z001 which is 5 % discount within 30 days , No discount within 60 days.
                        My requirement here is a)   if open item exceeds 30 days , delivery to be blocked
                                                               b)  if open item exceeds 60 days , Sales order to be blocked..
    Pls give me a solution....

    HI Kakas,
    If possible in configuration , pls let me know .
    payment terms is     5 % within 30 days if customer pays
                                     No discount  within 30 to 60 days if customer pays.   
    Here , i need to control , sales order to be allowed and delivery not to be allowed  for a customer if any open invoice within 30 to 60 days and sales order to be blocked if  open invoice exceeds 60 days..
    Is this possible in Credit management ?.. 
    pls let me know...
    with Regards
    S.Siva

  • How to calculate  Payment not yet due based on payment terms

    Dear All
    i need to calculate the payments which are not yet due based on payment terms in the ageing report of payables.
    FOR Ageing : i used this n this works but i want calculate the payment payment which is not yet due based on payment terms.
    SELECT ail.amount amt, ail.corrected_inv_id inv_id,
    aiv.vendor_id ven_id
    FROM ap_invoice_lines_v ail, ap_invoices_all aiv
    WHERE 1 = 1
    AND ail.invoice_id = aiv.invoice_id
    AND aiv.invoice_type_lookup_code IN ('DEBIT', 'CREDIT')
    AND ail.corrected_inv_id IS NOT NULL) mem
    WHERE 1 = 1
    and inv.invoice_id=paid.invoice_id(+)
    and aida.invoice_id=inv.invoice_id
    AND to_char(to_date(aida.accounting_date) + due.due_days) BETWEEN to_date(:p_invdate) - 90 and to_date(:p_invdate) - 61
    AND ven.vendor_number BETWEEN NVL (:p_supplier, '00000')
    AND NVL (:p_supplier, '99999')
    Regards
    Shaizy
    Edited by: user11298424 on Aug 7, 2012 7:53 AM

    sorry Francis,
    this will run:
    REPORT zforum101 .
    TABLES: faede, bsid, bsega, t052.
    PARAMETERS : p_zterm LIKE t052-zterm DEFAULT '1400'.
    PARAMETERS : bldat TYPE sy-datum DEFAULT '20060801'.
    SELECT SINGLE * FROM  t052
           WHERE  zterm  = p_zterm.
    CLEAR faede.
    MOVE-CORRESPONDING t052 TO faede.
    MOVE: t052-ztag1 TO faede-zbd1t,
          t052-ztag2 TO faede-zbd2t,
          t052-ztag3 TO faede-zbd3t.
    MOVE bldat TO faede-bldat.
    faede-koart = 'D'.
    CALL FUNCTION 'DETERMINE_DUE_DATE'
         EXPORTING
              i_faede = faede
         IMPORTING
              e_faede = faede
         EXCEPTIONS
              OTHERS  = 1.
    bsega-netdt = faede-netdt.
    WRITE bsega-netdt.
    A.
    pls reward useful answers
    Message was edited by: Andreas Mann

  • FM to calculate discount based on Payment Terms (for Accounting document)

    Hi-
    I am refering to Cash discount calculated on an accounting document.
    Discount is calculated based on Payment Terms. [ Baseline date: date from which discount period starts; Cash discount terms ; Cash discount percentage rates.]
    Is there a standard SAP FM that i can use in my custom program calculate discount ???

    Hi,
    Try this.......
    CALL FUNCTION 'ISU_S_DISCOUNT_PROVIDE'
    EXPORTING
    x_rabzus = st_discount_hdr-rabzus
    x_ab = wa_discount_item-ab
    x_wmode = '2'
    IMPORTING
    y_obj = xy_obj
    EXCEPTIONS
    not_found = 1
    foreign_lock = 2
    general_fault = 3
    OTHERS = 4.
    Regards,
    Jyothi

  • Block Sales Docs based on payment terms

    How can we block the sales documents for a customer who has not paid within the given due date based on the payment terms? 
    Thanks and regards,
    Bharath S

    Hi Bharath,
    Use the stored procedure to acheive your requirement and also check the thread
    On hold if outside payment terms
    *Close the thread if issue solved.
    Regards
    Jambulingam.P

  • Different payment term at header and item level

    Hi,
    In sales order(VA03) we r getting different payment term for header and item.
    Eg: For header we get MZ30 and for item level MZ60.
    It's only for a particular material. I have been asked to find out why? Any thoughts?
    Thanks in advance
    Chesat

    Hi Lakshmi,
    Where do we maintain this entry to reflect this change.

  • Based on Payment terms make Manditory field in Billing DOc

    Dear all,
    I am trying to find LCNUM field in Billing document field.If i check in Table level i can able to see the field..but if i go to VF02 that field is not appearing ,WHere can i see the field.
    Req:
    I need to make the Mandatory field as Financial number (In Header-Billing Tab -LCNUM) when payment term comes as Payment against to LC/BG while creating Billing document in VF01
    Is there any User exit
    In Incompletion log i can control only one filed .but here i need to control the field based on some other field.
    Thanks in Advance
    Regards
    raj.

    Hi Ram ,
    1. In Incompletion log i can control only one filed .but here i need to control the field based on some other field : Use  user exist    MV45FZZ where in you can control or link to the required field.
    2,I need to make the Mandatory field as Financial number (In Header-Billing Tab -LCNUM) when payment term comes as Payment against to LC/BG while creating Billing document in VF01 .Is there any User exit : Use  Zfield which can be achived through field exist. Take the help of developer.
    Trust ok
    Regards
    Veera

  • Dicounts based on payment terms:

    Hi Guru's,
    I have a scenario as below based on the 'payment terms', these dicounts are apart from other discount:
    If old bills are cleared within 7 days............3%, 14 days......2%, 21 days.......1% discounts are given,
    how are these can be configured, can any one help me out urgently please....
    Regards,
    sushil

    Hi,
    As I understood, this is what you want to do. You want to apply a discount automatically based on the sales order line item Payment Term.
    Let's do it in this way.
    the field your talking about is ZTERM in VBKD table.
    This is not there in the condition allowed fields.
    Go to IMG / Sales and Distribution / Basic Functions / Pricing / Pricing Control / Define Condition Tables / Conditions: Allowed fields
    Add ZTERM to there.
    Now you have to create a new condition table with this.
    in the same node use "Create condition tables" to create a table with that new field.
    Now add that table to your Access Sequence using  IMG / Sales and Distribution / Basic Functions / Pricing / Pricing Control / Define Access Sequences
    Now go to VK11 & give your condition type & enter. Select the new table in the access sequence.
    Give your discount combination based on the payment term there. Eg: 7 days............3%, 14 days......2%, 21 days.......1%
    now try from a new sales order. Based on the LIne item Billing tab, payment term, discount will determine automatically.
    Hope this helps you!
    Best regards,
    Anupa

  • GR based BAPI_INCOMINGINVOICE_CREATE payment terms issues!!

    hello friends,
                    I am using BAPI_INCOMINGINVOICE_CREATE for posting of
    GR based Invoice verification (Alternation to MIRO).I am able to post the document through
    BAPI if and only if ::-
    1) i specify payment terms(PMNTTRMS in header data of BAPI) in coding
    or
    2) if my purchase order contains payment terms .
    I have some issues using this BAPI::
    1) i want to post BAPI for purchase orders and vendors which  doesn't have
    any payment terms , in this case BAPI gives and error message "specify correct payment terms"
    Current SAP version is SAP4.7 enterprise with SAP_APPL at 23 number
    Looking forward for response
    Points will be assigned

    hello friends,
                       I am still looking for good response.
    Regards
    jase

  • Payment to Vendor Based on Payment Term

    Hi experts,
    I want to create some new payment terms in SAP with integration with IV. Say if I have 30 days credit period in PO payment term , system will not allow to pay vendor before 30 days of GR date.
    How to customise this. Can any body explain the process step by step? Is it a config issue or customisation issue? If need to write code, where to write it.
    Full point will be awarded for useful reply,
    Regards,
    Santosh

    Hi all,
    I know how to create Payment terms. But my question  is how to link the payment terms with advance. Say payment term is 50 % advance against GR. rest 50 % after 2 months of GR.System should prevent user if he wants to pay before scheduled date.  How to Map it in sap. Can it be done through config setting? or it is to be done through customised development. If it is done through customisation which user exit to use.
    Regards,
    Santosh

  • Delivery block based on payment terms

    Dear Experts,
    I want to set up the delivery block by the system, for the sales order which has the particular payement term 'cash in advance'  until the payment recieved by the accounting..
    How can i achieve this...appreciate if u could share ur ideas...
    Thanks in advance.
    Reg
    JJ

    HI
    This can be achieved at sales order level.
    check if payment terms = "cash in advance"
    VBAk-LIFSK = 01.
    You can write this logic in MV45AFZZ include.
    Use USEREXIT_SAVE_DOCUMENT.
    try and revert

  • Translation of payment terms in CS and SK in program SAPLFHL2

    Hello,
    is there somebody who works on a system with system language CS and/or SK, who might send me the translations of the text symbols of program SAPLFHL2?
    In english, they are these:
    001     Field name;;
    002     Fd name
    003     Field description
    004     Payable immediately
    005     Due net
    006     &1 % cash discount
    007     Within &1 days
    008     Before &1 of the month
    009     Before &1 of the next month   ;;
    010     Before &1 in &2 months
    011     On immediate payment
    012     For incoming invoices until &1 of the month
    013     Payable in &1 partial amounts
    014     Payable in 1 partial amount
    015     &1 installment: &2% with payment term &3
    016     Baseline date on &1 of the month
    017     Baseline date on &1 of next month
    018     Baseline date on &1 in &2 months
    019     Baseline date postponed by a month
    020     Baseline date postponed by &2 months
    021     PTrm;;
    022     Explanation                                                 ;;
    023     &1 installment: &2 %
    024     Within 1 day
    025     Payable in partial amounts
    026     End
    027     Terms of Payment
    112     For Invoicing up to &1 of Month

    Hi,
    you can maintain entries in table TVZBT using transaction SM30 only if the "Data Browser/Table View Maint." value is set as Display/Maintenance allowed for the table (Check using transaction se11 --> Delivery and maintenance tab). You can change the value to "Display/Maintenance allowed" if you want to maintain entries using SM30. Make sure that you assign an authorization object so that the table entries can be added only by authorized persons.
    If the above option is not feasible
    Create a Z-table(Same as TVZBT) with fields Paymnet terms, language and description. Access this table through smartform to print the description in different language.
    Make sure that the Z-table is updated while creating/changing any payment terms. By this way you can maintain any languages.
    Hope this solves your issue.
    Thanks
    Arun

  • Payment terms in PO and vendor master

    PO should be able to override payment terms of the vendor master when a payment term in PO is different from the payment term in vendor master.How do I make it work?
    Regards - SS

    Payment trerm of the PO can not be overwrite the payment temr of the vendor master becuase the vendor master is master data and Po is transaciton data.
    you can over write the payment term of the vendor master defualted in the PO but not other way around.

  • Payment terms - 31 days and payment next

    Our customer wants to have a new payment term, with the following condition:
    31 days after invoice date, payment next month in the same day. I want to know, if it's possible to have this kind of payment term?
    Ex:
    invoice date: 02/01
    payment next (D+31): 03/02
    payment next: 03/03
    I did this configuration on OBB8:
    Baseline date calculation addition months: 1 (for 1 month); 2 (for two months)..
    Default for baseline date: Document date
    Payment terms number of days = 1
    So, whit this configurations, for months with 30 days the rule is rigth, but for the other months, it isn´t work.
    Thank´

    Hi,
    Define Fixed day = 3, and Additional months = 1.
    rgds

  • Display Payment Terms in MIRO and FB60

    FI Gurus,
    How can I restrict A/P clerks to only view payment terms when entering an invoice thru FB60 or MIRO.
    Thank You for your help,

    HI,
    You can build a transaction and screen variant using SHD0 and assign it to a user.
    Refer to the link below for more info:
    [Transaction Variant|http://www.mortenhjorthnielsen.dk/Security/transactionvariants.htm]
    Cheers.

Maybe you are looking for

  • Kernel Panic Report 10.3.9

    The kernel panic from Console: Sat Jul 14 01:31:04 2007 panic(cpu 0): HFS: corrupt VH on Video Scratch, sig 0x015d, ver 14336, blksize 0 Latest stack backtrace for cpu 0: Backtrace: 0x00083498 0x0008397C 0x0001EDA4 0x001E768C 0x001E5714 0x000C5FE8 0x

  • HT2376 Why is my key not listed in the order history for QuickTime Pro?

    Why is my key not listed in the order history for QuickTime Pro?

  • Will heating with a hair dryer harm the phone?

    i followed some online advised to heat the phone to make the screen protector more adhesive. I heated the top left corner of the phone for 3 times, less than 10 seconds each time. The method didn't work...maybe the hearing time is too short maybe it

  • How do I get rid of some apps in my settings?

    There are 2 apps, Sina Weibo and Tencent Weibo listed under the settings tab, but they aren't installed and I don't want them. They must have come with something I (or my kids) downloaded. How do I delete them? I'm trying not to install them to then

  • Cap1 QS approved

    Just checked in to the Palazzo and figured we'd give it a shot. DW just got approved for a Cap1 Quicksilver with a $3k limit and 17.9% APR exactly one month after opening a 99/500 BofA Secured CC.  To to make a long story short, she had a rough patch