Hello,
I set an enhancement condition in charm, with this own message class.
condition name : ZCHECK_TEAMTRACK
message class : ZCHARM_OD - N°010
The table TSOCM_COND_MAPP is correctly filled like as
ZDMJ ZDMJHEAD E0012 30 ZCHECK_TEAMTRACK ZCHARM_OD 010 Cancel E0009
When the action to change the status is called, the condition is checked, and when the return is False, the reset status is performed correctly. But the application log show only the reset status message and not the specific ZCHARM_OD.
I tried to set in TSOCM_COND_MAPP a standard message class like SOCM_ACTION_LOG 010 instead of ZCHARM_OD, and surprise the 2 messages appeared ( the reset of status and the SOCM_ACTION_LOG 010).
I tried to change the type of error, when I used the Warning or Error type, i found correctly the message in the application log, but the status is not resetted.
Anyone has an idea to find a solution ?
Thanks for your help !