hi Experts,
i am using CRM_MESSAGE_COLLECT function module to display the error messages. i have defined a z message class and one custom message in it. as i need to show long message i have defined a long text for this message also. problem is what ever values i send, they are displaying in short message. if i click, details tab(on webui), long text has been shown as it is. variables are not replaced with the values.
Ex: item no 100 is having errors.(short message)
item no &1 is having errors(long text).
i have tried with different formats &1, &1&, &v1&. still variables are not replaced with the values. please help me.