BAPI for set payment block in FV60

Hi,
I need to set the payment block for the documents created by the transaction FV60.
'BAPI_INCOMMINGINVOICE_PARK' post a park document but it does not change the payment block.
Do you know which BAPI can set this payment block?
Thanks,
moorthy

Thanks,
Yes, you are right. But you can crete a document in FV60 which does not posted in bseg. that means the document is parked. In this case the FI..... function module cannot be used as it reads BSEG. That I have tried.
Do you know how to change the payment block of a parked document?
Thanks for your help,
moorthy

Similar Messages

  • How to set Payment Block for Service PO when IR before GR?

    Hi,
    Could anyone advice me on how to set payment block especially for service Purchase order, item category D, when IR before GR (SES)?
    Thanks,
    Alex Kwon

    Hi
    Please try this...
    in IMG>MM>Invoice Verification>Invoice Block>Item amount check
    Here you can activate the item amount check for Item categories as well as GR item.
    Pls explore I have not tested.
    Hope it helps
    Karthik

  • Setting Payment Block

    Hi Experts,
    I want to set Payment Block. So is there any standard transaction code or function module or any other method availabe using which I can set Payment Block.
    Please help me out on this,
    Regards,
    Ravi

    Hi Akash,
    Thanks for ur reply.
    Your answer was helpful to me.
    Actually I am a technical person and do not have more functional knowledge.
    I have modified the standard Payment Proposal program F110 to ZF110 and I have provided checkbox at the line item level.
    So Is there any function module available using which I can set Payment Block for selected Items or any other suitable method which you can suggest.
    Please let me know if u find any solution.
    Thanks and Regards,
    Ravi

  • What is the BAPI for setting "deletion flag" in IW32?

    What is the BAPI for setting "deletion flag" in IW32? Thanks!

    Hello
    There seems to be no BAPI to set deletion flag for MO.
    Quick Approach:
    You can copy an existing BAPI module BAPI_ISUSMORDER_SETSTATUSTECHN, for example, to Y_BAPI_MORDER_SETSTATUSDEL, and then edit this copy
    change the code in the existing lines for screen 3000
    PERFORM BDC_DYNPRO USING 'SAPLCOIH'      '3000'.
    PERFORM BDC_FIELD  USING 'BDC_OKCODE'    'LVMS'. (Instead of current 'ARCH')
    It should hopefully work.
    fyi: The orders can be set with Del flag only when they are in CLSD status
    Rgds
    Kartik

  • 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

  • Set Payment block for documents generated by txn FBCJ

    Is there a way to block the FI documents (receipts) from FBCJ?
    I mean, when we create a cash receipts (repayment froma a vendor).
    I set the payment condition in the vendor master data in order to block all the invoices generated but for the cash journal txn doesn't work.
    Is it possible to add the field Payment Condition (ZTERM) or Payment Block Status (ZLSPR) directly in FBCJ??
    Any idea??
    thx in advance.

    Dear Pham,
    I don't have any idea about down payment process, so straightly I can't answer your requirement
    Please go through this SAP help link it may help you about down payment process.
    http://help.sap.com/saphelp_47x200/helpdata/en/dd/561621545a11d1a7020000e829fd11/frameset.htm
    I hope this will help you,
    Regards,
    Murali.

  • To set payment block to 'A' in F-59 transaction on the original document.

    When I run the transaction f-59 for a document, my requirement is that I should set the payment block to 'A' for the original document.
    I tried using the BTE - sample_process_00001120, but it doesn't seem to update the value for the original document or the current document that gets posted.
    Kindly suggest how i can handle this.
    Thanks in advance.

    Hi,
    Try the following BTE's for changing the Payment Block for the current document. Change the value T_BSEG-ZLSPR.
    00001020     POST DOCUMENT:       Prior to final checks
    00001025     POST DOCUMENT:       Final checks completed
    00001030     POST DOCUMENT:       Posting of standard data
    00001050     POST DOCUMENT:       Accounting interface
    Think that for updating the payment block in Original Document, we should try with some FI document change BAPI.
    Regards,
    Harish

  • BAPI for Customer Payment - F-28

    Hi
    We are making one development. In that development, our requirement is after clicking one button, my F-28 (customer receipt) should be executed in background. My incoming bank account should be debited and selected invoices (i.e. customer line items) should be credited.
    My ABAPer is telling that it is possible. However it requires some BAPI. Can anyone tell me what is the BAPI for F-28.
    Please help.

    Dear:
               We successfully did the clearing procedure as well with this BAPI. We first recorded all transactional steps in F-32 through SM35. For this BAPI to successfully clear the invoice against payment we assumed full collection DZ against invoice RV. RV or invoice has a billing document number which is copied into Assignment field from copy control functionality from SD using VTFA.We book collection in F-28 with reference to invoice billing number. Hence in recording in F-32 you can process like
    Give customer number in F-32...click process open item...select all open items and then deselect them...click on find button. Fill in assignment number and then system will find the billing and its payment booked with its  reference . Clear them.
    Now you can insert this recording in ABAP code for this BAPI.
    Regards

  • BADI for marking Payment Block during MIRO

    Dear Sir,
    We are required to implement a BADI , so that during MIRO at the header level the Payment Block (ZLSPR)is marked as "B" .
    May I request SAP experts , to kindly help me with a sample code for the same please .
    Regards
    B Mittal

    Hi,
    It does not work... in the badi IF_EX_INVOICE_UPDATE~CHANGE_AT_SAVE we can implement :
    METHOD if_ex_invoice_update~change_at_save.
      DATA: l_rseg(30) TYPE c VALUE '(SAPLMR1M)ydrseg[]',
            l_miro(4) TYPE c VALUE 'MIRO',
            lt_rbco TYPE TABLE OF mrmrbco,
            ls_rbco TYPE mrmrbco.
      TYPE-POOLS: mmcr.
      FIELD-SYMBOLS : <fs_rseg> TYPE mmcr_tdrseg .
      FIELD-SYMBOLS : <fs_rseg2> TYPE mmcr_drseg.
    Controle pour transaction Miro
      IF sy-tcode EQ l_miro.
    Cas1  Facture sur poste de la commande + CIA
        ASSIGN (l_rseg) TO <fs_rseg>.
        SORT <fs_rseg> BY ebeln.
        LOOP AT <fs_rseg> ASSIGNING <fs_rseg2> WHERE ebeln NE space.
          IF NOT ti_rbco_new[] IS INITIAL.
            lt_rbco[] = ti_rbco_new[].
            SORT lt_rbco BY cobl_nr.
            READ TABLE lt_rbco INTO ls_rbco
              WITH KEY cobl_nr = '0001'
                BINARY SEARCH.
            IF sy-subrc = 0.
              IF NOT ti_rseg_new[] IS INITIAL.
              Ajout du blocage manuel
                <fs_rseg2>-spgrq  = 'X'.
                EXIT.
              ELSE.
              Facture sans poste de la commande
                MESSAGE e324(/sapsll/pluginr3).
              ENDIF.
            ENDIF.
          ENDIF.
        ENDLOOP.
      ENDIF
    ENDMETHOD.

  • BDC/BAPI for set delivery cmlition indicator in purchase order @ item level

    Hi Expert,
    could you please suggest me bapi to set/reset delivery completion  indicator in purchase order at item level for  t-code "ME22n"?
    Thanks and regard,
    Santosh Gupta

    Use BAPI_PO_CHANGE to set the delivery completed indicator.
    Refer to table section in the BAPI Interface
    POITEM     LIKE     BAPIMEPOITEM
    POITEMX     LIKE     BAPIMEPOITEMX
    Set Field POITEM-NO_MORE_GR = 'X' & Set field POITEMX-NO_MORE_GR = 'X'

  • BAPI for setting holiday values

    Hi,
    I'm badly searching for a BAPI to set the holiday information from outside of SAP.
    We have a very nice and higly accepted system to request and confirm holiday of an employee. Full workflow supported.
    The only thing missing is to automatically set the accepted and confirmed holiday in SAP. Till now we have to enter the data again manually in SAP.
    Unfortunately I don't find anything.
    Is there a already existing BAPI?

    Hi,
    thanks for info, but SAP shows me the function is obsolet, outdated:
    "Note!  This API method writes exclusively the IT 2001 (absences).  It should not be used any longer.  The use of these API method can lead to inconsistent time data."
    Unfortunately, they don't lead me to which function I should use instead.
    The BAPI should set all neccessary absence data including IT 0005 and remaining holidays...
    Thanks in advance

  • Bapi for vendor payment with details of tunover &blocked payment  chq detai

    Hi all
    i want to know whether their is any bapi which can provide me  all the details of the the vendor.i.e. the total turnover,the blocked,due and cleared payment,with the respective cheque no and the balance outstanding.....
    any help in this regard will be very much appreciated....
    Thnx
    Regards
    Praveen

    Closed

  • Need BAPIs for Down Payment

    Hi, all..
    What is the BAPI FMs for below trnasactions?
    F-47: Down Payment Request
    F-48: Down Payment
    Regards,
    Lee

    Check the below link
    Making Down Payment Request using BAPI_ACC_DOCUMENT_POST

  • BAPI for incoming payments (F-28)

    Hi All
    We have incoming payments file from external system. Currently users go through the file and post the payments manually by looking into the file. We have created a BDC using F-28 to post these payments automatically.
    Is there any BAPI to use it in place of BDC for this kind of incoming payments ?
    Thanks in advance
    Aleem

    You can consider using EDI (FINSTA) for automatic loading and processing of the bank statements.
    Thanks
    Ashok

  • Bapi for Invoice Payment

    Hi,
    Anybody know of a standard SAP BAPI available in ECC60 to pay AR invoices, opposed to using the IDOC method.
    Thanks,
    Peter

    Hi Bala krishna,
    Where should i give document number, to that function module.
    OBJ_TYPE             AWTYP        CHAR     5     0     Reference procedure
    OBJ_KEY             AWKEY        CHAR     20     0     Object key
    OBJ_SYS             AWSYS        CHAR     10     0     Logical system of source document
    COMP_CODE             BUKRS        CHAR     4     0     Company Code
    DSCT_DAYSOFF      DZBDTOF     DEC         3     0     Offset Cash Discount Days
    Can you please let me know
    Regards,

Maybe you are looking for

  • ASSIGN_TYPE_CONFLICT - /UI2/CL_LPD_UTILS=============CP

    Hi All Is anyone else experiencing a similar issues with the latest launchpad release? All tiles are working one day, and then a day later they were not.  A message would appear suggesting that the app configuration was incorrect. The Web Inspector i

  • Security Settings on Authorware Player Install

    In the awswax.inf file, located in the awswax.cab, file there are various settings available. Does anyone know if we can define security settings in this file so when the user installs the Authorware player, the settings get put into the AWSHKWV.INI

  • Colour Management & Dot Gain

    Im looking for clarification on how i should approach colour management settings when my rip compensates for dot gain for the different paper types. I am sending litho plates out via a pdf based workflow utilising a harlequin rip. My questions.. If m

  • How to fix the problem of Sun Studio 11 carshed at startup

    I used Sun Studio 11 to develop my program for year, but Sun Studio 11 carshed when I run it this morning. Even I uninstalled it and reinstalled it again, the result is the same. Have anyone can help me to resolve this problem? Following is the error

  • CS5 crashes after update july 2011 opening psd files

    Dear all, This week i updated my Photoshop CS5 by the Adobe updater. After this update CS5 crashes opening a .psd file. I've already checked alle the fonts and there is not a problem. Can anyone give met some tips??!! Thanks in advance! I get the fol