‎2011 Feb 14 11:07 AM
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.
‎2011 Feb 14 12:35 PM
Hi Praveen,
Can you pass an example of your code where you are creating the messages?
Best reagrds,
Guus
‎2011 Feb 14 12:40 PM
hi thanks for your replay. i am creating messages in transaction se91 and those message nos i am sending to the function module CRM_MESSAGES_COLLECT in order to display them on web ui . this all logic and code is placed in an implementation of badi ORDER_SAVE. my problem is how to display any variable in long text of message class.
‎2011 Feb 14 1:06 PM