cancel
Showing results for 
Search instead for 
Did you mean: 

To access Km document through java

Former Member
0 Kudos

I want to access KM document through java.

Can anybody tell me how to achieve this.

regards,

Pradeep

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi there,

i would like to know is it possible to access the documents or folders in the KM using a simple java program with out any envirnoment .

it would be nice of you to help me out of this.

Reagrds

Former Member
0 Kudos

Hi,

In Java Web Dynpro you can use the KM API :

[Java Web Dynpro KM-API Example|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/05c7e2ae-0a01-0010-ca98-fe42dbe05045]

[Web Dynpro Sample Applications and Tutorials|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d]

Regards,

Mathieu

PS : rewards points if helpful.

Former Member
0 Kudos

Just wanted to point out, you'll need to run your application inside the J2EE engine instead of any external app server you may have.

For other information, the links above should give you more than enough