What does a message say?
2012-01-02
Do you want to obtain the text from a message when you only know the ID and the number, but you don’t know how? Find out here:
DATA text TYPE string.
MESSAGE ID '00' TYPE 'E' NUMBER '163' WITH '123' INTO text.
That’s all it is. Now inside the text variable, you find the following text:
“Client 123 does not exist in the system”
Thanks to Peteris B for the photo.
Greetings from Abapinho.