Kommentar verfassen
Das Schreiben von Kommentaren ist nur registrierten Benutzern erlaubt, die Registrierung ist kostenlos und erfordert keine E-Mail Adresse und kann schnell hier durchgeführt werden.
Das Schreiben von Kommentaren ist nur registrierten Benutzern erlaubt, die Registrierung ist kostenlos und erfordert keine E-Mail Adresse und kann schnell hier durchgeführt werden.
WRITE to system message fields
Sometimes we write custom error messages directly to SY-MSG* fields, is there any cloud alternative to these writes? Or these writes should be avoided completely?
Hello Srinath,
The system fields are actually only intended for reading information and not for storing messages. There are message logs, such as the ABAP Logger or the XCO classes, that can generate messages. The SYMSG structure also provides all the fields.
What would be the use case for using the SY fields?