063 SAP Message of Class M5 No entry in table TMC2Q for info structure & client &











063(M5) - No entry in table TMC2Q for info structure & client &

Message number 063 of class M5 is used to display message "No entry in table TMC2Q for info structure & client &" and can be triggered using the following ABAP code:

DATA: lv_val1(100) TYPE C.
lv_val1 = '123'.

    MESSAGE E063(M5) WITH lv_val1. "Error message example

    MESSAGE W063(M5) WITH lv_val1. "Warning message example

    MESSAGE I063(M5) WITH lv_val1. "Information message example
See here for more options


What causes this issue

Table TMC2Q is maintained automatically. The update setting for info
structure &V1& client &V2& contains an inconsistency.

System Response

It is not possible to modify the update procedure.

How to fix

If this is an info structure that you created yourself, you may find it
helpful to regenerate the update rules.Otherwise, please contact your systems administrator.

Message text extract from SAP system. Copyright SAP SE.


Return to Message Class M5 main page



Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!