cancel
Showing results for 
Search instead for 
Did you mean: 

ERMS Mail Body Content

Former Member
0 Kudos

Hello.

During  ERMS processing I need to accept mail body content for future processing.

How in method IF_CRM_ERMS_SERVICE~EXECUTE of class CL_CRM_ERMS_AH_CREATE_IR could see mail body as string?

Thank you.

Igor Spector

Accepted Solutions (1)

Accepted Solutions (1)

BGarcia
Active Contributor
0 Kudos

Hi Igor,

I believe you have the answer in variable lr_sc_mail_data of that method. After instatiated (around line 167), you just have to read table lr_sc_mail_data->body and get the entry that as content_ascii filled.

Can you check if that is working in your scenario?

Kind regards,

Garcia

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank to all.

It's working in our scenario.

Best Regards,

Igor

deepika_chandrasekar
Active Contributor
0 Kudos