Hello,
I want to integrate documents in my products (crm) in background. My documents are located in my server sap. ( so I have a URL of my document : file://server/folder/test.doc)
I have found only one mean. I try to use DMS (document management service) programming interface with the FM
1 - SDOK_LOIO_CREATE : I create a logical document
2 - SDOK_PHIO_CREATE : I create a physical document
but after..?
when do I download my document? when do I create the link with my product?
There is a documention here
http://help.sap.com/saphelp_crm31/helpdata/fr/15/aea9375d79fb7de10000009b38f8cf/frameset.htm
but it is not enough for me.
Can you help me, please?
Say me it's possible with DMS...
an example of coding is helpfull..
which FM uses..
Many thanks in advance for anything help,
Servane,
nb: I have tried to use BDS services but it use only in foreground.
Add a comment