Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FM for converting data to HTML format

Former Member
0 Likes
1,344

Hi freinds,

i am writing a program related to email where the mail has to be send using html format. can any one let me know is there any function module for converting data to HTML format before sending the mails.

points will be rewarded

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
982

Hi ,

you can use the following function module

CALL FUNCTION 'LVC_ALV_CONVERT_TO_HTML'

EXPORTING

it_data = t_data

it_info = t_info

i_file_dialog = ' '

IMPORTING

et_html = t_html.

cheers

Hi freinds,

i am writing a program related to email where the mail has to be send using html format. can any one let me know is there any function module for converting data to HTML format before sending the mails.

points will be rewarded

2 REPLIES 2
Read only

Former Member
0 Likes
983

Hi ,

you can use the following function module

CALL FUNCTION 'LVC_ALV_CONVERT_TO_HTML'

EXPORTING

it_data = t_data

it_info = t_info

i_file_dialog = ' '

IMPORTING

et_html = t_html.

cheers

Read only

Former Member
0 Likes
982

Try this FM:LVC_ALV_CONVERT_TO_HTML

Reward points..