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

SAP Scripts

Former Member
0 Likes
617

Hi,

In SAP script,Is there any possibilities to convert the output form

in RTF with table format.

Please explain me clearly.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
573

Hi

check the fun modules

CONVERT_ITF_TO_RTF

CONVERT_RTF_TO_ITF

INT_CONVERT_ITF_TO_RTF

INT_CONVERT_ITF_TO_RTF_FP

Reward points if useful

Regards

Anji

3 REPLIES 3
Read only

Former Member
0 Likes
574

Hi

check the fun modules

CONVERT_ITF_TO_RTF

CONVERT_RTF_TO_ITF

INT_CONVERT_ITF_TO_RTF

INT_CONVERT_ITF_TO_RTF_FP

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
573

Hi,

This Function CONVERT_ITF_TO_RTF will convert the sap script format to RTF format.

Then you can use the FM: SO_NEW_DOCUMENT_ATT_SEND_API1 to send it as an attachment

Reward points if useful..

Regards

Nilesh

Read only

Former Member
0 Likes
573

hi

good

CONVERT_OTF_MEMORY, SAPscript: Convert OTF from memory into text format

thanks

mrutyun^