Hi Experts,
This is the 1st time I am working with WORKFLOW and have come accross an issue for which I would need your help to resolve. I am working in CRM 4.0 Server.
From within a custom program, I am triggering an event using Function Module SWE_EVENT_CREATE.
I am passing an internal table of type SWCONT in the Tables parameter EVENT_CONTAINER. This Table has the data that I intend to put in the email to be sent. Before I call this Function Module, I am using another Function Module SWC_TABLE_SET to feed data in the internal table of type SWCONT.
PROBLEM:
I am passing a 175 character long string and in the email I can only the second half of the string. The first half disappears in the email.
I debugged and found, within a class CL_SWF_CNT_CONTAINER and Method IMPORT_FROM_BOR_VALUE, the Function Module SWC_TABLE_GET is used that is changing the format of my text.
Could you please suggest hw to rectify the problem and get to see the exact data in the email what I pass in my Function Module call SWE_EVENT_CREATE.
Thanks and Regards,
Subhrangsu