cancel
Showing results for 
Search instead for 
Did you mean: 

How to display the image which in KM folder using url iview

Former Member
0 Kudos

Hi Friends

How to display the image, which is under KM folder structur using the url iview.

i trying using url iview url as \document\testfolder\abc.jpg as url for the iview.

but its now working .. so please help me how to slove this problem

If is not the correct way then please suggest me best way to achive this.

Thanks

Mukesh

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member188556
Active Contributor
0 Kudos

Hi Mukesh,

I think this may work,

1, Create a HTML Layout.

You can put your image wherever u want with HTML Codes.

Check this, [Article|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3915a890-0201-0010-4981-ad7b18146f81] & [Help|http://help.sap.com/saphelp_nw04/helpdata/en/cc/00c93e9b2c3d67e10000000a114084/frameset.htm]

With this, u can use the standard KM commands also.

2, U need to use KM Navigation iView for this rather than KM Doc iView.

3, In the Nav iView, u can use &rndLayoutSet=nameOfUrHTMLLayout to force the view with this new layout.

Regards

BP

Former Member
0 Kudos

Hi,

1. Url iview is used for get the external site information in to portal, if u wan to access KM content using url iView then u wan to give the full path of the document/image

http://<FQDN of portal >:<port number>/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/<path of image/doument name>

2. Using KMdocumentiView u can display the the image by spcifying as ur specification(/documents/foldername/filename)

3. Using KMNavigationiView u can display the the list of image/files avilable in the location /documents/foldername/filename. this will list avilable files by clicking that link u can view the file/image.

regards,

Kathiresan R

Former Member
0 Kudos

Hi

Thanks for you reply.

Its wroking fine.

when i preview the url iview the image is displays on the left site top.

so if i want to display the image center of the iview.

So please let me know how to achive this.

Thanks

mmukesh

Former Member
0 Kudos

Hi,

Just preview the image how its look?, and check the same appearance u got. if its yes then that preview based on image we cannot edit that.

regards,

Kathiresan R

Former Member
0 Kudos

hi

I want to place the image center of iview.

Please let me know is it possible or not??

Thanks

mmukesh

former_member194668
Active Participant
0 Kudos

Wrtie a html page and place the image in the center using <img> tag.

And point your document iView or url iView to the html page instead of the gif image.

-Aarthi

Former Member
0 Kudos

Hi Aarthi

Thanks for you reply and i already done with this option.

This is not one time requiremnt.

I am planning make to this as a templet iview.

We will be giving image url whicl creating the iview.

So please let me know if you have any other option.

Thanks

mmukesh

Former Member
0 Kudos

Mukesh,

You can use a KM doc iview for this and specify the path you referred to

earlier as the path to document or if you want to use the url iview itself the you can

try this as the url.

http://<FQDN of portal >/:50000/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/<image name>

Rgds

former_member194668
Active Participant
0 Kudos

Hi Mukesh,

In url iView, you hav eto specify the complete url.

Go to the details -> properties -> access links of the image in KM.

You can see the access link, copy and paste that url in the url iView.

Otherwise, you can use a KM Document iView with "Path to Document" property as \document\testfolder\abc.jpg

-Aarthi