Guided Procedure Design Time

Dear All,
I am using NWDS 7.0.10. Is GP design time a part of NWDS, or is it to be installed separately? I would be thankful for suggestions for a GP tutorial for a complete beginner.
Regards,
Prosenjit.

Hi Prosenjit,
Guided procedures is not a part of NWDS. It is a part of the netweaver portal. You need a login to the portal and then this login(user) must have the role GP assigned to it. Then only it is possible to view the role Guided Procedures. The guided procedures have the worksets Runtime, DesignTime, Templates and administration etc.. Using design time we can create Callable object, Action, Block and Process. Design time provides a set of tools for modeling business workflows. Runtime is useful for executing the processes. Start working on the tutorials available in the help.sap. Guided procedures is similar to workflows. Here is the link for reference.
[CAF GP Documentation|http://help.sap.com/saphelp_nwce10/helpdata/en/fb/5e6f4169e25858e10000000a1550b0/content.htm]
Regards
Ramanan

Similar Messages

  • WebDynpro ABAP & Guided Procedures

    Can WebDynpro ABAP components be included as callable objects in a Guided Procedure within a portal?

    Hi Ryan,
    Yes, it is possible starting from NW2004s.
    When I go to Guided procedures -> Design Time, I see an option for ABAP webdynpro application under th menu Type.
    Another option would be to put the ABAP webdynpro inside an iview and use that iview from guided procedures.
    Regards,
    Srini.

  • Guided procedures

    HELLO,
    i've created a new process in Guided Procedures -> Design Time following this tutorial : http://help.sap.com/saphelp_nw04s/helpdata/en/33/198141f906040de10000000a1550b0/frameset.htm
    everything went well but when i've started a new process (with this template) the persons that are assigned to do some steps can't see them.
    Tasks that require my action (1)
    Tasks Where Action is Required to Continue Process Flow
    Open Tasks (1)  
    and further i can't see anything
    pls help...it's urgent
    everything that helps will be rewarded
    thx
    irina

    Hi
    Have you configured UWL  for GP?
    I think its better you ask your this question in CAF forum ; this will help you to solve it easily from the help provided.
    Thanks & Regards
    Harsimran

  • Guided Procedures Runtime showing internal process steps in UWL

    Hi
    We have created a Guided Procedures Workflow which is working fine most of the time. However, sometimes, Guided Procedures runtime behaviour is rather strangely, it 's showing internal process steps as clickable workitems in the UWL. Clicking on the workitem causes a Null Pointer Exception.
    Example:
    Let's say, the workflows is as follows:
    - Execute Callable Object "start"
    - Decision "myDecision"
    - If Decsion returns true
    - Then execute Callable Object "A"
    - Ese execute Callable Object "B"
    Normally "myDecision" wouldn't appear in the UWL. But sometimes, it is showing up there. When we click on it, there is the following exception. After a while, everything is normal again (no internal workitems, no exceptions). Does anyone know what is happing here and what can be done to prevent it?
    Kind regards
    Bettina Hepp
    application [webdynpro/dispatcher] Processing HTTP request to servlet [dispatcher] finished with error. The error is: java.lang.NullPointerException
    at com.sap.workflow.wdgp.task.detail.TaskDetailBodyView.seedNotesContainer(TaskDetailBodyView.java:497)
    at com.sap.workflow.wdgp.task.detail.TaskDetailBodyView.wdDoModifyView(TaskDetailBodyView.java:275)
    at com.sap.workflow.wdgp.task.detail.wdp.InternalTaskDetailBodyView.wdDoModifyView(InternalTaskDetailBodyView.java:582)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doModifyView(DelegatingView.java:78)
    at com.sap.tc.webdynpro.progmodel.view.View.modifyView(View.java:337)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:481)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doModifyView(WindowPhaseModel.java:551)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:148)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(AccessController.java:215)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)

    Hi
    You mean the entry in the UWL list? No, we don't modify this. It is exactly the title we have assigned to in the Guided Procedures Design time environment.
    How else can a  title be changed? And what kind of problems can occur?
    Regards
    Bettina

  • Guided Procedures runtime  via Parallels windows on a macintosh

    I am trying to run GP through a virtual XP machine on my macintosh - I have all relative VPN connections established and I have checked the internet access and connection through my alternative IBM machine to ensure access issues are not the problem - If anyone has any suggestions they would be very appreciated - The issues are that I am able to connect and log in to GP runtime but the workcenter/application view does not appear in my browser???? Any ideas would be great
    thnx in advance

    Hi
    You mean the entry in the UWL list? No, we don't modify this. It is exactly the title we have assigned to in the Guided Procedures Design time environment.
    How else can a  title be changed? And what kind of problems can occur?
    Regards
    Bettina

  • I need Your Help for CAF/EU/GP/API Guided Procedures

    Hi everyone, I need your help about Guided procedures CAF API, I am developing an WEB DYNPRO Callable Object for Guided Procedures, but I need to get the task name of the running proceess on Guided Procedure once time a user initiated it, if is possible? Do you have an examples?
    Thenk you very much

    Hi,
    Yes you can retrieve the task name of the running process. Here is what you need to do.
    1. Get the process instance - IGPRuntimeManager - > getInstance()
    2. Get the IGPActivityInstance(s) from the process instance - processInstance.getChildrenInformation().
    3. Optionaly check if these child activities are Blocks or Actions. If Block drill further to get the Actions using getChildrenInformation().
    4. Retreive the IGPActionInstance(s) from the Block Activities.
    5. Get the IGPActivity object for these Actions using IGPActionInstance.getTemplate() method.
    6.  This object will have a method getTitle() which will retrive you the activity name.
    Hope this helps.
    Thanks
    Kiran

  • Guided Procedures: Initiate a new Process

    Hi All!!
    I'm working  with IP (Integration Planning) for a forecast of sales. In Portal 7 and BW 7. I want to organize all the steps involved in this process creating a Guided Procedure, so that the user can assign roles per every task, could review the status of this process all time, and receive and send alerts, etc.
    My problem is that with Guided Procedures It's necessary to "<i>initiate a new process"</i> and assign roles per task every time that we need to start the process again. It's very difficult to do because we have <i>n</i> versions per month and the permissions in tasks are always the same.
    <b>Is there a way to "keep" the permissions per task in every new process??</b>
    And another question, We'd like to give a more nice interface to the users, and that they do not have to enter to the role "Guided Procedures" every time.
    Is there a  way to access this functionality from other tool like Visual Comoser ?
    Thnks a lot!
    Yolanda.

    I must stress that I have very limited experience with the guided procedures, and never created anything that I saw going into production.
    However, as far as I recall, if it really is as you say you can then hardcode the roles in the solution. There should also be possibilities for a sort of role concept, but nothing as advanced as in Business Workflow from what I could gather (which is one of several issues explaining why nothing went into production).
    With regards to the second question I don't have a clue.

  • What is the url for 'Design Time for Guided Procedure'

    Hi,
    I'm new to Netweaver CE. My question is, how do I login to GP Design Time? What is the url? I have installed Netweaver CE 7.1 in my system. What else is required?
    Thanks & Regards,
    Lohit

    Hi,
    This is the URL to directly access Design Time
    http://<host>:<port>/webdynpro/dispatcher/sap.com/cafgpuidttemplates/ADesignTime
    If you have the proper Roles, you can see the Tabs in the portal for Design time & runtime.
    Go through this blog for  Roles.
    /people/ashutosh.rastogi/blog/2006/11/25/setting-up-roles-for-caf-gp-and-visual-composer
    Thanks
    sreeni

  • Guided Procedures - Runtime "Create Time-off Request"

    Hi Everyone,
    I’ve created a Time-Off Process using the tutorial downloaded from SDN site.
    When I try to start the Runtime project (Employee side) I find the “Processors Table” in "Create Time-off Request" screen.
    The Approver name is not correct… is not what I expected!
    1) How can I change (in the Design Time project/area) the Approver and HR Consultant parameters?
    2) How can I hide (in the Runtime area) the “Processors Table”? 
    Furthermore, I would like to have more information about the “Parameters Consolidation” meaning. Could you help me to catch this meaning?
    Thanks in advance,
    Enrico

    Hi David,
    thanks for you useful answer! You gave me an answer of 80%!
    Now I try to explain you my problem for the other 20%!
    Now, ... I can't modify the Time-Off exemple, right?! But I would just like to start from this example and modify it!!!
    Can I do it starting from the project code?!
    Can I see the code lines which describe the Time-Off behaviour, so that I can customize it???? ... enfact, if I could do it, I wouldn't have to rewrite the whole code, and I also could understand the logic of TimeOff project structure.
    Do you understand me? Was I clear?

  • How to change the name of (Guided procedure) GP Runtime View?

    Hello all!
    At Design time in GP (Guided Procedure), I have added a runtime view at the tab "Runtime Views" named Additional Resources to a GP process.  At runtime, when the process is started,  at the left bar appears the button "Additional Resources". Is there a way to change this name? Any idea can be helpfull :).
    Kindly Regards,
    Luiza

    Hi,
    an other solution is change the block property QUERY_DATA_SOURCE_TYPE from "Table" to "Sub-query" , than change at run time the property QUERY_DATA_SOURCE_NAME.
    First create block and add items
    The QUERY_DATA_SOURCE_NAME will be for ex. "Select 'A' as col1, 'B' AS col2, 'C' as col3 from dual"
    Set into items the column name property to col1 , col2 ...
    At run time change the query to "Select 'Z' as col1, 'X' as col2 , 'Y' as col3 from dual"
    in this way you can change the source of column value.
    Caution because if you change value type from varchar2 to date you must cast date into varchar2.
    May be that this way is valid only for view data not for insert-update, i don't remember.
    bye
    Message was edited by:
    Killernero

  • Error in Guided Procedure

    Hello All,
    I am currently working on the Customer Master Prototype and am concerned with developing Guided Procedure and Dynpro Components for the same.
    Since last week I have been facing an issue with Enterprise Portal. Earlier when i would log on to portal and then click on Design Time it would throw a dump "java.lang.NosuchMethodError" com.sap.caf.gp.eu.ui.<Method Name>.
    To resolve this error i went through the stack trace and noted down the Active DC's that are causing problems. I then logged on to NWDS and in the Active DC's tab, scrolled down to the corresponding DC's and did a sync archive. After which i deployed the DC's and it stopped throwing the dump.I went on with the development of the GP till the block level. At the block level when i try to group the
    parameters, it throws a dump again.I tried the same way to find the Active DC's and re-sync them but this time the approach did not work and it still throws an error when i try to group the parameters.This also causes the SDM to restart or stop randomly,The error that i am getting is.
    java.lang.NoSuchMethodError: com.sap.caf.eu.gp.model.pfw.cons.IParamStructure.canCreateGroup(Lcom/sap/caf/eu/gp/model/pfw/cons/IParameter;)Z
    Pls suggest any help will be highly appretiated.
    Thanks in advance.
    Regards.
    Vinit Soni

    Hello Bemdt,
    Thanks for ur reply,I was also impression that some thing is wrong with my SCA's and u r hitting the bull's eye
    Bendt Mt NW Release is  7.00 Sp14
    i have logged in to System Information page and searched for SAPEU14 as u have suggested,So i found this entry theare.
    Vendore              sap.com 
    Name:                 SAP-EU 
    Version:               7.00 SP14 (1000.7.00.14.0.20071117060736) 
    Provider:              SAP AG 
    location:              MAIN_APL70VAL_C 
    Applied:              20080213042227 
    Kindly suggest me whow to proceed i m stuck in it badly:-(
    i appretiate ur help.
    Thanks and regards
    Vinit Soni
    Edited by: Vinit Soni on Nov 14, 2008 7:10 AM
    Edited by: Vinit Soni on Nov 14, 2008 7:12 AM

  • Create Adobe Form using Design Time for Processes and Forms

    Hi all,
    I am trying to create a form that have 3 fields:
    1. pernr
    2. ename
    3. effective_date
    I done all the necessary setup of BADI ,class, interface and form.
    I need the step to step guide where you create the adobe form using the Design Time for Processes and Forms. Anyone have any idea?
    Edited by: Siong Chao on Jan 3, 2011 4:54 AM
    Edited by: Siong Chao on Jan 3, 2011 5:00 AM

    Hi,
    I couldn't get to your query..
    What do you mean by step by step procedure for a design time & process for forms.
    if you are a beginner and looking for basic examples to implement adobe forms there are lot of them in SDN, please search them.
    let me know if your query was a very specific one.
    Cheers,
    Sai

  • Problem with Guided Procedure

    Hello,
    using the Guided Procedures I have modeled an approval workflow.
    After a requester submits a request, the request should be delegated to an approver.
    However, when the requester actually submit the request, I get an error message which reads "Activity could not be read" and the workflow does not continue with the approver.
    Does anyone has an idea, what could be wrong?
    Best regards
    Alexander

    Hi Fazal,
    Check the Callable object in GP design time , whether it is giving u the expected output.
    The callable objects work just fine and provide the expected outputs.
    Nwa--> Problem management --> Logs and Traces --> Log Viewer.
    in the log viewer, u will find the root cause for the error message.
    Unfortunately, I cannot find (see below) any other root cause. It seems that the problem occurs either when completing the first or starting the second action. However, both callable objects work fine when tested in the design time.
    Edit: It seems that the problem occurs when completing the first action. What could be the reason for that?
    Activity could not be read
    com.sap.caf.eu.gp.base.exception.EngineException: Activity could not be read
    at com.sap.caf.eu.gp.model.pfw.wfc.local.status.StatusWriter.createWorkItems(StatusWriter.java:2948)
    at com.sap.caf.eu.gp.model.pfw.wfc.local.status.StatusWriter.startAction(StatusWriter.java:2749)
    at com.sap.caf.eu.gp.model.pfw.wfc.local.status.StatusWriter.startActivity(StatusWriter.java:1339)
    at com.sap.caf.eu.gp.model.pfw.wfc.local.status.StatusWriter.updateProcessStatusSequentialBlock(StatusWriter.java:4368)
    at com.sap.caf.eu.gp.model.pfw.wfc.local.status.StatusWriter.updateProcessStatus(StatusWriter.java:3617)
    at com.sap.caf.eu.gp.model.pfw.wfc.local.status.StatusWriter.completeAction(StatusWriter.java:286)
    at com.sap.caf.eu.gp.model.pfw.wfc.local.impl.LocalWorkflowConnector.completeAction(LocalWorkflowConnector.java:251)
    at com.sap.caf.eu.gp.model.pfw.core.impl.ProcessRuntime.completeAction(ProcessRuntime.java:863)
    at com.sap.caf.eu.gp.ui.act.container.VContainer.OnExecutionComplete(VContainer.java:509)
    at com.sap.caf.eu.gp.ui.act.container.wdp.InternalVContainer.wdInvokeEventHandler(InternalVContainer.java:162)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:131)
    at com.sap.tc.webdynpro.progmodel.components.Component.fireEvent(Component.java:478)
    at com.sap.caf.eu.gp.ui.co.wd4vc.exec.wdp.InternalCOExecWD4VCInterface.wdFireEventExecutionComplete(InternalCOExecWD4VCInterface.java:170)
    at com.sap.caf.eu.gp.ui.co.wd4vc.exec.COExecWD4VC.onSignalOut(COExecWD4VC.java:365)
    at com.sap.caf.eu.gp.ui.co.wd4vc.exec.wdp.InternalCOExecWD4VC.wdInvokeEventHandler(InternalCOExecWD4VC.java:171)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.invokeEventHandler(DelegatingComponent.java:237)
    at com.sap.tc.webdynpro.progmodel.components.Component.fireEvent(Component.java:478)
    at com.sap.tc.wd4vc.launcher.wdp.InternalLauncherInterface.wdFireEventSignalOutEvent(InternalLauncherInterface.java:168)
    at com.sap.tc.wd4vc.launcher.LauncherView.handleRaiseEndPoint(LauncherView.java:301)
    at com.sap.tc.wd4vc.launcher.wdp.InternalLauncherView.wdInvokeEventHandler(InternalLauncherView.java:197)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:131)
    at com.sap.tc.webdynpro.progmodel.components.Component.fireEvent(Component.java:478)
    at com.sap.tc.wd4vc.xglengine.wdp.InternalXGLEngineInterface.wdFireEventRaiseEndPoint(InternalXGLEngineInterface.java:308)
    at com.sap.tc.wd4vc.xglengine.XGLEngineInterface.notifyEmbeddersOfEndPoint(XGLEngineInterface.java:231)
    at com.sap.tc.wd4vc.xglengine.wdp.InternalXGLEngineInterface.notifyEmbeddersOfEndPoint(InternalXGLEngineInterface.java:152)
    at com.sap.tc.wd4vc.xglengine.java.XGLInterpreter.notifyEmbeddersOfEndPoint(XGLInterpreter.java:2166)
    at com.sap.tc.wd4vc.core.std.relays.java.impl.XGLEndPointRelay.notifyEmbedders(XGLEndPointRelay.java:82)
    at com.sap.tc.wd4vc.core.std.relays.java.impl.XGLSignalOutRelay.execute(XGLSignalOutRelay.java:67)
    at com.sap.tc.wd4vc.core.std.relays.java.impl.XGLEndPointRelay.execute(XGLEndPointRelay.java:66)
    at com.sap.tc.wd4vc.core.std.relays.GenericRelay.execute(GenericRelay.java:226)
    at com.sap.tc.wd4vc.core.std.relays.wdp.InternalGenericRelay.execute(InternalGenericRelay.java:138)
    at com.sap.tc.wd4vc.core.std.relays.GenericRelayInterface.execute(GenericRelayInterface.java:123)
    at com.sap.tc.wd4vc.core.std.relays.wdp.InternalGenericRelayInterface.wdInvokeMethod(InternalGenericRelayInterface.java:150)
    at com.sap.tc.webdynpro.progmodel.generation.ExternalControllerPI$ExternalInterface.invoke(ExternalControllerPI.java:291)
    at $Proxy610.execute(Unknown Source)
    at com.sap.tc.wd4vc.xglengine.java.XGLInterpreter.doEvaluateRelay(XGLInterpreter.java:1798)
    at com.sap.tc.wd4vc.xglengine.java.XGLInterpreter.doEvalStep(XGLInterpreter.java:1777)
    at com.sap.tc.wd4vc.core.xgl2_2.xglengine.java.XGL2_2Interpreter.doEvalStep(XGL2_2Interpreter.java:698)
    at com.sap.tc.wd4vc.xglengine.java.XGLInterpreter.processStep(XGLInterpreter.java:981)
    at com.sap.tc.wd4vc.xglengine.java.XGLInterpreter.processPlan(XGLInterpreter.java:941)
    at com.sap.tc.wd4vc.core.xgl2_2.xglengine.java.XGL2_2Interpreter.processAtomicActionCall(XGL2_2Interpreter.java:356)
    at com.sap.tc.wd4vc.core.xgl2_2.xglengine.java.XGL2_2Interpreter.processActionCall(XGL2_2Interpreter.java:311)
    at com.sap.tc.wd4vc.core.xgl2_2.xglengine.java.XGL2_2Interpreter.processActionCall(XGL2_2Interpreter.java:319)
    at com.sap.tc.wd4vc.core.xgl2_2.xglengine.java.XGL2_2Interpreter.processAction(XGL2_2Interpreter.java:290)
    at com.sap.tc.wd4vc.xglengine.XGLEngine.processAction(XGLEngine.java:447)
    at com.sap.tc.wd4vc.xglengine.wdp.InternalXGLEngine.wdInvokeEventHandler(InternalXGLEngine.java:184)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.invokeEventHandler(DelegatingComponent.java:237)
    at com.sap.tc.webdynpro.progmodel.components.Component.fireEvent(Component.java:478)
    at com.sap.tc.wd4vc.core.std.toolbar.wdp.InternalXGLToolbarInterface.wdFireEventGenericEvent(InternalXGLToolbarInterface.java:273)
    at com.sap.tc.wd4vc.core.std.toolbar.Generic.onActionGenericAction(Generic.java:271)
    at com.sap.tc.wd4vc.core.std.toolbar.Generic.onActionValidatingAction(Generic.java:295)
    at com.sap.tc.wd4vc.core.std.toolbar.wdp.InternalGeneric.wdInvokeEventHandler(InternalGeneric.java:161)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:131)
    at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:72)
    Edited by: Alexander Königs on Mar 4, 2009 10:50 AM

  • Callable object and Guided procedures

    Hi all,
    Where we use callable objects? i want to know about the basic of callable object and guided procedure?
    sorry if my question is very silly

    Hi again
    Callable objects can be many types, including applications (like web dynpro), services (e.g. web services), remote function modules, intercative and composite forms, etc.
    The GP framework comes with a set of ready-to-use COs that you can see when you open the Create Callable Object wizard. Here is a list of the so-called predefined COs in GP:
    http://help.sap.com/saphelp_nw70/helpdata/en/0f/619fd378a641b29386063019c24fc4/content.htm
    Since applications and services themselves are of various types, here is a link for creating COs of those types in GP design time:
    http://help.sap.com/saphelp_nw70/helpdata/en/da/a680415dc6050de10000000a1550b0/content.htm
    You can also implement your own callable object type, but here you have to use the NW Developer Studio, apart from the GP worksets. Here is a link to give an overview:
    http://help.sap.com/saphelp_nw70/helpdata/en/43/e74cb156b60a29e10000000a11466f/content.htm
    Finally, here is a document that gives general info about exposing applications as COs and links to various areas, connected to CO implementation and usage in GP:
    http://help.sap.com/saphelp_nw70/helpdata/en/08/d88041a17e060de10000000a1550b0/content.htm
    Hope that is helpful
    Greetings and good luck with the reading
    Petra

  • Problems in Guided procedures

    hi
    iam creating a workflow in GP using webdynpro for java as a callable object.
    Here i am facing the following three problems
    1.how to initialize a process which is not initiated from a webdynpro application.
    2.how to send an action to multiple users at same time.
    3.how to send an array of values to the input parameter of the GP.
    Please help me it is very urgent.
    With Regards
    Shanto Aloor
    Edited by: Armin Reichert on Jun 18, 2008 2:09 PM

    Hi Shanto,
    Please go through my article:
    [How to Integrate Two Web Dynpro Applications Using CAF GP|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/e0957cb6-5103-2a10-6d9d-a0a4d68c8bf1]
    a) You can initialize your process from GP Design Time or by presenting your process to the end user. See the following article:
    [How to Play with CAF Guided Procedures: A Complete End to End Example - Part II|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/f0975397-8e0a-2b10-4daa-bafd3a83e2a8]
    b) You can send an action to multiple users by assigning that action to a group instead of directly assigning to a user. Now you can assign this group to the set of users of your choice.
    c) I am not sure how will you send an array of values, but I am sure this would be possible. You will need to some RnD with the Web Dynpro code.
    Bye
    Ankur

Maybe you are looking for

  • Error message when opening iTunes after updating Windows 8.1

    I recently updated my windows software to 8.1.  Now I am getting a message that iTunes stopped responding and must close.  I tried to uninstall and reinstall iTunes but that has not fixed the problem.  I cannot get iTunes to open.  There is no error

  • Drilldown reports

    Hi I have defined a drilldown report using transaction IMD1(report painter). The user wants an ALV list instead of the graphic control.When I get the ALV list and when I double click on a coloumn it should take me to a transaction. I couldnt find any

  • Problem with com.sun.xml.parser.Parser

    Hi , I am using weblogic 6.01. In my ejb class, I am parsing a String to create XmlDocument. I created xml registry in weblogic server. In my weblogic server's xml registry, I have com.sun.xml.parser.DocumentBuilderFactoryImpl as DocumentBuilderFacto

  • Problem in session method

    Hi All,        when a session is in process,if the system suddenly crashes in between.Then what we have to do.Again we need to process the same session or we have to check if any records are updated or not? How to proceed further?      Can anybody ex

  • TC Backup Volume Structure - Folder Based or Disk Image?

    Hi, Is the backup volume in TC folder based (which is used on drives connected via USB or FW) or Disk Image-based (used when you 'force-enable' the wireless backup support for TM)? I'm quite curious 'coz what I noticed with the Disk Image-based backu