Outgoing cheque payment through FPY1

Hi Experts,
When i tried to post the outgoing cheque payment through FPY1, system posted the entry. But it was not generating the cheque. My doubt is how can we generate the cheque in FICA. If it is not in FICA then it will be in FI-AP. Can anyone please guide me how to do cheque print out when we make payment to ISU customer.
kindly let me know the config steps for cheque generation in FICA.
Also, is there any payment medium file in FICA. If, so how can u guide me the step that.
Thanks for your all support.
Regards,
RAM.

Hello,
You need to configure the below steps
1. Settings for check creation
IMG\ FICA\ Basic Functions \ Check Management \ Settings for Check creation
Here you have to attach the cheque application form
Application form <T-Code EFRM> for Cheque printing provided by SAP is ‘FI_CA_DME_CHECK_SAMPLE’. This has 20 characters. But in FPY1 <for refunds>, for cheque printing, only 16 characters are allowed. So FI_CA_DME_CHECK_SAMPLE has to be copied into Z_UFI_****<shud be <=16 chars>.
2. Define Void Reason codes
IMG\ FICA\ Basic Functions \ Check Management \ Define Void Reasons for Checks
3. Define Bank clearing accounts for encashment of  out going checks
IMG\ FICA\ Basic Functions \ Check Management \ Define Bank clearing account for en-cashment of outgoing checks
<posting area 1037>
4. Define Expense and Revenue accounts for  Posting cashed Outgoing checks
IMG\ FICA\ Basic Functions \ Check Management \ Expense and Revenue accounts for Posting cashed Outgoing checks
5. Define cheque clearing for outgoing cheques
IMG\ FICA\ Basic Functions \ Check Management \ Define Check clearing account for outgoing checks
6.Define Specifications for clarification of cashed checks
IMG\ FICA\ Basic Functions \ Check Management \ Define Specifications for clarification of cashed checks
7. Define Cheque numbers <T-Code FQP6A>
8. Define payment methods <FQP1>. You attach format CHECK to the payment method under  FORMAT.
9. Also Define Specifications for paying company code<FQP4>
10.Also define  accounts for payment program <FQC0: Posting area 1061>
11.Maintain bank selection
12.Now create a variant in FPY1.Go to environment &#61664; payment medium.Create ‘Variant’ and attach payment medium. you attach  CHECK in payment medium format  in under output control you attach the form you copied in step 1 above. Save and comeback
Payment run for cheque
13. Now you make sure that your document is being paid by running in simulation mode.
14. Now run FPY1 in real mode.. You can see the check only when you run in real mode
15. Go to SP01 to see the spool of your cheque. You can view the physical cheque there.
Hope this helps!!!!!
Rgds
Rajendra
Edited by: rajendra mukhyaprana on May 9, 2008 11:53 AM

Similar Messages

  • Inter company cheque payment through F110

    Hi all,
    what customization needs for intercompany payments through F110.
    i customized settings, but cheques are not generated.
    can any one kindly tell me details of this settings.
    points will be awarded.
    Rgds,
    Soma

    Hi,
    In FBZP -All Company Code, check sending & paying company code. Check intercompany Clearing accounts, and in f110, Parameters screen give the company codes for which you want to make the payment.
    Also check whether the entries are generated before cheque printing
    This should solve your problem
    Reply if it you have the same problem.
    Thanks,
    Sujai Chandran

  • Regarding cheque printing through FPY1

    HI
    i am narrating the scenario first and is as below.
    After the payment run program(FPY1) has been executed and approved by the finance dept, the cheque processor executes the payment medium program SAPLFKGV, transaction code FPCH1. this program creats spool which contains the information to print the cheque.. Requirement is three cheques should be printed in single page.
    For single payment(only one cheque number) ,its giving priniout well.But for multiple cheque numbers,the printout only showing the first cheque details.
    How can i get second cheque data in my printout through SAPLFKGV.
    plz help me as early as posssible.
    Regards,
    suresh

    we close this thread as the question fits better in ERP Financials Forum

  • Cheque printing through FPY1

    HI
    i am narrating the scenario first and is as below.
    After the payment run program(FPY1) has been executed and approved by the finance dept, the cheque processor executes the payment medium program SAPLFKGV, transaction code FPCH1. this program creats spool which contains the information to print the cheque.. Requirement is three cheques should be printed in single page.
    For single payment(only one cheque number) ,its giving priniout well.But for multiple cheque numbers,the printout only showing the first cheque details.
    How can i get second cheque data in my printout through SAPLFKGV.
    plz help me as early as posssible.
    Regards,
    suresh

    we close this thread as the question fits better in ERP Financials Forum

  • Outgoing\Vendor Payment through Check

    Hi All,
    I am trying to create Outgoing payment\Vendor payment, can any provide me the code for the same, like what are the things need to me set to create Outgoing payment like check account\cash account.
    What would be code when we try to create check payment for more than one invoice in the single document.
    Thanks & Regards,
    Naresh
    Edited by: naresh2684 on Dec 5, 2010 5:43 AM

    This is taken directly from the helpfile, incoming payment example but you only need to tweak the code a bit to make it for an outgoing.
    Private Sub cmdTest_Click()
       On Error GoTo ErrorHandler
       Dim vCompany As SAPbobsCOM.Company
       'create company object
       Set vCompany = New SAPbobsCOM.Company
       'set paras for connection
       vCompany.CompanyDB = "SBODemo_US"
       vCompany.Password = "manager"
       vCompany.UserName = "manager"
       vCompany.Server = "(local)"
       'connect to database server
       If (0 <> vCompany.Connect()) Then
          MsgBox "Failed to connect"
          Exit Sub
       End If
       Dim nErr As Long
       Dim errMsg As String
       'do it now
       Dim vPay As SAPbobsCOM.Payments
       Set vPay = vCompany.GetBusinessObject(oIncomingPayments)
       vPay.Address = "622-7"
       vPay.ApplyVAT = 1
       vPay.CardCode = "D10006"
       vPay.CardName = "Card D10004"
       vPay.CashAccount = "288000"
       vPay.CashSum = 0
       'vPay.CheckAccount = "280001"
       vPay.ContactPersonCode = 1
       vPay.DocCurrency = "Eur"
       vPay.DocDate = Now
       vPay.DocRate = 0
       vPay.DocTypte = 0
       vPay.HandWritten = 0
       vPay.JournalRemarks = "Incoming - D10004"
       vPay.LocalCurrency = tYES
       vPay.Printed = 0
       vPay.Reference1 = 8
       vPay.Series = 0
       vPay.SplitTransaction = 0
       vPay.TaxDate = Now
       vPay.TransferAccount = "10100"
       vPay.TransferDate = Now
       vPay.TransferSum = 5031.2
       If (vPay.Add() <> 0) Then
           MsgBox ("Failed to add a payment")
       End If
       'Check Error
       Call vCompany.GetLastError(nErr, errMsg)
       If (0 <> nErr) Then
           MsgBox ("Found error:" + Str(nErr) + "," + errMsg)
       Else
           MsgBox ("Succeed in payment.add")
       End If
       'disconnect the company object, and release resource
       Call vCompany.Disconnect
       Set vCompany = Nothing
       Exit Sub
    ErrorHandler:
       MsgBox ("Exception:" + Err.Description)
    End Sub
    To add multiple invoices, before adding the document do:
    vPay.Invoices.InvoiceType =  = it_PurchaseInvoice
    vPay.Invoices.SumSpllied = 400
    vPay.DocEntry = 1
    vPay.Invoices.Add()
    'Repeat above as neecesary.
    There are lots of posts on the forum that cover this topic too.

  • Cheque Payment in cash journal

    Hi Gurus,
    My client is asking the following,  in case they drawn money from bank by issuing a self check,  in that case he's asking in cash journal check receipts tap any option to update the check details.
    And also he's asking is it possible issue that self check automatically please help me in this.
    sd/-
    Rajesh.P

    Hi,
    There are 2 options for cashed cheques treatment:
    1. Directly enter into Cash Receipt in receipts panel of cash journal.
    2. Create one offset account for cash in transit and create one cheque payment through F-07 and Cash Receipt through FBCJ by giving effect to cash in transit account.
    Try once and got solved your problem, assign points.
    Regards
    Sarma BH

  • Payment Run FPY1: Cheque request file to external system

    Hi,
    My business requirement is that in IS-U sometimes customers makes over payments which needs to be refunded back in case If they close the utility connections. In our case we need to make this payment by cheques.
    Technical requirement: Refunds will be triggered by running payment transaction FPY1 in SAP IS-U but the cheques will be created in Peoplesoft. So we need to create an interface file in SAP application server which will contain all the data for the cheque which then will be posted to peoplesoft. Peoplesoft needs this interface file in a specific format with around 25 fields seperated by comma.
    My investigation:
    I read about payments and found that i can chose the payment method as check 'C' in system for the country and then can assign company code and country specific payment method as either some classic RFFO* reports or can assign a new payment format using DME and PMW. The country is CANADA and hence i tried to see the existing format 005 which does not suffice my requirement (it looks like).
    I am not sure how do i achieve this, do we have some RFFO* reports with some user exits where i can alter the file with my requirements or shall i create a new format in DMEE? I am also new to DME. Kindly help.
    Regards,
    Amit

    Hello,
    Not sure whether you have already found the solution.
    You can use FICA_DME_CHECK <excuse me if this is not the correct form as I do not have have ISU system with me right now>
    SAP provides only one form for check printing for all the countries. You can use the same, copy and modify it to your requirements. You can send the file to third party.
    Rgds
    Rajendra

  • Cheque printing through down payment F-48

    Hi All
    Can anyone tell me how can i print cheque after posting Down payment to vendor.
    Details
    Am posting down payment using F-47 and F-48 But clist is asking after executing this system has to print the cheque automatically.
    Reply will be appreciated with full points
    Thanks in advance
    Sneha

    Hi,
    if u make down payment request through f-47 then run f110. Through F110, system print cheque.
    Directly payment through f-48 then use t-code FBZ5 for cheque printing.
    Regards,
    Kalpik

  • Outgoing Cheques

    Hello Experts,
    We have gone live this finanacial year (i.e 01/04/2009)..However we have some outgoing cheques whose posting date is that of March but their dute date is that of April..How to handle such transactions in SAP... AND after making tarnsactions for the same how we will reconciale these entries??
    Thanks in advance

    Hi Divya
    U can post outgoing payment through cheque by selecting the date as march and after that u have to do the manual reconciliation.
    Before that check you document numbering series whether it is showing both the series or not ? whenever u r posting document in previous year system will show the numbering series pertaining to that year only.
    Reagrds,
    Kashi.....

  • Payment through using payment method "W"

    Hi All,
    We have to create a report for bank integtration and our client is using payment method "W" Bank Transfer Domestic.
    Can anyone let me how we make vendor outgoing payments through bank using the payment method "W" what is the transaction to be used and where we have to give "W".
    Thanks!
    Z

    Zia,
    I believe the error is clear enough for you to interpret. You are trying to use a "Bank Transfer" payment method in a transaction that creates "Checks for Payment".
    Here's what I suggest:
    - if you have to use F-58, your choice of payment method is wrong. "W" is usually domestic transfer, while F-58 woudl rather use "C" or "D" or "E", or a similar method, depending on what is configured in your system for your company code / country
    - if, on the other hand, you have to do a "domestic transfer" as suggested by the payment method "W", then your choice of transaction is wrong. Use regular F110 after creating a vendor invoice, and specifying "W" as allowable payment method in the vendor master record.
    Trust this helps you to identify the exact problem and resolve it.
    Remember to assign points if found useful.
    Regards
    Gulshan

  • Down payment through Wire Transfer

    SAP gurus,
    I need to configure the system for Down payment to the vendor. I can use F-47 for posting the Down payment requests and this will be recognized by the Payment program (F110). I want to know how to handle Down payment through Wire transfers. Currently the client is using F-53 for Wire transfers. The issue is this does not recognize entries thru F-47.
    Also please let me know in which case we use F-48 for down payment.
    Thanks for your kind attention to the issue!..you will be promptly rewarded with points.

    <b>F-48:</b> Down Payment to Vendor
    Down Payment is a function that uses <b>Special GL indicators</b>.
    Special GL Transactions allow the user to post the document to an alternative GL account instead of “normal” vendor’s reconciliation account. They are defined in Customizing for Vendors and Vendors reconciliation accounts.
    You can always post down payment directly or use Down Payment request as a template.
    As far as I know, <b>F-53</b> is used for manual outgoing payment for vendors.
    <b>F-47</b> which is mainly used for Down Payment request can be used to post a down payment manually later or using the automatic payment program.
    Hope I have given you the basic points.
    Assign if points if helpful to you in any way.
    Regards,
    NareN.

  • Vendor payment through bank transfer

    Hi,
    Is there any way of doing bank transfer using a manual transaction (i.e.other than F110) ? My customer wants to do the vendor payment by bank transfer similar to the cheque payment which we do through F-53 & F-58.
    Regards,
    Krishna A S V

    Bank Transfer involves the payment file to be sent to bank for the payment. So F110 generates the same.
    You can create the payment via F-53, but to send the information to bank you need to develop a program to generate the payment file. Otherwise you will need to enter that payment manually in the bank site.
    But I still believe that F110 is the best way to make bank transfer payments.
    Regards,
    SDNer

  • Check payment through APP

    Dear Experts,
    How to issue a single cheque payment for multiple open item for a single vendor in automatic payment program, normally we issue single cheque for each open item but if we want to issue single for a number of open items then how to cuztomise it.
    Thanks in advance.
    Raghu

    Hi Raghu,
    You can do
    Go to FBZP. then choose payment method in company code
    then choose the payment method --- in pay method you will find that ther eis a check box (single payment for line item) if it is checked then you have to un-check it.
    when you run f110 and when in proposal run it shows that there are some payments which are in exception due to pym method not found . that time go and give payment method and run the payment run it will print consolidated checks.
    The payment program always tries to group the open items to be paid if for a vendor if the currency, payment method and the bank through which it is paid is same. u can specify otherwise in payment method.
    in addition you can also use grouping key in vendor master to group open items for payment.
    Thank you,
    Anil

  • How to do Customer Partial payment through APP

    Dear Experts
    How to Customer partial Payment Through APP
    Regards
    Ajeesh.s

    Dear Expert
    My query was about Part payment process about customer , In AP there is a process for doing part payment in Vendor  Same kind of a process am looking for Customer too
    PARTIAL PAYMENT FOR APP PROCESS
    Some time we face the issue in which client want to pay partial invoice only that to via automatic
    Payment program, so in order to make it feasible what all steps will be required from configuration point of view has been explained below.
    Configuration steps:
    1) Maintain Account Configuration TCODE: FBKP Select the Sp.G/L-P
    2) Maintain Payment Program: TCODE: FBZP
    Path: SPRO - Financial Accounting - Accounts Receivable and Accounts Payable - Business Transactions - Outgoing Payments - Automatic Outgoing Payments - Payment Method/Bank Selection for Payment Program - Set Up All Company Codes for Payment Transactions
    Go to “ALL COMPANY CODES” screen maintain the Sp. G/L – P in the field Sp. G/L transactions to be paid.
    3) Post Vendor Invoice and Block for Payment TCODE: FB60 / F-43
    Path: Easy Access – Accounting - Financial Accounting - Accounts Payable - Document entry - FB60 – Invoice / F-43 - Invoice – general
    Example you made invoice for 25000
    4) F-59 - Payment request: TCODE: F-59
    Path: Easy Access – Accounting - Financial Accounting - Accounts Payable - Document entry - F-59 - Payment request
    Here you would like to pay only 20000 out of 25000 so change the amount to 20k and save it
    5) Payment Run TCODE: F110
    Path: Easy Access – Accounting - Financial Accounting - Accounts Payable - Periodic Processing - F110 – Payments
    6) Vendor balances after F110 TCODE: FBL1N (After processing you can check the clear amount here)

  • Printing of cheque created through FCH5

    Hi
    I am creating vendor down payment wrt payment request in T code F-48 screen. again i am creating cheque for that payment document in FCH5 screen.
    How to do cheque printing manually for cheque cerated in FCH5 screen.
    Please help me in this regard.
    Regards
    Sanil Bhandari

    hi sanil,
    see you can clear the payment through F-48 but you cannt print it.
    If you want to clear the payment go to Tcode F-58 this is to clear the Payment with the print out.
    1. Create the check lot number in Tcode FCHI.
    Thanks
    Ranjit

Maybe you are looking for

  • Problem for releasing  blocked sales order on Creditlimit

    Hi Gurus,         I a   hve a problem for releasing blocked sales orders          what i have done: 1)i have blocked sales order based on exceeded creditlimit          (i have change SDType in 'OVAK' is 'C')                   2)now i have to release

  • Video clip capture

    How can I capture a video clip from a news station or YouTube when there is no option to download the clip?

  • Instructions Please - Photos to DVD

    What's the easiest way to import photos from iPhoto to a DVD with background music to send to Mom? I have iLife 2009 and have gone from iPhoto to iMovie to iDVD but it takes Sooooooo long. Any way shorter? Step by step would be appreciated!

  • Clarification regarding map running

    Hi All, I created Mappings, for about 10 days, they were loading within 1 minute, but now they are taking more than 30mts. Can any one suggest me the solution for the above issue. Total rows will be around 1250

  • Help Restoring New Hard Drive from Time Machine

    To replace a failing Macintosh HD, I created an OS X Mountain Lion boot disk on a flash drive, put my new hard drive in a USB external dock, booted to the flash drive, partitioned and formatted the new drive (selecting GUID partition), and have tried