Side Effects of switching from Application Controlled Workflow to Process

We have switched our development environmnet from application controlled workflow to process controlled workflow.  We noticed that when we try to pull up old shopping carts that are awaiting approval we get dumps.
Is this a known issue when converting from application controlled workflow to processing controlled workflow?
Regards,
-Paul

Hi,
What kind of dump did you get?
My understanding is it should work if SC is created in SRM 7.0 with AC workflow.
Regards,
Masa

Similar Messages

  • Settings in XI side to receive IDOC  from  application server

    Could somebody verify the following stmt regarding
    Settings in XI side to receive IDOC  from  application server
      The metadata for the idoc should be in place before sending idoc from the application system

    Hi Vasanthakumar,
    have a look at those settings by Shravan:
    Re: Steps to define correctly IDoc sender adapter
    you don't have to do point 4
    Regards,
    michal

  • SRM7.0 Application controlled workflow need Allow/Disallow to edit fields f

    Dear All,
         We using SRM7.0 Application controlled workflow,Now we need Allow/Disallow to edit fields for approver,how to do it,About Process controlled workflow,we can according to the notes 1277921 do it,But Application controlled workflow,I didn't find any notes,Can you help it.

    Hi,
      Here is the SAP help for your reference. Please let us know if you need more information..
    http://help.sap.com/saphelp_srm70/helpdata/en/29/b092ecfcb24b14b7baa225ba13955b/frameset.htm
    Saravanan

  • Process controlled workflow - SC process schema evaluation

    Hi experts,
    at the moment I'm using the n-step item level approval in SRM 5.0.
    We are implementing SRM 7.0. With the new process controlled workflow I'm not sure how to
    implement the logic of our "old" system.
    Depending on category and item value the SC item has to be approved by 0 - 7 users.
    I've created an event which finds a Z-process schema via FM.
    In the FM I've tried to change the process schema (debugger) for one SC item.
    But the schema has been changed for all items.
    Is it possible to use different process schemas for items?
    When yes how can I set the schema e.g.
    item 10 schema1
    item 20 schema1
    item 30 schema2
    item 40 schema1
    Thanks in advance for your inputs!
    Regards
    Stefan

    Hi,
    Schema Evaluation is document header level.
    There are 2 ways for implementation.
    1. Schema Evaluation returns Schema name. For example, 1 step approval, ... 7 step approval
    2. 1 Fixed Schema and 7 level evaluations. 1 Schema has 7 approval steps and each evaluation returns true or false.
    You have to implement GET_AREA_TO_ITEM_MAP method of Agent BADI to exclude/include items.
    BTW. If you set workflow framework as Application-Controlled Workflow, your old workflow logic works without any change.
    Regards,
    Masa

  • File from application server -Read and process and delete the file .

    Hi All,
             I writing a ZEE program which will read the file from application server(file will be in text delimat format) and moving the data to internal table and uploadind data base.The part which iam facing problem is -
    > I hve read the file from application server like below ,
    OPEN DATASET ld_file FOR INPUT IN TEXT MODE ENCODING DEFAULT.
    IF sy-subrc NE 0.
    EXIT.
    ELSE.
      DO.
        CLEAR: wa_string, wa_uploadtxt.
        READ DATASET ld_file INTO wa_string.
        IF sy-subrc NE 0.
          EXIT.
        ELSE.
          SPLIT wa_string AT con_tab INTO wa_uploadtxt-name1
                                          wa_uploadtxt-name2
                                          wa_uploadtxt-age.
    Spliting part i having problem .i need to seperate each field which is seperate from tab delimite and pass it into respective fields of internal table .
    Second if another file come to the appicaltion server , wether my first file will be there ? or should i need to delete the first file after redaing how should i proceed further ?.
    Regards
    SRIRAM...
    THANKS In ADVANCE

    HI,
    1.
    OPEN DATASET ld_file FOR INPUT IN TEXT MODE ENCODING DEFAULT.
    IF sy-subrc NE 0.
    EXIT.
    ELSE.
    DO.
    CLEAR: wa_string, wa_uploadtxt.
    READ DATASET ld_file INTO wa_string.
    IF sy-subrc NE 0.
    EXIT.
    ELSE.
    SPLIT wa_string AT cl_abap_char_utilities=>horizontal_tab INTO wa_uploadtxt-name1
    wa_uploadtxt-name2
    wa_uploadtxt-age.
    APPEND  wa_uploadtxt TO itab.
    ENDDO.
    CLOSE DATASET ld_file.
    ENDIF.
    2. If the another file get's generated in the application server with same file name then the data in old file get's over written with the new data. You are not required to delete the file.

  • How to call bsp application in workflow and process it...

    The requirement is ...
    HR as (admin) -- in standard workflow selects apprasiee for 360 degree apprasial process(bsp application developed by me)..
    aprasiee selects 10 employees and sends to HR
    HR checks the employees list and their relationships
                            if
                      HR satisfies and clicks ok .. email will go to all 10 employees selected by apprasiee with a link
                  of 360 degree application developed in bsp..
                      else
               HR says to reselect the employees to apprasiee.
    when apprasier completes the form and submits both HR and appraisee gets a note that particular
    employee as filled your application..
    for this process ... there r standard ones and i have to creare new ones ..
    tell me which standard workflows  i can use for this and which one to and also how to create a new one...
    i hope i can use HR and apprasiee selected by HR can be used as standard ones, which i want to copy and create a new one.

    Hi,
    If you want to use a BSP in your workflow, this can fairly easy be done by incorporating your BSP as a webactivity in your own flow or into an existing one. Things to consider when creating webactivitysteps in your workflow are:
    - Making settings in WF_HANDCUST.
    - Make settings in SICF: here you have to activate the WSHANDLER (pad /default_host/sap/bc/webflow/wshandler) and your own BSP which is somewhere under pad /default_host/sap/bc/bsp/&name_of_your_bsp&
    - Make settings in WF_EXTSRV: here you can make settings between the import and export parameters of your BSP and the (future) parameters in your workflowtask. When all these settings are made correctly, you can generate a WF-task with the corresponding button in this transaction (a wizzard will be started). The connection between the task and your BSP will be stored in table SWLWPTSSID.
    Try if you can figure it out with these transactions. Good luck!
    Kind regards,
    Joost van Poppel

  • How do I switch from application jazn to system jazn?

    When developing, deploying and testing my J2EE app under jDeveloper 10g and the embedded OC4J container I use a file jazn-data.xml as my file based security provider. However when I deploy to OAS I want to use the system-jazn.xml provider so manage my users from the application server not the application.
    I tried changing the security provider to system-jazn-data.xml for my application through the administration screens, then added the roles and users but can no longer log on to my application. Even after a reboot of OAS.
    I get the error :: *500 Internal Server Error*
    cheers

    Your jazn.xml looks like this?
    <OC4J_HOME>/j2ee/<instance_name>/config/jazn.xml
    <jazn xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation=
    "http://xmlns.oracle.com/oracleas/schema/jazn-10_0.xsd"
    schema-major-version="10"
    schema-minor-version="0"
    provider="XML"
    location="./system-jazn-data.xml"
    default-realm="jazn.com"
    />Julian

  • Side effect after update from SP22 to SP26

    Hello experts,
    I've updated my Solution Manager sandbox system with the latest packages (SP26), using SOLMAN_SETUP for updating critical notes. Then later I tried to test Service Desk scenario and it showed me "No maintenance cycle is open for the current system" (SOCM_ACTION_LOG011). As recommended in help for this error:
    Procedure for System Administration
    Check the maintenance landscape for the current system in SAP Change Manager. Open a new maintenance cycle if necessary.
    I go to my project and started check function. It gives me the information that my BCSets are not activated, although I've activated them before (while was working with this [issue|ChaRM issue;) and I see that BCSets' logs contain information about activation. Ok, I thought that system is going crazy and activated BCSets once again. Information about log activation looks fine. But during Checks in SOLAR_PROJECT_ADMIN I get error about inactive BCSets...
    Has anybody faced with this problem? Thanks God I performed implementation on independent sandbox, but how to implement SP and notes on real system?
    Update:
    While creating new maint.project I have faced with the BCSets problem... Despite on activated (with yellow/green status) BCSets, Check function shows me that BCSets are not active...
    Yellow message says on step Check in project: No activation logs for BC Set ***
    All viewed notes describe similar problems, but notes are out of day...
    What could it be? Is it new feature?
    Regards,
    Artem Ivashkin
    Edited by: Artem Ivashkin on May 25, 2011 4:15 PM
    Edited by: Artem Ivashkin on May 25, 2011 4:31 PM

    I thank you Jon for reply. Regarding your questions:
    Can you be more specific about the landscape (logical components and SMSY entries) and IBase entries involved, and how you are using them?
    Landscape consists of one system - SolMan with 4clients: 001 - ServDesk/ChaRM, 200 - Cust, 230 - Test, 250 - Product. Component Z_SOLMAN_COMP includes 200, 230 and 250 clients. IBase describes all clients (001-250)
    You said you are using Service Desk but your error message sounds more like you are using ChaRM?
    Of cource, this is my blunder. I meant ChaRM, ServDesk I wanted to write as precondition for ChaRM, but lost my thought
    Assuming this is ChaRM, do you have a project defined with the appropriate logical component, is a maintenance cycle created and is it in phase "In Development With Release", etc?
    You are totally wright. I've created new project with Z_SOLMAN_COMP component, maintenance cycle created (M*31 and ServDesk message created), phase is not in "In Development With Release" yet.
    What's interesting I had created project before upgrading to SP26, and all worked fine (thread with resolved problem in my above post): processes goes well. But after SP26 my project was broken and I created new one. Another interesting thing is that the similar (not the same) problems were in notes from 2004, 2007 etc.
    Regards,
    Artem Ivashkin

  • SRM Process Controlled Workflow Issue - Process Level Agent not shown up

    System: SRM 7.0 (SP09)
    Implemented BADI to determine agents at process level - BADI Definition /SAPSRM/BD_WF_PROCESS_CONFIG
    Configuration: 1 Process Level (Seq 100, Lvl Type A, Resp. Resolver Name: Z_XXXXXX, Task ID 40007954, Decision Type 1)
    When creating the Shopping cart based on the cart value, the agents are determined correctly and process level GUID is created with Agent ID associated.
    something like
    GUID1 - APPR1
    GUID2 - APPR2
    GUID3 - APPR3
    GUID4 - APPR4
    Before "Order" when we do preview of Approval Process, it shows all the approvers in the sequence as expected. As soon as the cart is ordered, the first process level GUID lost its agent thus throwing error saying "Strategy Z_XXXXXX did not determine any approver"
    But when we look at the table /SAPSRM/D_WF_016, the corresponding entires of GUID1 has the agent ID as APPR1.
    The task 40007954 has been GENERALIZED so as the master workflow template 40000014. The same is working in our Dev system but throwing error "Strategy Z_XXXXXX did not determine any approver" in QA system.
    Any input is highly appreciated.

    See the thing is the agents were picked up & saved in the table /SAPSRM/D_WF_016 in the process level BADI. The first process level guid doesn't get processed in the RESP_RESOLVER BADI. I put the break point and can see the agents were picked up & saved in Process Level BADI.
    The funny part is it is working just fine in the Dev system. Secondly, when we do BOB for the same user (requester), it picks up the first level approver without the error.
    Meaning, If USER1 shops for himself (Creator & Requester are same), we encounter this error. If USER2 shops for USER1, then the corresponding approvers were picked up correctly without the error. USER1 & USER2 have same authorizations in SU01D (USER2 is copy of USER1, so no authorization issues). Approvers determination is based on the requester.
    Somewhere, we miss the settings. Don't know where though.

  • Switching from HTTP to HTTPS - adverse side effects???

    Hi everybody,
    what are the possible adverse side effects when changing from HTTP to HTTPS? 
    I could imagine that previously saved web bookmarks would not work, correct?
    Links saved in roles will have to be adjusted in roles, correct?
    Anything else?
    Does anybody have knowledge/experience in this area and how do you recommend to proceed when switching a productive system from HTTP to HTTPS?
    Martin

    The web bookmarks stored on IE browser will still point to the HTTP service, not HTTPS, you will have to make the changes manually.
    The URLS for BW Reports are generated dynamically, you should be able to maintain an entry in table HTTPURLLOC and get this switched to HTTPS. see OSS note 805344 for the same.
    Thanks.

  • Is migrating open application workflows to process-controlled WFL required?

    Dear forum members,
    We have upgraded an SRM system from version 5.0 to 7.0 (SP 7) and we have gone live in SRM 7.0 with the old application-controlled workflows still being used for old and new documents.
    We are in the process of changing the workflow to the new process-controlled (BRF) workflow and this works OK for new docments in our test systems.
    Can you confirm if we MUST migrate the old workflows to the new BRF workflow when we activate the new p-c workflow into the live system?
    I would prefer to have the old application-controlled workflow continue for existing document approvals and use the process-controlled workflow for new ones.
    My questions are:
    1. Can we use both application and process-controlled workflows together at the same time (new docs use p-c workflow, existing approvals to continue to use A-C workflow while they run down)?
    2.  If not, can we migrate SC n-step BADI workflow to the p-c workflow (report /SAPSRM/PR_WF_MIGRATION_CFG implies not)
    Any help or advice is appreciated as always!
    Thanks a lot,
    Nick

    hello,
    we are dealing with the same issue in a srm migration from 5.0 to 7.0.
    We have a copy of the production system with a lot of open workitems based on application controlled workflows.
    We build up new process controlled workflows and activated those for the new shopping carts.
    The report for the migration (/SAPSRM/PR_WF_MIGRATION_CFG) of open workitems seems to be not sufficient, because
    - all open workitems are going to be restarted, right?
    we tried to approve old woritems from the powl, that seems to work. Simultaneously brf workflow works fine.
    Right now we are wondering why it should not be possible to finish the old workitems application controlled and the new ones process controlled. Do we miss something?
    Has anybody experiences based on customer projects?
    kind regards
    Carsten

  • Dump on screen when configuring Process controlled workflow

    Hi Experts,
    I am facing 1 problem in SAP SRM 7 ehp1.  I am configuring Process controlled workflow. Previous workflow settings was Application controlled workflow as its been upgraded from SRM 5. If i run a RFX (BUS2200) cycle in application controlled workflow environment, it works flawlessly.
    But when i change my workflow framework to process controlled workflow for all Business Objects. I face a dump when I am creating an RFX. The dump on the portal is:
    http://dl3803.ltisap.com:8040/sap/bc/webdynpro/sapsrm/wda_l_fpm_oif
    DATREF_NOT_ASSIGNED
    No access possible via the 'NULL' data reference
    Method: PARTICIPATING_IN_ACTIVE_WF of program /SAPSRM/CL_PDO_DYN_MDA_WF_ADJ=CP
    Method: EDIT_DURING_WORKFLOW of program /SAPSRM/CL_PDO_DYN_MDA_WF_ADJ=CP
    Method: /SAPSRM/IF_PDO_META_CONF_BO~GET_BO_HDR_ACTION_METADATA of program /SAPSRM/CL_PDO_META_CONF_PROV=CP
    Method: /SAPSRM/IF_PDO_META_CONSUMER~GET_ACTION_METADATA of program /SAPSRM/CL_PDO_META_BO_RFQ====CP
    Method: /SAPSRM/IF_PDO_META_CONSUMER~GET_ACTION_METADATA of program /SAPSRM/CL_PDO_META_BO_RFQ_ADVCP
    Method: /SAPSRM/IF_PDO_META_CONSUMER~GET_ACTION_METADATA of program /SAPSRM/CL_PDO_META_HANDLER===CP
    Method: UPDATE_ACTIONS of program /SAPSRM/CL_CH_WD_MAP_IDENT====CP
    Method: /SAPSRM/IF_CLL_MAPPER~REFRESH of program /SAPSRM/CL_CH_WD_MAP_IDENT====CP
    Method: /SAPSRM/IF_CLL_MAPPER~REFRESH of program /SAPSRM/CL_CH_WD_IDEN_MAP_RFQ=CP
    Method: OVERRIDE_LEAVE_INIT_SCREEN of program /SAPSRM/CL_FPM_OVRIDE_OIF=====CP
    & when i check in st22. I get the dump as:
    Category               ABAP Programming Error
    Runtime Errors         DATREF_NOT_ASSIGNED
    ABAP Program           /SAPSRM/CL_PDO_DYN_MDA_WF_ADJ=CP
    Application Component  SRM-EBP-PD
    Date and Time          17.12.2011 15:46:56
    and get dump at:
      1 method PARTICIPATING_IN_ACTIVE_WF.
      2   " this method returns ABAP_TRUE if the logon user has an active work item,
      3   " i.e. he participates in an active approval workflow process.
      4
      5   DATA lv_curr_workitem_id    TYPE /sapsrm/wf_workitem_id.
      6   DATA lr_process_info        TYPE ref to /SAPSRM/S_PDO_WF_PROCESS_INFO.
      7
      8   " the default:
      9   rv_participates_in_active_wf = abap_false.
    10
    11   " The scenario is not valid for application-controlled workflow:
    12   " Any agents who may edit the document (approver and requester)
    13   " enter "Edit" mode right-away. No special handling possible.
    14   lr_process_info = io_apf_md_context->get_process_info_ref( ).
    >>>   IF lr_process_info->wf_version NE /sapsrm/if_wf_process_c=>GC_APF_VERSION_0200.
    16     return.
    17   endif.
    18
    19   " check if a valid workitem exists
    20   lv_curr_workitem_id = io_apf_md_context->get_workitem_id( ).
    21   IF lv_curr_workitem_id IS INITIAL.
    22     RETURN.
    23   ENDIF.
    the only configuration I change in the system is I changed the workflow framework to process controlled workflow.
    Kindly help.
    Thanks
    Anand

    Hello Anand,
    As per standard SAP recommendations the application-controlled workflow framework is only intended to be used if you are upgrading from SAP SRM 5.0 or earlier and you need to continue using your existing work-flows.
    The default workflow framework setting is the process-controlled workflow from SRM 6.0 on-wards and the user will be provided a option to switch to the application-controlled workflow framework.  The option to switch to process-controlled workflows is available only after you have once switched to application-controlled work flows but there will be a big caution that " If you switch from the application-controlled workflow framework to the process-controlled workflow framework; once a process-controlled workflow has been run, it is not supported that you switch back to application-controlled work-flows".
    As per the details given i got a feel that we have tried executing the scenario by switching between application and process controlled workflow and hence the system have become inconsistent and its dumping.
    I suggest you to raise a OSS ticket to SAP to resolve the issue.
    Best Regards,
    Rahul

  • Approval preview process controlled workflow

    Hi,
    We are using process controlled workflow (N step) for the shopping cart workflows.
    While sending the reminder mails to the approvers, we would like to include the approval preview in the email.
    In application controlled workflows we could use FM BBP_WFL_DIN_APPR_CONTAINER_GET to get the approval preview details.
    Is there a similar function module to pick the approvers/approval status/step name etc for the process controlled workflows so that we can simulate the approval preview?
    Thanks
    BR
    Swetha

    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

  • Complexity of using N-step BADI in SRM 7using Process controlled Workflow.

    Hi,
    Just as a big thought,
    I have a Shopping Cart requirement, Here i am asked to develop a Custom workflow for SRM 7.0.
    And the client is looking for us to use Process Control Workflows i.e(BRF integrated one).
    I need to understand the complexity of using a N-step BADI.
    How would be the complexity level if I use a N step BADI( ie Multiple approval levels on Line Item Based).
    Kindly tell me the complexity of Using it and if any one has come across some requirement like this, then explain me that how did you face the situation.
    Expecting an Earliest Response.
    Thanks,
    Shanky

    Hi,
      Is your project SRM 7.0 implementation project then you have to go for Process Controlled Workflow and if your project is upgrade then you can still go with Application Controlled Workflow but down line this has to switch to Process Controlled Workflow.
    Best Regards,
    Saravanan

  • Acceptance by Requestor - Process control workflow

    Hi All,
    I have followed the below thread and configured the "Acceptance by contact person" BRF for status REJECTED. Now when my shopping cart is rejected , i still see the  shopping cart as awaiting approval.This is sometihng strange as i expected soomething like "In Your Inbox".  In the approval preview i can see it is awaiting acceptance from me. however i am confused as there is no acceptance button in the detail of the SC.
    do i need to go to edit mode? if i go to edit mode the SC workflow will start from the beginning as it behaves similarly  when we modify shopping cart awaiting approval .however acceptance would have deleted the shopping cart  item that were rejected and  workflow would have continued from that step onward.
    please do let me know what i am experiencing is standard or thereis something wrong ??
    Re: Enable work item to Requester at process End Check box
    Cheers
    iftekhar Alam
    Edited by: Iftekhar Alam on Jul 5, 2010 1:51 PM
    Also i have noticed that for completion step the rejection of SC i do not get the edit option . its only availbale for the approval type rejection step.

    Hi Siobhan,
    I am delighted to get OSS Notes from you. I have got reply in sdn faster than the oss message i raised for the same
    However small calrification required.
    1430274 Incorrect status display in POWL for par...
    This note talks about application controlled workflow , we are using process controlled workflow. do you suggest implementing this??
    1412458    Status "In your inbox" (2)...
    i am going to implement this and test ,and would update after that.
    1399239 New button "Show my Tasks" for document in a...
    i am going to hold the implementation of this note , coz there is chance we might go for support pack upgrade and that would resolve and bring in additional functionaliy.
    Cheers
    Iftekhar Alam

Maybe you are looking for

  • How do I work around FormsCentral discarding export values?

    I have successfully used a form in previous versions of Acrobat (up to 9 Pro) where calculated fields (calculations in Javascript) depend on export values from Choice fields. These have been distributed (free of charge) using Acrobat.com and response

  • Photoshop CS4 / Windows7 Print Shrinkage

    Okay, this is driving me nuts. I had created a document with Photoshop CS4 on Windows XP Professional to the following: 8-1/2" x 11" at 300dpi, cmyk. It printed fine on the network printer (xerox phaser 7760dx ps) for weeks. Two weeks ago I was upgra

  • Embed links in video

    I would like to embed links to other website locations within the video.  If this is possible, how can I do it? The scenario is that when a person is watching a particular video, links would appear on the screen that would take them to more specific

  • Can't print. Illustrator CS5 (ME) Win 7 64-bit

    Hi, I can't print from Illustrator. I create a new document, add some rectangles, go to file>print... or press ctrl-p, and nothing happens. No dialog boxes, nothing. The command is completely ignored. Using Illustrator CS 5.0.1 Middle Eastern Version

  • Default Alert Style notification settings for Apple iOS apps (Banners or Alerts)

    As I changed the  Alert Style notification settings during the time I wonder what the default notifications settings are for: - Phone - Messages - Reminders - Calendar - Photos Probably it is all Bannersis with non-Apple apps Thx for your feedback