Hi All,
I developed a WD type DC according to the following: Implementing" target="_blank">www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/50d74ada-0c01-0010-07a8-8c118d408e59">Implementing a Web Dynpro CO with GP
The DC is already deployed to the server, it has got three components. I created a process in Guided Procedures -> Runtime -> Design and Start a simple Process -> Simple Sequence Wizard. In the process I created three Actions according to the three components. I also assigned three different users to each action.
My problem is, that after the first user finishes the first action the process does not go on to the next action/user, the task does not appear in the second users list in GP Runtime!
Where did I make the mistake?
Thanks & regards,
Peter
Hi Peter,
See if my article proves to be of any help:
How" target="_blank">www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0957cb6-5103-2a10-6d9d-a0a4d68c8bf1">How to Integrate two Web Dynpro Applications using CAF Guided Procedures
The only thing which needs to be done apart from what all I have explained is that, you can assign 2 different users to the 2 steps of the process. I guess you might be able to find some clue where you are going wrong.
Bye
Ankur
Hi Peter,
During design time, you should assign the actions to a role. Latest at start (instantiation) of the guided procedure you must somehow assign a physical user to the roles, otherwise the system does not know to which user the corresponding action should be assigned. So make sure, that the role of the 2nd step is 'filled' to a physical user.
Regards,
Jan
Hi All,
I am only able to create the process using: GP Runtime -> Design and Start a simple process -> Simple Sequence Wizard. Where I created three Actions, from Web Dynpro Components (GP Interface). And could only assign Users to the Actions, but Roles cannot be assigned here.
Every time I tried to use create Action, Create Process, Create Block, Create Simple Process in GP Design Time I got the following error:
<i>com.sap.engine.lib.xml.parser.ParserException: XMLParser: Bad attribute list. Expected WhiteSpace, / or >:(:main:, row:1, col:491)
at com.sap.engine.lib.xml.parser.XMLParser.scanAttList(XMLParser.java:1590)
at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1710)
at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2843)
at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:229)
at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:145)
... 79 more
</i>
What could cause such a ParserException and how to solve it? Lately I upgraded to NW SPS11, but among others the CAF component could not be upgraded, because of some errors during deployment.
Or is there a possibility to solve my problem without using the GP Design time?
Thanks,
Peter
Add a comment