cancel
Showing results for 
Search instead for 
Did you mean: 

Access KM using ABAP

Former Member
0 Kudos

Hi All,

How to access / create files in KM using ABAP code? Any FM available to create folder in KM via ABAP code? Searched the forum but most of the similar queries are unanswered.

Requirement:

Need to upload and retrieve documents from KM for web dynpro ABAP application.

Thanks

Krishnan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

KM is an application on SAP portal platform developed using Java. So direct communication from ABAP to KM through RFC or FM would not be possible.

I think through webservice there is a possibility. You can create a webservice on SAP. Portal This webservice can be used in your ABAP code.

Regards,

Jigar Oza

Former Member
0 Kudos

This message was moderated.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Krishnan,

Check if using ABAP API you can handle DMS functionality, if yes then I think you can achieve it with some development. But DMS and Portal should have been connected using KPro!

Thanks,

MS

Former Member
0 Kudos

Hi All- Thanks for the replies. The solution might be through ACF upload / Execute UI element in ABAP dynpro.