‎2010 May 11 4:13 AM
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!
‎2010 May 11 4:25 AM
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.