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

Upload files

Former Member
0 Likes
310

Hi all,

Would anybody tell me how to code a program to upload files which have lots of file types (txt,xls..etc) to sap system? And several files could link a number. When user input the nubmer, the files which were linked this number could be listed. Thank you!

1 REPLY 1
Read only

anup_deshmukh4
Active Contributor
0 Likes
277

You Can very Well USE the Document consept ( Ask some assistance of DMS Functional Consultant ) Apart from This

You have following BAPI's avalilable

1 BAPI_DOCUMENT_CHANGE Change Document

2 BAPI_DOCUMENT_CREATE Create Document

3 BAPI_DOCUMENT_CREATE2 Dokument anlegen

4 BAPI_DOCUMENT_DEQUEUE Unlock Document

5 BAPI_DOCUMENT_ENQUEUE Lock document

6 BAPI_DOCUMENT_GETDETAIL Determine Detail Data for a Document

Please Read the Documentation Before Using it ....Creation of the document will Generate a Document Number in ECC (DRAW Table ) and Then you can relate it according to your requirement.