BAPI/FM to Change Payment Terms ZTERM of FI Invoice

Hi,
I am trying to chnage Payment Terms(BSEG-ZTERM) using FM FI_DOCUMENT_CHANGE and FM FI_ITEMS_MASS_CHANGE but none of these FM is working.
For FI_DOCUMENT_CHANGE it is giving error "You cannot change Payment Terms(ZTERM) and inFM FI_ITEMS_MASS_CHANGE it is not providing option to change Payment Terms (I have checked Coding of the FM FI_ITEMS_MASS_CHANGE).
Can anyone guide me on this? How can I change Payment Terms(ZTERM) of FI Document.?
Thanks.

Sapan,
My requirement is to Develop an Interface, through which you can change payment terms of Customer open line items.
Manually in FB02 I am able to change the Payment Terms but when I am not able to change it using FM FI_DOCUMENT_CHANGE and FM FI_ITEMS_MASS_CHANGE.

Similar Messages

  • BADI to change payment terms in MIRO

    Hi,
      Can anyone suggest a suitable BADI to change the payment terms at header level in MIRO ? BADI MRM_PAYMENT_TERMS is supposed to do so as per its documentation but it doesnt since the payment term is not an exporting parameter.
       Please suggest.
    Regards,
    RK

    Hi,
      The payment terms (ZTERM) should not be and cannot be changed by itself. What can be changed is the various dates associated with the payment terms on the same screen. The BADI has around 6-7 export fields which includes those. Please talk to the process team at ur end. He would tell you about this.
    Regards,
    Rajesh

  • How to change payment terms in FV70

    Hi All,
    I am trying to post FV70 Customer invoice park but system defaultly picking paymnet terms from master data, i want to change payment terms in FV70 but it displaying in graed mode, How to chage payment tems
    thanks & regards
    mohiddin

    Hi ,
    Go to T.code OB32 Path: SPRO >FA (New)> Financial Accounting Global Settings (New)> Document> Rules for changing document --> Document Change Rules, Document Header
    Select Document Change Rules, Document Header Execute button go to new entries  select Field name BSEG-ZTERM
    Account Type = A     Assets,D     Customers,K     Vendors,M     Material,S     G/L accounts
    Company Code = xxx
    Field can be change check box
    and  save
    Thanks,
    Raviteja
    Edited by: Ravi Teja.T on Feb 6, 2012 11:57 AM

  • How to prevent change payment term in sales order?

    Hi,
    My client not allow sales admin. to change payment term in sales order. How to do this? (by standard SAP functions or authorization)
    Thanks & Regards,
    Jr.SD

    Either you can run T.Code shd0 or apply User exits in the program MV45AFZZ - USEREXIT_MOVE_FIELD_TO_VBAP to achieve this.
    thanks
    G. Lakshmipathi

  • How to use BAPI_SALESORDER_CHANGE to change payment terms in Orders?

    Can any body give me an idea on how to use BAPI_SALESORDER_CHANGE to change payment terms in Orders?
    Regards,
    Dantham Conpolwedson

    Hi,
    try the link
    Link:[https://forums.sdn.sap.com/click.jspa?searchID=24060901&messageID=7265357]

  • How to allow a user to change Payment terms on A/R documents

    Hi All,
    I want to allow one of my user to change payment terms on A/R documents. I could'nt found it where to authorize a user for this purpose. Can anybody help me out with this?
    BR

    Dear Naveed,
    To enable users to change the Payment Terms in A/R, please give the user Full Authorization for Price Lists (Inventory -> Price Lists -> Price Lists).
    Hope this helps.
    Regards,
    Lorna

  • 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

  • Change payment terms in billing invoice

    Hi Gurus,
    I have created a billing invoice and I need change its payment terms. In the transaction vf02 (Billing Invoice Change), the field payment terms is disable and it is impossible to change its value.
    Is it possible to change the payment terms in a billing invoice???
    XeviG.

    Xevi,
    Please note you will NOT be able to change TOP in billing doc..even if you change as indicated above in sale order it will not reflect in current doc,you have to cancel all the subsequent document after the sale order and then change the TOP as you require in sale order and then process.
    Regards
    Anil

  • Change Payment terms invoices

    Hi
    is it possible to change payment term in transaction VF01 or VF02 with standard SAP??

    Hi,
    Maybe you can try this userexit
    USEREXIT_FILL_VBRK_VBRP (Module pool SAPLV60A, program RV60AFZC)
    This user exit is only called when the billing document is created. It is used to provide the header and the item of the new billing document with deviating or additional data
    Reward points if helpful
    Regards,
    Amrish Purohit

  • Change payment terms

    Hi,
    How do i change payment terms for an invoice after few installments have been made.
    ex.Lets say there is an invoice for Rs 500 and the number of installments to pay it is 2 250 for the first installment  and 250 for second installment.The first installment is made,Now the customer wants to change his installments to 3 for the remaining amount.Can this be donw in SBO.
    Thanks in Advance

    Dear Vikas,
    Yes I beleieve this can be done.
    Initially you set up the 2 Installments in the payment Terms Table and carry on with your Transactions like the Sales Order and the Delivery and create the A/R Down Payment invoice for say 50% and then make the payment for this 50% Amount WRT the A/R Down Payment Invoice. Now while you are creating the final A/R Invoice for the remaining amount in the accounting Tab go to the payment terms tab change the Installments to 3 and eneter the other relevant data. After this is done go to the Installmant tab and chane the Installments to 3.
    Hope this is helpful.
    Nagesh

  • Business Partner approval when changing payment term

    Hi Expert,
    Is it possible to set up approval process when user changing payment term in existing Business Partner?
    Thank you in advance.

    Hi,
    Try this:
    IF @object_type = '2' AND @transaction_type = 'U'
    BEGIN
         IF EXISTS
         (SELECT T0.CardCode from OCRD T0 INNER JOIN ACRD T1 On T1.CardCode=T0.CardCode
    WHERE CardCode = @list_of_cols_val_tab_del AND T1.GroupNum !=T0.GroupNum)
         BEGIN
               SELECT @error = 2, @error_message = 'Payment Terms should not be changed'
         END
    END
    Thanks,
    Gordon

  • How can we change payment terms in existing billing documents

    Hi all,
    we created a billing document with reference to delivery ,before creating accounting document for that billing someone deleted payment terms which are existing in that billing , so i tried to delete billing document and recreate by changing payment terms in sales order ,but while creating billing system throwing error as "update was terminated'.
    what is the best way to process this.
    Edited by: suresh saketh on Aug 27, 2010 2:54 AM

    Hi,
    It has happened billing index is not properly updated-
    check this snote -12934 - how to correct billing index
    Thanks
    Chidambaram

  • Changing Payment terms using Bapi

    Hi Gurus,
         I want to change the Payment terms in Purchase order / Scheduling agreement Using Bapi.
        I used BAPI_PO_CHANGE.but Payment terms are not updating.
       Useful Answers will be rewarded with Points.

    Did you use BAPI_TRANSACTION_COMMIT after BAPI_PO_CHANGE.
    Look also at this <a href="http://www.sap-img.com/abap/sample-abap-code-on-bapi-po-change.htm">Sample Abap code on BAPI_PO_CHANGE</a>
      CALL FUNCTION 'BAPI_PO_CHANGE'
        EXPORTING
          PURCHASEORDER = T_POHEADER-PO
          POHEADER      = T_BAPI_POHEADER
          POHEADERX     = T_BAPI_POHEADERX
        TABLES
          RETURN        = T_BAPIRETURN
          POITEM        = T_BAPI_POITEM
          POITEMX       = T_BAPI_POITEMX.
      READ TABLE t_bapireturn WITH KEY type = c_err TRANSPORTING NO FIELDS.
      IF sy-subrc NE 0.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          EXPORTING
            wait = c_x.
      ENDIF.
    Regards

  • Bapi changing payment terms in purchase order

    hi to all abap gurus
    I want to change the Payment terms in Purchase order using bapi_po_change . can u pls give coding for this bapi with all required int tables declarations . points will berewarded for good ansers

    There is a documentation available for this BAPI and there is an example (although it is a bit confusing). You need to send the folowing parameters:
    Parameter: PURCHASEORDER = <PO number>
    Parameter: POHEADER                          
    PMNTTRMS             =                    <payment term value>
    Parameter: POHEADERX                         
    PMNTTRMS             =                    X  
    Declare your structures/tables using the same type as in BAPI - just copy/paste.

  • BAPI - Change Payment Terms - FI Document

    Hi,
    I need a BAPI to change the payment terms and the payment method supplement of FI documents. I'm trying the Function Module FI_ITEMS_CHANGE, even though I can change the payment block and some other fields with this one, I'm not able to change the 2 above fields mentionned.
    Thanks for your collaboration!
    Martin

    Hi,
    I'm doing it with transaction FB02. But I would like to do it with a BAPI and I'm looking for it. Are you sure there is not?
    Anyway, this is my BDC code, you can get it doing a recording of the transaction you want in the SM35.
    data: lt_bdcdata   type table of bdcdata,
             lwa_bdcdata  type bdcdata,
             lv_pos(2)    type n,
             lv_buzei(15) type c,
             lv_line      type i.
      define bdc_dynpro.
        clear lwa_bdcdata.
        lwa_bdcdata-program  = &1.
        lwa_bdcdata-dynpro   = &2.
        lwa_bdcdata-dynbegin = 'X'.
        append lwa_bdcdata to lt_bdcdata.
      end-of-definition.
      define bdc_field.
        clear lwa_bdcdata.
        lwa_bdcdata-fnam = &1.
        lwa_bdcdata-fval = &2.
        append lwa_bdcdata to lt_bdcdata.
      end-of-definition.
      bdc_dynpro 'SAPMF05L' '0100'.
      bdc_field  'BDC_OKCODE' '/00'.
      bdc_field  'RF05L-BELNR' if_belnr.
      bdc_field  'RF05L-BUKRS' if_bukrs.
      bdc_field  'RF05L-GJAHR' if_gjahr.
      if if_buzei <= 31.
        lv_pos = if_buzei.
      else.
        lv_line = if_buzei.
        while lv_line > 31.
          bdc_dynpro 'SAPMF05L' '0700'.
          bdc_field  'BDC_OKCODE' '=P+'.
          lv_line = lv_line - 31.
        endwhile.
        lv_pos = lv_line.
      endif.
      concatenate 'RF05L-ANZDT(' lv_pos ')' into lv_buzei.
      bdc_dynpro 'SAPMF05L' '0700'.
      bdc_field  'BDC_OKCODE' '=PK'.
      bdc_field  'BDC_CURSOR' lv_buzei.
      bdc_dynpro 'SAPMF05L' '0301'.
      bdc_field  'BDC_OKCODE' '=ZK'.
      bdc_dynpro 'SAPMF05L' '1301'.
      bdc_field  'BDC_OKCODE' '=ENTR'.
      bdc_field  'BSEG-ZLSCH' if_zlsch.
      bdc_dynpro 'SAPMF05L' '0301'.
      bdc_field  'BDC_OKCODE' '=AE'.
      call transaction 'FB02'  using lt_bdcdata
                               mode  if_mode
                               messages into et_msg.
    Hope this helps you.
    If anyone knows a BAPI for this, please tell me.
    regards,
    Ainara

Maybe you are looking for

  • Terminal command to refresh USB peripheral device

    I'm running OS 10.7.5, and I have a recurring problem with the USB ports on my Mac mini.  After several days of up-time, one or more of the ports will sometimes become non-responsive.  This seems to be software related, because logging off and loggin

  • Brightness goes to zero at restart

    I'm still having the same issue, despite many updates. My computer resets the brightness to zero when I use a timed startup. I know it's a small issue, but when is Mac going to put out an update that resolved this issue that started when I went to Le

  • IChat AV Configuration Window Keeps Popping

    Fellow Mac Users, *Every time I logout or reboot the computer, when I log back in iChat asks me to re-setup the AV screen.* I essentially have to type my name, and then click next/OK several times (bypassing the Jabber setup and camera test screen) a

  • Which BAPI is called by middleware to create a sales order in ECC??

    Hi experts,as we know,a BAPI in ECC will be called by middleware to replicate a sales order from CRM to ECC? Do you know the BAPI name?? How can I debug into it from CRM side?? Thanks. Jerry.

  • Versamail Suddenly Stopped Working

    suddenly monday at 3:30PM my centro stopped pulling emails from the server -although i am getting them on my desktop, i can get on the web (on the centro), i can SEND (!?) from the versamail account and I can get my AOL through both Versamail (althou