PO approval workflow to retrigger in SRM 7.0

Hi.
We are using SRM 7.0 in our company and using process WF for all approval processes.
The requirement is for an approved PO, the WF should get retriggered if SOME of the fields are changed in the PO.
What is the best possible way to achieve this? Please advice.
Thanks.
Anuradha.

Hi,
    if your logic is based on standard fields and gets store in CDHDR and CDPOS then try use these tables to check..
Saravanan

Similar Messages

  • Offline approval workflow not working - SRM 5.0

    Hi Team,
    Suddenly we have an issue in SRM production server with Offline approval workflow, inbound mails are not getting processed in SOIN and workitems are not getting cleared. So document status is not getting changed.
    There is no problem in receiving the mail, we have all configurations setup as per below link,
         Offline approval - general configuration - Supplier Relationship Management - SCN Wiki
    Incoming mails are received to system user and then auto-forwarded to dialog user. Dialog user is used to schedule the batch job - RBBP_OFFLINE_EVAL.
    Please help to resolve this issue,
    Thanks
    Rajesh Rajagopal

    Can anyone please help me on this issue, offline approval functionality is completely stopped
    Please provide your help

  • Can i Cannge the WF_INITIATOR for SRM Approval Workflow.

    Hi Experts,
    I am facing issue related to sendor name format.
    Whenever SRM approval workflow gets triggered then corresponding responsible user(Approver) gets a mail in their SAP inbox.
    I checked in the system these workflow runs using RFC_USER user.So approver gets mail with sendor information as RFC_USER i.e.  "Sent: Jun 17, 2011 by RFC_USER, Functional ID "
    My requirement is to replace this RFC_USER with some other generic user.
    Can anybody tell me please how can i achieve this.
    Thanks,
    Rupendra Pandey

    Hello,
    Usually, if I want to do anything unusual with mails from workflow then I create a step which calls a task which calls a new method of my BOR object which calls fm SO_NEW_DOCUMENT_ATT_SEND_API1. In that we can specify Sender name different from WF_BATCH or RFC_USER.
    Check the following Code for sending mail.
    CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
       EXPORTING
         document_data                    = doc_chng
         put_in_outbox                    = 'X'
         sender_address                   = 'SAPSCHED'
         sender_address_type              = 'B'
      IMPORTING
        SENT_TO_ALL                      =
        NEW_OBJECT_ID                    =
       TABLES
         packing_list                     = objpack
         object_header                    = objhead
         contents_bin                     = html_tab
         contents_txt                     = objtxt
        CONTENTS_HEX                     =
        OBJECT_PARA                      =
        OBJECT_PARB                      =
         receivers                        = reclist
       EXCEPTIONS
        too_many_receivers               = 1
        document_not_sent                = 2
        document_type_not_exist          = 3
        operation_no_authorization       = 4
        parameter_error                  = 5
        x_error                          = 6
        enqueue_error                    = 7
        OTHERS                           = 8

  • Approval workflow triggers when not expected for SRM PO & without Agent ??

    Hi All,
    We are using SRM 5.0 integrated with SAP MM backends.
    We are frequently facing this problem, when a buyer  creates a PO (in SRM) within his/ her Spending (Output) Limit, the PO approval workflow triggers and is not able to find an agent.
    Although the workflow should not trigger as the PO value is below spend limit of the buyer......we are not able to understand this behaviour.
    In such cases, the buyer is not able to issue the POs, since the POs show 'Awaiting Approval' status.
    I can find such POs with SRM transaction SWI2_ADM1, but I can not do anything beyond that. I am not able to Forward or 'Complete Manually' such work-items.
    Any idea how this problem can be fixed or if there is any SAP note available for same.......anything??
    Has anyone faced this kind of problem before?? Please help.
    Thanks,
    Ruchika

    please check from the workflow log , the workflow which the system is starting.
    might be the system is able to start another workflow than the one which you are mentioning
    use the transaction swi6 for workflow log , use the purchase order guid

  • Deactivating the Invoice Approval Workflow in SRM 5

    Hi WF GurusM
    We are setting up Invoice Entry in SRM 5.0 and get the message: No approval workflow found. Inform system administrator.
    Please can you recommend how we can temporarily deactivate this workflow, so that we no longer get this message. We have looked in SWB_COND but could not work out which WF the system is trying to call.
    Regards. Steve Walsh.

    Hi Steve,
    You can check which workflow is getting called using the following approach:
    1. Activate event trace using t-code SWELS.
    2. Go to t-code SWEL. Check the BO and event getting triggered while setting up Invoice Entry in SRM.
    3. Check the receiver type of the BO event. This would show all the workflows that are receivers of the BO event.
    4. Else, check in t-code SWETYPV and check the event linkage of the BO event to the workflows.
    This would surely give you the workflow getting triggered on this event.
    Hope this helps!
    Regards,
    Saumya

  • The approval of the single step SRM workflow : WS10000129 ????

    Hi,
           I am using single step SRM approval workflow :WS10000129 for shopping cart creation, After creation , the work flow is getting triggered and The Problem is becuase of Agent (in workflow log, it is saying that , Agent determination for step '000000023' failed ).
    I activiated all the subworkflows also.Customization ie..General Task is maintained also.
    I feel,  it is failing to reach a agent ..plz Help me regarding the Issue to go to an agent .
    How do we customize the agent for Particular task.
    plz Help me..
    Balaji.

    Hi Balaji,
    In addition to disha's remarks also look at the following poibnts which may help you in resolving the issue.
    Check in SWDD txn. (Work Flow builder) check whether the agent assignment is proper or not for one step approval work flow.You can manually assign the agent there if required.
    Also check whether the person approving the shopping cart has been made as the Head of the department or not  in the Org. Structure using PPOMA_BBP txn.Please make the person approving the cart as Head of the department.
    Please verify the above points and run a cycle and let us know about the outcome.
    Hope this helps in resolving your issue.
    Award points for helpful answers.
    Rgds,
    Teja

  • SRM 4.0 PO Approval Workflow

    Hi,
    I'm new to SRM and have been tasked with designing a Purchase Order Approval Workflow.
    Many Shopping Carts can be used in creating one PO. This workflow will have to only be approved (by the same user that approver the Shopping cart) if the PO line item value is greater that the shopping cart line item value. I.E. The workflow must compare every PO line item to it's respective SC line item and if the value is greater then the original SC approver must approve the PO, therefore we could have 'n' approvers
    I see that SAP delivers WS14000145 - N~step approval for PO, would it be advisable to use this workflow and write the logic into the BADI or should I look at creating a new workflow ?
    P.S. Thank in advance for your input.
    Raveen Moodley

    Hi Vadim,
    I hope you're well. I have question regarding "Submit to grouping" button.
    For a mistake, a purchaser clicked that button (Submit to grouping).  As a result, he cannot see that position in SoCo.
    How can I "undo" this event?  
    pd: I noticed that field SOURCE_REL_IND = A in table BBP_PDIGP.
    Thanks for your help Vadim !!! =)
    Kind regards from Mexico,
    Diego

  • One step approval workflow in SRM 7.0 BRF

    Hi,
    Please le tme know how to configure the one step approval workflow for Shopping cart in.SAP SRM 7.0
    We ant to know where we can specify the approva limit lik if sc value is greater than 50 it should go for one level of approval else no approval required.
    We are using process controlle workflows.
    Thanks,
    Venky
    Edited by: SAP SRM123 on Jul 14, 2011 12:18 PM

    I was get some trouble when implement one step approval from HQ in my company.
    It's a logical when some one just implement one step approval it is not make a hugh impact for controlling and sometimes end-user was change their own approval step make negative impact for workflow. Not logical but they make it logical but system still make sure it work.

  • N-step approval process for PO in SRM 7

    Here are a couple of questions I have regarding N-Step approval configuration for PO in SRM 7 Process Controlled Workflow:
    1) It's our business requirement that the last-change person of the PO is defined as the first approver in the chain. I tested with RR_EMPLOYEE and a hard-coded user BP number (my own), but got error "Strategy RR_EMPLOYEE did not determine any approver". Changing to any other user's BP number worked. So I am guessing the buyer himself can not be an approver. Since this is a business requirement, we wouldn't mind developing enhancement to work around this restriction. If you could point me to the place where this is checked, that would help me.
    2) I have set up the process level configuration as such:
    100     ZEV_PO_SL_APPR_001     PO  approval level 1     RR_EMPLOYEE     Specify Employee for Approval
    200     ZEV_PO_SL_APPR_002     PO  approval level 2     RR_MANAGER     Get Creator's Line Manager for Approval
    300     ZEV_PO_SL_APPR_003     PO  approval level 3     RR_MANAGER     Get Creator's Line Manager for Approval
    The corresponding expressions are simply checking against the PO total value, such as -
    0V_PO_POTOTALVALUE >= 0 AND 0V_PO_POTOTALVALUE < 1,000
    0V_PO_POTOTALVALUE >= 1,000 AND 0V_PO_POTOTALVALUE < 25,000
    0V_PO_POTOTALVALUE >= 25,000
    But when I checked the Approver list with a PO with total value > 50,000, only the first level is triggered and listed. And once approved, the PO went into "Ordered" status. But it should have gone through 3 levels of approval. I'd greatly appreciate it if you could point out what might have been wrongly defined in my configuration.
    Thanks!

    Hi,
      1) It's our business requirement that the last-change person of the PO is defined as the first approver in the chain. I tested with RR_EMPLOYEE and a hard-coded user BP number (my own), but got error "Strategy RR_EMPLOYEE did not determine any approver". Changing to any other user's BP number worked. So I am guessing the buyer himself can not be an approver. Since this is a business requirement, we wouldn't mind developing enhancement to work around this restriction. If you could point me to the place where this is checked, that would help me.
    SAP recently released the consultant OSS note to handle this issue.. when the release the SRM 7.0 , SC requestor or PO creator ( Buyer ) cant be in the approval list.. later on they release a OSS note to handle this issue.. 1551561\
    2) I have set up the process level configuration as such:
    100     ZEV_PO_SL_APPR_001     PO  approval level 1     RR_EMPLOYEE     Specify Employee for Approval
    200     ZEV_PO_SL_APPR_002     PO  approval level 2     RR_MANAGER     Get Creator's Line Manager for Approval
    300     ZEV_PO_SL_APPR_003     PO  approval level 3     RR_MANAGER     Get Creator's Line Manager for Approval
    The corresponding expressions are simply checking against the PO total value, such as -
    0V_PO_POTOTALVALUE >= 0 AND 0V_PO_POTOTALVALUE < 1,000
    0V_PO_POTOTALVALUE >= 1,000 AND 0V_PO_POTOTALVALUE < 25,000
    0V_PO_POTOTALVALUE >= 25,000
    But when I checked the Approver list with a PO with total value > 50,000, only the first level is triggered and listed. And once approved, the PO went into "Ordered" status. But it should have gone through 3 levels of approval. I'd greatly appreciate it if you could point out what might have been wrongly defined in my configuration.
    once you implement the OSS note Q1, you can build the custom RR resolver to handle this issue with in one process level.. but you have to implement the process level BADI as well.. please refer /SAPSRM/BD_WF_PROCESS_PO badi for more details
    Saravanan

  • "Approval workflow fragment has no user assignment" while adding approver

    Hi all,
    We are on SRM 5.0 ECS.
    We are facing an issue in our quality system while this issue doesnt come up in dev system!
    if I try change a PO and then click on the ADD APPROVER button and then on the link "ADD HERE".,I get the foll pop up msg :
    "Approval workflow fragment has no user assignment".

    Hi experts,
    Any advice?

  • Inconstancy in Approval Workflow- Process Controlled Workflow

    Hello Experts,
    We are in SRM 7.0 classic scenario using process controlled workflow and facing an issue as described below:-
    During the approval workflow, we are observing that in
    Case 1: When approver3 is forwarding the work item to approver10, the approver10 in not getting the work item in his Inbox. However, when we see the log detail in SWI6 the status is shown as u201CREADYu201D
    Case 2: We created a shopping cart with identical details as in Case 1 and followed the same approval process i.e.Approver3 forwarding the work item to approver10, however in this case approver10 is getting the work item in his Inbox and when we see the log details in SWI6 the status is shown as u201CCOMPLETED"
    We tried this scenario for 10 times and we found that in 2 cases the approval status is showing as u201CREADYu201D while in other 7 cases the approval workflow got completed.
    Can you all experts please help us understand why this is happening and how can be find the root cause i.e why Case 1 is in u201CREADYu201D status for last 2 days.
    We seek your help in understandingroot cause so that we can eliminate any inconsistency in future.
    Any pointers to resolve this issue will be highly appreciated.
    Thank you in advance.
    Regards,
    RKS

    Use class /SAPSRM/CL_WF_APV_FACADE. This is used by standard SAP WF Analysis.
    Methods - RETRIEVE_PROCESS_HISTORY, GET_CURRENT_PROCESS_STATE, CREATE_PROCESS_FORECAST.
    To analyze more, check the program /SAPSRM/WF_CFG_ANALYSIS_002. Check lines 209...216 (These Lines pull Previous Approved Steps, Current Process Step & Gets the approval forecast). However the REJECTED Items (Accept Decision) work little different (which is not captured by this report).
    To Identify the current approval process awaiting decision by the requester of the cart, use method GET_CURRENT_PROCESS_STATE, return parameter structure /SAPSRM/S_WF_PROCESS-PROCESS_LEVEL_LIST-DECISIONSET_LIST-ITEM_STATUS_LIST gets you the current status of the item (ACCEPTED, REJECTED, OPEN, INQUIRED). If ITEM_STATUS_LIST-ITEM_STATUS EQ 'REJECTED', then the WF is waiting for acceptance/resubmission from the requester.
    To your specific need, pass DOCUMENT_GUID to the class /SAPSRM/CL_WF_APV_FACADE=>GET_CURRENT_PROCESS_STATE get the return parameter /SAPSRM/S_WF_PROCESS. It will give you PROCESS_LEVEL_LIST. Then loop through DECISIONSET_LIST. It contains Table Types of AGENTS_LIST, ITEM_STATUS_LIST, WORKITEM_LIST. At /SAPSRM/S_WF_PROCESS level, you can get all the details of the current process level details
    Thanks,
    SC

  • Change in Work item Text for Approval Workflow WS14000133

    Hi,
    I need to change the work item text for Shopping Cart Approval Workflow WS14000133.
    I have created an Attribute in Business Object BUS2121 and called the same attribute in work item text.
    In PFTC -> Redefine Work item text - > and i have defined the work item text as well called the attribute from the container.
    what  the problem over here is - when I am passing the attribute in the work item text in the task, I am unable to see the work item text with the Dynamic Attribute but I am able to see the work item alone (not with the Dynamic attribut)
    But when i debug the workflow from SWI1 then i can see the dynamic attribute in the Container of the workflow but nt in the approver's inbox in portal..
    Can you please tell me - that why is this a strange behaviour that i can see the Dynamic attributed created initially in the workflow container of the Business Object but nt in the Approvers inbox either in Backend nor in the front end...
    Thanks,

    Hi,
    Maybe this SAP note/KBA will help :
    1470761 - How to change the text of the SRM approval links in inbox or UWL
    Kind regards,
    Siobhan

  • Approval Workflow triggers when not expected & without Agent ??

    Hi All,
    We are using SRM 5.0 integrated with SAP MM backends.
    We are frequently facing this problem, when a buyer creates a PO (in SRM) within his/ her Spending (Output) Limit, the PO approval workflow triggers and is not able to find an agent.
    Although the workflow should not trigger as the PO value is below spend limit of the buyer......we are not able to understand this behaviour.
    In such cases, the buyer is not able to issue the POs, since the POs show 'Awaiting Approval' status.
    I can find such POs with SRM transaction SWI2_ADM1, but I can not do anything beyond that. I am not able to Forward or 'Complete Manually' such work-items.
    Any idea how this problem can be fixed or if there is any SAP note available for same.......anything??
    Has anyone faced this kind of problem before?? Please help.
    Thanks,
    Ruchika

    Hi Ruchika,
    This seems to be a problem with the start condition of the PO approval workflow. Check for the same and see if there is any issue.
    Regards,
    Saumya

  • Completion and approval workflows in line item based SC approval scenario

    Hi SRM experts,
    We are on SRM 7 ECS , support pack SAPKIBKV08
    We are designing line item based SC approval workflow. We also have completion workflow. i.e after requester creates a shopping cart, it goes to buyer as per completion workflow( if the SC does not have price , vendor or has a free text)  , and then after the completion workflow, it goes to main SC approval workflow.
    My questions are :
    1. If a requester creates 2 line items in SC , and 1 line item does not have price/vendor/or material , whereas 2nd line item has price/vendor/ and material , can we send onlt the 1st line item  to completion workflow and not send the 2nd line item in the completion workflow but directly to SC approval workflow  ?  OR we have to send the entire cart to the completion workflow ?
    2. After the completion and the approval workflow , if line item 1 is approved, can it create a PO , whereas the 2nd line be still in approval . i.e  do all the cart items need to be approved before creating POs or as and when individual line items get approved , they can create thier own POs
    Rgds
    Sumendra

    Hi Sumedra,
    Which workflow are you using - application or process contrlled workflow?
    Assuming you are using process-controlled workflow - I will answer following questions -
    1. Can offline approval be used for item based shopping cart approval workflow?
    - Yes, it can be used !
    2. Can different line items be sent by mail to different mail boxes?
    Yes
    3. Will 1 manager see all the 10 line items OR only the 1 line item for which he is responsible?
    1 manager can 'see' all the items but he can only approve or reject the item that he is suppose to act on. All other item will be grayed out. However, this behaviour is configuarable !
    4. If he will get only line for which he is responsible , and once he clicks on approve , will this approval apply to his line item only , OR it will apply to all the 10 line items ?
    - see above
    Regards,
    Amit

  • Error in Shopping cart Approval workflow

    Hi Workflow experts,
    We are on SRM 5.0 with Extended classic scenario.
    I have activated & set the start conditions for No Approval workflow.
    The workflow for shopping carts end up in Error status.
    Message "Error changing to status RELS". upon further dwelling, the message "Work item XXXXX: Object XXXXXXX method SETRELEASED cannot be executed" is displayed. How can i check the Binding between the Task container & the Method Container.
    I have no red flags in SWUD for WS10000060. I have checked the automatic customisation of workflow & every thing looks good. The workflow back ground jobs are running.
    What could be the problem?
    Your inputs in this regards are appreciated & will be rewarded!!
    Cheers,
    Akash

    Hi
    hopefully this link and the OSS note  1233774 should help
    "method SETRELEASED cannot be executed" for SC work item
    thanks

Maybe you are looking for

  • Error System Copy on cluster using R3load

    Hi currently we are doing a system copy on Cluster using R3load Source System win2003 SP2 32bit, MSSQl2000 SP4 32 bit Target System  win 2003 Sp2 64bit, MSSQL2005 SP2 X64 Server We have successfully installed MSSQL2005 Sp2 64 bit We have successfully

  • High Pitched Microphone sound

    My laptop - ASUS K501L - produces a high pitched whistling sound, as well as other background static noises, when I use Skype. However, the problem is not present on other platforms, such as Google Hangouts and Line. I have tried manually adjusting t

  • Weblogic deployment

    Hi All, I installed Hyperion 11.1.2.2 in two servers named as machine1 and machine2. In machine1, i installed Sql server, Essbase and FDM In machine2, i installed Foundation services, HFM, Planning, Workspace and Reporting analysis. First i Sql serve

  • IMovie will not download on my MacBook Pro, 10.8.5.

    I try to download from the Mac App Store. It asks me too 'Accept.' I click on it and a password prompt appears. I key in my Apple ID password and wait as a small grey loading sign appears on the top left, after a couple seconds it dissapears and noth

  • Email notify, can it be recurring?

    ok, just had an issue where we had a 2hour outage due to notification on email. Since my migration from the BB Curve, the only problem / issue I am having is mail. I miss an email, I could get a re-notify tone as well as the blinking LED a different