cancel
Showing results for 
Search instead for 
Did you mean: 

Remote Control EasyDM

walter_haslbeck
Explorer
0 Kudos

Hello,

I have the request to implement a "link" between SAPGui and EasyDM. The customer needs  buttons (or menu entry or whatever) in some SAP transactions to open the linked documents / folders in the EasyDM session. So I need some kind of API (Win32 COM?) for easyDMS to "remote control" EasyDM (open folder xy, search documents..). Is there a way to archive this?

Walter

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_hopf
Advisor
Advisor
0 Kudos

Dear Walter,

regarding your question I can inform you that some time ago the colleagues for CAD Desktop have developed such a button for their CDESK transaction. For further information on this function please see the SAP note 810636.

Best regards,

Christoph

walter_haslbeck
Explorer
0 Kudos

Hello Christoph,

thank you for you answer.

But unfortunately this doesn't help me here. The "CDesk/EasyDM"-Integration runs only on the "SAPGUI-Side" (it display the folders of EasyDM in SAPGUI), I need to interact SAPGUI with the "real" EasyDM. I need a option to "talk" to a running EasyDM instance and send a command like "open a new explorer window and show EasyDM Folder 'public/Folder01'.

Perhaps this can be archieved with some 3rd pary windows scripting/automation tools (e.g. AutoIT) but I think thats not very stable. What I really need is some API (C/C++/COM..whatever, ideal would be a pure ABAP solution...) to "talk" direct to a running EasyDM instance.

Walter