As the tags are XML alike, you could try this:
Execute function module SCMS_STRING_TO_XSTRING with importing parameter TEXT =<tAG>amount</TAG>.
The restult will be in the exporting parameter buffer.
execute function module SMUM_XML_PARSE and use the buffer as input for XML_INPUT.
the table XML_TABLE will have what you need :-)