GRC AC 10 - Defining sub processes

We are in the process of implementing AC 10 and need to define the Business and sub processes for the role creation methodology and to upload the existing roles into AC Role management tool. The issue is we have only Business process defined for our existing roles and there is no sub process defined/exist for the roles as they are created as per the BP and position wise. 
I would like to know how we can define the sub processes for our existing and future roles as  our company does not have the sub processes defined. We define roles on the basis of Business process followed with the staff position.

Defining Sub processes is functional task .You can get help from your BAu2019s and FAu2019s . After defining business process you can decide default access for business process and additional  access can be requested by mentioning role name .
Check this : http://help.sap.com/saphelp_grcac10/helpdata/en/27/00965aaa2d4fb0aba7600533fa7570/frameset.htm ( check Default Roles )
In GRC 10 . You can define sub process in SPRO->GRC->AC->Maintain Business processes and Sub processes  .
Thanks
Aditya
Edited by: Adityatd on Jun 24, 2011 4:11 PM

Similar Messages

  • Can we define a function in a sub process?

    Hi ,
    I want to know whether we can define a function in a sub-process ? coz I see only notifications defined in the sub_process in seeded oracle workflows .
    also highlight if we are the running the workflow from developer studio do we need call the main process first or the sub-process first ?
    Regards,
    Shashk

    Hello Shashk,
    Yes functions can be used in sub-processes. If you are creating a custom function, it must be defined in a specific fashion to work with WF. See the Workflow Developer Guide for your version. 2.6.2 available here:
    [http://download.oracle.com/docs/cd/B10501_01/workflow.920/a95265/toc.htm|http://download.oracle.com/docs/cd/B10501_01/workflow.920/a95265/toc.htm]
    Not sure about Developer Studio per se but typically you can run any process in a workflow that is marked 'runnable'.
    - James

  • Business Process and sub Process IN ERM and CUP

    Hi Friends,
    We are in intial stage of GRC implimentation. Now I am uploading the roles into ERM and CUP. I have defined business processes and sub processes for the roles and upload the roles successfully in ERM. But when I am doing the same excercise in CUP especially during creation of sub process it is not allowing the charecter "-" in the name space.
    E.g. Business process name is EHS-SM (Uploaded to CUP)
           Sub process name is EHS-SM1.1 (not allowing to create in CUP wher as successfully created in ERM)
    My question is
    1. why it allows me to do the same thing in ERM but not in CUP.
    2. Is there any way to maintain the name with chaecter "-".
    For your information I am in the phase of defining the attributes for the roles.
    Thanks & Regards,
    Satyabrat
    Edited by: Sunil Varghese on Oct 28, 2009 10:59 AM
    Edited by: Sunil Varghese on Oct 28, 2009 11:01 AM

    Hi all,
    I will have a hard time ahead with  BP and SBP. all are in the same format. I dont think my company will agree to change the name of there BP  or SBP because they are thousands in count and also there is no other way around in GRC,
    Let give me a try...
    Thanks Guys for your support and time.

  • Calling BPM Sub Process from another BPM Process - Stuck at Sub Process

    Hi
    JDeveloper 11.1.1.6, BPM 11.1.1.6, WLS 10.3.6
    I am trying to Call a BPM Process from another BPM Process. Both the processes are defined in the same BPM Project.
    Both the Processes have 'None' Start and End activities.
    The 'Parent Process' has a 'Call Activity' which calls the 'Sub Process'.
    The Sub process takes a parameter of payload object as input and returns output (also same payload object)
    I have passed the payload object from parent to sub process in the 'Data Associations'.
    The Start and End activities in the sub process also have the data associations set where I am passing the payload object from parent process to child process.
    When I run the process and see the Enterprise Manager console - Audit Trail / Flow tabs,
    Flow Tab - The progress of the process is showing only till the Calling of the sub process in the Parent Process. It does not show the Sub Process.
    Audit Trail Tab - Shows that the Sub Process is called but has not reached to the End of the Sub process.
    The audit trail does not have links to the sub process activities.
    I cannot see any exceptions as well in the audit trail.
    How can I find out why the process is stuck? Or what is going on in the process?
    Please let me know if my explanation is not clear?
    Thanks for any help
    Regards
    Sameer

    Thanks for replying.
    I have another Sub Process with Start and End events as Message Events and used Send Task and Receive Task (Implementation : Process Call) in the Main process to invoke the sub process asynchronously.
    Then, the Sub Process is shown in the 'Flow Trace' as child of the main process.
    In this particular one, I used 'Call Activity' to call the sub process.
    So the Audit trail is showing the sub process as a child.
    But what I was trying to say is that the audit trail did not have links to the entries in the 'Event' column (in Enterprice manager - instance window). (like Instance entered activity, Instance left activity etc).
    I was intending to use these links to see the payload information and try to debug if there is any problem with the code.
    The actual problem I was trying to say in the post is that, even after the user responds to the activity (User Task - Approval) in the Sub process,
    the audit trail is not proceeding further.
    In the Sub process definition, after the user task, there is End with none implementation.
    Hope it is clear now.
    Thanks and Regards
    Sameer

  • BPMN 2.0 transaction sub-process support

    The BPMN 2.0 spec defines a Transaction Sub-process as follows:
    A Transaction is a specialized type of Sub-Process that will have a special behavior that is controlled through a
    transaction protocol (such as WS-Transaction). The boundary of the Sub-Process will be double-lined to indicate that it
    is a Transaction (see Figure 10.33). - page 178
    I cannot see how to model this activity in BPM Studio (11.1.1.7).  There doesn't appear to be the double-lined sub process activity available in the component panel.
    Are transaction sub-processes supported in Oracle BPM Suite?

    The BPMN 2.0 spec defines a Transaction Sub-process as follows:
    A Transaction is a specialized type of Sub-Process that will have a special behavior that is controlled through a
    transaction protocol (such as WS-Transaction). The boundary of the Sub-Process will be double-lined to indicate that it
    is a Transaction (see Figure 10.33). - page 178
    I cannot see how to model this activity in BPM Studio (11.1.1.7).  There doesn't appear to be the double-lined sub process activity available in the component panel.
    Are transaction sub-processes supported in Oracle BPM Suite?

  • Concept of Sub Process and Starter Process in BPEL

    Hi Forum -
    With my limited understanding of BPEL I have found that if a process has to interact with another process it has to be exposed as a service however that is not good in all cases.
    Is there a way in BPEL where once can create a process and do not expose it as service and still be able to call it from another BPEL process.
    For example there can be a process called sendNotification and all the other processes if they want to send a notification can call this process.
    In TIBCO there is a concept of Starter Process and Sub Process. A Starter Process is a process which will wait for an event to take place, like a web service request or a JMS message or a database adapter event and then this main process can call a sub process, just like the main program calling a function. This sub process need not be defined as a service in TIBCO and it can still accept an xml schema type as input.
    Is this possible in BPEL?
    Thanks!

    10g -> Every process is a service.
    11g -> Create a Composite, You could wire multiple BPEL Components and expose only the desired ones as a service through a mediator or directly the bpel. Mediator provide one more layer of virtualization and hides even the first master bpel component.
    But if the send notification have to be reused outside the composite, it has to be an exposed service. Although it is exposed as a web service, it uses only WSIF binding to interact between bpel processes and not a soap binding(unless specifically instructed).
    If you are looking for function kind of construct, you could create custom xpath functions (like logging etc.)
    -Sridhar

  • ERM5.3 - Is it possible to make Sub Process & Project/Release non-mandatory

    Hi All.
    I would like to know whether it is possible to make Sub Process & Project/Release in Create Role Definition section non-mandatory fields?
    If so where would I be able to change the config?
    Thank you.
    Mike Hannie

    Dear Mike Hannie,
    It is not possible. Project/Release ID and Subprocess are required fields.
    The Project or Release ID field allows you to track and filter roles by project or release based on your organizationu2018s requirements.
    When you create a role in Enterprise Role Management, the business process you assign to the role is one of the roleu2018s defining attributes and determines which subprocesses you can assign to that role. During the role creation process, the subprocesses available for you to select as role attributes are determined by the business process to which the subprocess is mapped.
    Condition group:
    A condition group is defined from a set of role attributes (such as a business process, subprocess, functional area, role type, or role name) and is based on role values and conditions. After you create a condition group, the system applies it to a role creation process to override the default role creation process when the criteria from the condition group are met. You can apply multiple condition groups in one role creation process, but you cannot associate multiple processes to one condition group.
    Regards,
    Naveen

  • How to Link Regulation-Policy to Sub-Process ?

    GRC Experts,
    I am unable to link a regulation-policy to central or local sub-process in GRC10.  I am however able to link regulation-policy to an org unit and in turn link the org unit a local sub-process.  Documentation clearly states that a regulation-policy can be linked directly to sub-process.  Wondering if anyone can throw some light on this issue ?
    Thanks much.
    Sreeni

    Hi,
    I am not sure, if the "Book Order Deferred" will help, because I think the workflow background process will just make it "Book Order- Eligible" and you still need to manually book the order.
    My choice would be to use the order import tables. You can populate with "Update" and action for "Book".Then schedule the order import to run which will Book the order.
    -Swapna.

  • SAP T-Codes with Functiona Area, Business Process, Sub-Process wise details

    Hi Experts,
    I am Involved in GRC AC5.3 implementation Project. In this we need to work on complete Role-Redesign Process, which involves building of New Roles as per their requirement (Transaction used in past one Year). We find 3500 T-Codes, which are used by the client from past one year. We need to segregate the All the T-Codes into Functiona Area, Business Process, Sub-Process wise.
    *Is there any data source available on Complete information on SAP T-Codes with Functiona Area, Business Process, and Sub-Process wise details.
    Thank and Regards,
    Sathish...

    Hi Satish,
    As per my knowledge, Since the role design is more specific to any client there is no standard classification.
    However you can classify them taking leverage of sap provided rule set for RAR or Existing customized ruleset in your landscape, based on that you can start grouping the Tcodes  and start framing the roles.

  • Cannot delete a sub-process associated with a role

    Hello I have a problem.
    I have configured the ERM module in SAP GRC AC 5.3. I have added the roles.
    Now they have migrated the machine with all the data.
    I want to delete an business process & sub-process. It says that I have a role linked with. I delete the role.
    When I try un unlink the bussiness process from the sub-process it says "Cannot delete a sub-process associated with a role".
    The role is deleted.
    How can I delete this 2 elements from the ERM?
    Please help me.
    Best Regards.
    Pablo Mortera.

    Hi:
    I ran into this as well.
    Under the device information of the CSF/softphone, there is a Primary Phone field that is pointing to the mac address of the physical phone for deskphone mode. If you change this to you will be able to remove the record successfully.
    You need to have the enterprise parameter set correctly as mentioned already and when you are on the phone configuration page, and go to dependancy records, you will see the dependancy record show "phone" - click on that and it will bring you to the CSF/softphone page to make the change.
    HTH
    John

  • Referenced sub process mapping

    Hi,
    is there an easy way to map a data context of the parent process as input of a referenced sub process?
    The only way I know is to create a new event trigger in the sub process and define a service interface with an XSD schema definition and so on...
    It doesn't seem to be straight forward, worse if I have several sub processes!
    Best regards,
    Kevin

    Hello Kevin,
    i hope you are yet watching this thread.
    Do you now have another solution for mapping data context to a sub process?
    We have a "dispatcher"-process, which calls the different versions of a main process and need to map the data from the dispatcher to the different processes.
    Thanks in advance,
    Martin

  • Error in 'eMail Response - Process Message' --- Error running sub-process 'eMail Response - Create Activity' at step 'Create Activity Process'.(

    Hi,
    When I was simulating the 'eMail Response - Process Message', I had been getting the below error when entering to 'Create activity Process' step.(provided all the inputs per testmode.xml file)
    Error running sub-process 'eMail Response - Create Activity' at step 'Create Activity Process'.(SBL-BPR-00183)
    I increased the log level to 5 and got the below message in log file
    ObjMgrBusServiceLog    InvokeMethod    4    0000000251b51f04:0    2013-06-10 01:30:12    Begin: Business Service 'XML Hierarchy Converter' invoke method: 'DocToHier' at 12cc4240
    ObjMgrBusServiceLog    Error    1    0000000251b51f04:0    2013-06-10 01:30:12    (xmlcnvsv.cpp (548)) SBL-EAI-00246: XML Hierarchy Converter error - empty input message, expecting an XML document in <Value> of input arguments
    I was wondering I could not find 'XML Hierarchy Converter' business service in 'eMail Response - Process Message' and 'eMail Response - Create Activity' sub process.
    Can any body help me out in this regard.
    Thanks in advance..
    Jagadeesh

    Hi Naresh,
    yes, I am using the delete polling strategy. Here is the .jca file:
    <adapter-config name="Pozadavky" adapter="Database Adapter" wsdlLocation="Pozadavky.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
    <connection-factory location="eis/DB/PozadavkyConn" UIConnectionName="PozadavkyConn" adapterRef=""/>
    <endpoint-activation portType="Pozadavky_ptt" operation="receive">
    <activation-spec className="oracle.tip.adapter.db.DBActivationSpec">
    <property name="DescriptorName" value="Pozadavky.Pozadavky"/>
    <property name="QueryName" value="PozadavkySelect"/>
    <property name="MappingsMetaDataURL" value="Pozadavky-or-mappings.xml"/>
    <property name="PollingStrategy" value="DeletePollingStrategy"/>
    <property name="PollingInterval" value="120"/>
    <property name="MaxRaiseSize" value="1"/>
    <property name="MaxTransactionSize" value="10"/>
    <property name="NumberOfThreads" value="1"/>
    <property name="ReturnSingleResultSet" value="false"/>
    </activation-spec>
    </endpoint-activation>
    </adapter-config>

  • Unable to start from sub process

    The scenario of our application is :
    We have multiple processes,each again having multiple activities inside them.
    There is one main processes and the others are all sub processes.
    The main process looks something like below :
    Start->Sub-process1->Sub-Process2->Sub-Process3->Sub-Process4->Sub-Process5->End
    My requirement is to start the main process from Sub-Process2,rather than the usual way of instantiating the main process.
    I tried configuring Sub-Process2 as an alternative Start (in the Work Flow Builder),but that doesnt seem to be working.
    I am using Java APIs to interact with Oracle Work Flow.
    Any ideas ??
    Amit.

    One possibility is to call WF_ENGINE.CompleteActivity() if you need to start a process with an activity node that is mid-stream in a process thread and not at the beginning of a process thread. The activity node you specify as the beginning of the process must be set to 'Start' in the Node tab of its property page.
    http://download-west.oracle.com/docs/cd/B10501_01/workflow.920/a95265/wfapi42.htm#comact

  • BPM 11g Workspace Audit Trail not showing Sub process inner activities

    Hi all,
    I have been developing some BPM Process in JDev 11.1.1.5 and have deployed them in BPM Suite 11.1.1.5 over Windows Server 2003. I've found the following and would like to hear your opinion:
    1- The Process audit trail in BPM 11g Workspace shows the activities of the process but the Sub-Process call activity appears as just a single activity and you can not see the inner activities of the sub-process... making impossible to track the sub-process.
    2- In the EM Instance trail you can track the subprocess activities, but they appear wrong; diffrent names, diferente types (ex: interactive activity shown as service call)..etc..
    Are these known issues? is this the expected behaviour? Is it just some configuration I missed?
    Thanks for your time.

    For anyone with the same question, I got this from Oracle support about both questions:
    1- I checked with our Engineering team and regarding the expanding of the subprocess activity , it is planned to be released in 12g. So right now , it is a work in progress feature being addressed by our developers.
    2- Thanks a lot. I have reported a bug 12909848 to our Engineering team. You can track the status of the bug from the SR.

  • Getting the sub Process instance id through PAPI

    Hi Can anyone suggest me how to get the sub process instance id using PAPI?

    I was only able to figure this out as follows... If you have an InstanceInfo variable (called "instance"), then:
    InstanceEvent[] events = new fuego.papi.InstanceEvent[0];
    events = session.getInstanceEvents(instance.getId());
    for (InstanceEvent event : events) {
    if (event.type == 14) {
    System.out.println("child instance ID is: " + event.eventData);
    I ended up creating a recursive function that would drill down to get sub-sub-...-sub-instance IDs as necessary.
    Todd

Maybe you are looking for

  • How to change the name of the Mac I connect to in the drop-down window.

    Using my brand new MacBook, in the drop down menu when I connect to my iMac, it shows up as my name ( which is Derek Walton's Computer) ...... How can I change the name that shows up here? I have tried all areas that iI can think of and altered my na

  • Vat Calculation on Exempted Purchase of Goods

    Hi, We have purchased Goods from the supplier where Manual excise is applicable & Vat % @ 12.5 is applicable on the Exempted Amount of Purchase The tax structure for the Items is as below ED-DED (8.24%),Vat-DED-(12.5%), At present we are using manual

  • Out of alignment web content created in FW CS6

    Hello everyone I have designed an entire web page in Fireworks CS6, sliced up individual components of the page and exported them as HTML and image. The page displays in Chrome and Firefox beautifully but not in IE9. In IE9, some web content appears

  • Help in select

    HI, i have to add to this select condition that vbakvbtype = 'L'  <b>JUST WHEN</b> vbakauart = 'YMC0'. what is the best way to do that? I REWARD Regards   SELECT    vbak~vbeln vbak~objnr vbak~audat             vbak~netwr vbak~waerk vbak~kvgr3        

  • Changing background.

    Is there a way to change the background without going into system preferences? I believe in windows you can right click and set an image as the desktop....is something similar possible on the mac? am I overlooking the obvious? -justin