on 2007 Sep 26 3:57 PM
Hi,
I am trying to create custom views in UWL defining custom attributes for a Task ID. I have followed the approach on these links:
<a href="http://help.sap.com/saphelp_nw70/helpdata/en/7b/1232a8ef574332ba83406f4f5343a3/frameset.htm">http://help.sap.com/saphelp_nw70/helpdata/en/7b/1232a8ef574332ba83406f4f5343a3/frameset.htm</a>
<a href="http://help.sap.com/saphelp_nw70/helpdata/en/79/1691d8e41c44b1826ccd29bc1c79d3/frameset.htm">http://help.sap.com/saphelp_nw70/helpdata/en/79/1691d8e41c44b1826ccd29bc1c79d3/frameset.htm</a>
However, when I receive the task, the associated custom view is not displayed in the UWL. I have checked the new configuration XML file that I have created, but I haven't seen possible mistakes.
Why is not the custom view displayed? Have I to modify some configuration XML file?
Thanks in advance,
Samantha.
Hi Samantha,
I have to create a custom view for "approval of purchase orders". I did the UWL XML configuration file referring the sap help documents. I followed what is said for displaying custom attributes in the UWL view. But i cannot see any of the custom attributes i defined in the XML configuration in the iView. What would be the reason? Please treat this as an urgent help and reply back as soon as possible.
Thanks,
Kavitha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kavitha,
I remember I had a similar problem. The problem was in my XML configuration file. I solved it setting the same task name in the attribute "name" into defined ItemType and in the attribute "supportedItemTypes" into defined view. Besides, I had to indicate the hierarchy where my task was (i.e. uwl.task.webflow).
For example:
<ItemTypes>
<ItemType name="uwl.task.webflow.TSXXXXXXXX" ... >
...
</ItemTypes>
...
<Views>
<View name="name_view" .... supportedItemTypes="uwl.task.webflow.TSXXXXXXXX" ...>
...
</Views>
I hope it will be helpful.
Samantha.
These links are helpful (recommended) to customize iviews in UWL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
13 | |
10 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.