SAP Messages

SAP message number 553 within class M8 - Aggregation cannot be called up for this invoice status








Messsage Text for 553(M8)

Aggregation cannot be called up for this invoice status


What causes this issue?
You attempted to call up aggregation. You can only do this for invoices containing errors.
The invoice you are processing has status V1 .

System Response


How to fix the issue?
  • If the invoice is not yet checked, you can only call up aggregation once it has been checked.

  • If you invoice has been verified as correct or has the status settled, you cannot call up aggregation, since the data is only available temporarily for checking reasons. The aggregation data is deleted after Invoice Verification has been successfully completed.


    ABAP Code to add mesage to own reports


    MESSAGE W553(M8). "warning message
    MESSAGE E553(M8). "Error message
    --> See here for more options


    Contribute (Add Comments)

    Use the comments section below to add any links, information or screen shots that you feel are relevant to this message. This could include issues you have found that cause the messages to appear incorrectly as well as any fixes you have found or relevant SAP OSS notes. You will then be able to find this information quickly, simply by searching on the message class M8 and number 553



    Return to Message Class M8