Direct payer 'Incoming payment method E'

Dear Friends,
1) What is Direct payer..?
2)In transaction FD03, for a  Customer under company code tab, payment transactions
what does 'Incoming payment method E' mean..?.       
Can you kindly explain me ..? Thanks in advance.

Hi Kim,
By default in the IS-U print form, the payment method is derived from the print doc header as you stated but in your case this is blank even though you are successfully debiting the customer's account because the payment method is configured on the CA.  I have seen this before too and I believe it has to do with some config in the way that you are running your pre-authorized bank debit.  This is probably not a problem and you likely do not need to change config or worry about the payment method showing in the print doc header.
The quicker fix might be to adjust the code in the print form to look at field EZAWE on the contract account to determine if/when to display the appropriate payment method message.  for example:
CASE wa_doc_header-pymet. "REMOVE AND EVALUATE BELOW INSTEAD
  case wa_cont_acct-ezawe.
    when '1'. gv_pymet_message = text-p01.                  "1st
    when '2'. gv_pymet_message = text-p02.                  "10th
    when '3'. gv_pymet_message = text-p03.                  "15th
    when '4'. gv_pymet_message = text-p04.                  "25th
    when 'D'. gv_pymet_message = text-p00.
    when 'E'. gv_pymet_message = text-p00.
    when 'P'. gv_pymet_message = text-p00.
  endcase.
I hope this is of some help.
Regards,
geoff

Similar Messages

  • AR dunning even if document has an incoming payment method

    Hi,
    Our company have a situation where we need to dun documents even if there's an incoming payment method defined either in the customer master or in the document.   I know that the SAP standard behaviour says its not possible to dun these documents.   But I am wondering if someone out there has managed or was able to get around this?
    In some SCN topics, it says that BTE 0365 can be used to achieve this.  That BTE says its for contract accounting but we are only using the regular AR module.   Moreover, I can only see BTE no. 1705 to 1770 but not 0365 (if there is such a BTE, may someone give me direction where I can find this?)
    I am more of a functional person rather than an ABAPer so I apologize if my question seems to be inane. 
    Appreciate all the help.  Thanks!
    BR,
    Tess

    Hi Tess,
    TCODE:FIBF. Entre BTE framework.
    Environment->Info system(P/S): These interfaces can be enhanced function requirement, but cannot change any data.
    Environment->Infosystem(Processes): These interface can be copied and enhanced. And can change table data and change parameter data.
    You saw 1705 to 1770 which are info system(P/S).
    You can check Infosystem(Processes) again.
    click on the interface button in the second tool line. You can see the parameter of interface.
    check the parameter which you need.
    Thanks,
    Yawa

  • Dunning contract accounts with an incoming payment method

    Hi gurus, is it possible to dun contract accounts which have an incoming payment method active? if is not possible at the standard can you modify an event?
    Best regards.

    Thanks Bill for your answer, I am confused with what stated at event 365:
    Event 0365 is used in the dunning proposal run for Contract Accounts Receivable and Payable.
    In event 0365 you can check the payment method from an item - this results from the contract account, the contract, or the item itself.
    If E_XCASH = 'X' is returned, the item is dunned, even if a payment method is specified in the contract account, the contract, or the item.
    Does this applies only when the payment method is at item level???
    Thanks in advance.

  • Incoming payment method for cash

    Hi,
    Could anyone explain how to create incoming cash payment method in FBZP?
    No document type is required for payment /clearing as it is cash invoice with immediate clearing.
    Thanks,
    Ben

    Hi Ben,
    check these links, I think they can help you.
    http://help.sap.com/saphelp_rc10/helpdata/en/f4/1fae3aa8cd4da085c1585d2861eec5/content.htm
    http://help.sap.com/saphelp_sbo88/helpdata/en/44/ea2280bbc903fde10000000a1553f6/content.htm
    http://help.sap.com/saphelp_sbo88/helpdata/en/45/1830edc2eb10a5e10000000a11466f/content.htm
    http://www.scribd.com/doc/55883571/20/Business-Transaction-%E2%80%93-Automatic-Incoming-Payments-FBZP
    FBZP config
    http://help.sap.com/saphelp_sbo2005b/helpdata/en/e9/c1f6c6d612644db4400890f88b21e1/content.htm
    Best regards,
    Cristiano Silveira

  • Output Determination by Payer's Payment Method (Customer Master)

    How would i be able to set printing of invoices only for payer with certain payment method (Customer Master field)? Is this possible within standard SAP?

    Hi Ramesh,
    Thank you for your help. However, i am referring to the field KNB1-ZWELS.
    would it be possible just to maintain output condition record based on criteria of this field - payment method?
    regards,
    Zoanne

  • Payment methods for automatic incoming payment processing.

    Hi,
    We have been using 'f110'  program for automatic outgoing payment processing. Now we are trying to set the incoming payment processing using the same program.  It should be mentioned that its a Canadian organization.  For outgoing payment, we have been using Bank transfer method, one of the available methods for outgoing payment. Our organization wants the same bank transfer method for the incoming payment processing. However, Bank transfer method is not belong to the group of incoming payment methods, rather it has the following methods:
                          1. Debit memo
                          2.   Bill/ex
                          3. Bill/ exch. pyt req.
                          4. Payment demand .
    I am just wondering is there anyway we can include the bank transfer method inside the incoming payment group or we can use any of the existing method for the same purpose.      
    Reagrds,
    Lokman

    Dear Lockman,
    The payment method "B" can just be:   
    If outgoing payment:   Bank Transf           
    If incoming payment:   Debit memo            
    So Debit memo means Bank transfer for incoming payment.
    I hope this helps.
    Mauri

  • Copy payment method of payer to invoice

    hi everybody
    I have to copy the payment method of a payer to the payment method found in the Invoice header
    i tried to use the INCLUDE RV60AFZC FORM USEREXIT_FILL_VBRK_VBRP but its not working, does anybody have solution for this?

    You'll need to use a routine in VOFM transaction (Data transports -> Billing Documents) to change vbrk-zterm field. You might need some assistance from your SD consultant to assign the routine to the document type in the configuration.
    Although it is strange that Payer's payment method is not there by default... What does it use then - sold-to's payment method?
    Good luck!

  • Solution to copy payment method of a payer to the invoice

    hi everybody
    I have to copy the payment method of a payer to the payment method found in the Invoice header when Im doing the tcode VF01,
    i tried to use the INCLUDE RV60AFZC FORM USEREXIT_FILL_VBRK_VBRP but its not working, does anybody have solution for this?

    You'll need to use a routine in VOFM transaction (Data transports -> Billing Documents) to change vbrk-zterm field. You might need some assistance from your SD consultant to assign the routine to the document type in the configuration.
    Although it is strange that Payer's payment method is not there by default... What does it use then - sold-to's payment method?
    Good luck!

  • Automatic payment program - error No permitted payment method exists

    Hi All,
    I am doing the automatic payment run and done all the necessary config in FBZP.
    1) Created the payment program at country level and assigned payment program
    2) Created the payment method at company code level for check and assign the Check Form
    3) Coming to Bank determination:
       a) Ranking order : given the payment method(A -> Check) ,currency(MYR), ranking order (1) and assigned to house bank (CIMB)
       b) Bank accounts : given house bank , payment method ,currency, account ID and clearing account number.
    4) assigned the payment method (A) in vendor master.
    when i run the payment run for the vendor in F110 for company code system hitting below errors:
    >  -
    Payment method selection additional log----
    > Payment method selection for items due now to the amount of MYR      112,909.38-
    >  Payment via payee/payer 0550000008                                            
    > Payment method "A" is being checked                                            
    > Payment with 28 print items, only 16 are allowed                               
    > No permitted payment method exists                                             
    Information re. vendor 500000598 / paying company code 0546 ...                  
    ......payment not possible because of reported error                               
    End of log                                                                       
    Job finished                                                                     
    please can any body help me on this.  I done the same config in DEV and QAS.  there working fine with out any issue.   but coming to PRD its giving problem.  i double confirm the config in DEV to pRD every thing fine and same.
    thanks.
    Sandhya.

    Hi...
    I did check the 1) vendor address -> No gaps
    2) My one is check printing not bank transfer
    3) I did check all the vendor line items no payment blocks. user already unblock the relevent item to make payment.
    Here weird thing is system hitting the same above mentioned error even I updated the payment method(C) and house bank (CIMB) in  each and every line item of vendor invoice.
    Thanks,
    Sandhya.

  • Payment Method field in F-48 Down Payment

    Hi Gurus,
      I'm trying to enable the the Payment Method field in transaction F-48 ( Down Payment ). I'm trying to find the field status variant under
    FInancial Acc -> AR and AP -> Business Transactions -> Down Payment Made -> Make and Check Document Settings -> Define Field Status Variants.
    But Im unable to find one for field Payment Method.
    Thanks in advance.

    Hi,
    I think the payment method field is not avaiable in f-48. when you clear down payment against invoice the system does not clear the down payment document and invoice document automatically, you can only see the balance figure how much is left after clearing. Both the documents will be under open condition.
    you can manually clear the down payment document or you can clear the down payment and invoice balance when you run APP. For automatic payment you must specify an incoming payment method in the parameters tab for payment methods (specify both incoming and outgoing payment methods), then run APP the system automatically clears the down payment document
    Regards,
    Satish Muvva.

  • No Payment Methods Linked to the BP

    We cannot get a payment wizard passed the step 5 "Payment Method Selection Criteria". The error "There are no payment methods linked to the BP" [504-36].
    We checked the Business Partner in question and a payment method has been added and selected on the "Payment System" tab.
    What are we not linking correctly that would cause this error?

    OK - related question
    I have 10k BPs in the system
    and I have 2 outgoing payment methods defined
    and 1 incoming payment method defined
    how can I quickly "activate" the payment methods for all BP's without having to re-import all 10k BPs using DTW?
    is there a script I could run that would activate (check the box) for all vendors - so that the payment methods will be active?

  • Incoming payments(card payment) in biller direct not updating in SAP.

    Hi Friends,
    we are using the FSCM Biller direct for customer incoming payment.  we have maintained the payment method (incoming) and credit card number in customer master.
    every think is displaying in biller direct like open items and clear items.  But we received a payment from customer through credit card and its updating in portal, but its not updating SAP.  it's in inactive mode when i am trying to clear the open items.  giving the message that this amount is already done in biller direct.
    so please suggest me how the open items are cleared when the payment are received through biller direct.
    thanks in advace.
    Regards
    Ram
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Mar 25, 2009 4:36 PM

    Hi
    thank for your reply.  I have not posted in SAP.  customer has paid the payment in Portal and i have selected the payment for the line item.  Now that line item is coming in progress condition (not in processed).
    in SAP that line item is not active.  If i will select the line item system will give the message that is line item is processed in biller direct.
    please tell me the process of biller direct payments in SAP and then only in portal the payment line item will be go to the process item (now its in in process condition).  is their any upload for the payment document in SAP.
    please suggess me Standard payment process through Biller direct.  then i will compare the present senarious.
    thanks in advance.
    regards
    Ram

  • Direct debit payment method in F-58

    While i am trying to enter F-58 by giving payment method D(direct debit) and house bank, then system giving the following error message. Previously i have changed the direct debit method from incoming to outgoing payments, and the same maintained in Vendor master. I have created a check lot also and the same check lot given in f-58 by giving payment method D. the following error is coming.
    Enter payment method with which checks are created
    Message no. F5442

    How to maintain the payment methods in OBVCU.  I am not able. In which view cluster we have to maintain.
    Can u pl explain in detail.

  • Error : FZ010 : Enter a payment method for incoming payments

    Hi,
    I am running F110 and paying intercompany vendors/customers.
    I am running payment run for Compony 0050 and paying my vendor VEND0060 and CUST0060.
    The balance of vend0060 is 2 million(credit) and  balance of CUST0060 is 1 million (Debit).
    So I am going in Reallocate and changing the bank details as getting exceptioin in CUST0060. But it gives out an error "Enter Payment method for incoming payments"
    We have just configured outgoing payment and actually as credit balance is more, it should not give this error.
    Does any one know solutin for this?
    Error in details:
    Enter a payment method for incoming payments
    Message no. FZ010
    Diagnosis
    The balance of the items to be paid requires a payment method for incoming payments. You specified a payment method that is defined for outgoing payments.
    System Response
    The payment method is rejected.
    Procedure
    Enter a payment method for incoming payments.
    Thanks
    JR

    In the master record of the customer/vendor, ensure that the appropriate payment methods are maintained.  If you click on F4 on the payment method field, you can see different methods available for Incoming Payments and different methods for Outgoing payments.
    Assign points accordingly.
    Thanks,
    Madhav Nanduri

  • Payment method for incoming payments

    Hi,
    I am trying to net off a customer balance against a vendor, however system is asking me to define a payment method for incoming payment for customer line items.
    could you please suggest me where to define payment method for incoming payments.
    Your prompt help is greatly appreciated.
    Thanks
    Ramesh.

    call transaction FBZP
    double click of "payment Method in country"
    here you defined the payment metod at country level & company code level
    plz assign point as way of thanks

Maybe you are looking for

  • What's the best external dvd drive (including Mac software) for an iMAC

    Would like to know.

  • Image Viewing Issues On Macbook Pro for Various Browsers.

    Hey everyone, I have noticed lately that as I am browsing the internet certain images become blocky and have color changes such as these: Does anyone know what is going on/ how to fix this?? It would be of great help.. Thanks!! -Ashley

  • Sending a long document

    I have no idea where to ask this question, so I'm doing so here. And, this is probably a stupid question with an obvious answer. I have to email a 4+ MB document to some non-Mac people. The document is currently in .rtf in Word 2004. If I simply make

  • Uploading in Lightroom

    I have been uploading some web galleries with lightroom for a horse show.  The first gallery I uploaded, went just fine.  However, the others I have uploaded, I have noticed  I get an error of  "An error occurred sending the file: a response was not

  • Implementing data access/security in OBI EE

    Hi Everyone I have got a requirement to introduce data level security in OBI sitting on two data sources : SQL Server and ESSBASE. The requirement is as such that if a user has access to region ASIA he can see only ASIA data but the problem is the AS