cancel
Showing results for 
Search instead for 
Did you mean: 

Integrate portal UI Commands

Former Member
0 Kudos

Hello,

I've created a custom KM navigation-iview with JSP and now I need to integrate some portal UI Commands.

Can someone tell me how to integrate an UI command into my application?

I have tried width the u201Cedit_onlineu201D command:

(a href= "http://com.sap.cm/documents/mydoc.doc?uicommand=edit_online")

but it has not worked

Thanks and Regards

Jon.

Edited by: Jon Elizondo on Sep 9, 2010 12:42 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

stephen_spalding
Contributor
0 Kudos

Hi John,

Here's something that appears to be somewhat related to what you're trying to do:

http://wiki.sdn.sap.com/wiki/display/KMC/HowtoImplementFlexibleUI+Components

I'm looking for more info related to what you're trying to do and will update this if I find anything.

Thanks!

-Stephen Spalding

stephen_spalding
Contributor
0 Kudos

Here's another link you might take a look at if you haven't already:

/docs/DOC-8112#section14

-Stephen Spalding

Former Member
0 Kudos

Hi Stephen,

I know these documents.

But I can't find what I need.

I need to know how to invoke an ui command from my code, programatically.

(eg new file ui command)

My app is a custom PAR within JSP's that shows folders and files.

Thank you a lot.

Former Member
0 Kudos

did you find any solution to this? we want to do something similar