Uploading files on app server : trigerring?
Hi Gurus,
I have uploaded a file on the app server..now i need to upload a new one if the file has been deleted..or add a new entry if required in the same file or if the file has been modified, we should add only those entries...
How do we do this?
Thanks!
Hi Alexandros, G'Day. If I understand U'r prob. properly (means If U R working with DMS) U can find some FM like BAPI_DOCUMENT_* for these purpose. U can C whether U'r required file is existing in that by BAPI_DOCUMENT_GETDETAILS2...if not existing use BAPI_DOCUMENT_CHECKINREPLACE2..Hope it may serve U'r problem. All the best..
_________________
Regards / mfg
Srinu
"Anyone who has never made a mistake has never tried anything new." - Einstein
I have never used bapi's but I will try if that helps.
Thanks.