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

Opening outlook file (*.msg) using SAP document viewer...

Former Member
0 Likes
1,442

Hello Gurus,

My program uses a function module called 'ARCHIVOBJECT_DISPLAY' to display archived document. This opens SAP dcoument viewer in which I am able to display all kind of files such as doc, pdf, xls but when I try to open a msg file i.e outlook files, it just gives some junk.

Can someone throw some light on this ?

Regards,

Rajesh.

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
940

Try to pass DOC as the DOC_TYPE. Outlook messages are actually a Winword file.

Regards,

Naimesh Patel

Hello Gurus,

My program uses a function module called 'ARCHIVOBJECT_DISPLAY' to display archived document. This opens SAP dcoument viewer in which I am able to display all kind of files such as doc, pdf, xls but when I try to open a msg file i.e outlook files, it just gives some junk.

Can someone throw some light on this ?

Regards,

Rajesh.

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
941

Try to pass DOC as the DOC_TYPE. Outlook messages are actually a Winword file.

Regards,

Naimesh Patel