Hi all,
SAP CPS M33.104 build.
I am creating Job alert source for a set of job definitions that start with XX and end with a number generally.
Sample:
XX_D_TEST_01
XX_W_PASS_32
XX_W_PAF_67
XX_M_CHECK_JOB_192
XX_D_MISS_FILE_SAS_5
I tried matching with the Name Match Type set to Regex Insensitive and using the following Expression:
(XX).*?(\d*)
XX.*?\d*
XX_(D|W|M)_(.*(TEST|PA|CHECK|MIS|[0-9]\b))
but did not work out.
Can some one help?
thanks
Nanda