You need two small changes(assuming this is VBscript). The first is to add a space at the beginning of your AppendId string:
appendID = " SystemID:12345678987654321"
This will get the formatting you showed in the example.
The second change is how you concatenate the strings:
modifiedRawMessage = modifiedRawMessage& appendID