Error in Check payment forms (FBZ5)

Hello all,
After posting in F-53 (Vendor outgoing payment) successfully when I go to print payment forms (FBZ5) I am facing one error and it shows that
Line item for outgoing payment cannot be determined; check
Message no. F5474
Diagnosis
In the document no line item was found to have been posted to the G/L account specified in table T042I for posting outgoing payments. This means that you cannot determine how high the payment amount is and for which house bank the payment transfer medium is to be issued.
System Response
The payment transfer medium cannot be printed.
Procedure
Providing the document entered was correct, proceed as follows:
1. Find out which account is missing, using the payment document.
2. Have missing accounts added in table T042I.  The table can be maintained using the payments menu within customizing.
What is the solution of this problem?
Please help me for resolve this problem.
Thanks ,

Hi
Please maintain cheque out going payment GL account for the below combinations in OBVCU
Co.code,House Bank,Payment Method,crcy & Acct id.
Regards,
Mukthar

Similar Messages

  • Need help with check out form - Payment method error

    When I check out error comes up "Payment Method must be selected" though it is.
    The 30 day account option works but Credit cards get the above error.
    Anyone able to help me?
    Andrew
    <h1>Checkout</h1>
    <p class="required-h1-tip"><span>*</span> Required field</p>
    <p>Please fill out the required fields, delivery address and payment fields.</p>
    <hr />
    <section class="checkout form-container">
    <form name="catwebformform42059" class="form-generic-a checkout-a" id="catwebformform42059" onsubmit="return checkWholeForm42059(this)" action="/FormProcessv2.aspx?WebFormID=10850&amp;OID={module_oid}&amp;OTYPE={module_otype} &amp;EID={module_eid}&amp;CID={module_cid}" enctype="multipart/form-data" method="post">
        <fieldset>
        <h2 class="a">1. Account Information</h2>
        <!--<div class="row">
        <p class="field field-a">
        <label for="username">User Name <em>*</em></label>
        <input type="text" value="{module_username}" id="f-username" class="text" name="UserName" />
        </p>
        <p class="field field-b">
        <label for="password">Password <em>*</em></label>
        <span class="half">
        <input type="password" value="{module_password}" id="f-password" class="text" name="Password" />
        </span></p>
        <p class="field field-b">
        <label for="confirm-password">Confirm <em>*</em></label>
        <span class="half">
        <input type="password" value="{module_password}" id="f-password-confirm" class="text" name="PasswordConfirm" />
        </span></p>
        </div>-->
        <div class="row">
        <p class="field field-a">
        <label for="first-name">First Name <em>*</em></label>
        <input type="text" name="FirstName" class="text" id="f-first-name" value="{module_firstname}" />
        </p>
        <p class="field field-a">
        <label for="last-name">Last Name <em>*</em></label>
        <input type="text" name="LastName" class="text" id="LastName" value="{module_lastname}" />
        </p>
        </div>
        <div class="row">
        <p class="field field-a">
        <label for="email">Email Address <em>*</em></label>
        <input type="text" name="EmailAddress" class="text" id="f-email" value="{module_emailaddress}" />
        </p>
        <p class="field field-a">
        <label for="phone">Phone Number <em>*</em></label>
        <input type="text" name="HomePhone" class="text" id="f-phone" value="{module_homephone}" />
        </p>
        </div>
        <div class="row checkbox"><span class="tick">
        <input type="checkbox" name="CampaignList_20945" class="tick" id="f-updates" />
        </span>
        <label for="newsletter-a">Keep me up to date on product information, sales, and special offerings.</label>
        </div>
        </fieldset>
        <hr />
        <fieldset>
        <h2 class="a">2. Shipping Address</h2>
        <div class="row">
        <p class="field field-a">
        <label for="ShippingAttention">Shipping Name: <em>*</em></label>
        <input type="text" class="text" id="ShippingAttention" name="ShippingAttention" />
        </p>
        </div>
        <div class="row">
        <p class="field field-a">
        <label for="shipping-addr-1">Address Line 1 <em>*</em></label>
        <input type="text" class="text" id="ShippingAddress" name="ShippingAddress" />
        </p>
        <p class="field field-a">
        <label for="shipping-addr-2">Address Line 2</label>
        <input type="text" class="text" id="ShippingAddress2" name="ShippingAddress2" />
        </p>
        </div>
        <div class="row">
        <p class="field field-a">
        <label for="shipping-city">City <em>*</em></label>
        <input type="text" class="text" id="ShippingCity" name="ShippingCity" />
        </p>
        <p class="field field-a">
        <label for="shipping-state">State <em>*</em></label>
        <input type="text" class="text" id="ShippingState" name="ShippingState" />
        </p>
        </div>
        <div class="row">
        <div class="field field-a">
        <p class="field-b">
        <label for="ShippingZip">Zip / Postal Code <em>*</em></label>
        <input type="text" class="text" id="ShippingZip" name="ShippingZip" />
        </p>
        </div>
        <!--  <p class="field field-a">
                        <label for="shipping-phone">Phone Number <em>*</em></label>
                        <input type="text" id="shipping-phone" name="shipping-phone" />
                    </p> -->
        </div>
        </fieldset>
        <hr />
        <fieldset>
        <h2 class="a">3. Billing Address</h2>
        <div class="row checkbox"><span class="tick">
        <input type="checkbox" class="tick" value="1" id="f-shipping-same" name="same_shipping" />
        </span>
        <label for="billing-same-as-shipping">Check this box if billing address is the same as shipping address.</label>
        </div>
        <div class="row">
        <p class="field field-a">
        <label for="billing-addr-1">Address Line 1 <em>*</em></label>
        <input type="text" value="{module_homeaddress}" id="BillingAddress" class="text" name="BillingAddress" />
        </p>
        <p class="field field-a">
        <label for="billing-addr-2">Address Line 2 <em>*</em></label>
        <input type="text" class="text" id="BillingAddress2" name="BillingAddress2" />
        </p>
        </div>
        <div class="row">
        <p class="field field-a">
        <label for="billing-city">City <em>*</em></label>
        <input type="text" value="{module_homecity}" id="BillingCity" class="text" name="BillingCity" />
        </p>
        <p class="field field-a">
        <label for="billing-state">State <em>*</em></label>
        <input type="text" value="{module_homestate}" id="BillingState" class="text" name="BillingState" />
        </p>
        </div>
        <div class="row">
        <p class="field field-b">
        <label for="BillingZip">Zip / Postal Code <em>*</em></label>
        <input type="text" value="{module_homezip}" id="BillingZip" class="text" name="BillingZip" />
        </p>
        </div>
        </fieldset>
        <hr />
        <fieldset id="credit-card-information">
        <h2 class="a">4. Payment Options</h2>
        <div class="row">
        <h4>Approved 30 DayAccount Customer</h4>
        <p class="field">Please select   
        </p>
        <input type="radio" name="PaymentMethodType" id="PaymentMethodType" value="8" /><span style="font-size: 18px; color: #ffff00;">Account Customers Only</span><hr />
        <h2>Pay by Credit Card</h2>
        <p class="row row-accepted-cards">
        We accept the following credit cards: <img alt="" src="temp/cards.png" />            </p>
        <label for="card-type">Card Type <em>*</em></label>
        <span class="select">
        <select name="CardType" class="text" id="f-cc-type">
        <option selected="selected" value="1">Visa</option>
        <option value="2">Master Card</option>
        <option value="4">American Express</option>
        </select>    </span>
        </div>
        <div class="row">
        <p class="field field-a">
        <label for="name-on-card">Name on Card <em>*</em></label>
        <input type="text" name="CardName" class="text" id="f-cc-name" />
        </p>
        <p class="field field-a">
        <label for="card-number">Card Number <em>*</em></label>
        <input type="text" name="CardNumber" class="text" id="f-cc-number" />
        </p>
        </div>
        <div class="row">
        <p class="field card-expiration">
        <label for="card-exp-month">Card Expiration <span class="offset">Month</span> <em>*</em></label>
        <span class="select one">
        <select name="CardExpiryMonth" class="s" id="f-cc-exp-month">
        <option selected="selected" value="1">January</option>
        <option value="2">February</option>
        <option value="3">Mar</option>
        <option value="4">Apr</option>
        <option value="5">May</option>
        <option value="6">Jun</option>
        <option value="7">Jul</option>
        <option value="8">Aug</option>
        <option value="9">Sep</option>
        <option value="10">Oct</option>
        <option value="11">Nov</option>
        <option value="12">Dec</option>
        </select>
        </span>
        <label class="offset" for="card-exp-year">Card Expiration Year<em>*</em></label>
        <span class="select">
        <select name="CardExpiryYear" class="xs" id="f-cc-exp-year">
        <option value="2015">2015</option>
        <option value="2016">2016</option>
        <option value="2017">2017</option>
        <option value="2018">2018</option>
        <option value="2019">2019</option>
        <option value="2020">2020</option>
        <option value="2021">2021</option>
        <option value="2022">2022</option>
        </select>
        </span></p>
        </div>
        <div class="row">
        <div style="display: none;">
        <input type="radio" name="PaymentMethodType" class="tick" id="f-payment-method-cc" value="1" />
        <input type="radio" name="PaymentMethodType" id="PaymentMethodType_9" value="10" />
        </div>
        </div>
        <div class="row">
        <p class="field ccvn">
        <label for="ccv-number">CCV Number <em>*</em></label>
        <span class="ccv">
        <input type="text" name="CardCCV" class="text" id="f-cc-cvv" />
        </span></p>
        </div>
        </fieldset>
        <div class="wrap total">
        <p class="sum">Total: <strong><span class="amountSpan"></span></strong></p>
        <p class="action"><button class="button-a" type="submit">Checkout</button></p>
        </div>
        <input type="hidden" name="Amount" class="cat_textbox" id="Amount" readonly="readonly" />
        <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
        <script language="javascript" type="text/javascript">
                //<![CDATA[
                var submitcount42059 = 0;function checkWholeForm42059(theForm){var why = "";if (theForm.Username) why += isEmpty(theForm.Username.value, "Username"); if (theForm.Password && theForm.PasswordConfirm) { why += isEmpty(theForm.Password.value, "Password"); why += isEmpty(theForm.PasswordConfirm.value, "Confirm Password"); if (theForm.Password.value != theForm.PasswordConfirm.value) why += appendBreak("- Password and its confirmation do not match."); if (theForm.Password.value.length < 6) why += appendBreak("- Password must be 6 characters or longer."); }if (theForm.FirstName) why += isEmpty(theForm.FirstName.value, "First Name"); if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Last Name"); if (theForm.HomePhone) why += isEmpty(theForm.HomePhone.value, "Phone Number"); if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value);if (theForm.ShippingAttention) why += isEmpty(theForm.ShippingAttention.value, "Shipping Name");if (theForm.ShippingAddress) why += isEmpty(theForm.ShippingAddress.value, "Shipping Address"); if (theForm.HomePhone) why += isEmpty(theForm.HomePhone.value, "Phone Number"); if (theForm.ShippingState) why += isEmpty(theForm.ShippingState.value, "Shipping State");  if (theForm.ShippingCity) why += isEmpty(theForm.ShippingCity.value, "Shipping City");  if (theForm.ShippingZip) why += isEmpty(theForm.ShippingZip.value, "Shipping Zipcode");
                if (theForm.BillingAddress) why += isEmpty(theForm.BillingAddress.value, "Billing Address");  if (theForm.BillingState) why += isEmpty(theForm.BillingState.value, "Billing State");  if (theForm.BillingCity) why += isEmpty(theForm.BillingCity.value, "Billing City");  if (theForm.BillingZip) why += isEmpty(theForm.BillingZip.value, "Billing Zipcode");
                 if (!theForm.PaymentMethodType || getRadioSelected(theForm.PaymentMethodType) == 1) { if (theForm.CardName) why += isEmpty(theForm.CardName.value, "Name on Card"); if (theForm.CardNumber) why += isNumeric(theForm.CardNumber.value, "Card Number"); if (theForm.Amount) why += isCurrency(theForm.Amount.value, "Amount"); } if (theForm.PaymentMethodType) why += checkSelected(theForm.PaymentMethodType, "Payment Method");if(why != ""){alert(why);return false;}if(submitcount42059 == 0){submitcount42059++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
                // Credit Card info is not required if paying by PayPal, Hosted Credit Card, COD etc
                function ShowCCFields(val) {                           
                    if (!document.getElementById('paymentdiv'))
                        return;         
                    if (val != 1)
                        document.getElementById('paymentdiv').style.display = 'none';               
                    else
                        document.getElementById('paymentdiv').style.display = 'inline';
                //]]>
            </script>
    </form>
    </section>

    Locking this thread.
    You only need one post on something

  • "Error When Creating the form" in "Salary Statement"-Benefits and Payments

    hi
    When I enter the option "Salary Statement" (in "Benefits and Payment")  shows me the error "Error When Creating the form"
    http://img571.imageshack.us/img571/9986/payroll1.jpg (in "Salary Statement")
    http://img153.imageshack.us/img153/3007/payroll2.jpg  (My Error -  "Error When Creating the form")
    but, my sap system has Payroll customized, check it entered this tcode RPCEDTE0 I also put the appropriate values to obtain a good result.
    http://img716.imageshack.us/img716/2544/payroll5.jpg (screen RPCEDTE0)
    http://img541.imageshack.us/img541/1593/payroll6.jpg (result RPCEDTE0, Remuneration Statement correctly)
    What I must customize addition to Payroll(back-end) to run this option of "Salary Statement"?
    I hope for posts and helps,
    Ivan

    hi Sandip
    I clear the temporary files, but the error persist.
    I think so,  my error is because otherwise customizing the salary statement is seen in ERP (Back-End) but I can not see through the sap portal (Error: Salary Statement http://img153.imageshack.us/img153/3007/payroll2.jpg)
    thanks for your post and helps,
    Ivan

  • FBZ5 and Payment Form

    Hello,
    I have copied a Sap Script/Payment From from a previously customized Sap Script/Payment. The thing is the MAIN window is identical to that of the previous program.
    But when I execute Check -> Print in FBZ5, the copieid Sap Script/Payment Form is calling another Text Element and that shouldnt be because when I use the old Form its not being called.
    <b>
    Question is what program is being called to execute the Sap Script Form? I need to know why my new program is calling that Text Element.</b>
    Note: The only thing I added in the New Form is a new Window w/o a text element being called. Just uses a perform statement to execute an ABAP program and display the details in that window.
    Thank you and hope to hear from you soon.

    Hi gwen.davis,
    if you mean a template, yes. However, iuf your answer is no then please explain the issue.
    Thanks,
    Vikrantt Singh

  • Error code -42408. I downloaded a newer version of iTunes, 10.7. Now it will not let me purchase anything. How do I fix? I have edited and revised all my names and account settings, checked payment. Quit, restarted. Help

    I downloaded a newer version of iTunes, 10.7. Now it will not let me purchase anything. I get an error code -42408. What does this mean and how do I fix? I have edited and revised all my names and account settings, checked payment. Quit, restarted. Help please, I'm going crazy without my iTunes. I'm on a MacBook Pro.

    Found this item it may help
    OK, I have fixed it here. Here's what I did:
    quit iTunes
    trashed ~/Library/Preferences/com.apple.iTunes.plist
    started iTunes, and authorised my account
    Worked straight away after that !

  • Savings and Check account as payment form in web channel for B2C

    Hi
    We have a requirement to handle a Payment Form with a Savings Account or Check account, any idea how we can handle this in the Web shop?.
    Our concern is where  we can store the require information in the Sales Order in this scenario?
    Maybe we  can create a Payment Card option as a Savings or Check?
    Best Regards

    Only these options are pre-assinged:
    Invoice payment
    Cash on Delivery
    Credit Card payment
    Maybe we can create a Payment Card option as a Savings or Check?
    You probably have the answer. Your E-Commerce application can only do what your backend system is capable of doing. Your backend can only do what the Payment Card Interface is capable of doing.
    See this Document [Payment Card Interface|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a742b490-0201-0010-fc86-8a6058631acc] for further information of what needs to be done in R3 to enable this as a payment option.

  • Payment run error "No check exists which meets the selection criteria"

    I have done a payment run successfully, maintained a variant for the check print program but when I want to display the cheques i get this error: " No check exists which meets the selection criteria"  
    I have mantained the check lot for the house bank and the ID as well.
    What could be the problem? Please help.
    Regards
    Debra

    Hi
    I have checked FBZP t. code and the check lots , all seem to be in order. I still have not found out where the problem is.
    Thanks Shammi
    Regards
    Debra

  • Sequence Error in AP Batch Payment Form

    Hi all,
    i've customized AP batch payment form via custom.pll enabling check_date in some cases. It works fine, but after updating the date i receive the following error message:
    "APP-FND-01702:An assignment does not exist for these parameters and one is
    mandatory"
    Do you know how can i solve it?
    Thanks,
    Simona

    all the metalink docs are suggesting its a setup problem:
    1. In System Administrator Responsibility navigate to Application>Document>Categories
    Using the Find torch ensure you have the Category defined that you require.
    2. Create a Sequence
    Navigate to Application>Document>Define
    Name - whatever you wish to call it (must be unique)
    Application - Oracle Payables
    Effective From - Assign a date in the past - say 01-JAN-04 (your choice)
    To - Blank
    Type - Automatic (if you wish the sequence generator to assign a number)
    Message - your choice - do you want a pop-up window to display the value when assigned?
    Initial Value - your choice of starting value
    SAVE
    3. Assign the Sequence to the Category
    Navigate to Application>Document>Assign
    Document Tab
    Application - Oracle Payables
    Category - whatever you used in 1 above
    Set of Books - your SOB value
    Method - Manual
    Assignment Tab
    Start Date - when you want the sequence to start being assigned (cannot be before Effective From
    Date from 2 above)
    End Date - Blank
    Sequence - Your sequence name from 2 above
    SAVE

  • Error message "failed to load an application resource (internal error)" when checking form in LiveCycle preview PDF

    After creating a form, when I click on Preview PDF, I am now getting an error message "Failed to load an application resource (internal error)". Not sure why this has started recently, but it makes it impossible to check my forms for clients before I send them. I can open them outside of the program in Adobe Reader, but it is faster to check the form within LiveCycle and change them if necessary. Please help!

    I fixed mine! In Reader 9 and 10.0 I had disabled the ReadOutLoud feature as it kept popping up whenever it felt like it, and I don't need ReadOutLoud. What worked for me was first to purge the system of Reader 9 - the uninstall routine leaves stuff behind. Then I went into the Reader 10 program folder, located the plug_ins sub folder, and renamed it to oldplug_ins. Then I ran the repair routine which recreated the plug_ins subfoler.. All now works, except that the <expletive deleted> ReadOutLoud is up to its old tricks again, but I can live with that for now.
    Hope this helps.

  • Check Name Error after hitting Submit Form button

    The screenshot above is of the error I am receiving once clicked on the Submit button.  All our users are currently running XP 32bit, Adobe Acrobat Pro 9.3.4 (which was used to create the form), Adobe Reader 9.3.4 and Outlook 2010 Exchange.  I've already tired opening the PDF in both Reader or Acrobat pro and both still come up with the same error.  Here's the kicker, when this PDF was distributed to a PC with ONLY Adobe Reader, then the user was able to submit the form properly.  Only for the users who have both Acrobat Pro and Reader are getting the error above.  Any ideas what might be causing it?  We currently are not in a position to upgrade to Reader X because of some webpages used can only support 9.3 or less.
    Thanks in advance!
    If you can't see it, the error reads:
    Check Names
    Microsoft Outlook does not recognize "1. Double-click the attachment.".
    Select the address to use:
    (No suggestions)

    The screenshot above is of the error I am receiving once clicked on the Submit button.  All our users are currently running XP 32bit, Adobe Acrobat Pro 9.3.4 (which was used to create the form), Adobe Reader 9.3.4 and Outlook 2010 Exchange.  I've already tired opening the PDF in both Reader or Acrobat pro and both still come up with the same error.  Here's the kicker, when this PDF was distributed to a PC with ONLY Adobe Reader, then the user was able to submit the form properly.  Only for the users who have both Acrobat Pro and Reader are getting the error above.  Any ideas what might be causing it?  We currently are not in a position to upgrade to Reader X because of some webpages used can only support 9.3 or less.
    Thanks in advance!
    If you can't see it, the error reads:
    Check Names
    Microsoft Outlook does not recognize "1. Double-click the attachment.".
    Select the address to use:
    (No suggestions)

  • Adobe Form for F110 Check Payments

    Currently, F110 uses an SAPScript form defined in t-code OBVU for its check payments. Is it possible to use an Adobe form instead? If so, is there a template or example anywhere? I am using t-code SFP.
    Thank you for your help.
    Brenda

    Is it possible to use an Adobe form instead?
    Of course. You will find a predelivered (next step) or create one yourself.
    There is also the option to migrate the smartform but I would never do that even if I got paid for that (the result is very messy), check the details here:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/16/a369b1800e4bdda978ee0fe3b7bd2c/content.htm
    If so, is there a template or example anywhere?
    List of SAP standard Adobe forms: Go to http://service.sap.com/erp  (SAP ERP) -> Media Library - SAP ERP Overview -> Detailed information cross ERP -> Adobe Forms for SAP ERP
    Standard programs: 
    or example anywhere?
    Adapt yourself a tutorial:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c2567f2b-0b01-0010-b7b5-977cbf80665d
    or learn how to enhance the standard (you will only create a brand new adobe instead of smartform if you didn´t find one):
    /people/otto.gold/blog/2010/05/06/how-to-deal-with-sap-standard-adobe-forms
    Regards Otto

  • Payment form LOV to show only open check books

    Hi
    In AP payment form, bank document LOV show all the checkbooks of a bank created from start till today. I want to restrict it so that it should show open checkbooks having available document numbers and not the closed checkbooks to facilitate users.
    Any links, document or hint please?
    regards

    Thanks for trying this out, but my problem remains. Here is some more info I should have included before. I am using the Forms Runtime executable that accompanies Forms Builder 6.0.8.11.3. Form A is the "parent" form and opens Form B. Leaving Form B open, user returns to Form A and from there opens Form C. User again returns to Form A (leaving both Forms B and C open) and attempts to open Form D. The "startup_steps" procedure runs, determines that Form D should not be opened at this time, and issues an exit_form. I want to alert the user and leave Forms A, B, and C running without Form D, but instead all the forms are exited, quitting Forms runtime. Do you get different results with this version of Forms?

  • 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.

  • Check payment element

    we have one check payment, we assign form Z_check for the payment method, we already run one check payment and submit to the bank
    but in payment log, we find error: it says in form Z_check/window MAIN, the element 315-Y (text-Y) is missing, but as I go to SE71 text element, I only see 315-C, no 315-Y, so how to maintain 315-Y?
    if we correct this error, what steps we need to follow to generate the new check? do we need to cancel payment, delete payment?

    We have a similar problem. I will also like to know what the solution is. In ou case it is not a check payment but an electronic bank  payment. We also need to only RESET the payment entry but NOT reverse it. However now when we are trying to do FBRA, the system says exaclty the same message as posted in the original query here.
    regards,
    Suvarghya

  • Error in F110 (Payment run 07/28/2011 1008I is intended for cross-payment )

    Hi,
    We are getting error in F110 Automatic Payment run.
    Proposal and Payment run are getting created , But when we run the printout step it is giving the following error
    1. Payment run 07/28/2011 1008I is intended for cross-payment run payment media                    FZ           110          S
    2. No Record found
    Please help me if any one has worked on same senario.
    Thanks,
    Babumiya Mohammad

    Hi Babumiya,
    Please check FBZP setting for the payment run - Company Code , Country Code - for the corresoonding Payment method.
    The form with driver program will trigger for the above combination ( as whatever is detailed out in FBZP transaction code).
    While triggering the payment run, do check whether the standard job has been created or not (F110*).
    Regards,
    Anmol Saxena.

Maybe you are looking for