Need BAPI or FM to update  vendor  payment transactions

Hi ,
I upload  vendor master data now i am want to update  payment transactions  but  here in some cased multiple payments should also select.
Thanks,
Asha

Hi,
I have written the code but it is not working . my code is as below:
DATA : i_meth TYPE STANDARD TABLE OF bapi_method_project,
       w_meth TYPE bapi_method_project,
       i_act TYPE STANDARD TABLE OF bapi_network_activity,
       w_act TYPE bapi_network_activity,
       i_actu TYPE STANDARD TABLE OF bapi_network_activity_up,
       w_actu TYPE bapi_network_activity_up,
       i_ret TYPE STANDARD TABLE OF bapireturn1,
       w_ret type bapireturn1.
w_meth-objecttype = 'NETWORK'.
w_meth-method = 'UPDATE'.
Object key in Netwrok Activity is combination of Network and Network Activity
w_meth-objectkey = '0000040070550010'.
w_meth-refnumber = '0000040070550010'.
w_meth-objecttype = space.
w_meth-method = 'SAVE'.
w_meth-objectkey = space.
w_meth-refnumber = space.
APPEND w_meth TO i_meth.
CLEAR w_meth.
w_act-network = '000004007055'.
w_act-activity = '0010'.
w_act-user_field_char20_1 = '000004008252 0010'.
APPEND w_act TO i_act.
CLEAR w_act.
w_actu-network = 'X'. .
w_actu-activity = 'X'.
w_actu-user_field_char20_1 = 'X'.
APPEND w_actu TO i_actu.
CLEAR w_actu.
CALL FUNCTION 'BAPI_NETWORK_MAINTAIN'
IMPORTING
   return                            = w_ret
  TABLES
    i_method_project                  = i_meth
   i_activity                        = i_act
   i_activity_update                 = i_actu.
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
Regards,
Deepthi.

Similar Messages

  • BC Datasource for Vendor:Payment Transaction Master Data

    Hi experts,
    Is there a standard Business Content Datasource to extract the master data for fields that are visible in the Vendor: Payment Transactions screen?
    I basically need data from tables LFBK, BNKA and I wanted to see if there was a way to do it without creating a custom datasource.
    Also, how to you obtain the IBAN#.  Clicking on it does not yield a technical name for what table and field it comes from.
    Thanks.

    there is no such BC for vendor available but still you can check out 2LIS_02_S013, 0MM_PUR_VE_01
    and 0MM_PUR_VE_02. They may help.
    for me its good to go for a custom extractor with View based on those table. that will be quick and best.

  • Update vendor payment terms

    Hello
    I have a requirement to have the same values for vendor payment terms in purchasing view and accounting view.
    I found this topic which works only with transaction XK01 & XK02
    Wich user-exit  for Creating Vendor I must use?
    How make it work with MK01 / MK02 ?
    Thanks

    Check badi VENDOR_ADD_DATA & method PRESET_VALUES_CCODE.
    Try to update the required field for LFB1 in that method.

  • How to change VENDOR payment transactions in T-code XK02

    when I use BDC code to change vendor payment transaciton in XK02.
    There is a problem.
    AT the payent transaction view,bank details at the control table,When i want to change it ,i use cursor to decide which line change. But at the run time,it may be wrong. The fact,i want to change the second line bank data,but at my code,it change the
    first one line.
    SO, have FUNCTION MODULE to change it or how to avoid my problem?

    HI,
              This  function is update module ,  I  am not sure  that  I can correct use it .  I  solved the problem with BDC programm.
              Thank you all the same.

  • Need BAPI or function module to do FMZ1 transaction for funds commitment.

    Hi,
        I need a BAPI or function module to do FMZ1 transaction, please advise.
    Regards
    Fellow ABAPer.

    I think I found it.
    If anyone is searching for it too, we will use these one:
    CO_ZA_AVAIL_CHK_ORDER_MULTI

  • Need BAPI for F-54 Clear Vendor Down Payment

    HI Gurus,
    Is there any BAPI available for clearing vendor down payment? We can use F-54 tcode to do it manually.
    I need to clear the vendor down payment from an USER-EXIT.
    how can I do this?
    Pls guide me.
    Thanks & regards,
    Murphy

    Hi,
    Looks we don't have any dedicated BAPI for F-54..You can check 'BAPI_ACC_INVOICE_RECEIPT_POST' for your requirement...
    User-Exit you need to search for F-54.

  • Bapi for Posting the vendor payment.F-53

    Hi,
    I need to post a document for Vendor payment using BAPI, by providing the Vendor Invoice number as Reference number which was created by using the FM PRELIMINARY_POSTING_FB01. I can able to generate a Vendor invoice, But i cant able to make this vendor invoice number as a reference number to post the vendor payment using the BAPI BAPI_ACC_DOUMENT_POST. After Executing this BAPI ,then i check in FBL1N means, the posted document was in open items. It Should be in cleared items. If i manually entered through F-53 means the payment is coming successfully and also as Cleared items in FBL1N.How to solve this issue..
    Regards
    Bala.

    Hi Bala,
    Can you please share your BDC code with me for clearing vendor invoice.
    Regards
    Neeraj Sharma

  • Vendor Payment Request

    Gurus,
    I need to understand the process of vendor payment request in SAP. I know there is a tcode FIBLAPOP to create vendor payment request and F111 to create the payment for payment request. Is there any linkage of payment request to vendor invoices (FV60 and FB60)? How is the process works? FIBLAPOP and then F111 directly? Or need to FB60 and then  F110?

    My question is not asnwer yet. Anyone can help?

  • FB01 for vendor payments

    Dear Experts,
    My question is regarding vendor payment entry from transaction FB01. My requirement is regarding  upload of mass vendor  payment entries. The accounting entry generated through vendor payment transaction F-53 cleares the open invoice and posts the payment entry. We are trying to generate the same effect from transaction FB01. We can post the payment entry here as below:
    Posting Key   
    25Dr                        Vendor
    50Cr                        Outgoing Payment Clearing
    We are also giving invoice reference in the vendor line item in this entry to clear the open item. But this entry is not able to clear concerned open item and payment from the vendor account. Someone please let me know what am i missing in this entry or I should do it from some other transaction.  
    Regards,
    Aniruddha Mahalle.      

    Hi Aniruddha,
    The transaction code FB01 will only post the document and it will not clear the documents. You can use the transaction F-51 for post and clear the document. Here you have to enter only credit entry i.e. bank clearing account after that select chose open items,enter the vendor code,select process open items, select the invoice, simulate and save the documents. It will post the document and at the same time it will clear the items also.
    Regards,
    Mukthar

  • Bapi for vendor payment with details of tunover and blocked payment

    Dear all
    I want to know whether any BAPI available for the details of vendor payment made and the open item with  blocked payment (with the reason for the blocked payment) and the turnover of the vendor for a particular fiscal year...................
    The client want to get the output as mentioned below.
    e.g...
    PO no : 45629810
    Inv.No : 73409 (Vendor's Invoice no.)
    Payment : Paid amt with date and details
    Payment : Outstanding (Due and Over Due with no.of days)
    Blocked Payment : Amt with the reason for blocking the payment.
    Turn Over : Total turn over for that fiscal year.
    This is an urgent req. from my client,i will be very grateful if any one can  help me over this issue ..............
    Appreciate for any relevant answers and suggestion ...........
    I am in ECC 6.0
    Regards
    Praveen

    Hello Raj,
    Unfortunately there is no BAPI for payment detals and other company code data. The only possibility is via direct input (external data transfer).
    Please have a look at the following Easy-Access-path:
    SAP Menu
    -> Accounting
      -> Bank Applications
       -> Loans Management
        -> Environment
         -> External Data Transfer
    Within this menu entry you find diverse functions. Please start the function KCLJ to transfer data. Before you can do this you need to
    prepare the transfer by creating your own transfer structure and so on. You can get further information on what to do here by navigating to
    "Help   > Application help" within transaction KCLJ. From here you get to the right area of SAP library.
    Thanks Amber

  • BAPI or Function Module to Update Vendor Details

    Hi Friends,
    I need to update Vendor Details (Street) in my program using a BAPI or Function Module. Is there such thing available which can do my job?
    Regards,
    Raju...

    Hi,
    Thanks for the Reply.
    I tried to use the FM Vendor_Update... It updates the adrress field in the table LFA1. But it is not reflected in the transaction FK02.
    So, Is there any thing that I have to do after the FM Vendor_Update is called so that the address field is also get reflected in address field of FK02 transaction.?
    Regards,
    Raju...

  • BAPI/function module to create/update vendor master data

    Hi
       We are on ECC 50 and have a need to update vendor master data through a programatic interface ( non-dialog ) with ABAP. What is a good function module that can be used to create/update vendor master data - I looked at BAPI_VENDOR_CREATE and did not find any input interfaces that can be passed to this BAPI.
    Previous experiences with the right BAPI for this purpose that can be shared is appreciated. <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Feb 26, 2008 5:58 PM

    Hi Kiran,
    If you want to load the vendor data into sap its better to go with LSMW batch input program.
    object 0040
    method 0001
    program name RFBIKR00
    Program type B
    this would be a good choice. Recently i did the same.

  • BAPI for create/Update Vendor Partner functions (XK02)

    Hi,
    We have a requirement where in we need to update the partner functions of a vendor (table WYT3), transaction XK02.  Is there any BAPI to do so?
    Regards,
    Vinod Nagre

    Hi
    Can you help me, how is possible update vendor data using net. connector with RFC function (or some another way to update vendors data from 3th party program). Up to now I read only data from LFA1 using net. connector (using RFC function RFC_READ_TABLE) and now I need update vendor data (e.g. NAME1, NAME2, ADRNR etc. from LFA1)
    Our SAP system contains very much duplicate record (many LIFNR has the same STCD2, STCEG etc. but different NAME1 who contains typist's error or something like this. 6000 vendors has 1700 duplicates and incomplete record). Our Administrator don't know how set up SAP so that impossible create duplicite vendors! Because our system SAP contains very, very, very much elementary error, this system is not helpfull for our company.
    Thank you

  • HT204161 I need to update my payment information

    I need to update my payment information for my icloud, itunes & any other programs in the Apple family.  My itunes account was hacked, so I cancelled the card attached to the account.

    Hey llevans79,
    If you want to change the credit card that you use, take a look at the article below to walk you through on how to do that on an iOS device as well as in iTunes on your computer. 
    Change or remove your payment information from your iTunes Store account (Apple ID)
    http://support.apple.com/en-us/HT201266
    Regards,
    -Norm G.  

  • Im trying to increase my iCloud Storage but receive a message "Your Apple ID has been disabled" I have already updated my payment information...what do I need to do to enable it?

    Im trying to increase my iCloud Storage but receive a message "Your Apple ID has been disabled" I have already updated my payment information...what do I need to do to enable it?

    See this Apple document for help...
    http://support.apple.com/kb/ts2446

Maybe you are looking for