Outgoing Payment in FICA( Cash & Bank)

Hi All,
Can anyone give idea about the above subjects.
Since i know how to post incoming payments.
In case if the customer paid overpayment or payment of security deposits.
Could anyone please give procedure with T.Code for this.
Thanks for your help in advance.
Regards,
RAM.

Hello,
In FICA, You make the Payments to the customers either
1. You have collected excess money from him
2. You have charged him excessively.
3. You have adjusted his bill resulting in payment to the customer
4. You want to pay him back the securtiy deposit
5. The customer is moving out ....net result being you owe him the money
6. Other reasons resulting in payment to the customer
In all the above cases, you have to REFUND the money to the customer....either through Bank or by cash or by Cheque...<it depends on your company policy>.....
For refund by Bank/ Cheque you can use T-Code FPY1.
For refund by Cash you can use either FPB0 or FPCJ <again depends on your project/co policy>
For payments by Bank /Cheque, you need to do the following settings
1. Define Own bank details
2.Define Bank user numbers for Payment medium
3.Define Payment methods <FQP1>
3.Define specifications for paying Co cd <FQP4>
4.Define accounts for payment program <FQC0: Posting area 1061>
5.Maintain bank selection
The path for above config is IMG\FICA\Business Transactions\Payments\Incoming outgoing payment creation.
For configuration of Cr Card payments,<Posting by FPB0>, You need to configure in IMG\FICA\Business Transactions\Payments\Payment cards\ Define Accounts for Payment card Institute & Define Specifications for Posting Settlement Document
For configuration fo Cash desk payments<FPCJ>, you have make the settings in IMG\FICA\Business Transactions\Payments\Processing incoming and outgoing payments Cash desk Cash journal
Hope this helps
Rgds
Rajendra

Similar Messages

  • I encountered an error in the Payment Wizard screen as I was creating an Outgoing Payment for petty cash expenses. On the "Recommendation Report" screen, I clicked "Non-Included Trans." and saw that one of the vendors (Vendor Code: WILCO) has the followi

    Hello,
    I encountered an error in the Payment Wizard screen as I was creating an Outgoing Payment for petty cash expenses. On the “Recommendation Report” screen, I clicked “Non-Included Trans.” and saw that one of the vendors (Vendor Code: WILCO) has the following error:
    “The document amount is greater than the max. amount allowed in the payment methods linked to the BP”
    Upon checking, the “PCF-W” Payment Method linked to WILCO does not have any restrictions, nor does WILCO have any credit/commitment limit set. I have also appropriately defined the Dummy Business Partner Bank (under Payment Terms) as well as checked the “Included” box for PCF-W on the Payment Run-Payment Methods screen.
    Could anyone please help me on this?
    Salamat,
    Cat

    PS - have found other posts indicating that clips smaller than 2s or sometimes 5s, or "short files" can cause this. Modern style editing often uses short takes ! Good grief I cannot believe Apple. Well I deleted a half a dozen short sections and can export, but now of course the video is a ruined piiece of junk and I need to re-do the whole thing, the sound etc. which is basically taking as much time as the original. And each time I re-do it I risk again this lovely error -50 and again trying to figure out what thing bugs it via trial and error instead of a REASONABLE ERROR MESSAGE POINTING TO THE CLIP IT CAN'T PROCESS. What a mess. I HATE this iMovie application - full of BUGS BUGS BUGS which Apple will not fix obviously, since I had this product for a few years and see just hundreds of hits on Google about this error with disappointed users. Such junk I cannot believe I paid money for it and Apple does not support it with fixes !!!
    If anyone knows of a GOOD reasonably priced video editing program NOT from APPLE I am still looking for suggestions. I want to do more video in future, but obviously NOT with iMovie !!!

  • Restrict Outgoing payment document, if cash is more than Rs.20,000

    Hai!
    I am using SAP B1 PL40.
    can u help me out on this issue.
    I want to restrict the users to ADD
    Outgoing Payment document if they choose,more than 20,000 payment by cash mean.
    pl let me know if u want more detailed explanation.
    Thank u,
    Thanga Raj.K

    Hi Thangaraj,
    Try the following Stored Procedure. I checked in my system and works fine.
    Try the same in the Test System. Then get the approval and load in Live System.
    set ANSI_NULLS ON
    set QUOTED_IDENTIFIER ON
    go
    ALTER proc [dbo].[SBO_SP_TransactionNotification]
    @object_type nvarchar(25),                     -- SBO Object Type
    @transaction_type nchar(1),               -- [A]dd, <u>pdate, [D]elete, [C]ancel, C[L]ose
    @num_of_cols_in_key int,
    @list_of_key_cols_tab_del nvarchar(255),
    @list_of_cols_val_tab_del nvarchar(255)
    AS
    begin
    -- Return values
    declare @error  int                    -- Result (0 for no error)
    declare @error_message nvarchar (200)           -- Error string to be displayed
    select @error = 0
    select @error_message = N'Ok'
    IF @transaction_type = 'A' AND @object_type = '46'
    BEGIN
    If exists (SELECT T0.docentry  FROM OVPM T0 where T0.cashsum>=20000)
         begin
              SET @error = 10
              SET @error_message = N'You cannot Pay Cash More than Rs. 20000/-'
         end
    END
    select @error, @error_message
    END
    Edited by: Sridharan T on Aug 25, 2008 11:35 AM

  • How do you stop outgoing payment of 5000 cash type transaction

    hi all,
    if a cash payment is more than 5000 to a vendor in a single day it should be stopped?  how do you achieve this?
    thanks
    SV Reddy

    Hi,
    Paste below code in SBO_SP_TransactionNotification Procedure
    DO ON TEST DATABASE.
    IF (@object_type = '46' AND @transaction_type in (N'A', N'U') )
    BEGIN
    IF EXISTS (SELECT T0.[DocTotal] FROM OVPM T0  INNER JOIN VPM4 T1 ON T0.DocEntry = T1.DocNum
    WHERE ( T0.[DocTotal]  >  5000) AND T0.DocEntry = @list_of_cols_val_tab_del)
    BEGIN
    Set @error =1
    set @error_message = 'Pay More'
    SELECT @error , @error_message
    END
    END
    Thanks
    Kevin

  • Outgoing payment methods in CRM 7 webUI is not inline with CRMC_BUAG_PAYM

    Hi,
    We have requirement to set up outgoing payment at FICA document level for refund purpose.
    Currently this is feasible using FPE2 transaction in ISU.
    However, we have the requirement to have this option in CRM 7.
    In CRM 7, the navigation of setting up outgoing payment at document level is :
    Account Balance -> Account Balance Overview -> item display -> More -> Outgoing Payment.
    But, in the dropdown of payment method in that screen, I am getting only below options.
    Outgoing Payment via Bank
    Outgoing Payment via Payt Card
    I checked the configuration of payment methods in my Country code both in CRM and ISU and there EFT, CCard and Cheque refunds are already configured as outgoing payment method. This is the configuration of CRMC_BUAG_PAYM.
    Any suggestion as how I can populate those details in this CRM 7 WebUI dropdown ?
    Thanks in advance.
    Regards
    Bodhisattwa

    Found this configuration in ISU.
    Also, refreshed the shared memory area for FICA in CRM SPRO. Now the issue is resolved and it is displaying correctly in CRM 7.

  • Outgoing Payment Approval Procedure - Payment Wizard

    Hi,
    I was having an issue with the SAP Approval Procedures I was hoping I could get answered.
    I have created an Approval Procedure for Outgoing Payments in SAP 8.82 to always require approval.
    The approval procedure works fine when I create an Outgoing Payment by going to Banking >> Outgoing Payment >> Outgoing Payment.
    If I try to create an Outgoing Payment via the Payment Wizard, it does not go through the approval process.
    I have made sure that I have enabled the "Activate Approval Procedures in DI" functionality under General Settings. It still does not do the trick.
    Can someone please tell if this is an SAP bug or not? If not a bug, any suggestions as to what I might be doing wrong.
    Thanks,
    Krishnan

    Hi Krishnan,
    I believe this is by system design or another word a system limitation. The logic here is: if you are able to run the Payment Wizard, you have authorization already.
    A work around may be creating a user alert whenever you have the Payment Wizard run.
    Thanks,
    Gordon

  • G/L Account mane on Outgoing Payment Ptint

    Hi  all..
    When designing a print layout for outgoing payments, using bank transfer, the G/L accout name is not being displayed.
    I can select the transfer account .. means G/L account code...  but i'm not able to show the compleete description..
    Example..  i see only the G/L account code.. ( 02010101 ) but miss the name of the G/L account.
    Can someone help me to solve this??
    Pleaseee ...
    Thank you in advance..
    marco

    Hi Marco,
    The reason why you are not able to access Bank Name is that Bank Name is not stored in Outgoing Payment table. Only Bank Code is stored in OVPM table.  
    To make Bank Name printed, please kindly refer to the following steps:
    - Create a UDF on Outgoing Payment Title.
    - Link a FMS to the UDF to retrieve bank name from ODSC table according to the bank code retrieved in the OVPM table.
    - Add the UDF field in the print template.
    Now you should be able to print the bank name as well.
    Hope this helps.
    Regards, Summer
    SAP Business One Forums Team
    Edited by: Summer Ding on Jul 2, 2008 9:41 AM

  • Error Outgoing Payment PLD printing

    Hi All,
    Please help us with PLD.
    We encounter error when there are more than one invoice selected in the outgoing payment.
    We need to put in the repetitive area all the paid invoice selected in the outgoing payment
    Header data
    Payee
    Bank name, branch and account no
    Check no
    Repetitive Area
    AP Invoice no
    AP Invoice remarks
    AP invoice Applied amount or paid amount ( Local Currency)
    AP invoice Applied amount or paid amount ( Foreign  Currency)
    AP Invoice Customer Reference
    Regards,
    Amy

    hi,
    Create a customized query & create a report using query print layout designer.
    It will solve problem.
    Jeyakanthan

  • Multicash - Outgoing Payments

    Hey guys,
    Does anyone have any documentation on how Multicash works with SAP i.e. configuration, file formats, interfaces (if applicable).  This is in relation to outgoing payments and not incoming bank statement (alot of entries on th later on various forums).  We have a German company which is moving to SAP which uses Multicash to send files to their bank.

    Only if your client using SAP Business One E-Commerce and Web CRM.
    Check this forum for detail:
    SAP Add-Ons
    Thanks,
    Gordon

  • Outgoing payment file XML for Germany

    Hi,
    my customer wants to create a XML file for the outgoing payment file to the bank in Germany, when I look in the DMEE for the tree type PAYM, there is no format tree for Germany ? how can I configure this XML for Germany ? I have configured in the OBPM3 the DTAUS0 format as a XML, but is that enough or should I create a format tree for tree type PAYM for Germany ?
    Kind regards,
    Cor

    You can download an xsd file from http://www.iso20022.org/message_archive.page?, then search for the format you need ( mine was PAIN.001.001.03).
    This can be imported into EFM, then  mapped as required.
    Note that I did have to modify the xsd file, as the IBAN field was not set with min / max making it mandatory, but is not required in US.
    Hope this saves someone else the 20 + hours I put into this!

  • Approval Outgoing Payment

    hi all,
             My client wants that whenever outgoing payment means is cash then it should be approved first.
    i use this query for approval
    select distinct 'true' from OVPM where $[ovpm.CashSum] > 0
    but it is not working.
    thanks
    rahul

    solved

  • Want to modify outgoing payment

    hi all,
               My client do some outgoing payment . Now Client want update some outgoing payment related to cash which has allready posted in system for adjustment. Client want to update BP Code  And Amount only in perticuler posted outgoing payment.
    all response are appriacited
    Thanks
    Deepak Tyagi

    Hi Deepak Tyagi,
    All financial transactions have fixed after posting.  They are not changeable no matter what. That is why you always get warning message like: You can not change this document after you have added it, continue?
    Thanks,
    Gordon

  • Approval procedure on outgoing payment for Cash and bank transfer

    Dear Expert
    I want to know about outgoing payment approval
    Is it possible to set approval on payment means base ?
    Like I need to set approval for my user
    case 1 is : - If my user make payment by cash more then 5000 then approval it should be approved by manager
    And if my user make a outgoing payment by cash more then 100000 then it should be approved by MD
    Case 2 is If my user create outgoing payment by Bank transfer then more then 25000 then it should be approved by manager
    And if it is by bank transfer more then 500000 then it should be approved by MD
    IS it possible ????? Please guide me
    Thanks
    Riny

    Hello Sir
    Thanks for reply , Well I created query and executed but its giving false value but when i attached this query on approval , Its not working ..
    Please help me and also please comment on my another thread which is about No matching record found error
    Thanks

  • Different no range/doc. type for cash journal incoming/outgoing payment

    Hi all,
    I am going to set up cash journal for a customer and they want separate number range for incoming and outgoing payments.
    I have read on this forum and actually don´t understand if that´s possible.
    If I set up two different cash journals (one for outgoing payments and one for incoming payments) the problem is that I can call all transaction type (C, B, R, E, set in transaction FBCJC2) from both. I have a cash journal for outgoing payments where I have set a separate document type and number range for G/L accounts in transaction FBCJC0 and the same for vendor outgoing payment and customer outgoing payment, but no document type for incoming payments from vendor/customer.
    When I then start to use this cash journal for outgoing payments I can´t make outgoing payments if I don´t have any money in my cash journal. Then I have to take money from my housebank by business transaction type C (receipt from bank) set in transaction FBCJC2. This becomes an incoming payment, but I got the same number range as for outgoing payments because I am in that cash journal and that number range is set per G/L account transaction per cash journal. .
    How can I come around this problem?
    Thanks in advance!
    Best regards Lisa

    Hi Pravin,
    Sorry for late answer. I created three document types, one for customer, one for vendor and a third for G/L postings. It was not possible to do in another way, sorry.
    Best regards Lisa

  • Bank Charge for Outgoing payment. Any workaround

    Hi,
    Has anyone develop solution for the Bank Charges in Outgoing payment ?
    Under Incoming Payment, there is a bank charge field which is will post together with the amount received from customer.
    We would like to have the same function in Outgoing Payment and automatically post in Journals. How can SDK help ?

    Hi ,
    Try this work around for bank charges involved while making payments.
    Example
    Amount due to supplier-10000
    Bank charges - 100
    Total payment - 10100
    1)Go to outgoing payment screen/type the vendor and select the invoice of 10000.
    2)Go to payment means and against bank column enter 10100
    3)In payment means in row two type bank charges for 100
    The system will throw an error saying bank charges is not cash account.still u can post the entry.
    The accounting entry will be
    Supplier a/c Debit - 10000
    To bank a/c Credit -10100
    To Bank charges a/c credit - (100)
    (instead of debiting bank charge expenses it is crediting the charges in negative figure / impact is same)

Maybe you are looking for

  • EA4500 - not as easy to set up

    Unfortunately the Linksys EA4500 is not as easy to "Set Up & Manage with Ease" as they claim. After trying to connect my Dell color laser network printer, which was working just fine with the replaced Dlink DIR-655 router, it turns out that the suppl

  • Code page

    hello! can anyone please explain what is code page? I came across a problem, while opening dataset in text mode, i use the command transfer few times, but instead of getting few lines in the file i get a string of all the lines. I was told to use cod

  • Chart region with percentage complete

    Using APEX 4.1.0.0.23 Oracle 11g database I am sure the answer is really easy but I can't seem to figure out how to create this chart region. I will have a data set which looks like this USERID VARCHAR(30) QUESTIONS_CORRECT NUMBER TOTAL_QUESTIONS NUM

  • Can we made office 365 team site as anonymous site (Public site)? If yes, please provide me the steps or some links.

    can we made office 365 team site as anonymous site (Public site)? If yes, please provide me the steps or some links.

  • Why two versions of iMovie in my Mac?

    Hi, after the upgrade to OSX Mavericks I have two versions of iMovie: the last and 9.9...why? App store say me that I have to upgrade it but I have already the lastest version on my Mac. In launchpad I have the old version not the last. In applicatio