PO Approval Work flow Customization

Hi,
     I want to customize the PO Approval Work flow.
And interesting thing is never seen or worked in Work Flow.
So Help me with the steps to customize right from scratch.
Regards,
SoundariyaKumar.R

First you have to study about the workflow then you can move then move for customization.
https://web.stanford.edu/dept/itss/docs/oracle/10g/workflow.101/b10284.pdf
https://books.google.co.in/books?id=tl9Nnk9OKvAC&printsec=frontcover#v=onepage&q&f=false
http://arunrathod.blogspot.in/2010/10/steps-to-customize-po-approval-workflow.html

Similar Messages

  • Using web services in Approval Work flow in OIM 11g

    Hi All,
    I am a new bie to OIM 11g. I have created an approval work flow and it is working fine.
    Now my requirement is to use a web service in the approval work flow instead of directly embeding the java code in Java Embeding Activity. Can some body share me a document or url for the process of doing it.
    Thanks in advance for the help.
    Thanks,
    Preeti

    If you are using OIM 11gR2 please refer the below document. All steps are very clear with the screenshots.
    http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/request.htm#autoId27
    See section 21.3.5.7 Configuring the Human Task and BPEL Mappings
    Also see this OBE tutorial for getting idea on Java embedding activity and assigning and retrieving data from global variables in SOA
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/oim/oim_11g/Request_Workflow_for_Self_Registration/request_workflow_for_self_registration.htm

  • OM:Cost of Goods sold work flow customization to take it from concerned off

    OM:Cost of Goods sold work flow customization to take it from concerned office in the place of inventory org

    Yes FOX can be difficult to achieve things that are simpler than simple
    The way you described, it will only search fo a standard price on the same currency.
    Try to set the currency as changeable characteristic and then search prices for each possible currency.
    standard price value  = {standard price, currency1} +                 {standard price, currency2} etc..
    The possible currencies could also be filled in a variable which is read at runtime.
    Don't know an easier way!
    Regards,
    Beat

  • Approval work flow.

    Hi expert's
               could any body tell How to create approval work flow? I am working on CRM marketing planner where I need to use this work flow when( user-1 Head of marketing) select status as approved it should go for (user-2 Branch manager) this is mainlyused  for budget allocation and cost center planning.
    Regards
    subbaraju

    Hi,
    Please follow thes steps:-
    1> find a BO that is defined for CRM Marketing like for Events and Activities we have BUS2000126, Opportunities - bus2000111. Similarly there would be a BO for CRM Marketing.
    2> From that BO find an event that can trigger your Workflow and Start Condition if any required.
    3> SWDD - create custom Workflow - create a User Decision and in that step assign it as a General Task and assign Agent in that screen as an Expression from BO Attribute which corresponds to user 1.
    4> in user-decision implement approval/rejection
    5> in the approval branch add another user-decision for next level approval and do the same as there in step 3..
    Let me know if you have any doubts
    This should work for u..
    be careful with the binding..
    Regards.
    Kanika

  • Approval work flow for Role based and Resource based

    Hi All,
    We have to implement approval work flow for the following things in OIM 9.1.0.1
    Approval work flow for Functional Roles (Groups in OIM) (Approvalsrequired for users to get these roles)
    IT Roles (Resources in OIM) (Approvalsrequired for users to get these resource)
    Functional Role (Group) contains policy1,polici2. Polciy1 contains res1,res2 and Policy2 contain res3,res4.I want to create approval work flow for this Functional Role to achieve the following
    User raise a request for the functional role, then it should wait to get manager approval. then once its gets approval, that user account should create on all resources which are involved in that group.
    And, I have to define approoval work flow for all individual resources to get users account creation on target with approvals. These resources may include in the groups as well.
    After getting approval for functional role (Group), then Will OIM starts the approval flow for all resources involved in the group? becase, all resources have approval workflow at resource level also.
    My Goal: Approval work flow for Group, should not process the approval work flow for resource. can we do it in OIM 9.1.0.1?
    And can we do the same in OIM 11g also?
    Please help me and do let me know, if you need any information from my end.
    Thanks.

    Thats configurable buddy ! ! And possible in 10G and 11G both versions.
    Functional Roles : These are the groups/roles in OIM 10g/11g with access policies attached at the backend.
    - Create a dummy resource and name it Request Role or anything as you like. Attach an Object Form to it and have form field for Role Name, this would be a lookup type field linked to all OIM groups (leave system values using lookup query). So a user can select any OIM Group in this request as per configuration. Have approval workflows defined on this dummy resource Request Role and in its Provisioning Process make user/s a part of the requested group.
    - Now once the user is made a part of the group, the associated access policy would be invoked automatically and thereby provisioning. The only thing you need to keep in mind is that create the access policy without approval (there is a check box). If you do this the approvals would never be invoked even if you assign a group manually to the user coz it suppresses all the approvals in this access policy.
    IT Roles : These would be linked to the resource and you can define individual approvals on the resources as required.These approvals would be required if someone raises a request for these resources individually.
    Thanks
    Sunny

  • HOW TO CALL APPROVAL WORK FLOW ON BUTTON CLICK EVENT OF VISUAL WEB PART?

    Hiall,
    I created an OOB an approval work flow I want to start that approval work flow through visual web  part button click event
    In work flow Settings I selected to manually start .Is this possible ? if possible please guide me how to do this
    Thanking you,
    Arun  kumar

    Hi,
    If you have an instance of SPListItem, and know the workflow association name, you can start it. First you need to find workflow assocation instance and tell SPSite.SPWorkflowManager to start your workflow.
    See this for more information:
    http://blog.mmasood.com/2012/06/programatically-start-workflow.html
    Please remember to up-vote or mark the reply as answer if you find it helpful.

  • Approval work flow in 11g

    Hi All,
    I am a new bie to OIM 11g. I have created aapproval work flow and it is working fine.
    Now the requirement is to check for a certain flag and based on the falg value we need to route the request to approvers.
    If the flag value is "true" we need to route to the first level Approval. If it is "false" we need to skip the approval and the request should be rejected.The provisioning process also should be terminated.
    As far as I have tested if we skip all the approval tasks the status of the request will be updated to "Approve" by default. But according to our requirement we need to set the status to "Reject".
    Please suggest any way of implementing it or if any body has already implemented it.
    Thanks in advance.
    Thanks,
    PT

    If you are using OIM 11gR2 please refer the below document. All steps are very clear with the screenshots.
    http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/request.htm#autoId27
    See section 21.3.5.7 Configuring the Human Task and BPEL Mappings
    Also see this OBE tutorial for getting idea on Java embedding activity and assigning and retrieving data from global variables in SOA
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/oim/oim_11g/Request_Workflow_for_Self_Registration/request_workflow_for_self_registration.htm

  • Automatic approval work flow

    Hi,
    We are using SRM 6.0 , I  am new to workflows
    We have a problem  in Automatic approval of shopping carts work flow in our development system but in QA system automatic approval of shopping carts works  good.
    I feel development  work flow(Automatic approval of shopping carts) not getting trigger.
    Please let me know how to compare both system or need to check any particular setting.
    Regards
    Neelima.

    Hi Masa,
    Please find the details in our system.
    Process Schema Evaluation:
    Object Type BUS2121
    Evaluation ID 1EV_SC_001
    Process Level Configuration:
    Object Type BUS2121
    There are two Process Schema
    Process Schema 1C_SAPSRM_MIG_101
    Process Schema  BUS2121_EX01
    For Process Schema 1C_SAPSRM_MIG_101
    Sequence Number 700
    Level Type Automatic(System User)
    Evaluation ID 0EV999
    Resp. Resolver Name
    Resp. Resolver Parameter
    Task ID 40007988 Automatic Approval
    Decision Type Decision for Entire Document
    For Process Schema  BUS2121_EX01
    Sequence Number 999
    Level Type Automatic(System User)
    Evaluation ID 0EV999
    Resp. Resolver Name
    Resp. Resolver Parameter
    Task ID 40007988 Automatic Approval
    Decision Type Decision for Entire Document
    Regards
    Neelima

  • PO approval Work flow

    Dear All,
    Our users need to share the work list for PO Approval workflow with others in the dept. but if the user other than the one who was the initial recipient of the notification approves the PO; the workflow approval history still shows the original recipients name and not the responder as the approver. It does not even puts the message as "Approving on behalf of" as in the case if the notification is forwarded to other user.
    Any suggestions how to capture the responder as approver?
    Edited by: 989622 on Mar 6, 2013 6:27 AM

    I was able to find where it is doing it.
    The PO_WF_PO_NOTIFICATION.POST_APPROVAL_NOTIF has a logic (which does not make much sense) but if the session owner (logged in user) is not equal to the original recipient of the notification it reverts the responder to the original recipient.
    SELECT fu.USER_ID
    INTO l_responder_id
    FROM fnd_user fu,
    wf_notifications wfn
    WHERE wfn.notification_id = l_nid
    AND wfn.original_recipient = fu.user_name;
    l_session_user_id := fnd_global.user_id;
    IF (l_responder_id is not null) THEN
    IF (l_responder_id <> l_session_user_id) THEN
    /* possible in 2 scenarios :
    1. when the response is made from email using guest user feature
    2. When the response is made from sysadmin login
    PO_WF_UTIL_PKG.SetItemAttrNumber(itemtype=>itemtype,
    itemkey => itemkey,
    aname => 'RESPONDER_USER_ID',
    avalue => l_responder_id);
    PO_WF_UTIL_PKG.SetItemAttrNumber(itemtype=>itemtype,
    itemkey => itemkey,
    aname => 'RESPONDER_RESP_ID',
    avalue => l_preparer_resp_id);
    PO_WF_UTIL_PKG.SetItemAttrNumber(itemtype=>itemtype,
    itemkey => itemkey,
    aname => 'RESPONDER_APPL_ID',
    avalue => l_preparer_appl_id);
    ELSE
    IF (l_session_resp_id is null) THEN
    /* possible when the response is made from the default worklist
    without choosing a valid responsibility */
    PO_WF_UTIL_PKG.SetItemAttrNumber(itemtype=>itemtype,
    itemkey => itemkey,
    aname => 'RESPONDER_USER_ID',
    avalue => l_responder_id);
    PO_WF_UTIL_PKG.SetItemAttrNumber(itemtype=>itemtype,
    itemkey => itemkey,
    aname => 'RESPONDER_RESP_ID',
    avalue => l_preparer_resp_id);
    PO_WF_UTIL_PKG.SetItemAttrNumber(itemtype=>itemtype,
    itemkey => itemkey,
    aname => 'RESPONDER_APPL_ID',
    avalue => l_preparer_appl_id);
    ELSE
    /* all values available - possible when the response is made
    after choosing a correct responsibility */
    /* bug 5333226 : If the values of responsibility_id and application
    id are available but are incorrect - i.e. not conforming to say the
    sls (subledger security). This may happen when a response is made
    through the email or the background process picks the wf up.
    This may happen due to the fact that the mailer / background process
    carries the context set by the notification/wf it processed last*/
    IF ( l_preserved_ctx = 'TRUE') THEN
    PO_WF_UTIL_PKG.SetItemAttrNumber(itemtype=>itemtype,
    itemkey => itemkey,
    aname => 'RESPONDER_USER_ID',
    avalue => l_responder_id);
    PO_WF_UTIL_PKG.SetItemAttrNumber(itemtype=>itemtype,
    itemkey => itemkey,
    aname => 'RESPONDER_RESP_ID',
    avalue => l_session_resp_id);
    PO_WF_UTIL_PKG.SetItemAttrNumber(itemtype=>itemtype,
    itemkey => itemkey,
    aname => 'RESPONDER_APPL_ID',
    avalue => l_session_appl_id);
    ELSE
    PO_WF_UTIL_PKG.SetItemAttrNumber(itemtype=>itemtype,
    itemkey => itemkey,
    aname => 'RESPONDER_USER_ID',
    avalue => l_responder_id);
    PO_WF_UTIL_PKG.SetItemAttrNumber(itemtype=>itemtype,
    itemkey => itemkey,
    aname => 'RESPONDER_RESP_ID',
    avalue => l_preparer_resp_id);
    PO_WF_UTIL_PKG.SetItemAttrNumber(itemtype=>itemtype,
    itemkey => itemkey,
    aname => 'RESPONDER_APPL_ID',
    avalue => l_preparer_appl_id);
    END IF; -- ( l_preserved_ctx = 'TRUE')
    END IF; --(l_session_resp_id is null)
    END IF; --(l_responder_id <> l_session_user_id)
    END IF; -- (l_responder_id is not null)
    So I have to create custom code to bypass this logic..

  • BId needs approval work flow

    Hi SRM gurus,
    We are working on SRM 5.5
    I created bid responce to the invitatation through txn process bid ie just mentioned the price and when i click on check button system is throwing the error as No approval workflow found. Inform system administrator.
    I checked in oocu tnx corresponding workflow WS 79000010 Workflow without approval for bid is activated,and no other workflow is activated(like one step).
    Can any one help me what could be the possible reason and how can rectify the issue.
    Thanks in advance,
    --suma.
    Edited by: suma reddy on May 19, 2008 10:55 AM

    Hi Reddy,
    The message you are mentioning is an information message. Are you getting all greens for your workflow template in SWUD if you test ?
    There can be many reasons for your workflow not being triggered.
    Since you are already in the SWDD, Please try these steps.
    1) In Heaader, Check for the triggering events in SWDD which should have your business object name.
    2) Check for the Versions which are active in which the workflow activated for your number or not.
    3) Check for the start conditions in SWB_COND in which you need to define if you have the FM SWB_CHECK_FB_START_COND_EVAL in the SWETYPV transcation for your workflow template.
    4) Try to do SWU_OBUF synchronize buffer also before testing the WF again.
    If any of these fail then your workflow may not trigger.
    First try to give even wrong values so that your workflow is triggered or it may say as ambigous so that it is easy to solve.
    Best regards,
    Sridhar.

  • Approval work flow should work when the KM folder has Write access

    Dear all,
    I have a following scenario.
    There are set of KM folders and the users can upload documents in those folders ( users has read/write permission) and for those folders i have a approval process as well but when i give read and write access for those set of folders the approval process is not working they can see the documents because the users have read/write permission.
    How can i overcome this i need to give read/write permission for folder and i want the approval process to work as well.
    Please help.
    Regards
    Aflal

    Hi, Aflal!
    We have overcomed this problem by using custom developed Repository Filters:
    One filter shows only documents created by user, no matter approved and not (for those users who are able to upload documents).
    Another filter shows only approved documents (for all users).
    The third filter shows only submitted for approval documents (for Approvers).
    Than we created 3 Layout Sets with these filters applied to (in Collection Renderers) and 3 KM Navigation iViews that use 3 mentioned before Layout Sets.
    Regdads, Mikhail.

  • WORK FLOW SCENARIO IN  CUP STAGE APPROVAL PROCESS

    Hi All,
    We had configured GRC CUP with four stage approval  work flow  process .I have a question like is there any condition / option If there are few Top management level users ( M0,M1.....M9).In CUP Change Account request Few roles should not be selected by the users else system should not allow the roles or Roles not be provisioned.Kindly do the needful on priority.
    Regards,
    Ram.

    Hi ,
    We had configured few workflow scenarious based on our business.In CUP for Change account request type, we had configured a four stage workflow as for new role creation or to modify existing roles , we are using change account request type for approving and provisioning of the roles, This request type includes four stage approvals like Manager ->Role Owner> and Application owner.This is how the flow is configured.I have a question like , is there any possibility to change the provisioning process , ( ex: If there are approval level s from Top Management like M0,M1,M2.....M9) ., Let us consider if Manager approves the request and role owner performs risk analysis , and Application owner approves , still the request shud not be provisioned, If it is provisioned also, the roles should not be created .
    Hope its clear and you can able to understand the scenario.Please help regarding this.
    Regards,
    Ram.

  • Work flow mails not processing from SAP Outbox to Approvers

    Hello,
    We are working on the implementation of Work flow for Purchase orders.
    Work flow customization is completed and even work flow is triggering when ever I create Purchase Order.
    Even Agent assignment also completed for work flow tasks via T code PTFC_CHG.
    Problem here is Work flow mails are not processing out of SAP Outbox to approvers even also after executing the program RSWUWFML2.
    If I check in SOST,I will not see any of the entries related to work flow mails.
    For eg:If I creates a Purchase order it will trigger Release Strategy and I can see the message to Approvers,like "Please Approver PO..."
    Only above I can see in my SAP Outbox.
    So how can I Process these messages to approvers SAP Inbox.
    Any Pre Setting I have to do?
    With regards,
    SPK

    Hi SP,
    I may be wrong, but on reading ur thread, I feel u r mis interpreting SAP Outbox with Outlook.
    Is it so, because u have mentioned about RSWUWFML2 and SOST, which comes into picture only if u r using an external mail like Outlook.
    If its Outlook, then there is no doubt that ur work item would get deleted from SAP Inbox and would be present only in Outlook.
    If its SAP Outbox, then u r not supposed to get ur work item in ur Outbox unless it is processed or executed thru ur SAP Inbox.
    Hope it helps.
    Aditya
    Edited by: Aditya Varrier on May 23, 2008 1:52 PM

  • MSMP Work flow in GRC AC 10.0

    Hi All,
    Can someone please help me with Basic Work flow documentation for AC 10. I am  part of a implementation team and we are working on implementation of MSMP work flow in AC 10 , however i didnt have any prior experience with work flow configuration . This is my my first assignment where i am working on work flow customization and are looking for some docs which can help me to understand the basics of MSMP work flow in AC 10.
    I was able to find docs on market place however they are more into configuration and customization of work flow , So can someone please assist me here to find some basic doc's for MSMP work flow which would help me to better my understanding of MSMP work flow concept .
    Thanks everyone for you help.
    Cheers .. Vikas

    Hi Vikas,
    Please check our BPX page here:
    SAP Access Control 10.0 [original link is broken]
    There are documents covering the installation process and also specific MSMP workshop setup.
    Regards,
    Luis

  • Work flow mails are not coming to inbox but coming to out box in quality

    Hello,
    We are working on the implementation of Work flow for Purchase orders.
    Work flow customization is completed and even work flow is triggering when ever I create Purchase Order.
    Even Agent assignment also completed for work flow tasks via T code PTFC_CHG.
    This work flow is working fine in development.
    When I moved this workflow to quality I got a problem.
    Problem here is Work flow mails are not processing out of SAP Outbox to approvers  inbox even also after executing the program RSWUWFML2.
    When I triggered the PO in development the work item is moved to SAP out box as well as inbox. In quality It is not coming to SAP inbox.
    If I check in SOST,I will not see any of the entries related to work flow mails.
    Only above I can see in my SAP Outbox.
    So how can I Process these messages to approvers SAP Inbox.
    Any body please help me where the problem is
    With regards,
    Sudhakar

    Hi SP,
    I may be wrong, but on reading ur thread, I feel u r mis interpreting SAP Outbox with Outlook.
    Is it so, because u have mentioned about RSWUWFML2 and SOST, which comes into picture only if u r using an external mail like Outlook.
    If its Outlook, then there is no doubt that ur work item would get deleted from SAP Inbox and would be present only in Outlook.
    If its SAP Outbox, then u r not supposed to get ur work item in ur Outbox unless it is processed or executed thru ur SAP Inbox.
    Hope it helps.
    Aditya
    Edited by: Aditya Varrier on May 23, 2008 1:52 PM

Maybe you are looking for

  • Addition of a Column in MD61

    Hi, I want to Add Column in MD61 i.e. Customer reference. This colomn would be purely for Reporting purpose only. Please guide, as to whether any Screen Exits are available for the same ? If not, how can it be done. Thanks in advance, Harris

  • Failover cluster not cleanly shutting down service

    I've got a two node 2008 R2 failover cluster.  I have a single service being managed by it that I configured just as a generic service.  The failover works perfectly when the service is stopped, or when one of the machines goes down, and the immediat

  • HT4623 HELLO I HAVE AN IPAD 1 ITS VERSION IS 5.01 CAN I ,OR DO U THINK I SHOULD UPDATE TO ISO 7

    HELLO I HAVE AN IPAD 1 CAN I , OR DO I NEED TO UPDATE TO ISO 7

  • Not able to log-on workspace/shared services after new inst thru index.jsp

    Dear Specialist Team, I m Kalyan, new to HFM product installation. I have completed successful EPM installation with the help of user guides from Oracle. Installed on my local machine, able to work on Planning / Essbase Admin server, but not able to

  • Manual PO in ECC

    Hello Folks, We are in a public sector project where we are using SRM for creating RFQ and Contract because of requirement of Document Builder functionality. We need your suggestion if the below scenario is supported. We want to activated Extended Cl