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

Downloading Unstructured data

Former Member
0 Likes
485

Hi Friends,

Is it possible to Download Word documents and PDF files ( Unstructured ), from sap ( BBP system ) using ABAP, any Function modules.

Thanks.

Satish

Hi Friends,

Is it possible to Download Word documents and PDF files ( Unstructured ), from sap ( BBP system ) using ABAP, any Function modules.

Thanks.

Satish

3 REPLIES 3
Read only

Former Member
0 Likes
456

Hi Satish,

yes its possible,

in Word via OLE (there are some example in SAP).

in PDF via Spool-output or Sapcript. There are CONVERT

FM's. In SDN there are a a lot of Messages. Search for.

Sorry for my short Information, but our SAP is down.

Regards, Dieter

Read only

0 Likes
456

hi,

just use gui_download in binary mode

Read only

0 Likes
456

Thanks for replies,

We have used QTP to fix the problem.

- Satish