How to retain payment terms even on repricing - Please

Dear All,
I add a code to retain payment terms and is working as expected.
but When Sales Order is re-priced..it is not working, I believe it is recalculating terms as well.
We have requirement that, when Terms are over written, even re-pricing should not change it (Should retain terms).
Please let me know, How can we achieve this..
Thank you
Anitha..
Edited by: Anitha Reddy Rapole on May 31, 2011 9:57 PM

Have you checked for user exit interference?  That's not 'normal' behavior...

Similar Messages

  • How to make "payment terms" not modifiable in sales order

    Hello every 1,
    please help, i want to know:
    how to make "payment terms" not modifiable in a sales order , as we know it comes directly from CMR and client wants "PAYMENT TERMS" to be not modifiable.
    Look forward for your response.
    Thanks in Advance,
    Deepak

    You need to use SHD0 or userexit chnages, like always determine from customer master, if user changes, give message like not modifiable  or ask abaper to make non modifable field

  • How to create payment terms in AP Supplier Interface

    Hi Folks.
    May I know How to create payment terms(for ex:45 days) through AP Supplier Interface.
    Kindly suggest me the exact column name in interface.
    Regards,
    Raj

    Hi Raj,
    To populate the terms information, you use the ap_invoices_interface.terms_name or ap_invoices_interface.terms_id fields. This assumes that the terms themselves are already created.
    Currently there is no functionality to add new terms through the supplier interface.
    Cheryl

  • How to change Payment Terms in multiple orders at same time?

    How to change Payment Terms in multiple orders at same time?
    I have got 10,000 Order, I need to change the payment terms for all these Orders.
    Can I Know the way out for this.
    Regards,
    Dantham Conpolwedson
    Edited by: Dantham Conpolwedson on Mar 25, 2009 11:18 AM

    Hi
    There are as many options for that
    You can go for
    1)MASS t code
    2) LSMW  (by recording)
    3)BDC (by recording)
    and the most easiest way is by doing the MASS tcode
    goto MASS and enter the object type as BUS2032
    execute now select the sales order haeader data and execute and now enter the sales doc from and to range and execute now all the sales dox will be displayed
    and from the menu click on select fields  and select the terms of payment
    now select the terms of payment row and enter the new values  and click on carry out new changes
    regards

  • How to fix payment term in purchase order

    Hi: Everybody
    can you tell me how to fix value of payment term when creating or change purchase order? that means this field value just copy from vendor master data. and users can not change this value.
    I try to research screen field control in SPRO. however, may standard sap not provide this function.
    thank you
    Henry

    Hi
    This can be acheived using the Field selction control.
    Check the field selction key for the PO document type.
    SPRO-> Materials Management-> Purchasing-> Purchase Order-> Define Document Types.
    Now maintain the filed selction key in
    SPRO-> Materials Management-> Purchasing-> Purchase Order-> Define Screen Layout at Document Level
    In the filed selction group Terms of delivery and payment, maintain the field selection option as display for the fields
    Terms of payment
    Terms of payt. (days, percent)
    For the field selection key ME21N & ME22 also maintain the same
    Thanks & Regards
    Kishore

  • How to get payment term of a sale order ?

    hi,
    in transaction VA02, How can we know the payment term a document ? it is stored in which table ?
    Thanks.

    Hi,
    In VA02 after entering the sales document number,you can find the payment terms in overview screen in Sales tab.
    Goto Header,under billing Document tab you can find the payment terms also.
    Similarly in item details also under billing tab you can find the payment terms for each line item.
    All the payment terms that are created through "OBB8" T.Code will be stored in "T052" Table.
    For your Sales order,the payment terms will be stored in "VBKD" table.Goto SE11/SE16,Enter your sales order number in VBELN field.
    Execute.
    You will find the header details and item details.In each case you can find the payment terms.
    Regards,
    Krishna.

  • How to get Payment Term description in a MAster Agreement

    Hi,
            I am able to get the PAYMENT TERMS for a Master Agreement
    code:
    payment_term_str= doc.getPayTermsRef() ;
    term_id = payment_term_str.getDisplayName() ;
    how I will get the Payment Terms Description ?
    Thanks in advance.
    Regards,
    Swastik

    import com.frictionless.api.common.types.TypeFactory;
    paymentHome=IBeanHomeLocator.lookup(session,doc.getPayTermsRef());
    paymentBean=paymentHome.find(doc.getPayTermsRef());
    resourceID=paymentBean.getDocumentDescriptionId();
    rRef=TypeFactory.createResourceReference(resourceID);
    paymentDescription=rRef.getValue(session);
    Hope this helps.
    Regards,
    Immanuel

  • How to get payment terms attached to customer/Billto/agreement frm tables?

    Hi All,
    Could you please help me how to pull the payment terms attached to a particular Invoice, customer and agreement.
    Thanks for your help,
    Prathima

    import com.frictionless.api.common.types.TypeFactory;
    paymentHome=IBeanHomeLocator.lookup(session,doc.getPayTermsRef());
    paymentBean=paymentHome.find(doc.getPayTermsRef());
    resourceID=paymentBean.getDocumentDescriptionId();
    rRef=TypeFactory.createResourceReference(resourceID);
    paymentDescription=rRef.getValue(session);
    Hope this helps.
    Regards,
    Immanuel

  • How to find Payment term text from Terms of payment.

    Dear All,
    in table VBRK I can see a field Terms of Payments  - ZTERM. Now I need to find the table where I can find Payment term text field ? Can someone tell me how to research this ?
    Also if I know address from Kna1 ( field name adrnr ) how can i find the fields linking to table ADRC ?
    Many Thanks,
    Ashim

    Hi,
    Payment term table already answered by Anil.  Use function module "ADDR1_EXTRACT_TABLES" to extract address information. Pass address number as an input to this function module.
    Regards
    Vinod

  • How to create payment term '90 days after Bill of lading + 7 days after...'

    Hi all,
    I was wondering how you can create this special payment term:
    "90 days after Bill of Lading, the calculation of the Net Due Date has to start 7 days after the invoice date".
    90 days after Bill of Lading is no problem to create.
    The start of the Net Due Date 7 days after the invoice date is a more tricky one.
    The transaction code for Payment terms is OBB8.
    In the Display View: "Terms of Payment": Details, you can find that the document date is the baseline date (and the start date).
    Do someone know how you can change the document date into invoice date ? And if so, how can you add 7 days after the invoice date?
    Thanks.
    Kind regards,
    Pamela

    Hi,
    thanks for your reply and possible solution.
    Unfortunately, i can't change the payment terms to my requirement.
    The problem is that I need a variable date (starting from the invoice date, which we don't know yet),
    and SAP only allows a fixed date.
    If you know how to proceed, let me know.
    Thanks in advance,
    Regards,
    Pam

  • How to Create payment term for -Net Due 1st Day of Second Month Following

    Hi,
    We need to add a payment term for "Net Due 1st Day of Second Month Following Delivery". We need this to be in the system as soon as possible as we just were told of a change in terms for our client effective May 1st.
    Kindly advice me how to select the dates in OBB8?
    Thanks
    Supriya

    Hi Supriya,
    In OBB8, create a new payment term with the following settings -
    Default for baseline date = No default
    Payment terms/Term 1/Fixed date = 1
    Payment terms/Term 1/Additional months = 2
    This payment term will ask you for a baseline date on document entry. You can give the delivery date as the baseline date. If required, this date can be changed after posting the document also.
    Hope this helps.
    Regards,
    Mike

  • How to Override Payment Terms on "Create Response" screen

    All,
    On the Create Response screen, the payment terms are inherited from the Business Partner purchasing data.
    How do you override it?
    Regards,
    Greg

    Hi sam
    Payment term not transfered to R3
    check this thread
    now i dont have a system to check on ecs po
    but he has edited the payterm
    but it is a piece of data which comes from vendor master.
    br
    muthu

  • How to pull payment terms attached to customer, Invoice, Agreement

    Hi All,
    Could you please help me how to pull the payment terms attached to a particular Invoice, customer and agreement.
    Thanks for your help,
    Prathima

    How do make the sales order pull from the Sold-Tos record instead of the Payer's record.
    As you already indicated system copy the payment terms from the customer master payer, next priority is SP.
    in the sales order manually you can change it to SP payment term.
    or one more thing you may consider that if you want all the time determine the payment term from the SP then don't maintain the payment term in Payer customer.
    We have 2 Sold-Tos with the same Payer.  The Payer gets a discount with will apply to both Sold-tos since the payment terms are getting pulled from the Payer.  When sales order is created, payment terms get pulled from Payer and both Sold-Tos gets a discount.   But we only want to offer discount to only one of the Sold-Tos but the other sold to doesn't get a discount.
    Are you really sure about the above statement? i have never seen in one sales order two Sold to party's, confirm your statement once again.

  • How to maintain Payment Terms

    Daer Friends,
    I want to maintain new Payment Terms as below,
    In 3 Installments 30%,30% and 40%
    I tried with TC OBB8.Here text to appear in Explanation what I should do?
    In Explanation I want
    Payable in 3 partial amounts ( It will appear if I maintain it sales Text)
    1 Installment 30%
    2 Installment 30%
    3 Installment 40%
    How other 3 texts will appear I mean what setting I should do?
    Pl
    Thanks in advance.
    Regards,
    Shrikant

    I am closing this thread

  • How to configure payment terms thru cheque

    hi,
    good mrng
    sap gurus,
    how to configure payment transactions/terms
    in the form of cheque.
    plz throw some light on this.
    regards,
    balaji.t
    09990019711

    hi
    you can do this using T Code FBZP.
    Assign payment terms at company code  or country level
    hope this helps
    swapnil

Maybe you are looking for

  • How do I find lost music?

    I switched computers and lost 300 songs.

  • Is there a way to play streaming wmv on iPad through safari?

    Is there a way to play streaming wmv on iPad through safari?

  • Problem in transporting workflows

    Hi, There are some workflows already existent in the QA system. I try to make some client specific changes to the workflow template and one of the tasks and after Im done. I try to create a new request to send across the changed wf template and the c

  • How to time out Apple Express from network

    I have an apple express being used by an Xbox which I wanted to schedule it turned off between 12-6am, what can I do without shutting down the whole internet access from a Time Capsule?

  • IPhoto Information

    When I click on the Information icon, iPhoto crashes. I've updated to the latest version (6.0.5), rebuilt the libraries, recreated the libraries and built a new library, all to no avail. Any ideas?