Role workflow generation errr

Hi gurus,
Could you help me with this error, please?
Error while processing your query
What has happened?
The URL call http://grq.kuo.mx:8000/sap/bc/webdynpro/sap/grfn_msmp_wfl_config was terminated because of an error.
Note
The following error text was processed in system GRQ : Two internal tables are neither compatible nor convertible.
The error occurred on the application server grc03_GRQ_00 and in the work process 8 .
The termination type was: RABAX_STATE
The ABAP call stack was:
Function: GRAC_MSMP_ERM_ROLEALTAPPROVER of program SAPLGRAC_ROLE_AGENT
Method: P_VALIDATE_MSMP_RULE of program CL_GRFN_MSMP_RULE_BY_FMODULE==CP
Method: IF_GRFN_MSMPRULE_FUNCTION~VALIDATE_MSMP_RULE of program CL_GRFN_MSMP_RULE_BASE========CP
Method: VALIDATE_RULE of program CL_GRFN_MSMP_CONFIGURATION====CP
Method: CHECK of program CLGRFN_MSMP_CONFIGURATION====CP
Method: CHECK of program CL_GRFN_MSMP_CONFIGURATION====CP
Method: CHECK of program CLGRFN_MSMP_CONFIGURATION====CP
Method: CHECK of program CL_GRFN_MSMP_CONFIGURATION====CP
Method: CHECK of program CL_GRFN_MSMP_CONFIGURATION====CP
Method: GENERATE_VERSION of program CL_GRFN_MSMP_GENERATE_VERSIONSCP
What can I do?
If the termination type is RABAX_STATE, you will find more information on the cause of termination in system GRQ in transaction ST22.
If the termination type is ABORT_MESSAGE_STATE, you will find more information on the cause of termination on the application server grcmty03_GRQ_00 in transaction SM21.
If the termination type is ERROR_MESSAGE_STATE, you cansearch for further information in the trace file for the work process 8 in transaction ST11 on the application server. grcmty03_GRQ_00 . You may also need to analyze the trace files of other work processes.
If you do not yet have a user ID, contact your system adminmistrator.
Error Code: ICF-IE-http -c: 140 -u: VFRANCO -l: E -s: GRQ -i: grcmty03_GRQ_00 -w: 8 -d: 20110804 -t: 184336 -v: RABAX_STATE -e: OBJECTS_TABLES_NOT_COMPATIBLE -X: 4E3A2809833D0BE0E100800094F91EAF_4E3A09CACB9A0850E100800094F91EAF_1 -x: 4E3A280F833D0BE0E100800094F91EAF
HTTP 500 - Internal Server Error
Your SAP Internet Communication Framework Team

Hi,
Looking at the error message, it suggests that the error was of type RABAX_STATE and therefore transaction ST22 might be of help. It seems like a programatic failure so perhaps an ABAPer could assist. Failing that, I would raise an SAP Customer message as it may be a bug in the standard code.
Simon

Similar Messages

  • GRC 10.0 Role workflow (with detour)

    Hi gurus
    could you help me, please?
    My client want to create a role workflow with detour based in risk violation, can some one help me creating the rule for that (if its posible)
    Thank you

    kindly refer the other post which i have updated for same

  • Role Profile Generation in BW

    Hi,
      I created a Role in PFCG with some Authorization Objects like S_RS_COMP1,S_RS_HIER ,S_RS_ICUBE & S_RS_IOBJu2026etc
      I generated the profile and tested the role everything is working as expected.
      Now I raised a transport for this role and imported that to Test system successfully.
      In the Test system the profile which I generated and active in Dev is became inactiveu2026.I re-generated it again and working again
    Question is why the Profile is becoming inactive any transported and do I need to Re generate in each system when I import the transport.
    Thanks

    Question:
    > Do I need to generate profile seperately for child and parent  or only for parent is enough ??
    Answer:
    > For me , the properties are not getting reflected when i do it only for parent ??
    Well done. You just found an easter egg
    => Take a look at transaction SUPC. There is also a menu path to it in PFCG when you have completed the parent role. Look for "Mass Profile Generation".
    Cheers,
    Julius

  • Automatic workflow generation report RSEIDOCM (points will be granted)

    Hi,
    I'm going to schedule program RSEIDOCM in order to send work item to an inbox whenever there are IDOCs with selected error status. When I run this report manually everything looks ok except one thing that I'm not getting anything in my inbox.
    Here is what I did:
    1) I've checked workflow configuration in SWU3. it is ok.
    2) I've checked task assignment for TS30200088. it is general so everything should be ok. 
    Here is my selection.
    Recipient type: US
    User: my user
    Start time for batch run: 5
    Critical IDoc number: 1
    Status group: F
    Logical message type: ZMYMESSAGE
    Could you help me or move me into a correct track.
    Regards,
    Wojciech

    Hi,
    I'm on 4.6 so I have to use RSEIDOCM. I've started to debug it and I saw that inside is a call:
    * fire event that will trigger the idoc inbound processing
      CALL FUNCTION 'SWE_EVENT_CREATE'
           EXPORTING
                OBJTYPE           = C_OBJECT_TYPE
                OBJKEY            = SPACE
                EVENT             = C_IDC_EVT_ERROR_STATISTIC
           IMPORTING
                EVENT_ID          = L_EVENT_ID
           TABLES
                EVENT_CONTAINER   = L_T_EV_CONTAINER
           EXCEPTIONS
                OBJTYPE_NOT_FOUND = 1
                OTHERS            = 2.
    OBJTYPE is equal IDOCSTATIS and event is equal ERRORSTATISTIC. Inside transaction SWEL I've seen such status for this event "No receiver entered". Does it mean that my user is unknown or there is no link between event and a handler? If there is no such link how to configure it. I'm fresh in workflow and I'd be very appreciate for any help or direction. 
    Best regards,
    Wojciech

  • Design pattern for role based workflows

    Hello,
    I'm new to APEX and I am wondering whether it is easily possible to design a multi role workflow application without creating a new page for each workflow step.
    I'll try to explain what I mean:
    Assume we have 2 roles and a workflow with several steps. The 2 roles work on one single document, and they complete it step by step. In each step, additional information is added to the document by one of the roles while information already entered is visible, but cannot be changed any more (except if the user goes one step back to a state where the information can be edited).
    Is there an easy way to define such a flow of steps (which can be modeled by a state machine) ?
    Is there an easy way to define which fields in a page are visible or editable depending on the current step (i.e. on the state of the document) ?
    Is there an easy way to define which fields in a page are visible or editable depending on the role of the user ?
    Maybe you can point me to some documentation or give me some APEX specific key words as a hint.
    Thank you,
    Markus

    I am wondering whether it is easily possible to design a multi role workflow application Depends on your definition of easily ;-)
    >
    I'll try to explain what I mean:
    Assume we have 2 roles and a workflow with several steps. The 2 roles work on one single document, and they complete it step by step. In each step, additional information is added to the document by one of the roles while information already entered is visible, but cannot be changed any more (except if the user goes one step back to a state where the information can be edited).
    Is there an easy way to define such a flow of steps (which can be modeled by a state machine) ?
    >
    Not clear on what's really involved here. Could you expand on what you mean by "document"? What's involved in completing a step? Do you have an existing implementation of a "state machine"?
    without creating a new page for each workflow step.Can you clarify this requirement? All steps in a workflow are shown on one page? Or you want a generic workflow application (based on an underlying flexible data model/"state machine"?) rather than an APEX application that automates one particular workflow?
    Is there an easy way to define which fields in a page are visible or editable depending on the current step (i.e. on the state of the document) ?Yes. See Conditional Rendering and Processing and Displaying Read Only Page Items.
    Is there an easy way to define which fields in a page are visible or editable depending on the role of the user ?Yes. See Authorization.

  • What is Material master workflow

    Hi gurus ,
    Can anybody explain what is Material master workflow & Function Module ?what is its use?
    Dev
    Edited by: dev .. on Oct 15, 2008 8:21 AM

    Dear,
    You can find much info about workflows at: http://www.erpgenie.com/workflow/index.htm
    http://help.sap.com/saphelp_46c/helpdata/EN/04/926f8546f311d189470000e829fbbd/frameset.htm
    Workflow is a tool for automating the business process so that the process itself flows smoothly, without bottlenecks and without dead ends. Critical parts of the process can be streamlined with deadline monitoring and contingency options. Participants are informed of milestones in the process. The process definition itself is powerful enough to allow business re-engineering with re-training and to eliminate the impact of workforce changes on the basic business process.
    SAP Business Workflow is the R/3 tool for handling the process automation within R/3 or between R/3 systems and other systems involved in the business process. It is flexible enough to handle ad hoc processes such as the circulation of an electronic document. It is robust enough to handle mission critical process in the production system such as the creation of a material master.
    The different R/3 applications supply standard workflows for the commonly occurring processes. Once these workflow templates are activated, they are ready for immediate use. A complete set of workflow tools, including the workflow editor and workflow generation wizard, are provided to enhance these standard workflows or create new workflows. These tools are complemented with transactions for monitoring, tracking and the statistical analysis of the processes.
    Because the business process often does not step at the R/3 boundary, various interfaces and third party tools are available for extending the process across systems.
    Function module
    Function modules are procedures that are defined in special ABAP programs only, so-called function groups, but can be called from all ABAP programs. Function groups act as containers for function modules that logically belong together. You create function groups and function modules in the ABAP Workbench using the Function Builder.
    Function modules allow you to encapsulate and reuse global functions in the SAP System. They are managed in a central function library. The SAP System contains several predefined functions modules that can be called from any ABAP program. Function modules also play an important role during updating  and in interaction between different SAP systems, or between SAP systems and remote systems through remote communications.
    Unlike subroutines, you do not define function modules in the source code of your program. Instead, you use the Function Builder. The actual ABAP interface definition remains hidden from the programmer. You can define the input parameters of a function module as optional. You can also assign default values to them. Function modules also support exception handling. This allows you to catch certain errors while the function module is running. You can test function modules without having to include them in a program using the Function Builder.
    The Function Builder  also has a release process for function modules. This ensures that incompatible changes cannot be made to any function modules that have already been released. This applies particularly to the interface. Programs that use a released function module will not cease to work if the function module is changed.
    http://help.sap.com/saphelp_nw70/helpdata/EN/9f/db988735c111d1829f0000e829fbfe/content.htm
    Regards,
    Syed Hussain.

  • CRM 7.0 How to create Business role & generate

    Hi Team,
    Can you please let me know some breif idea about CRM 7.0 security guide.
    How to created Business role is this part of functional activity?
    Whats the role of Technical colleagues BASIS guys in CRM 7.0 security .
    Please help me to get some document regarding business role creation , generation , assignment & authorization checks in CRM 7.0.
    Thanks & Regards,
    Vyash Mishra

    Hello Viyash
    I will add the most important information for generation of business roles and assignment of authorizations to users.
    You must first create the PFCG roles. PFCG role is built based on the Business Role.
    Please see documentation in : SPRO
    SAP Implementation Guide =>  Customer Relationship Management
    UI Framework  > Business roles > Define Authorization Role
    Then the PFCG role can be assigned to the business role in 
    SAP Implementation Guide =>  Customer Relationship Management
    UI Framework  > Business roles > Define Business role
    Finally you must assign business roles to Organizations or positions in organizations in
    SAP Implementation Guide =>  Customer Relationship Management
    UI Framework  > Business roles > Define Organizational Assignment
    The users that are assigned to such organizations / positions will be therefore linked to the business role.
    With the previous steps the users will have the authorizations that are assigned to the PFCG profile that is linked to their business role.
    Business roles are the main way to configure authorizations for users in CRM but you have more options that give you flexibility.Each business role has assigned one PFCG role, but the relationship between business role and PFCG role is not strict. You can even assign a dummy PFCG role to a certain business role in business role customizing and then go to transaction PFCG and assign other PFCG role(s) to the users that are assigned to that business role.
    I would say that the previous tasks must be performed by the basis team but in cooperation with the functional team
    Best Regards
    Luis Rivera

  • Updated By field value during workflows.

    Hi Experts,
    The updated by field displays the value as [system] when i update a field that triggers a workflow. I read in the documentation and it says if the Workflow Owner is the [launcher] then updated by shall always show as [system].
    This works as expected in my QA environment.
    But in dev when i update a field that triggers a workflow the Updated by Field changes to Admin. The workflow properties are the same in QA and Dev.
    Are there any other places that a workflow config is done such a username pwd that it uses. I have a feeling its using the Admin Id login details somewhere due to which updated by field displays the value as Admin, even though i update the record with another ID.
    Regards,
    Aditya...

    Hello Aditya Dhurandhar - DHUA
    Just check your user role, if it different with Admin  - check roles workflow permissions.
    Regards
    Kanstantsin Chernichenka

  • What is the difference between Action & Workflow?

    hi,
    What is the difference between Action & Workflow?
    regards,
    babu

    Hi,
    Actions
    Actions are important for maintaining and improving business relationships. You can schedule and start predefined processes with the Actions component by means of user-definable conditions from transaction and marketing objects.
    You can tailor the type and time of actions to the requirements of your customers and the processes in your company. This component enables you to match your service, sales and distribution management, and your campaign management even more closely to customer needs, and, simultaneously, to automate them
    In simple words Actions are automatic actions that are configured to occur in business transactions (activity, sales order, quotation etc.) as a result of particular condition like change of status to let us say "in process" from "open".
    Workflow:
    The automation of a business process, in whole or part, during which documents, information or tasks are passed from one participant* to another for action, according to a set of procedural rules.
    *participant = resource (human or machine)
    SAP Business Workflow is the R/3 tool for handling the process automation within R/3 or between R/3 systems and other systems involved in the business process. It is flexible enough to handle ad hoc processes such as the circulation of an electronic document. It is robust enough to handle mission critical process in the production system such as the creation of a material master.
    The different R/3 applications supply standard workflows for the commonly occurring processes. Once these workflow templates are activated, they are ready for immediate use. A complete set of workflow tools, including the workflow editor and workflow generation wizard, are provided to enhance these standard workflows or create new workflows. These tools are complemented with transactions for monitoring, tracking and the statistical analysis of the processes.
    Because the business process often does not step at the R/3 boundary, various interfaces and third party tools are available for extending the process across systems.

  • BASIS ISSUES IN DEVLOPING WORKFLOWS

    ARe the workflows including organisational structures are created in Devlopment server ike other Devlopments in ABAP and transported or they are created in Live server directly or in what way.
    IF we create organisational structure in Devlopment server then while asignig positio u need to add user name. But the user names of LIVE server are not in devlopment server.
    SO please guide in all these basis related issues.

    hi,
    check the sites you will get knowledge on workflow
    Workflow is a tool for automating the business process so that the process itself flows smoothly, without bottlenecks and without dead ends. Critical parts of the process can be streamlined with deadline monitoring and contingency options. Participants are informed of milestones in the process. The process definition itself is powerful enough to allow business re-engineering with re-training and to eliminate the impact of workforce changes on the basic business process.
    SAP Business Workflow is the R/3 tool for handling the process automation within R/3 or between R/3 systems and other systems involved in the business process. It is flexible enough to handle ad hoc processes such as the circulation of an electronic document. It is robust enough to handle mission critical process in the production system such as the creation of a material master.
    The different R/3 applications supply standard workflows for the commonly occurring processes. Once these workflow templates are activated, they are ready for immediate use. A complete set of workflow tools, including the workflow editor and workflow generation wizard, are provided to enhance these standard workflows or create new workflows. These tools are complemented with transactions for monitoring, tracking and the statistical analysis of the processes.
    Because the business process often does not step at the R/3 boundary, various interfaces and third party tools are available for extending the process across systems.
    Workflow is the technique for automating business processes. It is particularly beneficial
    • when different people are involved in different parts of the process
    • when a process only occurs sporadically and the users need to be reminded of what they need to do
    • when the duration of the process is critical and deadlines have to be met
    • when the process definition is likely to change on the fly and retraining users is not possible.
    By automating the process, you free the users from having to know what to do when. Work items are sent to the participants notifying them of what they have to do, and a single click on the notification calls the correct transaction and navigates to the relevant screen.
    When the workflow runs it creates work items which are like e-mails, but
    • they have the advantage that they contain the intelligence needed to execute the relevant task with the correct data when the operational user executes them,
    • they provide their own functionality so that the operational user has access to everything that is useful to improve the flow of the process,
    • they disappear on their own when they have been executed by someone else or made obsolete.
    These work items can be received in the R/3 business workplace, MS Outlook (or any other MAPI compatible client), Lotus Notes, or work item notifications can be distributed by e-mail.
    SAP Business Workflow:
    • accelerates the workflow across applications, functional areas, organizational units, and time periods,
    • supplements the integrated management of processes in the SAP System with individually tailored options for automating and actively controlling business and communication processes,
    • combines integrated organizational management with flexible assignment of tasks and responsibilities to locations, positions, jobs, groups, or individuals,
    • actively supports a quick implementation of workflow technologies through predefined workflow templates, Workflow Wizards and flexible adjustment options,
    • integrates every employee in the value chain by providing a versatile integrated inbox ("universal inbox") at their work centers that can be configured individually,
    • provides a Workflow Information System that is the foundation for process change management and continuous business engineering,
    • was designed to be a change-management tool,
    • simplifies continuous business engineering and process change management with user-friendly tools for defining and dynamically changing workflow tasks
    • conforms to the workflow standards of the Workflow Management Coalition (WfMC)
    • interfaces to other mail clients such as Lotus Notes and MS Outlook
    sites regrding work flow:
    http://help.sap.com/saphelp_erp2005/helpdata/en/fb/135962457311d189440000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/c5/e4a930453d11d189430000e829fbbd/frameset.htm
    Workflow
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    http://www.erpgenie.com/workflow/index.htm
    http://www.sap-basis-abap.com/wf/sap-business-workflow.htm
    http://www.insightcp.com/res_23.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    /people/mike.pokraka/blog/2005/07/17/sap-business-workflow-faq
    http://www.sapgenie.com/workflow/index.htm
    /people/ginger.gatling/blog/2005/12/01/link-workflow-business-objects-to-your-collaboration-tasks
    http://help.sap.com/saphelp_nw04/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm
    http://help.sap.com/saphelp_bw33/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm
    http://help.sap.com/saphelp_bw31/helpdata/en/8d/25f94b454311d189430000e829fbbd/content.htm
    http://www.sap-press.com/product.cfm?account=&product=H950
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm

  • Help !!! Helpdesk provisioning approval workflow

    I would like to implement the following and I am wondering if anyone out there could help me jumpstart with an example. Any guidence would be greatly appreciated !!!
    1. Helpdesk user selects and assigns temporary production role on behalf of a user.
    2. Helpdesk user contacts a list of approving managers and asks for a token "one time password"
    <Field>
      <Display class='Panel'/>
      <Field name='tokenusers'>
        <Display class='Select'>
          <Property name='title' value='Approvers Username:'/>
          <Property name='allowedValues'>
            <List>
              <String>manager1</String>
              <String>manager2</String>
              <String>manager3</String>
              <String>manager4</String>
              <String>manager5</String>
            </List>
          </Property>
          <Property name='nullLabel' value='NA'/>
        </Display>
      </Field>
      <Field name='tokenpass'>
        <Display class='Text'>
          <Property name='title' value='Approver Token Passsword:'/>
          <Property name='size'>
            <Integer>7</Integer>
          </Property>
          <Property name='maxLength'>
            <Integer>6</Integer>
          </Property>
        </Display>
      </Field>
    </Field>3. Helpdesk user enters the password and submits request. Upon submit the username/password are validates (this is a rule that returns true or false).
    <Rule name='Token Authenticate'>
      <Description>Radius Token Authentication</Description>
      <RuleArgument name='username'/>
      <RuleArgument name='password'/>
      <block>
        <defvar name='TokenAuth'>
          <new class='com.zootweb.util.zRadius'/>
        </defvar>
        <invoke name='AuthenticateMe'>
          <ref>TokenAuth</ref>
          <ref>username</ref>
          <ref>password</ref>
        </invoke>
      </block>
    </Rule>4. If true the account is provisioned, If false the request fails and requires a new token password.

    I got it to work I have modified the End User My Roles workflow by adding the following activity
    <Activity id='4' name='Approval'>
      <Variable name='_user'/>
      <Variable name='_pass'/>
      <ManualAction id='0' name='Token Approval' timeout='60' itemType='wizard'>
        <ReportTitle>
          <s>Token Approval</s>
        </ReportTitle>
        <WorkItemRequest>
          <s>Enter the Escalation Managers Token</s>
        </WorkItemRequest>
        <WorkItemRequester>
          <select>
            <ref>requester</ref>
            <ref>WF_CASE_OWNER</ref>
          </select>
        </WorkItemRequester>
        <WorkItemDescription>
          <select>
            <ref>description</ref>
            <message name='UI_APPR_XML_ACCOUNT'>
              <ref>accountId</ref>
            </message>
          </select>
        </WorkItemDescription>
        <WorkItemName>
          <s>Token Approval</s>
        </WorkItemName>
        <FormRef>
          <ObjectRef type='UserForm' id='#ID#DAD7-:3B392711421:185A1BB1-:A8296DF8B3AF14BF' name='Token Approval Form'/>
        </FormRef>
        <Return from='tokenusers' to='_user'/>
        <Return from='tokenpass' to='_pass'/>
      </ManualAction>
      <Action id='1' name='Token Authenticate' hidden='true'>
        <Condition>
          <and>
            <notnull>
              <ref>_user</ref>
            </notnull>
            <notnull>
              <ref>_pass</ref>
            </notnull>
          </and>
        </Condition>
        <expression>
          <block>
            <set name='returncode'>
              <rule name='Zoot Rule Library:Token Authenticate'>
                <argument name='username' value='test'/>
                <argument name='password' value='$(_pass)'/>
              </rule>
            </set>
            <set name='manager'>
              <ref>_user</ref>
            </set>
          </block>
        </expression>
      </Action>
      <Transition to='Update User View'>
        <isTrue>
          <ref>returncode</ref>
        </isTrue>
      </Transition>
      <Transition to='end'/>
      <WorkflowEditor x='243' y='10'/>
    </Activity>

  • Issue in ERM - GRC AC 10 - Is risk analysis not mandatory

    Hi,
    We have defined our Role Methodology in 10 as Define Role - Maintain Authorizations - Analyze access risks - Derive role - approval - generation
    When we defined the role and maintained authorization data and proceeding without running risk analysis the role is moving to the next stage without stating any warning that "Risk Analysis is Mandatory". Upon click on Save & COntinue it is proceeding to further stages.
    Is there any parameter which needs to be set to throw a warning message for Risk Analysis to be run before the role is moved to next stage.
    We arleady set the paramater 3011 as YES - Conduct Risk Analysis before Role Generation.
    Thanks and Best Regards,
    Srihari.K

    Hi,
    Note the definition of the parameter 3011 as per "Maintaining Configuration Settings Guide - SAP AC 10.0":
    "Set the value to YES to automatically perform risk analysis when the user generates roles."
    This parameter applies only at generation stage.
    Cheers,
    Diego.

  • Info required on work flows

    Hi all,
             Can anyone provide me info on work flows . Any documents is highly appreciated.
    Regards,
    Rajashree

    Hi Rajashree,
    Workflow is a tool for automating the business process so that the process itself flows smoothly, without bottlenecks and without dead ends. Critical parts of the process can be streamlined with deadline monitoring and contingency options. Participants are informed of milestones in the process. The process definition itself is powerful enough to allow business re-engineering with re-training and to eliminate the impact of workforce changes on the basic business process.
    SAP Business Workflow is the R/3 tool for handling the process automation within R/3 or between R/3 systems and other systems involved in the business process. It is flexible enough to handle ad hoc processes such as the circulation of an electronic document. It is robust enough to handle mission critical process in the production system such as the creation of a material master.
    The different R/3 applications supply standard workflows for the commonly occurring processes. Once these workflow templates are activated, they are ready for immediate use. A complete set of workflow tools, including the workflow editor and workflow generation wizard, are provided to enhance these standard workflows or create new workflows. These tools are complemented with transactions for monitoring, tracking and the statistical analysis of the processes.
    Because the business process often does not step at the R/3 boundary, various interfaces and third party tools are available for extending the process across systems.
    Workflow is the technique for automating business processes. It is particularly beneficial
    • when different people are involved in different parts of the process
    • when a process only occurs sporadically and the users need to be reminded of what they need to do
    • when the duration of the process is critical and deadlines have to be met
    • when the process definition is likely to change on the fly and retraining users is not possible.
    By automating the process, you free the users from having to know what to do when. Work items are sent to the participants notifying them of what they have to do, and a single click on the notification calls the correct transaction and navigates to the relevant screen.
    When the workflow runs it creates work items which are like e-mails, but
    • they have the advantage that they contain the intelligence needed to execute the relevant task with the correct data when the operational user executes them,
    • they provide their own functionality so that the operational user has access to everything that is useful to improve the flow of the process,
    • they disappear on their own when they have been executed by someone else or made obsolete.
    These work items can be received in the R/3 business workplace, MS Outlook (or any other MAPI compatible client), Lotus Notes, or work item notifications can be distributed by e-mail.
    SAP Business Workflow:
    • accelerates the workflow across applications, functional areas, organizational units, and time periods,
    • supplements the integrated management of processes in the SAP System with individually tailored options for automating and actively controlling business and communication processes,
    • combines integrated organizational management with flexible assignment of tasks and responsibilities to locations, positions, jobs, groups, or individuals,
    • actively supports a quick implementation of workflow technologies through predefined workflow templates, Workflow Wizards and flexible adjustment options,
    • integrates every employee in the value chain by providing a versatile integrated inbox ("universal inbox") at their work centers that can be configured individually,
    • provides a Workflow Information System that is the foundation for process change management and continuous business engineering,
    • was designed to be a change-management tool,
    • simplifies continuous business engineering and process change management with user-friendly tools for defining and dynamically changing workflow tasks
    • conforms to the workflow standards of the Workflow Management Coalition (WfMC)
    • interfaces to other mail clients such as Lotus Notes and MS Outlook
    Check these links.
    http://www.sapgenie.com/workflow/index.htm
    /people/ginger.gatling/blog/2005/12/01/link-workflow-business-objects-to-your-collaboration-tasks
    http://help.sap.com/saphelp_nw04/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm
    http://help.sap.com/saphelp_bw33/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm
    http://help.sap.com/saphelp_bw31/helpdata/en/8d/25f94b454311d189430000e829fbbd/content.htm
    http://www.sap-press.com/product.cfm?account=&product=H950
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    Workflow tutorials with step-by-step and with screenshots are available at
    http://www.****************/Tutorials/Workflow/Workflow.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/42/c14a9b55103116e10000000a1553f7/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4a930453d11d189430000e829fbbd/frameset.htm
    Hope this resolves your query.
    Reward all the helpful answers.
    Regards

  • Does ERM has a database of itself?

    hi all,
    when a role is created through ERM, and after completion of Role Generation stage, it gets created on back-end. So, is there a separate database of ERM, where role is created/generated First and then copied/created on Back-end?
    if role is directly created ONLY on back-end at run-time, what is the use of the background job Role/Mass Generation on ERM.
    regards

    Plaban,
    ERM has its own database. For ERM SP13, at the time of authorization definition (2nd stage) role is already created/replicated at the backend.
    You can search within Access Control database in order to look for ERM tables. Look for the following pattern RE
    Hope it helps. Kind regards,
      Imanol

  • What is the use  implemention of work flow

    Hi guis,
      can u plz tell me what is the uses, u implement a workflow, and also please give the one scenrio on purchase order or invoice or anything, one scenrio explain me.

    Workflow is a tool for automating the business process so that the process itself flows smoothly, without bottlenecks and without dead ends. Critical parts of the process can be streamlined with deadline monitoring and contingency options. Participants are informed of milestones in the process. The process definition itself is powerful enough to allow business re-engineering with re-training and to eliminate the impact of workforce changes on the basic business process.
    SAP Business Workflow is the R/3 tool for handling the process automation within R/3 or between R/3 systems and other systems involved in the business process. It is flexible enough to handle ad hoc processes such as the circulation of an electronic document. It is robust enough to handle mission critical process in the production system such as the creation of a material master.
    The different R/3 applications supply standard workflows for the commonly occurring processes. Once these workflow templates are activated, they are ready for immediate use. A complete set of workflow tools, including the workflow editor and workflow generation wizard, are provided to enhance these standard workflows or create new workflows. These tools are complemented with transactions for monitoring, tracking and the statistical analysis of the processes.
    Because the business process often does not step at the R/3 boundary, various interfaces and third party tools are available for extending the process across systems.
    Workflow is the technique for automating business processes. It is particularly beneficial
    u2022 when different people are involved in different parts of the process
    u2022 when a process only occurs sporadically and the users need to be reminded of what they need to do
    u2022 when the duration of the process is critical and deadlines have to be met
    u2022 when the process definition is likely to change on the fly and retraining users is not possible.
    By automating the process, you free the users from having to know what to do when. Work items are sent to the participants notifying them of what they have to do, and a single click on the notification calls the correct transaction and navigates to the relevant screen.
    When the workflow runs it creates work items which are like e-mails, but
    u2022 they have the advantage that they contain the intelligence needed to execute the relevant task with the correct data when the operational user executes them,
    u2022 they provide their own functionality so that the operational user has access to everything that is useful to improve the flow of the process,
    u2022 they disappear on their own when they have been executed by someone else or made obsolete.
    These work items can be received in the R/3 business workplace, MS Outlook (or any other MAPI compatible client), Lotus Notes, or work item notifications can be distributed by e-mail.
    SAP Business Workflow:
    u2022 accelerates the workflow across applications, functional areas, organizational units, and time periods,
    u2022 supplements the integrated management of processes in the SAP System with individually tailored options for automating and actively controlling business and communication processes,
    u2022 combines integrated organizational management with flexible assignment of tasks and responsibilities to locations, positions, jobs, groups, or individuals,
    u2022 actively supports a quick implementation of workflow technologies through predefined workflow templates, Workflow Wizards and flexible adjustment options,
    u2022 integrates every employee in the value chain by providing a versatile integrated inbox ("universal inbox") at their work centers that can be configured individually,
    u2022 provides a Workflow Information System that is the foundation for process change management and continuous business engineering,
    u2022 was designed to be a change-management tool,
    u2022 simplifies continuous business engineering and process change management with user-friendly tools for defining and dynamically changing workflow tasks
    u2022 conforms to the workflow standards of the Workflow Management Coalition (WfMC)
    u2022 interfaces to other mail clients such as Lotus Notes and MS Outlook
    Check these links.
    http://www.sapgenie.com/workflow/index.htm
    Link workflow business objects to your collaboration tasks!!
    http://help.sap.com/saphelp_nw04/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm
    http://help.sap.com/saphelp_bw33/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm
    http://help.sap.com/saphelp_bw31/helpdata/en/8d/25f94b454311d189430000e829fbbd/content.htm
    http://www.sap-press.com/product.cfm?account=&product=H950
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    Hope this resolves your query.
    raj

Maybe you are looking for

  • My iTunes just started like I've never used it before clearing all 7000 songs and playlists. My ipod said it's synced to a different iTunes?? HELP!!

    Someone please help!! I just started my computer and opened iTunes and it looks like a brand new iTunes that's never been used before. All of my 7000 songs and all playlists are gone. When I tried to sync my iPod it says it's synced to a different iT

  • Problem while installing

    hi i start installing and when installation have 90% completly take a error and the log is this. (Dec 16, 2006 1:45:04 AM), Install, com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles, err, An error occurred and product installation failed

  • Windows xp restarts

    i have a pc with msi 648 f neo motherboard  after i install windows xp pro sp1 when i choose to shut down the pc restarts and  i must power off the pc from power plug can any one help in this  

  • Is there a maximum number of tables for a SELECT?

    I know that technically there is nothing preventing me from joining many tables. But I know there are other "limits" like memory, or processing time allowable. I've also read from Tom kyte's advice that as much as possible if it can be done in one SQ

  • Capturing Action

    Capturing Action Photos Anyone that knows me can tell you that, outside of photography and family, the thing I love most in life is baseball. Living in Minneapolis, I go watch our baseball team on a regular basis, and of course bring my DSLR with me