Transport workflow engine

Hello SAP Gurus,
We are new to this transport workflow automation process. We are currently testing this in sandbox (S00).
S00 has multiple clients. Each client represents one country (example - client 200 represents Belgium,
201 represents France, 202 represents Mexico, 250 represents USA etc).
Each client have different Developers/functionals/infosecs/users.
As only one Workflow engine can be defined per instance(S00)/client (250) under STMS --> systems overview -->transport domain --> workflow engine tab we have below issues.
Users from other countries cannot able to approve/reject/import their transport proposals - reason being
their user id is not created in 250.
Is there any options to create seperate workflow engine per client? or how can we do this for other countries without enabling CUA or maintaining all users at one client(workflow engine client).
Any suggestions will be greatly appreciated,
thanks & best regards,
Kannappan.S

Hi Kannappan
  You need to this way. Even i follow the same way. Here 200 and 400 clients are customizing clients. I will develope workflows in 300 client after developing i will transport the workflow from 300 to 400 then from 400 only i can transport to quality and to production.
You can also do the same way. From differents clients move to 250 from 250 you can transport to quality and to production. No need to move any users.
To move the transport request from different client to 250 do this way. go to 250 client and opent the transport fron SE01 and double click on the partent request id and do a small change in the description and save it. This will do the transport from different client to 250.
Regards
vijay

Similar Messages

  • Need of "Workflow Engine" and "Worklist" in a transaction STMS

    can you please tell me what is the need of "Workflow Engine" and "Worklist" in a transaction STMS

    Workflow is an extra tool/feature which if you configure, will help you to move the appropiate transports to your QAS(Quality ) Sytem from DEV system. Not all the Transport. This way you can make sure that your some dangerous Transports dont get moved.
    Like if you configure it, anyone who makes a transport in DEV wont be move the transport to QAS, because it provides a fature called QA Approval, that means only if the Transport is approved by the appropiate person ( that also you can configure) only then it can be moved to QAS, otherwise not.
    Reward points if useful!
    Cheers!
    Bidwan

  • OWB Process/Workflow in third party Workflow engines

    Have any of you had experience using the XPDL file generated by the Process flow component of OWB to execute the Workflow in non-oracle Commercial and/or Open source Workflow engines?
    If so I'd like to hear about it. I'm attempting to do the same and think that the Oracle Workflow component is too much work.
    I appreciate your responses.

    Hi,
    Any update on it.
    Regard
    Nidhideep

  • Output post processors and workflow engines doesn't come up after cloning

    ours is a RAC+ASM+PCP -enabled
    host1 : DB+ Concurrents
    host1 : DB+ Concurrents
    host3 : WEB+FORMS+OC4J
    host4 : WEB+FORMS+OC4J
    We are suffering from an “empty entropy pool” within the JDBC driver. Basically, the driver will attempt to gather a random number from the pool, but if the pool is empty the driver will wait (sometimes indefinitely) for values to come in. In most installations, the default configuration has the pool being “filled” by numbers created through a user interface such as mouse movements. On our servers, we are typically in a “headless” configuration so the pool may not be replenished properly. I’m not sure why we are seeing this new issue, but since the random number generator is related to security, maybe a security enhancement from the OS upgrade has made this more sensitive.
    Note that QA4 is “mostly” up and running. The concurrent managers are started on both wpsun144 and wpsun154, but the output post processors and workflow engines are still having issues
    The ultimate solution is to add some form of “entropy gathering daemon” to keep the pool filled, but we will need the Unix Admin team’s help and some research to find the best solution. Apparently, in Solaris 10, there is a kernel-level “cryptographic framework” for adding/removing entropy sources.
    The workaround is to add a java option to the java command line. For Solaris this seems to work: “-Djava.security.egd=file:///dev/urandom”. This is NOT a reasonable solution since this requires modifying multiple delivered scripts/templates. I made the following changes only on wpsun144.
    First, for the context file I had to modify the “s_adjreopts” variable to add the above workaround (per doc 1066312.1).
    For adgentns this was fixed by modifying the $AU_TOP/perl/ADX/util/Java.pm file and adding the option. Here are the new lines in the file:
    if($javaCmd =~ /jre/) {
    return ("-mx256m -Djava.security.egd=file:///dev/urandom", 0);
    } else {
    return ("-Xmx512M -Djava.security.egd=file:///dev/urandom",0);
    After this change, adgentns completed successfully and both the “tnanames.ora” and “listener.ora” files were created in the $TNS_ADMIN location.
    For adgendbc, I had to manually modify the template for the script (there are 10 java command lines in the file).
    $AD_TOP/admin/template/adgendbc_ux.sh
    For txkExecSetJaznCredentials.pl, this file was modified:
    $FND_TOP/patch/115/bin/txkSetJaznCredentials.pl
    At this point, adcfgclone did finally complete successfully! Also adautocfg is now completing successfully!
    Some references:
    http://www.usn-it.de/index.php/2009/02/20/oracle-11g-jdbc-driver-hangs-blocked-by-devrandom-entropy-pool-empty/
    Oracle E-Business Suite Applications Technology Readme for Release 12.1.3 (R12.ATG_PF.B.delta.3, Patch 8919491) (Doc ID 1066312.1)
    Look for a section titled, “Attention: JDBC connections may time out during the upgrade process when random number generation is slow on machines with inadequate entropy.”
    Can some one help me on this.

    ours is a RAC+ASM+PCP -enabled
    host1 : DB+ Concurrents
    host1 : DB+ Concurrents
    host3 : WEB+FORMS+OC4J
    host4 : WEB+FORMS+OC4JPlease post the details of the application release, database version and OS.
    We are suffering from an “empty entropy pool” within the JDBC driver. Basically, the driver will attempt to gather a random number from the pool, but if the pool is empty the driver will wait (sometimes indefinitely) for values to come in. In most installations, the default configuration has the pool being “filled” by numbers created through a user interface such as mouse movements. On our servers, we are typically in a “headless” configuration so the pool may not be replenished properly. I’m not sure why we are seeing this new issue, but since the random number generator is related to security, maybe a security enhancement from the OS upgrade has made this more sensitive.
    Note that QA4 is “mostly” up and running. The concurrent managers are started on both wpsun144 and wpsun154, but the output post processors and workflow engines are still having issuesWhat is the error from the Workflow and OPP log files?
    The ultimate solution is to add some form of “entropy gathering daemon” to keep the pool filled, but we will need the Unix Admin team’s help and some research to find the best solution. Apparently, in Solaris 10, there is a kernel-level “cryptographic framework” for adding/removing entropy sources.
    The workaround is to add a java option to the java command line. For Solaris this seems to work: “-Djava.security.egd=file:///dev/urandom”. This is NOT a reasonable solution since this requires modifying multiple delivered scripts/templates. I made the following changes only on wpsun144.
    First, for the context file I had to modify the “s_adjreopts” variable to add the above workaround (per doc 1066312.1).
    For adgentns this was fixed by modifying the $AU_TOP/perl/ADX/util/Java.pm file and adding the option. Here are the new lines in the file:
    if($javaCmd =~ /jre/) {
    return ("-mx256m -Djava.security.egd=file:///dev/urandom", 0);
    } else {
    return ("-Xmx512M -Djava.security.egd=file:///dev/urandom",0);
    After this change, adgentns completed successfully and both the “tnanames.ora” and “listener.ora” files were created in the $TNS_ADMIN location.If you are on R12, please see these docs (search for "Djava.security.egd").
    Oracle E-Business Suite Applications Technology Readme for Release 12.1.3 (R12.ATG_PF.B.delta.3, Patch 8919491) [ID 1066312.1]
    Oracle E-Business Suite Release 12.1.3 Readme [ID 1080973.1]
    For adgendbc, I had to manually modify the template for the script (there are 10 java command lines in the file).
    $AD_TOP/admin/template/adgendbc_ux.sh
    For txkExecSetJaznCredentials.pl, this file was modified:
    $FND_TOP/patch/115/bin/txkSetJaznCredentials.pl
    Can some one help me on this.Are you trying to avoid manual changes? If yes, please make sure you have all the patches mentioned in the docs referenced above applied and you have all the necessary configuration/setup.
    Thanks,
    Hussein

  • How can I add a User to the transport workflow

    Hi all,
       I want to add one user to the transport workflow in BW Dev system? How can I do it, PLEASE.
    Thanks.

    Hi,
    Check this if you can reset the workflow if the configuration of old user get damaged instead of creating a new one.
    http://help.sap.com/saphelp_erp2005/helpdata/en/06/1c3737f0e64142e10000009b38f839/frameset.htm
    Please reward if it helps.

  • Facing problem in integrating my custom jsp with the workflow engine

    Hi,
    I am using Jdeveloper 11.1.1.6.0 for BPM 11g implementation on my Application.I have Weblogic Server 10.3 Installed and configured the domain. Also the server is up and running.
    I am trying to create workflow and wants to integrate it with my custom jsp but i am facing problem in integrating my custom jsp with the workflow engine.Can you please answer the following questions:
    1)how to link BPM human task with my custom jsp (Requester jsp).
    2)how my custom jsp data(Requester data) will be stored in workflow engine and how the same data will be visible to the next custom jsp(Reviewer jsp).
    This is urgent .Any early reply will be great help.
    Thanks in advance.
    Edited by: 990133 on Mar 24, 2013 5:31 AM

    you forgot to add the usage dependency in the DC metadata section in your DC, you have to add the XSS~utils and fpm as a used DC's as part of your DC, try to add those, if you already done that, so check where missed the adding of used webdynpro components in any of the VAC's or FC's,
    Cheer,
    Appa

  • Is Workflow Engine bounce needed?

    Hi Experts,
    Do we need to do a Workflow Engine bounce if we are changing a pl/sql package which is associated as a function for a particular workflow node?
    In other words, when do we need to do Workflow bounce at all? Is it only required if we are changing the wft?
    Thanks In Advance.

    Hi;
    I belive yes you need it.
    Please read:
    Notification Error when using PL/SQL document
    http://www.workflowfaq.com/tag/hints
    For your future issues please use Forum Home » Database » Workflow
    Regard
    Helios

  • Workflow engine VS Business process engine

    Hi guys,
    Need some information about the BPE of PI CCBPM and workflow engine of SAP business workflows, are they same ?
    Regards
    chandrakanth.k

    Hi Chandra,
    No need of external workflow engine,BPE engine will act as a work flow engine,any way it is available in ABAP Stack.
    ccBPM concept is combination of BPM and Work flow concept, to run ccBPM scenarios we required BPE engine,it is come up with ABAP Stack,i think you know about this.
    But we are using some features from SAP work .
    Regards,
    Raj

  • Is the XI Business Process Engine similar to R/3 Workflow Engine ?

    Is the XI Business Process Engine related to the SAP R/3 workflow engine ?  I can see similar terminology like Container operation between the two workflow depictions.
    -Manish

    Hi Manish,
    the BPM engine is exactly the Workflow engine included in the WAS installation of XI.
    You can see that a BPM saved and activated generate a workflow template (don't touch it!).
    You'll discover that the monitors of BPM are the tipical transaction of SAP workflow.
    Regards,
    Sergio

  • Request owner approval in Transport Workflow (DEV to QTY)

    Hello,
    I have set up the transport workflow between DEV and QTY systems on ERP6.
    I need to allow developers and consultants to approve their own transport proposals in order to facilitate transport to the QTY system.
    Currently, when an user releases a transport request and creates a transport proposal, the approval message is sent to the TMS Worklist.
    Therefore, only administrators can approve transport proposals.
    How to allow users to approve and import their own requests through the Transport Proposal Inbox in Transport Organizer (SE10) ?
    Thanks in advance.

    Hi Serguei,
    Please check whether you have specified &_WF_INITIATOR& as excluded agent.
    Please remove &_WF_INITIATOR& as excluded agent.
    With Best Regards
    Julia

  • Workflow engine with portal

    Hi,
    We are planning to implement Oracle workflow for Portal forms. I uderstand that workflow engine is inbuilt for all Oracle Apps (Financials, HRMS etc).
    How do I check if Oracle workflow is installed for Oracle 10g AS.
    If any one has implemented Oracle portal with workflow, please refer me some links/documentation that will help me understand how to configure oracle workflow to work with custom forms built on Oracle portal.
    Thanks,

    How to configure Oracle Workflow as external application in portal.
    Create a new External application as below :
    Name : Oracle Workflow Application
    Login URL : http://...:7778/pls/wf/wfa_html
    User Name/ID Field Name: ssousername
    Password Field Name: password
    Type of Authentication Used: BASIC_AUTHENTICATION
    http://www.oracle.com/technology/products/ias/workflow/release262/workflow_faq.html
    http://www.oracle.com/technology/products/ias/portal/point_downloads.html#workflow
    Regards,
    Ersan

  • Resolve Error:NoClassDefFoundError: com/sap/workflow/engine/api/IWorkflow

    Hi,
    I want Create Task in UWL using web dynpro coding .
    i have done some coding using UWL APIs.
    when i run the application i will get an error   java.lang.NoClassDefFoundError: com/sap/workflow/engine/api/IWorkflow
    i think i want to give a some web dynpro references but now i have given reference like
    Library reference =tckmcbc.uwl~api
    Sharing reference = PORTAL:sap.com/com.sap.portal.usermapping
    but i nedd to give some other reference? or how to resolve this error.
    Regards,
    BOOPATHI.M

    HI ,
    My Code is :
    IWDClientUser clientUser = null; 
         IUser creator = null;  
         clientUser =  WDClientUser.getCurrentUser();
         creator = clientUser.getSAPUser();
         IJWFPortalService service = (IJWFPortalService) PortalRuntime.getRuntimeResources().getService(IJWFPortalService.KEY);
         IWorkflow eWF = service.getWorkflowEngineJMS();
         Hashtable taskCtxt = new Hashtable();
         taskCtxt.put("_wfitemtype_","uwl.notification.erp.fyi");
         if(wdContext.currentVnCreateTaskElement().getVaDescription()!=null)
              taskCtxt.put("_wfdescription_",wdContext.currentVnCreateTaskElement().getVaDescription());// "mydescription");     
         else
              wdComponentAPI.getMessageManager().raiseException("Please enter the Description",true);
         taskCtxt.put("_wfpriority_",wdContext.currentContextElement().getCaPriority());//new Integer (0));
         if(wdContext.currentVnCreateTaskElement().getVaAssignedUser()!=null)
         taskCtxt.put("_wftaskassignees_",wdContext.currentVnCreateTaskElement().getVaAssignedUser());//"administrator");
         else
         wdComponentAPI.getMessageManager().raiseException("Please enter the User",true);
         taskCtxt.put("_wftemplatename_","QuickTask");
         taskCtxt.put("_wfduedate_", dateTime);
         Hashtable appCtxt = new Hashtable();
         appCtxt.put("mysystem", "SAP_LocalSystem");
         appCtxt.put("mylaunchcontext", "uwl"); 
         appCtxt.put("myappcontext", "test");
        if(wdContext.currentVnCreateTaskElement().getVaTitle()!=null)
        eWF.createTask(wdContext.currentVnCreateTaskElement().getVaTitle(), creator, taskCtxt,appCtxt);
    Regards,
    Boopathi M

  • AWE (Approval Workflow Engine) Question

    I'm trying to implement AWE (Approval Workflow Engine) and am having a bit of a problem.
    I've been following the instructions on the Red Paper document concerning implementing AWE. I have the following code. When this code fires the cross reference table is populated. However the PSWORKFLOW table does not get populated. The orinator does have a supervisor selected in the Workflow tab of his user profile. But nothing gets routed to the user for approval. Like I said the PSWORKLIST record does not get populated when this code fires. I'm trying to follow the code from EProcurment but am wondering if it's a coding or configuration issue. Any help is greatly appreciated. Thanks!!
    &reqRecord = CreateRecord(Record.CUS_VCHR_AW_VW);
    GetLevel0()(1).GetRecord(Record.VOUCHER).CopyFieldsTo(&reqRecord);
    &launchMgr = create PTAF_CORE:LaunchManager("VOUCHER", &reqRecord, "");
    &launchMgr.requester = "TEST";
    /* &launchMgr.appDef.trace_flag = True; */
    &launchMgr.SetHeader(&reqRecord);
    &launchMgr.DoSubmit();

    I am also trying to code for Voucher approval workflow. The worklist is not getting populated and I am getting an error on the following code:
    If &sac_aw_ref_launch_mgr.hasAppDef = True Then.
    I have the process definition setup.
    My code is as follows:
    SavePostChange (Component)
    Function KickoffAW()
    If &sac_aw_ref_launch_mgr.hasAppDef = True Then
    /* Update the requester, if necessary */
    If &sac_aw_ref_launch_mgr.requester <> VOUCHER.OPRID Then
    &sac_aw_ref_launch_mgr.requester = VOUCHER.OPRID
    End-If;
    &sac_aw_ref_launch_mgr.appInst.Save();
    &vchRecord = CreateRecord(Record.BC_VCHR_AW_VW);
    GetLevel0()(1).GetRecord(Record.VOUCHER).CopyFieldsTo(&vchRecord);
    &sac_aw_ref_launch_mgr.SetHeader(&vchRecord);
    If (&sac_aw_ref_launch_mgr.submitEnabled) Then
    &sac_aw_ref_launch_mgr.DoSubmit();
    End-If;
    End-If;
    End-Function;
    SavePostBuild (Component)
    /* Workflow Approval - Start */
    If %Mode = "A" Then
    &REC1 = CreateRecord(Record.BC_VCHR_AW_VW);
    GetLevel0()(1).GetRecord(Record.VOUCHER).CopyFieldsTo(&REC1);
    rem &REC1 = GetLevel0().GetRow(CurrentRowNumber()).GetRecord(Record.VOUCHER);
    &awprcs_id = "BC_VOUCHER"; /* The transcation definition setup */
    /* Initialize the approval manager */
    &sac_aw_ref_launch_mgr = create PTAF_CORE:LaunchManager(&awprcs_id, &REC1, VOUCHER.OPRID);
    &submitEnabled = &sac_aw_ref_launch_mgr.submitEnabled;
    &previewEnabled = &sac_aw_ref_launch_mgr.previewEnabled;
    &resubmitEnabled = &sac_aw_ref_launch_mgr.resubmitEnabled;
    End-If;
    /* Workflow Approval - End */
    Thanks,
    Edited by: user11900060 on Oct 5, 2009 1:25 PM

  • About Application Workflow Engine

    I have seen a requirement for Application Workflow Engine...I tried hard to find a PeopleBook for that but couldnt find any.Where can we get information about that.Help me out.Thanks.

    Hi,
    Could you please let me know the path on metalink wherein i can find the red paper for AWE.I have been searching a lot but havent got the right one.
    Thanks
    Samidha
    Edited by: [email protected] on Jun 10, 2009 10:23 PM

  • Approval procedure in Transport Workflow

    Hi,
    I configured transport workflow QA approval procedure. When i approve the proposal it is getting imported into QA automatically. I want to approve but let somebody else to move the transport manually.
    How do i do this?
    Also once its moved to QA and tested fine how is the approval to PRD handled using transport workflow?
    Please advice.

    HI Shannon,
    Did you happen to get a solution ?
    We also have a requirement where we only want the approvers to approve them. The transports should not be automatically imported in production.
    When the proposals are approved, the transports are automatically imported.We do not want this to happen.
    We want to do it manually at a particular time.
    Regards
    Bharathwaj

Maybe you are looking for

  • Think Ive broke it :-(

    Hi, I have just downloaded the latest version of iTunes, but its telling me I have new hardware and I need a disc to install it ?? When I open iTunes it wont play anything. Everything is still there it just will not play Been messing with this for tw

  • Warning: remove all all plastic as soon as you get new phone

    I just took delivery of a new iPhone 4 today that was ordered online through AT&T. After deactivating my 3G and activating the new phone, and copying my 3G data to the new phone, I removed the front and back plastic protective film on the new phone o

  • Will Pages work with MacBook Pro OS Snow Leopard 10.6.8?

    I am wondering if the Pages App will work with MacBook Pro OS Snow Leopard 10.6.8.  I am getting conflicting information from people, and I don't want to purchase and download the App if I am not able to use it.  Thanks for your help.

  • COEP Access

    Hi , I am accessing coep without key field belnr .It taking hell lot of time.Any suggestions for fast accesing this table without key field. Regards Ivneet

  • Download OracleLite

    I want to download OracleLite for Windows CE. I do not find Oracle 10g Lite for Windows CE on OTN. Then I go to Oracle 9i Lite with the following link. http://www.oracle.com/technology/software/htdocs/devlic.html?http://www.oracle.com/technology/soft