cancel
Showing results for 
Search instead for 
Did you mean: 

How to Read the content of E-mail Body data

prathamesh_gandhi
Participant
0 Kudos

Hi All,

I am creating an E-mail webdynpro application, In that i want to read the content of body part. what will be the type of that TEXTEDIT field?

and how can i read the content ?? is there any method or function module for that ???

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

ChandraMahajan
Active Contributor
0 Kudos

Hi,

There is standard WDA available on sending Emails. It is RPLM_MP_SENDEMAIL_COMP.

See the code in this WD application and get the relevant logic for your functionality.

I hope this will solve your problem.

Thanks,

Chandra

Former Member
0 Kudos

It should be a string or CHAR255 something like this you can take. You can directly get this value when TEXTEDIT is bound to a attribute, use GET_ATTRIBUTE to get the content. we can also use READ_TEXT FM if you are trying to save it as Standard object.