Error messages in invoice pool (VF04)

Hi!
When i use transaction VF04 to invoice if there are any standard errors, the transaction ends all invoices and shows a report with a log of the errors; but the important is, that it finishes all the invoices.
The problem is if i put some message error by a user exit. If I use VF04 and one of this invoice have a error message (own, no standard) the program stops. I mean, if I have 4 invoices and the error is in the second one, the next two invoices are not done.
So i want to put this message errors into the reports like the standard messages. Maybe is some properties of the message, but i'm not sure.
Thank's in advance!
Cheers,
Xavi.

Hi Xavier,
I see this post is pretty old, I have a similar problem with yours - how could I find out how to issue some error messages from one of the VF04's exits the "standard way" - I'm tanking about the EXIT_SAPLV60B_001 .
Thank you in advance,
MM

Similar Messages

  • Error Message in Invoice Posting

    Dear All,
    error is in MIR4: Balance not zero: 90,00  debits: 10,00  credits: 100,00.
    There is a tolarance limit 150. This is lower limit, so it should be posted but it is not.
    Invoice     100     
    SES      10     
    Variance     90     
    Variance threshold allowed  150. Variance is in limit so should be autoposted but it is not.
    Maintined values T169G table and T169V table correctly.
    Thanks,
    Prabhakar
    Balance not zero: 90,00  debits: 10,00  credits: 100,00
    Message no. M8534
    Diagnosis
    The system has discovered a difference between the debits and credits. This difference lies outside the tolerance limits set.
    System Response
    The system cannot post the document.
    Procedure
    If this message appears when you are processing a document online, you can
    change the amounts or enter new items until you can post the document
    change the Invoice Verification type, so that the document can be posted later in the background.
    If this message appeared when a document was verified
    Edited by: Prabhakar Dharmala on Nov 23, 2010 9:35 AM
    Invoice     100     
    SES      10     
    Variance     90     
    Variance threshold allowed  150. Variance is in limit so should be autoposted but it is not. There is a tolarance limit 150. so it should be posted, is this possible.

    hi
    check note Note 387909 - MR8M: Error message M8534 "Balance not zero: ..."
    Note 377128 - MR8M: Error M8534 "Balance not zero"
    Note 766389 - MIRO: M8534 Balance is not zero after changing invoice date
    Edited by: Kunal Ingale on Nov 23, 2010 5:18 AM

  • Error message in Module Pool program

    Hi folks,
               I have developed a module pool program for a custom screen. while entering data on the screen,
    it throws a error message for a wrong data entry.But, even after cliking enter, the error message coming repeatedly and the screen is disabled.I havent inculded the screen fields in between CHAIN-ENDCHAIN.Is this the reason for the bug. If so, i have approximately 50 fields on my screen.Should i keep all those fields in between CHAIN-ENDCHAIN. Pls suggest me...
                  Thanks in advance,
                  Shyam.

    Hi Shyam,
    Please find the LInk below
    Hope this is help full
    [Error Message|Re: chain endchain]
    Thanks
    kalyan

  • Edit screen after error message in module pool

    Hello Experts,
    In our scenario ,we have some checks over inputs given in a table control of module pool screen.Requirement is that after error message we need to display that record of table control in editable mode.
    Thanks.

    Thanks for the reply...The issue was resolved by dispaying information message and using EXIT to stop program flow.

  • Config to display error message if Invoice amt is different with GR amount

    Dear All.
    Could you pls let me know how to enable (Configuration) the system to show error message if the Invoice amount is more than GR (Goods Receipt) amount. Pls let me know the config steps if any..
    Thanks in advance
    Best Regards,
    GOPI

    Hi, Christophe
    Yes, i try, but any message is not generated and is possible to enter the invoice. I need that the message appears when the vendor (field name; invoice party, Details) is changed after to have to referenced PO.
    thanks.

  • ERROR MESSAGES IN MODULE POOL

    hi experts,
    i ve a query.
    say i am getting an error messages in modulepool, u all knw that if an eeror  occurd flow halt in that particular screen
    nw hw can i get exit from transaction without using, chain-endchain, at exit command, leave prog etc
    plz help, thnx in advance

    hi,
    if you are writing message statement with  type 'E' the write the message statement with  type 'S' display like 'E'. this will display the status messgae as error message and the flow will continue........
    "  for ex.
    " if you write....
    MESSAGE 'ERROR MESSAGE' TYPE 'E'.
    " THEN CHANGE IT TO.....
    MESSAGE 'ERROR MESSAGE' TYPE 'S' DISPLAY LIKE  'E'.
    Regards,
    Siddarth

  • Handling Error message in Module Pool screen

    Hi Folks,
    I have developed a ALV report for table maintenace and I am calling the Dialog screen (small one) and Create and update the records of the Ztable through that screen.
    Presently I am handling the error message in the main ALV screen .
    My requirement is that I have to handle those error messages in small module screen.
    How to do the same ?
    Thanks.
    Hemum.

    crate message se91.
    insert failure
    if sy-subrc  <>0.
    message e001 with 'all readt exist'.
    endif.

  • How to inactivate Error Message - 'an invoice as been posted at a later da'

    Hi, Experts,
    When posting customer invoices - a mssg comes up and states that an invoice as been posted at a later date.  Would we be able to remove this comment as it is an extra keystroke that we do not need - takes time to address and we always have invoices that we post different dates.
    Thanks!
    Lorrie

    Hi Lorrie,
    This warning message is hard coded in the application.  It is a good reminder for most users.  Although you may feel it is unnessesary, quite a few people found it is helpful.
    When you delete any files, you always receive warning.  Do you think that is not neccesary even if you know it is right and you have to delete quite a few files?
    Thanks,
    Gordon

  • Error message control for invoice w/o PO in SRM

    Hi,
    Anyone  know how to setup error message if invoice value limit is above e.g. 10000 USD? Invoice will be entered without PO.
    There will be no PO but invoice will be created and user should get error message if total invoiced value is above 10000 USD.
    We are in SRM_SERVER5.5 with SP 06.
    If anyone came across during IMS setup, please help me on it.
    Thanks in advance.
    Regards,
    Rahul Mandale

    Hi Atul,
    Thanks for your useful answer.  I am getting error message while creation of invoice. But problem is that it is throwing message for all invocie, need to consider  if condition of  'GROSS_AMOUNT >= 1000 USD. During creation of invoice, it should throw msg 001 (YIMS) which I have configured as my exception in  IMS when fulfills the condition.
    I am sending code for 'CHANGE' and "CHECK'  BADI.
    Can you check and suggest the correction? Where I need to put this conditon for pop up of error while gross_amount >= 1000  while creation and change of invoice??
    Thanks in advance.
    regards,
    Rahul
    <b>method IF_EX_BBP_DOC_CHANGE_BADI~BBP_IV_CHANGE.</b>
    DATA:   ls_header               TYPE bbp_pds_inv_header_d,
              lt_messages             TYPE TABLE OF bbp_smessages_badi,
              ls_message              TYPE bbp_smessages_badi,
              lf_dummy                TYPE c,
              lf_gross_amount         TYPE BBP_IV_AMOUNT,
              i_guid                  TYPE BBP_GUID .
    get data of the invoice from guid
      CALL FUNCTION 'BBP_PD_INV_GETDETAIL'
        EXPORTING
          i_guid   = i_guid
        IMPORTING
          e_header = ls_header.
      IF ls_header-GROSS_AMOUNT >= 1000.
    CLEAR ls_message.
        ls_message-msgty       = 'E'.
        ls_message-msgid         = 'YIMS'.
        ls_message-msgno     = '001'.
    APPEND ls_message to lt_messages.
        EXIT.
      ENDIF.
    <b>method IF_EX_BBP_DOC_CHECK_BADI~BBP_DOC_CHECK.</b>
    Data        ls_message TYPE bbp_smessages_badi.
    *To create  custom message
        clear ls_message.
        ls_message-msgty = 'E'.
        ls_message-msgid = 'YIMS'.
        ls_message-msgno = '001'.
        append ls_message to et_messages.
    endmethod.

  • Error Message Posting a Non-PO Vendor Invoice

    The instance is ECC 6.0.
    While trying to post a non-PO vendor invoice, I am getting the below error message:
    "RKEAK-FIELD(12) is not an input field
    Parked document could not be posted 00 S 347 RKEAK-FIELD"
    Does anyone ever bumped into the same error message or have an idea what is generating the error?
    The issue started happening after one of the accounts in posting (Vendor Discounts) which is a CE was changed to post to Profitability Segment in OKB9. This error was not faced earlier when the account was posting to Cost Centers.
    We are using new GL and Doc Splitting functionality.

    Thanks for your reply.
    I checked the note and it says the affected release are 3.0 D to 3.1G. But we are on ECC 6.0. Moreover, as per the note this is an issue with Tcode FB01, but I am using tcode FB60 for creating the non-PO invoice...
    Please let me know your thoughts...

  • Error message during A/R Invoice Posting

    Dear all!
    Wat does the following error message states?
    [Microsoft][SQL Native Client][SQL Server]Cannot insert the value NULL into column 'DocEntry', table 'ABC.dbo.INV11';column dose not allows nulls. insert fails.
    i got this when i tried to post A/R Invoice. i checked the table inv11. it is stated as drawn down payments. but i hav'nt set for down payments. how to overcome this error in order to add the document.
    Zen.

    Is it happening for All invoices or one particular invoice.  
    Did you Add a Text type row and delete it after adding?
    Some of the reasons are that the One of the Invoice rows has an additional DocEntry or there is some data corruption.
    SAP Support has queries to check this.
    But please let me know on my questions
    Suda

  • Cancel a SD invoice error message "no authorization for transaction FB08"

    Hi Gurus,
    I am trying to cancel a SD invoice and am receiving the error message " no authorization for transaction FB08" is coming. Never has this happened in past, i have checked all the security authorizations also and they are in place. Accounting document status is showing as not cleared. Also, as per my understanding cancellation of invoice happens through VF11 which does not calls FB08. Please point out reasons as to why this could be happening and the possible solution thereof.
    regards
    Anmol Pareek

    Hi Anmol
    Once you got the error screen, immediately after that goto T code SU53 and expand all link. Take the screen shot and send it to your BASIS team to provide you proper access.
    Yes you are correct cancellation is done through VF11 but sometime some programs internally calls other T codes.
    take help of your basis team.

  • Error message of Excise invoice has no matchin lines while capturing excise

    hi CIN gurus
    I ma facing a problem Whil capturing excise at depot. error message appearing as Excise invocie no matching lines.
    This problem occurs even after entering appropriate internal number in J1IG.
    And this problem is occuring randomly .
    This occurs for STOCK TRANSFERS FROM DEPOT TO DEPOT.
    CAN ANYONE COME OUT WITH SUGGESTION
    rgds
    BJ

    Hi,
    Refer to SNote Note 1382678 - Pop-up to select Excise Invoice in J1IH/J1IIN cancellation.
    Symptom
    While cancelling outbound Excise Invoice through the transaction J1IH or J1IIN, system always picks up the first excise invoice even when multiple excise invoices are present with same excise number and year.
    Regards,

  • I purchased a magazine using the Zinio app which I'd recently downloaded on to a recently purchased iPad. I received an error message at the time (can't recall the details) but have since been invoiced for the $8.99. How can I get the Magazine I purchased

    I purchased a magazine using the Zinio app which I'd recently downloaded on to a recently purchased iPad. I received an error message at the time (can't recall the details) but have since been invoiced for the $8.99. How can I get the Magazine I purchased?

    FOR ASSISTANCE WITH ORDERS - iTUNES STORE CUSTOMER SERVICE
    For assistance with billing questions or other order inquiries, please refer to our online support page by clicking here: http://www.apple.com/support/itunes/store/. If you cannot find the answers you are seeking in our robust knowledge base, you can contact us by visiting the following URL http://www.apple.com/support/itunes/store/, clicking on the appropriate Customer Service topic, then using the contact button or email form at the bottom of the page. Responses to emails will be provided as soon as possible.
    Phone: 800-275-2273 How to reach a live person: Press 0 four times
    Hours of Operation: Mon-Fri: 9am-5pm ET
    Email: [email protected]
    How to report an issue with Your iTunes Store purchase
    http://support.apple.com/kb/HT1933
    How to Get a Refund from the App Store
    http://gizmodo.com/5886683/how-to-get-a-refund-from-the-app-store
    Canceling a Digital Subscription
    http://gadgetwise.blogs.nytimes.com/2011/10/14/qa-canceling-a-digital-subscripti on/
     Cheers, Tom

  • How to set error message inside the loop...module pool

    Dear all,
         Am creating Table Control without wizard. In that i am looping the values, that is, Once if i entered 5 digit values means, 12345-08... the values should be stored in z-table like this 12345,12346,12347,12348 . That is 5-8 it as to update in z table. for this i createdloop at itab and inside that i written a code to count the value and all. and also its clearly updating the value in ztable too. now i want to know, if once again i entered the same value means, like 12345-08.. it as to show error messge.I dont know how to set the condition with error message inside the single loop .... Its all comes under module pool program.
    Thanks,
    Santhosh.R

    If i understood your doubt, here goes the answer.
    LOOP AT itab INTO wa_itab.  " This is your loop
      l_tabix = sy-tabix. "l_tabix receives the line of the loop
      READ TABLE itab WITH KEY itab = wa_itab.  "itab is the same tab of your loop
      IF sy-subrc EQ 0 AND l_tabix NE sy-tabix.    "Here the sy tabix have the value of the read table.
    *     Here you do your error treatment.
      ENDIF.
    ENDLOOP.
    Explanation: When you are looping your internal table, you use a READ TABLE to see the already recorded registers. If the read table finds one register (sy-subrc EQ 0) and the this register is not the one of the current line (l_tabix NE sy-tabix). It means you have a duplicated register.
    Maybe there is someway easier to do this, but this is what i thought now.
    I hope this was your doubt hehe.
    Thales Schmidt

Maybe you are looking for

  • Different issues on Satellite M40-185RU

    Ah, yeah, g'day. I have started having quite a few problems recently with my M40-185RU. It originally came with a Russian version of windows because it was purchased in Kazakhstan, but that was replaced when I purchased it with a licensed English ver

  • HT5299 Thunderbolt to Firewire adapter availability ?

    As I have recently acquired a MacBook Pro Retina, when can I finally connect my external firewire drives ?

  • Outputlen is not working in OO ALV

    HI, I need to optimize the alv grid column. But it displays the data element length. Kindly find below the code.                 ls_fieldcat-fieldname = 'MAKTX' .                 ls_fieldcat-scrtext_l = 'Material Description'.                 ls_fiel

  • Created a Form in Adobe Acrobat XI and save that form as "Standard" PDF

    I created a Form with Adobe Acrobat XI and now I want to add a button for save that form as "Standard" PDF with Java Script or other suitable way. Please help me. Thank You.

  • Don't know where to start with replicating ZFS in a two node cluster

    I've got two systems in a lab I'm trying to use to make a ZFS based SAN for a VMWare cluster. I have experience with Linux and Gluster which was easy to have Active/Active High availability, however the benefits of ZFS I'm ok with Active/Passive. The