CRM Workflow: Tutorial

Hi All,
I am new to CRM workflow. If anybody implemented workflow in CRM or having some document/tutorial relevant to the same, please forward it to me!.
e-mail: [email protected]
Any help will be highly appreciated(points)..
Thanks in advance, Sudeep..

HI
Sending A email via Work flow
You can trigger an action (Sending an email) on Condition (Status change) mentioning the processing time(immediately, later on),Processing types.
Assign this action profile to Transation type Service Request which has the Action Definition, emailing is done through smartforms.
ACTIONS:
Actions are used to automate your processes. For Eg:
1. You want the status to set to completed, when the contract validity gets over
2. On start of every month an order should get generated from a contract
3. Send an e-mail whenever the SLA's are breached
etc.
WIth every action you can have conditions attached. As in my first example, the condition will be contract validity is completed etc.
For the customization required for the same u an refer CR100 or help.sap.com
Action are defined to let some activity to take place with out any manual interaction. like account Manager has pproved a Campaign Budget and the Same mail has to be sent to the Campaign Manager informing about the same.
Or some thing like I have a sales order saved with out any errors and action defined will trigger the Print of the Order.
You can trigger followup activities and workflows also.
Processing Actions
1)Define an Action profile and assign it to a Transaction type.
2)For action a Schedule condition,Start condition should be fulfilled and Processing types(Smartforms,Workflows, Methods(BADI) are used to carryout the objective.
Reward points
Venkat

Similar Messages

  • Very urgent: Doubts regarding CRM WORKFLOW OF BUSINESS PARTNER CREATION

    HI ,
    I HAVE DOUBTS REGARDING CRM WORKFLOW OF BUSINESS PARTNER CREATION, WHILE I AM CREATING BUSINESS PARTNER THROUGH R/3 , IT REFLECT IT INTO MYSAP CRM ALSO, AT THAT TIME IT SENDING THE MAIL TWICE TO THE RECEIPIENT. IS THERE ANY WAY THROUGH  WHICH I CAN RESTRICT IT TO SEND THE MAIL ONLY ONCE,
    PLZ SEND ME THE REPLY AS SOON AS POSSIBLE,
    THANKS  ADVANCED,

    HI
    WORKFLOW SEETING. SAP MAIL
    MULTIPLE MAILS AND
    ONLY ONCE CHOOSE
    ONLY ONCE OPTION ON WHICH VERSION U R WORKING?
    REWARD IF HELPFUL
    VENKAT

  • Difference between SAP Business Workflow and CRM Workflow

    Hello guys,
    Is there any difference between SAP Business Workflow and CRM Workflow?
    Are there others workflows types in SAP?
    In all SAP Workflow Courses (BIT600, BIT601, BIT603, BIT610) only was talked about SAP Business Workflow, and nothing about CRM Workflow.
    Thanks a lot!
    Kleber

    Hello Kleber,
    There is not much of the differance between CRM workflows and SAP Business  workflows..
    Workflows are esentially part of Basis (BC) components and hence its the same across all SAP products as all these products have components of Basis(BC) in them...
    To Conclude, SAP Busines workflows and CRM workflows are the same things... However when you work on CRM, the BOR objects would be belonging to CRM and not to ECC... However conceptwise , there in no change at all.. If you learn BIT100......, you can also work on CRM workflows..
    Regards,
    Anand

  • Sap workflow tutorial issue

    Hi,
    Looks like someone else has had the same issue recently (see Work flow in error when executed with a user decision.)
    but that question was marked as answered so am reposting my response here...
    Hi,
    I believe the orginal poster is following the workflow tutorial in the sap help.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/fb/135962457311d189440000e829fbbd/frameset.htm
    I'm following the instructions and pretty sure it's been followed exactly on each step but am hitting the same issue - see 'Unit 10 - third step'.
    The log is reporting two errors
    Work item 000000014093: Object FLOWITEM method EXECUTE cannot be executed
    and
    Error when processing node '0000000039' (ParForEach index 000000)
    You reject the notification and then the work flow errors. Is the tutorial missing out a step or two or am I missing something?
    Can anyone help?

    After a bit of trial and error, it seems creating the decision task is a necessary step, though not explicitly stated.

  • Javax.servlet.ServletException: javax.servlet.jsp.JspException, error while doing workflow tutorial

    Hi All,
    I am getting this error at this step of tutorial. Please help.
    To apply the workflow to the Product of the Day page:
    1.Open the Product of the Day page in edit mode. If the page is still open from a previous procedure, reload it.
    2. In Sidekick, click the Workflow tab and select the Product of the Day workflow. Click Start Workflow.
    3. Open the Inbox page. (http://localhost:4502/libs/cq/workflow/content/inbox.html)
    4. Select the Step 1 item for the Product of the Day content, and click Open.The form1 page opens.
    At this step i am getting the below error.
    javax.servlet.ServletException: javax.servlet.jsp.JspException: Error while executing script body.jsp
    Please help

    Not sure which workflow tutorial you are reffering. The stack trace in log should tell you what is exactly wrong.

  • CRM Worklist: Everything you want to know about CRM workflows !

    Hello,
    I created a wiki page which gives all information about CRM worklist. It gives more insights on how CRM workflows are little different from workflows in another systems, how do we migrate CRM workflows to higher versions like CRM 6.0 and CRM 7.0, what are the functionality differences between CRM 5.0 and CRM 7.0 in terms of workflows and much more !!
    [CRM WebUI Worklist Wiki Page|http://wiki.sdn.sap.com/wiki/display/CRM/CRM7.0Worklist]
    Regards,
    Anand

    Thank you.)

  • CRM Worklist: Everything you must know about CRM workflows !

    Hello,
    I created a wiki page which gives all information about CRM worklist. It gives more insights on how CRM workflows are little different from workflows in another systems, how do we migrate CRM workflows to higher versions like CRM 6.0 and CRM 7.0, what are the functionality differences between CRM 5.0 and CRM 7.0 in terms of workflows and much more !!
    [CRM WebUI Worklist Wiki Page |http://wiki.sdn.sap.com/wiki/display/CRM/CRM7.0Worklist]
    Regards,
    Anand

    Re: Everything you need to know about Foxtel Go
    Iam book in to have foxtel install on 2nd of March was offered Thursday the 28 my appointment has been cancelled so can be home Thursday I put a complaint in as was told it was 1hour for change over from T Box but no one has got back to me

  • CRM Workflow and ERP Workflow integration

    Hi,
    I need to get workflow to work across several modules. One example is that I have some actions that needs to be completed in CRM, and when that has finished I need to trigger a workflow in ERP to continue the processing. How can I send information from the CRM workflow to the ERP workflow, and status message back to CRM? I have been looking at Wf-XML options, but that seems to be across http communication only.. these systems can be on the same server. Can anyone give me some tips on how this can be done? Help is greatly appreciated!
    Regards,
    Thomas

    Hello,
    My suggestion is to trigger the events with a RFC of a Function module.
    Program the Function module in the ERP system and enable it as RCF function. In this module program the trigger for the prefered object.
    In the CRM workflow call a background method of the corresponding object which triggers the Function Module in the ERP system.
    Another solution could be that the action which was taken in CRM leads to a replication in the ERP which already triggers a standard event.
    Hopefully above guides you to a solution.
    Kind regards,
    Peter

  • ORABPEL-10516 - Beehive Custom Workflow Tutorial

    Hi all,
    I am (still) trying to set up the Beehive custom workflow tutorial.
    The BPEL process fails:
    Faulted while invoking operation "initiateTask" on provider "TaskService"
    ORABPEL-10516
    Identity Service cannot find user.
    Error occurs while getting user "b" in realm "jazn.com"
    Verify that user "b" exits in realm "jazn.com". Contact oracle support if error is not fixable.
    Has anyone encountered this problem and come up with a solution?
    Regards,
    Bettina

    For documentation: We got rid of this problem after upgrading to beehive 2.0.1.2

  • Is There any WorkFlow tutorial?

    Hi Everyone,
    I'm really new to Oracle workflow and trying to learn/use Oracle workflow 2.6.2. Does anyone know any good 2.6.2 workflow tutorial? Any steps by steps for creating workflow. Any examples?
    Thank you very much for all your help.

    You could take a look at the white paper "Getting Started with Oracle Workflow 2.6.2".
    http://otn.oracle.com/products/integration/workflow/workflow_wp_bes.pdf
    or other WF white papers available here:
    http://otn.oracle.com/products/integration/content.html
    There is also a course for Oracle Workflow available through Oracle University which you may be interested in. It includes several hands-on practices for building workflows.
    Hi Everyone,
    I'm really new to Oracle workflow and trying to learn/use Oracle workflow 2.6.2. Does anyone know any good 2.6.2 workflow tutorial? Any steps by steps for creating workflow. Any examples?
    Thank you very much for all your help.

  • PCUI and CRM customizing tutorial?

    hi guys, Is anyone know where I can find a tutorial for the PCUI and CRM customizing tutorial?
    Thanks a lot!

    Hello Eric,
    for CRM Customizing I would suggest the <a href="http://help.sap.com/bp_crmv340/CRM_DE/index.htm">SAP Best Practices for Customer Relationship Management</a>. For PC-UI you should try to get the PC-UI Book and look at the Weblogs toppic CRM. Please use the SDN Search to find them.
    Regards
    Gregor

  • Workflow Tutorial - missing file

    All:
    I am trying out the workflow tutorial. When creating the workflow identity store, I am supposed to pick the "Person" entry type. But the Person.mcc file is missing. How do I get it or create it.
    Thanks
    S.

    Chris,
       You can create the entry type. When you create the identity store do not chose anything and finish. You can go to the <Identity store> -> Idenity Store schema -> entry types -> from context menu choose new -> entry type. Give it the name "PERSON" and in the attributes tab choose all attributes that you find in "MX_PERSON".
    That should do it.
    Hope this helps.
    Thanks
    S.

  • One doubt on CRM Workflow.

    Hi All,
    I have a clarification to be made.
    Below are some requirements from a CRM project. Now we are planning to train some one to handle this part and essentialy his role is on Workflow. Now my doubt is whether this person should take CRM training or workflow training? One thing to note here is that the person does not have any CRM background also. So my question is whether this person needs to take Workflow training or CRM training( I am not sure whether CRM training has workflow in it) or something else(meaning first CRM and then Workflow, since the project is on CRM)?
    The requirements are in bold.
    <b>1. Ability to define a Customer Program, including, but not limited to:
    will adhere to role based security
    informational program characteristics
    program eligibility rules
    technical prerequisites (e.g. equipment)
    program specific options (e.g. bill protection)
    enrollment related work flow steps and prerequisites
    funding accounts
    <i>Comments : Standard SAP functionality. May need workflow</i>
    2.Ability to automatically enable or disable program functions.
    <i>Comments : Workflow or Actions can be used.</i>
    3.Ability to generate automated notifications/ticklers when program steps need to be taken.
    <i>Comments : Workflow or Actions can be defined to trigger Notification on certain events.</i>
    4. Notify appropriate Program Manager if measure factors or incentive rates are changed.
    <i>Comments : Need workflow or Actions to trigger this.</i>
    5. Associate the completed audits to actual programs and when applicable tie to a programs workflow requirements.
    <i>Comments : Link is Standard SAP Functionality and needs to define workflow.</i>
    6. Ability to generate customer communications based on triggers such as; dates, changes to customer information, work flow steps, etc.
    <i>Comments : Needs to develop workflow or actions to trigger Notifications on pre-defined rules.</i>
    7. Based on program, allow for multiple incentives or timed incentives based on workflow process completion steps.
    <i>Comments : Need to be configured in Rebate Processing</i>
    </b>
    Thank you,
    Regards,
    Manesh

    Hi,
    The steps which u have done al are correct
    Find the information below for BWA1,BWA5 and BWA7
    BWA1:
    1.BW adapter which will give you meta data information and if you want to chnage any settings relatede to mapping or if you want add any BDOC mapping you can  do by using this Tcode
    2. We c an copy  BW adapter data source and we can create custom BW adapter data  data source by using copy function
    3. We can change the selection conditions for the data source
    4. we can  bdoc mapping information under mapping tab,if you want to add any new field to map with new bdoc segment ,we have to map here;for ex  if you want to extract  Extractnal reference number from  0CRM_SRV_PROCESS_H  data source
    we have to follow below steps
    1.enhance Extract structure
    2.Add bdoc mapping in BWA1 with perticular BDOC segment for example Sales bdoc segment mapped with Extractnal reference number
    3.Add code in Mapping module of data sourc eto fetch data or write code in Badi CRM_BWA_MFLOW to fetch data for newly added fields
    BWA5:it will show all activated BW adapter data source information under ACTIVE  tab
    BWA7: it will have all BW adapter  delta enabled data source information,if your data source is not available under BWA7 ,that means you didnt enable delta for the same (not intialized )
    Table information:
    SMOXAFLD: Field List: Key Attributes for BWA Master Data Delta Queue
      for example :  DISTR_CHAN, PRODUCT_GUID,  SALES_ORG are key fields for data source 0CRM_PRODSL_ATTR        
    SMOXRELP:BWA: Use of Segments and Fields in DataSources
    BDOC segment mapping information fro the data source (which u have used in BWA1 under mapping tab)
    SMOXRELP_S: Shadow Table for Table smoxrelp
      which will give information  about BW selection whether we can use this field for BW selection for data loading iof its marked for selection u can see in rsa3 selections.

  • CRM Workflow Input box on Rejection of BP

    Hello,
    I created 2 Level Custom Workflow for a New BP Approval from CRM Screen.
    In approval process, when the manager gets the screen for decision - Approval / Rejection, Once the
    manager selects Reject and input box for mandatory rejection text is required.
    I created an implicit enhancement for input box using FM 'POPUP_GET_VALUES', this works well in ERP ( SBWP). But no input box is displayed for input in CRM Screen.
    Can some1 please help how to proceed  ?
    Thanks & Regards,
    Narendra.

    used "Create note" in the Workflow screen to get the rejection text.

  • Crm workflow

    Hi,
      Can any one send me the list of standard workflows in CRM and business objects in it.
    Regards
    Rose

    Hi Sam,
    If you wanted to know the workflows taking application as the filter criteria, use "Business Workflow Explorer " (SWDM) to check for the same.
    Please close the thread if it answers your query and if not come up with more details.
    Hope this helps.
    Best Regards,
    Saujanya

Maybe you are looking for

  • Global attributes in a template project

    Hello folks, We are setting up a demo of global template functionalites in SM. In the template project we have created we need advice on how to go about with the following. 1) What do the attributes - global, local, harmonized etc.mean from a busines

  • How to handle the prefix logic in query designer

    Dear all, Please suggest me to handle the prefix logic or any combination of values need to be find from string. like if i want to find data which contain "prime" word in the data or as prefix. like data "prime coil" so need to identify that data con

  • How to install/start local J2EE engine in Netweaver Developer Studido

    Hello, I just installed NDS 2.0.11 and I'm having a heck of a time figuring out how to actually test my code. Went thru tutorial for creating Calculator J2EE sample. When I get to step that describes how to deploy the EAR I get error below. I've gone

  • Can i use Custom Tags for Database retrieval (as per MVC pattern)?

    In our project we are dealing with database, and i've used the Cutom Tags for database retrieval (as per the Article from Mr Faisal Khan) and it is working fine. But i have a doubt if it affects the performance in any way . I wanted to know if its re

  • MDT Fail to Join Domain - ZTIDomainJoin.wsf Incorrect Function

    I've got a large percentage of clients failing to run the Recover from Domain task. All I get in the smsts.log file is: Failed to run the action: Recover From Domain. Incorrect function. (Error: 00000001; Source: Windows)    TSManager    7/18/2014 10