Hello Mohan,
Try with REGEX statement.
REPLACE ALL OCCURRENCES OF REGEX '[^\d]' IN lv_alertmsg WITH ''.
lv_alertmsg will have only purchase order numbers.
Hello Mohan,
Try with REGEX statement.
REPLACE ALL OCCURRENCES OF REGEX '[^\d]' IN lv_alertmsg WITH ''.
lv_alertmsg will have only purchase order numbers.