GRC Process Control MDUG Central Process import error

Hello to this forum.
I have a problem with GRC Process Control MDUG import template:
I have many processes structured on 4 levels.
In CENTRAL PROCESS folder of template I would like to use same secondary process in 2 different main processes.
At import check GRC answer that the object is duplicated !
It seems I can't use again the same object in another process.
is it possible ? How can I resolve ?
thanks
GR

Can you give an example to be more elaborate

Similar Messages

  • Process controlled workflow - SC process schema evaluation

    Hi experts,
    at the moment I'm using the n-step item level approval in SRM 5.0.
    We are implementing SRM 7.0. With the new process controlled workflow I'm not sure how to
    implement the logic of our "old" system.
    Depending on category and item value the SC item has to be approved by 0 - 7 users.
    I've created an event which finds a Z-process schema via FM.
    In the FM I've tried to change the process schema (debugger) for one SC item.
    But the schema has been changed for all items.
    Is it possible to use different process schemas for items?
    When yes how can I set the schema e.g.
    item 10 schema1
    item 20 schema1
    item 30 schema2
    item 40 schema1
    Thanks in advance for your inputs!
    Regards
    Stefan

    Hi,
    Schema Evaluation is document header level.
    There are 2 ways for implementation.
    1. Schema Evaluation returns Schema name. For example, 1 step approval, ... 7 step approval
    2. 1 Fixed Schema and 7 level evaluations. 1 Schema has 7 approval steps and each evaluation returns true or false.
    You have to implement GET_AREA_TO_ITEM_MAP method of Agent BADI to exclude/include items.
    BTW. If you set workflow framework as Application-Controlled Workflow, your old workflow logic works without any change.
    Regards,
    Masa

  • Process Control for Java processes

    I am on a unix platform and suspect that one of my java programs (that is supposed to run all the time) may be dropping, thus requiring me to check up on it occationally to ensure it is still running, and if it isnt, I have to start it up. Does anyone know of a quick and dirty way for me to build a process control routine using crontab that will make sure it stays up.
    What i first tried was to write a small perl script that looked for the process and if it wasnt there, it would try to start up the java program. The perl works great when I run it manually (thus starting up the process when it is down), but when I crontab the perl script, it doesnt seem to work. anyone know of a better way? or possibly a way that perl can start up the java process. I tried to embed the java command within a system statement within perl. I am lost right now and running out of ideas.
    Thanks,
    Kevin

    I've a similar situation and attached are files that are working in an AIX box:
    WfmScheduler and Forecaster are two java programs that are supposed to be running all the time. scheduler and forecaster are two script files that will start WfmScheduler and Forecaster. Each takes up to two parameters and writes their output to a corresponding log file. The cron task will check the ids every two minutes and if it does not see one of them, it will start them. I feel you are familiar with UNIX so it should be easy for you to understand the little script.
    Good luck.
    PC
    file 1
    #newcron.txt
    0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58 * * * * /home/wfm/autostart.sh WFM 5
    file2
    # autostart.sh
    # get WfmScheduler process ids
    cmd_path1=WfmScheduler
    cmd_path2=Forecaster
    pid1=`ps -ef | eval grep [0-9]./.*$cmd_path1.$1 | nawk '{print $2}'`
    if [ "$pid1" ]
    then
    else
    rm ./scheduler.log
    nohup ./scheduler $1 $2 > ./scheduler.log &
    fi
    # get Forecaster process ids
    pid2=`ps -ef | eval grep [0-9]./.*$cmd_path2.$1 | nawk '{print $2}'`
    if [ "$pid2" ]
    then
    else
    rm ./forecaster.log
    nohup ./forecaster $1 $2 > ./forecaster.log &
    fi

  • SRM Process Controlled Workflow Issue - Process Level Agent not shown up

    System: SRM 7.0 (SP09)
    Implemented BADI to determine agents at process level - BADI Definition /SAPSRM/BD_WF_PROCESS_CONFIG
    Configuration: 1 Process Level (Seq 100, Lvl Type A, Resp. Resolver Name: Z_XXXXXX, Task ID 40007954, Decision Type 1)
    When creating the Shopping cart based on the cart value, the agents are determined correctly and process level GUID is created with Agent ID associated.
    something like
    GUID1 - APPR1
    GUID2 - APPR2
    GUID3 - APPR3
    GUID4 - APPR4
    Before "Order" when we do preview of Approval Process, it shows all the approvers in the sequence as expected. As soon as the cart is ordered, the first process level GUID lost its agent thus throwing error saying "Strategy Z_XXXXXX did not determine any approver"
    But when we look at the table /SAPSRM/D_WF_016, the corresponding entires of GUID1 has the agent ID as APPR1.
    The task 40007954 has been GENERALIZED so as the master workflow template 40000014. The same is working in our Dev system but throwing error "Strategy Z_XXXXXX did not determine any approver" in QA system.
    Any input is highly appreciated.

    See the thing is the agents were picked up & saved in the table /SAPSRM/D_WF_016 in the process level BADI. The first process level guid doesn't get processed in the RESP_RESOLVER BADI. I put the break point and can see the agents were picked up & saved in Process Level BADI.
    The funny part is it is working just fine in the Dev system. Secondly, when we do BOB for the same user (requester), it picks up the first level approver without the error.
    Meaning, If USER1 shops for himself (Creator & Requester are same), we encounter this error. If USER2 shops for USER1, then the corresponding approvers were picked up correctly without the error. USER1 & USER2 have same authorizations in SU01D (USER2 is copy of USER1, so no authorization issues). Approvers determination is based on the requester.
    Somewhere, we miss the settings. Don't know where though.

  • Are GRC Access Control, Process Control and Risk Management separate?

    Are these 3 different modules that you have to purchase separately or are they included in one suite?

    Hi Anne,
    If you are refering to GRC Access Controls 5.3, Process Control 3.0 and Risk Management 3.0 - All 3 are separate.
    A new version of GRC 10.0 has been launched which is currently in ramp up. This has all the above 3 in one suite.
    Thanks and Best Regards,
    Srihari.K

  • Approval Level in Process Controlled workflows

    Hi Sap Gurus,
    How can i find the number of approval levels in process controlled workflows for Shopping Cart, Purchase Order....
    Thanks in advance

    Hello,
    IMG: SAP Implementation Guide > SAP Supplier Relationship Management > SRM Server > Cross-Application Basic Settings > Business Workflow > Process-Controlled Workflow > Business Process Configuration > Define Process Levels
    For concerned object type, select "Process Schema Definition" directory.
    Then, select correct process level schema to display "Process Level Configuration" directory: here are the process levels defined.
    Regards.
    Laurent.

  • Reg: process control.

    hi all
    These are all the types which are available under callable object .in guided procedure In this can any one explain what is the purpose of process control and user management callable object.if possible please provide me the documents relevant to the content.
    Click to expand
    Service Callable Objects Service
    Click to expand
    User Interface Callable Objects User Interface
    Click to expand
    Forms Callable Objects Form
    Click to expand
    Process Control Callable Objects Process Control
    Click to expand
    User Management Callable Objects User Management
    Click to expand
    Miscellaneous Callable Objects Miscellaneous
    Thanks & regards
    DEEPIKA.
    Edited by: deepika_indian on Oct 5, 2010 7:38 AM
    Edited by: deepika_indian on Oct 6, 2010 11:58 AM

    Hi Kumar,
    Infact it's a good question.
    For this,
    In PAI,
    after the loop....
    in the module, write as follows,
    If TCL-current_line = n (n = perticular row number)
    leave to 'XXXX' (XXXX is the screen number)
    endif.
    reward me if useful.

  • Process controlled workflow - Reject SC approval

    Experts,
    I configured process controlled workflow in SRM 7. My approval process is working fine but i need to send a notification e-mail when the approver rejects the SC approval. The requisitioner will receive this email saying that the SC was rejected.
    Is there any chance to do this with configuration? Do you have to use a new expression linked to an event to perform this ?
    Thanks for your help,
    Best regards,
    Mário

    Hello Mario,
    See IMG path below:
    SAP Implementation Guide -> SAP Supplier Relationship Management -> SRM Server -> Cross-Application Basic Settings -> Business Workflow -> Process-Controlled Workflow -> Business Process Configuration -> Define Recipient of Notifications
    For scenario "Approve Shopping Cart", you can define user role which will receive notification in the event of "Rejection".
    Regards.
    Laurent.

  • Error in GRC process Control 2.5 login through NWBC

    Hi All,
    we have installed GRC Process Control 2.5 and configured as per the installation guide. when tryig to connect the same  through NWBC, we are getting the following error.
    "The navigation tree is empty (no entries exist for the roles you are assigned in PFCG/PCD)"
    Please help me on this error.
    Regards,
    Gurugobinda

    Hi Gurugobinda,
    In PC 2.5 NWBC, the menu application is based on the role assignment of current login user.
    1. T-Code PFCG: View the SAP_GRC* roles, navegate to the tab Menu, make sure the menu for this role exists. It should exist since the role is delivered by SAP. If you are customizing your own role, you may forget to copy the menu.
    2. T-Code SU01: View the user you are using, make sure the role assignment is done.
    3. Verify the menu from Backend: Login to the R/3 system, at the home page SAP Easy Access page, select User Menu (Ctrl+F10) in the application toolbar, the menu structure will be generated for current user based on the Menu of the roles assigned to him/her.
    4. Login to NWBC via the same user, the menu hierarchy should be shown correctly.
    Any problem please post later.
    Thanks
    Amos

  • GRC Process Control Workflow error

    Dear all,
    After creation of Self-Assessment Test Plan, or any other plan, it gets "error" status.
    At transaction SWI1 the task has status "completed" but the task wasn´t performed by any agent. So the task doesn´t appear on user's inbox. Does anyone ever got this error and have any ideia to solve?
    It´s a recent installation of Process Control.
    Best Regards
    Edited by: Rodrigo Oliveira Nagamine on Sep 14, 2010 9:01 PM

    I checked the log and I am getting the following message:
    The Scheduler is inactive: the Maintenance Mode is enabled!
    But I already configured the jobs on ABAP.
    Any ideas?

  • GRC Process Control - Case ID Error in the workflow

    Hi Experts,
    I am not able to trigger workflow through planner in Process Control 10.0. It shows "Error" status in Planner Monitor.
    In SWI1, the error message shows as "Case "xxxxxx(Random number)" does not exist". I have attached the screen shot of the same.
    Kindly let me know the missing configuration for the below issue. Thanks

    Hi
    Thanks for the replies..
    The issue is resolved and now the workflow is getting triggered..
    Solution : I have not maintained the relevant roles for WF-BATCH User in the system...
    Regards,
    Vinay

  • Error in uploading  process catalog of Process control

    Hello,
    When i am trying to upload the controls through process catalog of advanced upload in process control , i get an error message  as Number of columns required 40, Found 39 columns .
    I have used the same format what the tool has given as a standard format but still i get the error as i mentioned earlier .
    I have done all the necessary possibilities of giving a blank at the 40 th column but still it doesn't accept.
    Can anyone please help me in this regard so that i can go ahead in creating the controls instead doing manually.
    Regards,
    Raghu
    Edited by: Raghu k on Jan 29, 2008 10:40 AM

    Raghu,
    Carefully review your data to make sure eveything lines up and is appropriate.  Then generate a new template and make sure it has all components in it even though you might not use everything.  Then use the 'transfer" function to transfer the data from the existing file to the new template. 
    Try that.  Sometimes MDUG will throw strange errors is you reuse files or copy them.  Start with a clean template and this will hopefully work.  This has worked for me in the past when I'd see strange, never seen before errors.
    Thanks.
    Matt

  • GRC Process Control Architecture

    Hi.
    I need to find a good documentation about the architecture of the GRC Process Control.
    I'm new with this technology.
    Any helps to me, please? Thanks

    Hi.
    Your link brings to Document Builder???
    I have a look about SAP BO Process Control and I have downloaded some papers.
    I'm searching a document that talks how create the first (and also simple) application with this technology.
    My goal is to understand which objects I can use to create the first application, after installing the Process Control.
    Can I insert rules and controls and/or can I import these objects from an ERP source?
    Any suggests to me, please? Thanks

  • SRM 7.0 Process-Controlled (BRF) Workflow -- Error message to Shopping Cart

    I am modifying a BRF Expression used to calculate approval levels.  During this calculation, I may run into error conditions (e.g. Currency tranlsation not found) that I want to display to the user (in the Shopping Cart).
    I have tried raising the following exceptions:
    /sapsrm/CX_WF_RULE_ERROR.
    /sapsrm/CX_WF_RULE_ABORT.
    Raising these exceptions do result in SLG1 log entries being written, but the User is not informed of the error (ie. at top of shopping cart where other messages display).
    I can probably jump out of the Webdynrpo to read logs, but thought there MUST be some standard way of passing error conditions from the BRF, back to WF, and then back to the Webdynpro Window.
    Anybody raise error messages back to the online user from Process-Controlled Workflow?
    Thanks,
    - Tim

    >
    Saravanan Dharmaraj wrote:
    > Hi Tim,
    >
    >    I am not sure about your business requirement, but if you want to display custom error message while user create a SC, SAP has provided a standard BADI - BBP_DOC_CHECK_BADI. You can implement this Badi to raise a custom error,warning message. You can build your brf logic in the BADI implementation..
    >
    >
    > Best Regards,
    > Saravanan Dharmaraj.
    Hi Saravanan,
    I am actually modifying the Approval Limit Checks (for multi-currency translations) that you recently coded in Maryland.  It can occur that errors occur in determining limits (new Currency translation I just added), or during the lookup of agents (ie user config is inconsistent).
    In these cases, I can make the shopping cart Dump, by raising untrapped error messages, or assertions.   However, I would like to raise exceptions that get trapped (such as the ones I identified in original post), and then make their way to the shopping cart.
    Unless I am missing something, I don't think the WF BADIs, or BRF are gonna communicate errors back to the shopping cart, even though these components are called during cart creation and checks.
    I realize that I can recode the Agent Determination BADIs,  BRF calls, or even read BRF logs within BBP_DOC_CHECK_BADI.  I mentioned this in my original posting as well.
    Anyway, any help is appreciated.
    Thanks,
    - Tim

  • Workflow error in fork step, process control, wait event

    I am using fork step in workflow which has 2 parallel branches. In 1st branch i have a user decision step followed by a task for posting PO document in case of approval. In the 2nd branch of fork step I have a wait step to wait for an event followed by the same task for posting document with a process control step after that in the end to cancel the workitem(workitem generated by user decision step in the 1st branch of fork). I created the event by using a custom BOR object.
    After the fork step is triggered, i have both a wait event running and workitem generated. When i raise the wait event from SWUE by entering the event, object key etc it works fine i.e., the workitem in the other branch is set of logically deleted and workflow ends.
    But if the wait event is triggered from the program i.e., using FM SWW_WI_CREATE_VIA_EVENT, both get an error message in workflow log(SWIA). The message is: Error when executing the binding between work item 000000XXXXXX and flow item 000000XXXXXX where workitem number is the workitem id of the posting document task and flow item id is the workflow parent id

    hi,
    message is self explanatory.
    Activate the event trace SWELS, then do the event with SWUE and within your program (als please use SAP_WAPI function modules).
    Now compare the 2 events in SWEL to see what the differences are .
    Kind regards, Rob Dielemans

Maybe you are looking for

  • Changes Allowed on the 3rd Party Sales Order when PO is created

    Hello, We have a requirement to change the Sales Order even if the PO is already created for teh 3rd party order. I am not sure which fields and what changes can we do if the PO is already created for the 3rd Party sales order. Can you please guide m

  • Smart audio multi stream

    hello I have a t400 thinkpad. I choose the multi stream option in the smart audio softwere but still only the external (connected via the headphone jack) work. the internal speakers of the laptop do not produce any noise. As I understood the multi st

  • How to run execute immdiate with variables

    Hi friends, How to run execute immdiate with variables in v_stmt below? I dont know how to declare the value of i here. Set serveroutput on; DECLARE    i        VARCHAR (20);    v_stmt   VARCHAR2 (100);    CURSOR c    IS       SELECT sqlid FROM temp1

  • SQL PLUS result give me #######

    Does anyone know why my result row is giving me ############# as a record. All my row is ####### for one of my column... thanks

  • Multiple Web Catalogs

    We are wanting to combine our test and dev systems onto one server. I have found docs where it is possible to have multiple presentation servers but I have not found anything about having 2 separate Web catalogs/webcat on a server. Is this possible?