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

Interface with non-sap System.

Former Member
0 Likes
409

Hi all .

I want some help. Actually requirement is that client having non sap DMS system. He stores all documents there in scaned format( .doc or .pdf files). Now he want whenever he want to see these in sap, he should be able to see the documents in SAP runtime. Is it possible..with any cross applications? is workflow or ale idoc is useful to send document files between SAP and Non SAP system? or simple BAPI we can use?..please help me..

Thanks..

Hi all .

I want some help. Actually requirement is that client having non sap DMS system. He stores all documents there in scaned format( .doc or .pdf files). Now he want whenever he want to see these in sap, he should be able to see the documents in SAP runtime. Is it possible..with any cross applications? is workflow or ale idoc is useful to send document files between SAP and Non SAP system? or simple BAPI we can use?..please help me..

Thanks..

1 REPLY 1
Read only

Vijay
Active Contributor
0 Likes
381

HI

.txt file can be uploaded to the SAP system using bdc or bapi.

to convert the file data into into internal table u can use fm's like gui_upload.

to upload .doc file you can use OLE (object link enabling) method

regards

vijay

reward points if helpful