Add Numeric Operations in ABAP cheat sheet

This commit is contained in:
danrega
2025-02-12 17:10:03 +01:00
parent afe9e8523a
commit 15b2a928fc
4 changed files with 3298 additions and 3 deletions

View File

@@ -455,7 +455,7 @@ DATA(msg) = xco_cp=>sy->message( ).
"Using the 'string' and 'as_message' methods to create message object
"based on a random string, and using a default type, id, etc.
"In the example, the created message object is assigned to previous to
"In the example, the created message object is assigned to the previous one
"work with in the example.
msg = xco_cp=>string( `Test message` )->as_message( ).