on 02-07-2007 3:12 AM
I want to set different Displayed Properties for folder and documents in my layout.How can I archieve that?
Best Regards!
Hello,
Depending on your requirement, you will have to change your Collection Renderer and Resource Renderer.
http://help.sap.com/saphelp_nw04/helpdata/en/79/a1d23e6b2c3d67e10000000a114084/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/87/41389793deac4f92696f38378e56fb/frameset.htm
It seems we have posted at the same time, for your requirement, Resource Renderer should do this.
But if you want to hide some properties which are exisiting on folders! then even Resource Renderer cannot solve this.
As you have one Resource Renderer per <b>flavor</b>, you will set same Visible Properties for both Folder and File. If the property does not exist on Folder/File, it just shows empty property. But you cannot hide exisiting properties depending on if the resource is File/Folder.
Here only a custom implemented Resource Renderer can solve your problem.
Hope this helps...
Greertings,
Praveen Gudapati
p.s. Points are always welcome for helpful answers
Message was edited by:
Praveen Gudapati
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can add/remove displayed properties from
Folder -> Details -> Settings -> Presentation
It is valid only if you use default layout set. That means you have created navigation iview but you didn't set "Layout Set".
Or; in more flexible way,
Create your own Layout Set and Collection Renderer Settings by copying one...
In Collection Renderer settings there is a porperty "Displayed Properties"
you can fill here with the column names.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.