Issue regarding terms of payment at item level

Hello gurus
          I have an issue here. There are 2 materials in the sale order. 1 material has item category as TAN and the other material has item category as TANN. In the customer master the terms of payment was given as 0001, hence in the sale order at the header level i am getting it as 0001 but at the item level,  under the Billing tab, i am getting the Payment terms as A, for both the materials. So wanted to know from were does the payment terms is retrieved in the sale order at the item level under the Billing tab.
Thanks and regards
Sunil Kumar

hai sunil
You can overwrite the payment terms in the sales order (but the terms should be created before)
While creating sales order, the payment terms is copied from the sales area data ->sales tab page
You have another payment terms in the company code data, i,e useful for generating reports based on the company code and it is mandatory to maintain the data in the sales area data while creating the customer master
dont forget to reward pts if found useful
thanks & regards
kishore

Similar Messages

  • Regarding Terms of payment at ITem level.

    Hello Gurus,
    I am trying to use the Terms of payment (TOP) with the filed name (ZTERM) at my item level. Can anyone suggest me if there is any way I can do this. This field is available at header level, but my vendor has subrange vendors and for every item line we need to have different Payment terms cuz every subrange vendor is maintained with Purchasing data.
    Any help will be appreciated.
    Regards,
    Shane

    The Option Payment Terms is Always at Header Level. We cannot Maintain Different Payment terms for Individual Vendor in a Single PO.
    Its Better to Create Different Purchase Orders for Different Line items.
    Else Donot Mention Payment Terms in Purchase Order, You can control Directly at the time of MIRO.
    Regards,
    Ashok

  • 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.

  • Regarding Terms of Payment Key

    hi all,
            How can we get Payment terms based on Terms of Payment key.   Plz suggest how can we get.
    Regards
    Reddy

    Hi,
    You can get terms of payment text from table T052U-TEXT1 field,
    you have to select based on payment term and language.
    Regards
    Kiran Sure

  • Issue regarding assignment of payment advice..

    Hi guys,
    Any body will help me on, where and how to assign the payment advice form?
    please send the solution to me.

    Payment Advice for Payment method T- Transfer
    Pls search SDN and google..
    Thanks,
    CK.

  • Payment terms  at item level in Po Or IR

    Hi All,
    İs it possible to enter terms of payment at item level. There is an invoice with different terms of payment at item level how can ı post it?
    Thanks

    Hi,
    But TOP deals with Vendor, so its always at header leval only.
    Other wise create more POs with Diff.TOP .
    regards

  • Posting customer payment at line item level

    Hi all ,
    Is there any way that we can configure customer payment in lock box to be done at line item level,
    what I mean here is if some invoice has three line items then can we configure some BADIs & do some ABAP coding to post at one of the line items?
    Please guide

    HI Nik,
    Not sure of vendor invoice. But we did customer invoice payments at item level. Follow below steps.
    1. FIll in all the details in F-28 iitial screen.
    2. In additional selections select radio button Others, Press enter.
    3. In the popup select document number.
    4. Here enter ur accounting doc number.
    5. Click on process open items
    6. Here u will get all line items. Now click on search and select line item, Neter item number.
    7. Now u will get only the line items u want.
    8. Now u can do complete or partial payments as per ur req.
    Hope it is clear.
    Thanks,
    Vinod.

  • Preferences for Item-Level Targeting

    Hey guys,
    It seems like I have seen some weird issues in the past with multi item-level targeting where a condition happens that causes all items to fail.  I do not use the "Stop processing items in extension on error" option either.  I am
    trying to replicate it, but sometimes it seems that if an item comes back as false that others then start failing.  I read everything in the document below, but maybe I missed something.  If I put 10 conditions into Item-Level processing and 9
    fail leaving a single one that targets a single computer.  Is there any other conditions that would cause that true Item-Level processing to abort?  Having trouble replicating the problem so maybe I was just imaging things.
    Thanks,
    Dan
    http://technet.microsoft.com/en-us/library/cc733022.aspx
    Dan Heim

    > something.  If I put 10 conditions into Item-Level processing and 9
    > fail leaving a single one that targets a single computer.  Is there any
    > other conditions that would cause that true Item-Level processing to
    > abort?
    AFAIK no. A screenshot of your ILT might be helpful - or a copy of the XML.
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • User Exit to make Payment Term field non editable in item level .

    Hi all,
    User wants to make the Payment Term field in sales order as non editable and  Payment terms is copied from Customer Master to Sales order.
    I use user exit MV45AFZZ (USEREXIT_FIELD_MODIFICATION) to make Payment Term field non editable in header level.
    I am not able to do it in item level. Pl help to to make Payment Term field non editable in item level.
    Thanks,
    sunil

    Hi,
    You can try implicit enhancement in the include MV45AF0T_TCTRL_U_ERF_AUFTRAG_I
    use below code.
    DATA: WA_COLS LIKE LINE OF TCTRL_U_ERF_AUFTRAG-COLS.
       LOOP AT   TCTRL_U_ERF_AUFTRAG-COLS INTO WA_COLS.
       IF WA_COLS-SCREEN-NAME = 'VBAP-ZTERM'. " Check the field name
       WA_COLS-SCREEN-INPUT = 0.
       WA_COLS-SCREEN-OUTPUT = 1.
      MODIFY TCTRL_U_ERF_AUFTRAG-COLS FROM WA_COLS.
       ENDIF.
    ENDLOOP.
    It better to control it via a custom authorization object.
    put a authorization create a custom authorization object so that you can restrict it for a certain users.
    AUTHORITY-CHECK OBJECT 'ZTERM'
             ID 'ACTVT' FIELD '02'.
    IF SY-SUBRC NE 0.
       LOOP AT   TCTRL_U_ERF_AUFTRAG-COLS INTO WA_COLS.
    ENDLOOP.
    ENDIF.
    Regards
    Aromal

  • "Payment Terms(VBKD-ZTERM)"  Modification at Order item Level

    Hi,
    I want to modify Payment terms(VBKD-ZTERM) at Order Item Level when user hit "SAVE" button while creating(VA01) OR changing(VA02) the Order.
    I am using User Exit "MOVE_FIELD_TO_VBKD" for the same.
    Has anybody worked on the same requirement before.
    can anybody help me out in this regard.
    thanks in advance.
    Nitin

    Hi Anji Reddy,
    I had similar problem and i coded like below but it is not working ...so can u provide any sample code related to this or please correct me in the below code ..where exactly i am doing mistake...
    The requirements is as like below and please guide me where i am doing mistake in below coiding.
    If sales order required delivery date (VBAK-VDATU) is LT Document create date7days(SY-DATUM7) and next condition is
    item required delivery date (VBEP-EDATU) is LT the Document create date 7days(SY-DATUM7)
    then we need to move '0001' TO VBKD-ZTERM(Payment terms)
    ELSE move the payments terms as in the customer master (kurgv-zterm).
    now i am getting the error as :
    Header business data does not apply ti item 000020.
    Please find the code below and guide me where i am doing mistake.
    Ihad coded in program : MV45AFZZ ---> FORM USEREXIT_MOVE_FIELD_TO_VBKD.
    DATA: chk_date  TYPE vbep-edatu.
        CLEAR chk_date.
        chk_date = sy-datum + 7.
        CHECK : NOT vbak-vdatu IS INITIAL.
        IF vbak-vdatu < chk_date.
           CHECK : NOT vbap-posnr IS INITIAL.
           CHECK : NOT vbep-edatu IS INITIAL.
           IF vbep-edatu < chk_date.
              vbkd-zterm = '0001'.
           ELSE.
              vbkd-zterm = kurgv-zterm.
           ENDIF.
        ENDIF.
    Thanks in advance
    Srinivas
    Edited by: Srinivas on Aug 21, 2008 12:57 AM

  • Payment Terms at Item Level

    Hi All,
    1.After SO Creation, When I change payment terms at Header level, Payment terms at Item level are not changing.
    2. We are using same payment terms at both Header and Item Level.(Payment terms are not getting determined from Condition Record. PT are determining from Customer master)
    3. We can change payment terms at Item manually, But the SO are in bulk.
    Anybody came across such situation.
    Thank$
    Hidayath

    Thanks Jignesh and Siva,
    The payment terms are not automatically updating only in particular sales document for Ex: SO and for Other contracts It's working as expected.
    --> I checked in VOV7 for all the Item categories. config is Ok.
    Any pointers on this issue?
    Thank$
    Hidayath

  • Terms of Payment Issue

    Hi SD Experts,
    How do i configure my terms of payment to work based on the scenario given as below: ZPR1 to ZPR4 are condition types.
    ZPR1 - $10
    ZPR2 - $5
    ZPR3 - $5
    ZPR4 - $5
    Customer must pay ZPR1 first, the remaining ZPR2 to ZPR4 are 30 days term. Is it possible to set? Please bear in mind that the amount in those condition type changes as per different sales order created.
    I just need to set up a terms of payment to pay for condition type ZPR1 first, then the remaining condition types for 30 days term.
    Any ideas?
    Many thanks!

    Hi there,
    Interesting scenario. When the customer makes an advance payment, then how willl the business calculate the balance amount?
    May be this would work.
    1) Define the pricing procedure normally with all ZPR1 - ZPR4 defined in your procedure. Basing on the pricing procedure consider that the order value is $100.
    2) Assume that you have a milestone billing plan. Define 2 mile stones as order save & invoice generated. For the 1st milestone 20% of the order value ie $20 for eg should be payed.
    3) Also define a delivery block for the sales order with the name for eg advance payment. Once the amount is received, only then block is released.
    4) Store the advance payment in a Z table which you are going to call in pricing procedure.
    5) Define a new condition type advance amount ZADV for eg sothat it will deduct the advance amount from the price. In the requirement routine in pricing, put a condition that it will pick up the value from the Z table & default it into ZADV. This means ZADV value is $20. Deduct that from PR00 to arrive at net price.
    6) your ZADV contion type should have calculation type as B fixed quantity. Plus or minus field will be negative. Condition class is A.
    7) maintain the copy control in VTFA for OR to F2. In the item level, pricing type will be B, carry out new pricing.
    This would mean, For eg when the order is loaded, ZADV will be 0. Order value will be $100. Customer makes an advance payment of $20. Donot include any taxes or discounts here. Once you receive $20, remove the delivery block & create delivery & invoice. During invoice, re-pricing is done, ZADV will be $20 & it will be deducted from PR00. Since repricing will be done Net price will be $80 on which taxes are recalculated.
    Hope this solution works. You need to test it thoroughly of course.
    Regards,
    Sivanand

  • Payment terms  for particular line item

    Hi gurus
    i have defined payment terms and assigned to customer master, when ever i am creating sales order payment terms are getting in the sales order if i want to change the payment terms for particular line item what is need to be done
    please let me know asap
    thanks n regards
    srinvias

    Hi,
    There are few ways:
    - You need to check in respective Item Category, the field "Business Item data" should be unchecked, this will allow you to change the Payment Terms at Item Level.
    -Even if the above settings are not being done, you can have the Payment terms fetched from Condition record maintained for that item. Mind that you need to maintain the Payment terms in Condition Records of the pricing of the item.
    Do reward answers with suitable points.
    Regards
    SD

  • Default a terms of payment for residual item

    Hi experts,
    When customer making partial payments, we will create a residual item for the remaining balance. The terms of payment for the residual item is different from the original document / customer master and is always the same for all customers.
    Q: How to default a terms of payment for the document with the residual item?
    Thanks in advance.

    HI Yuki,
    Pls follow the folowing path for deafulting a payment term for a residual payment.
    Financial Accounting (New)>Accounts Receivable and Accounts Payable>Business Transactions>-Incoming Invoices/Credit Memos->Open Item Clearing>Clearing Differences-->Define Tolerances for Customers/Vendors
    or tcode OBA3
    here double click on the tolerance group for ur company code.
    Under >>specifications for posting residual items from payment difference>>> in Fixed payment term enter the payment term that u wish to assgin for  a residual payment (Terms of payment key which is to be transferred to the line item when posting residual items)
    Regards,
    Kiran

  • Down payment at PO level without line item

    Dear All
    At the moment when we post down payment request and confirm down payment F-47 and F-48. The system will ask for PO number with line item no.
    In practical situation we pay down payment against a PO and not against each line item in PO. e.g. If we have a PO with 20 line item and require 20% down payment according to current standard setup we have to process F-47 for each of these line items which is not desired.
    Therefore is it possible to customize the system to post down payment against PO and not at line item level.
    It is possible to post F-47 for vendor without referring to PO at all and only refer vendor but we need to refer PO -for reporting and PO status update purposes- just not at line item level.
    Any advise?
    Regards
    Anant

    without PO it is not possible to process F-47.
    you can not make PO with line items. At least one line item should be maintined

Maybe you are looking for