Need to query workflow for Shopping Carts for a report

Hello,
I am not familar enough with SAP's workflow to know if there are tables or function modules that I can use.  I am requested to develop a report to allow selection of a user's id and find all shopping carts where that person is in the workflow.  Can this be done without re-inventing the world?
Thank you in advance and points will be assigned accordingly.
Regards, Dean.

Hi
<u>Which SRM version are you using ? What's the detailed business requirement ?</u>
Please refer to existing transactions on SRM workflow
like starting with SWW*
SWWL
SWWI
Also check the standard tables used in these transactions like , SWWIHEAD (for all workflow inbox items of any user)...
Do let me know.
Regards
- Atul

Similar Messages

  • How to create new starting conditions for a workflow of shopping cart

    Hi all,
    How to create new starting conditions for a workflow of shopping cart
    SATYA

    Excecute SWB_COND
    Creating New:
    Click on Create button. If you cannot see that it could be a authorization issue
    then Business Object:  BUS2121
    Double Click the event linkage for one step workflow
    Define the expressions, Check Consistency and click on Traansfer
    Start Condition is created. If it is not Active click on the Red Button to make it Active
    Editing Already existing:
    Click on Edit Button If you cannot see that it could be a authorization issue
    then select Business Object:  BUS2121
    Click on the condition part (White area) of the start condtion needing editing
    Change the expressions, Check Consistency) and click on Traansfer.If it is not Active click on the Red Button to make it Active

  • N-step approval workflow for Shopping Cart-WS14000133

    Hi Experts,
    We have 5-6 levels of approvals for Shoppoing carts.All the SC needs to be approved by 5-6 managers based on their approval limits.All the approval limits are assigned at the Role level .(We have created Z roles)
    Please let me know how and where to define the roles in BADI to activate the N-step approval workflow for Shopping Cart-WS14000133
    Thanks,
    Venky

    To add to Masa's reply.
    This Badi is well documented by the online help and it even comes with example implementations AND it is mentioned in full detail at help.sap.com
    Kind regards, Rob Dielemans

  • Workflow retrigger for shopping cart

    Hi All,
    What is the procedure to retrigger workflow manually for shopping cart?and what the precautuions to be taken when retriggering workflow for SC.
    Thank you
    Regards,
    Yshu

    Hi,
    What is your business scenario, you can trigger the workflow again when you change the shopping cart once it is created.
    This can be:
    1) When users create a shop, hold and then on a later date they want to change the shop and complete the action.
    2) When the shopping cart is created always the employees need to have the change functionality till the approval takes place for that particular shopping cart.
    This can be achieved by using the different parameters in the BBP_WFL_SECURITY in the Personalization tab in the SU01 , Personalization Object Key and the authorization level 0,1,2,3,4
    Best regards,
    Sridhar

  • One Step Workflow Activation for Shopping cart in SRM 7.0

    Dear Experts,
    On working to EXtended Classic Scenario, I need to configure one step approval for shopping cart in SRM 7.0.
    Currently it is providing me Auto Approval  by default and based on it PO is being created. I need one-level manager approval  shopping cart.
    I am working in Demo System of Extended Classic Scenario, I need only one step approval SC without any condition.
    Kindly tell me the configuration steps in SRM and please tell me one more thing is there  any need of  BADI or other coding for one-step approval?
    Thanks in Advance,
    Regards
    Pawan Keshwani
    Edited by: pawankeshwani on May 25, 2011 6:22 PM

    Hi Ashutosh,
    Thanks for quick reply.
    As per your comment when i am tring to activate /SAPSRM/C_SC_600_001_SP04  by t-code SCPR20, But It shows me a information pop up Maintain the client role and then Activation is Cancelled.
    Kindly tell me what i am missing or any other prerequisite step to do for this BC Set Activation.
    Thanks
    Pawan Keshwani

  • Workflow for shopping cart

    Hi experts
    I am in SRM 7.0 and triing to use Process controled workflow, I have done some configurations for shopping cart aproval but no workflow is started and in shopping cart appear as in aproval.
    What cold be missing?
    Thanks
    Nilson

    Hi Guys
    Urgent
    In Sourcing cockpit field having morethan 1000 line item Shopping cart.  Could anyone help me to get the sourcing cockpit shopping cart entire report in a single report.
    We use to download the report morethan on hour on a daily basis.If anyone help me out for this really appriciated.

  • Problems with Auto approval workflow (WS 10000060) for shopping carts

    Hi SAP Network community,
    I have got a problem with the auto approval workflow for shopping carts.
    Basically the workflow approves the shopping cart once it was created.
    But then the related Purchase Order remains in Status held. If the PO gets ordered manually then it is not transferred to the R/3 backend system.
    For testing purposes also the one step approval workflow was activated. If the shopping cart gets approved by clicking into the detail approval screen (not by approving through the green tick box in the shopping cart overview) then the PO gets ordered and transferred to the backend system as normal.
    But if the shopping cart gets approved by using the green tick box in the shopping cart overview then the same problem occurs as described for the auto approval workflow.
    The system version is SRM 4.00
    Did anybody have the same or similar problems with the auto approval workflow and what could be the reason for this problems.
    Thanks in advance,
    Robert

    Hi
    Which SRM Workflow Scenario are you using (IS it Item level workflow or Shopping cart level Workflow) ?
    Are you using customized SRM Business workflow or Standard SRM Workflow ?
    <u>Please go through these links as well.</u>
    http://help.sap.com/saphelp_srm50/helpdata/en/2c/e68d406b305537e10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/eb/289f4099852e54e10000000a1550b0/frameset.htm
    Incase you are using Standard SRM Workflow, please raise an Customer OSS message with SAP at the earliest.
    Regards
    - Atul

  • Deadline monitoring for Shopping Cart

    Hi Experts,
    I am working on SRM 7.0 process controlled workflows.
    Activated the deadline monitoring for shopping cart but I am getting the below error:
    Work item 000000073752: Object /SAPSRM/CL_WF_EVENT_ADAPTER method TRIGGER_EVENT cannot be execute
    Please help to solve this.
    Thanks,
    Sangeeta

    Hello,
    To find the cause you will need to debug:
    For testing you can call  the method
    /SAPSRM/CL_WF_EVENT_ADAPTER -> TRIGGER_EVENT
    Take the following parameters from the document wfl log:
    IV_DOCUMENT_GUID IV_DOCUMENT_GUID
    IV_DOCUMENT_TYPE IV_DOCUMENT_TYPE
    IV_EVENT IV_EVENT
    IV_EVENT_SUB_CATEGORY
    IV_WORKITEM_ID
    IV_DOCUMENT_ID
    Before to start debugging, set a beark point in CL_BBP_MESSAGE_CREATE -> execute
    Here you can find why the alert method is not been able to be executed.
    Probably you are passing some wrong parameter.. Do you use Badis BBP_OUTPUT_CHANGE_SF or BBP_ALERT.. try to deactivate these Badis and retest.
    Thanks,
    Melina

  • Process Controlled WF for Shopping Cart

    Hi,
    We have implemented process controlled workflow for shopping cart approval.
    1. Created a bespoke schema for the approval process
    2. Defined 5 process levels in the schema
    3. changed the BRF event at the schema evaluation level. It now
    contains a constant with the name of new schema create in step 1.
    4. Decision set used is item based approval for partial documents (Type 4)
    4. The first process level is get the technical approval from bespoke
    table based on material group. For that we have first created a
    Responsibility Resolver Name - ZTECHNICAL_APPROVER.
    We have implemented the BADI - /SAPSRM/BD_WF_RESP_RESOLVER. Assigned
    the filter as BUS2121 and ZTECHNICAL_APPROVER.
    5. Now we have placed the external debugger in BADi. when we create
    the shopping cart the flow doesn't stop at the break point. The item
    reaches to the last step of Automatic approval (Rejected).
    6. We think that schema is getting evaluated, however the process
    level is not getting called.
    7. Before we created schema, all the carts wer getting "Approved" by
    automatic step. In our schema the automatic step is "Rejected", hence
    the carts are getting rejected.
    Could you please let me know what could be reason for BADI
    implementation not being called or is there any config step which we
    are missing?

    Hi,
      I think your process level evaluation id is not true, that is the reason system skips the process level.. Can you check your evaluation event-expression code. What do you see in SLG1?  For testing purpose change the evaluation id to 0EV000 and check. Make Sure you debug through the user(requester) that you are creating the SC. Please test and let me know...
    Saravanan

  • Keep track of the shopping cart for anonymous user

    Hi,
    I have the following problem on b2c site. Anonymous user can browse through the site and adds items to the shopping cart. At the checkout the login page is prompted, however login page is located on the different application server where the actual login happening. After that control is returned to my server where I need to create login object and associate the shopping cart with it. My problem is how to maintain shopping cart without losing it.
    I came with that solution : On checkout attach shopping cart to context object with unique key, then pass this unique key to the remote server, then remote server passes it back to me together with the login id, then I create new session and attach shopping cart to it after retrieving shopping cart from the context.
    I hope it will work, however I think there is a standard solution for this type of the problems. Any ideas, hints, suggestions are strongly appreciated.
    We use WebLogic 9.0 and Servlets.

    Do you have a problem keeping track of the shopping cart for a user who is logged in? No, I didn't think so. So give the anonymous user an internal name, just for your own convenience. Then keep track of the shopping cart for the user with that name. You already know how to do that.

  • N-step WF for shopping carts

    Is there a N-step WF for shopping carts which can be used in SRM 5.0 ?
    The WF is driven by product category and not spending limits.
    Or do we have to develop a custom WF ?
    Thanks
    -Bakulesh

    Separate Determination Method for List of Approvers via BAdI BBP_WFL_APPROV_BADI in WS14000133:
    In WS14000109 the approvers are determined dependent on the total value of the SC and on the approval limits of the managers.
    However, if you use WS14000133 as an alternative, you can determine the list of approvers flexibly according to your particular requirements.
    You do this using the method GET_REMAING_APPROVERS of BAdI BBP_WFL_APPROV_BADI, with which you can integrate a logic for determining the approvers for each approval step (this can be more than one) and the number of steps in the entire approval process.
    For more details, see the IMG:
    Supplier Relationship Management  ®  SRM Server  ®  Business Add-Ins for Enterprise Buyer (BAdIs)  ®  SAP Business Workflow  ®  Determination of Approvers for n-Step Dynamic Approval Workflow.
    Go through the documentation of the BADI BBP_WFL_APPROV_BADI. It will give you a fair idea on how to about the logic you want.
    Hope this helps!!
    Krishna

  • Alert for shopping cart held status.

    Hi ,
    I have a requirment  where i need to get  all the shopping carts
    from last 1hr from the system time from the database table which are under held status and if they are more than 5 shopping carts in held status  then it should send a alert mail.
    Is there any standard program? If any body worked on this requirement please guide me.
    Thanks in Advance,
    Savitha.

    Hi. I don't think there is anything standard like this. You will have to write a program that selects in carts created in the last hour (Table CRMD_ORDERADM_H will show you this).
    Then either call function BBP_PD_SC_GETDETAIL structure E_STATUS or check table CRM_JEST for status I1009 with inactive = space. That status means the cart is on hold.
    Regards,
    Dave.

  • Commitment update for shopping cart

    Hi,
    SAP SRM only does budget check for shopping carts, but it doesn't post to funds management after the shopping cart's creation and approval. Our client requirement is to update commitment in funds management just after the approval of the shopping cart, just like purchase requisitions of MM does. Does anybody have passed through this problem? How can I solve it?
    Thanks in advance,
    Cristiano Soares

    Hi,
    I have the same issue in our project here. The client require us to create commitment once the SC is created. I have read your posts, this is what I understand from the posts:
    a. During SC creation, using BAdi we can trigger META_ACC_PURCHASE_ORDER_POST to send idoc to create commitment in R/3 (somehow we need to mark the commitment in R/3 that it is coming from a particular Shopping Cart),
    b. When PO is created, there will be a link between SC and PO. Using this link, when BBP_PD_COMMITMENT_POST is being called, in addition of creating commitment related to the PO, it should be able to delete the commitment related to the SC (which is being converted into PO).
    Is this correct? However I got some quetions:
    a. This META_ACC_PURCHASE_ORDER_POST, is this ONLY creating commitment? Wouldn't it create PO as well in the backend?
    b. The SC is active in item level. If there are some items being added into the PO, how can it relate to the commitment in the item level for SC?
    Please enlight me.
    Thanks.
    Best regards,
    Yosea

  • SRM 7.0 Modify POWL for shopping cart - Additional Field PR

    Hello,
    in standard POWL for Shopping Cart it is possible to filter Carts with "Order No. from ERP".
    Now we need also to add a new search field for "Purchase Requisition", that the user has both possibilites to filter for backend follow-up documents.
    How could this been done?
    Do we need to copy and change the feeder class for this or can is be done via Customizing?
    I think the problem is, that in table BBP_PDBEI there is only one column for backend-document number (BE_OBJECT_ID) and next to is there is a column that defines the BUS Type, e.g. order or PR.
    Do we need to adjust the feeder class to look in this table for the BE_OBJECT_ID with "BUS2105"?
    Thanks for your help!
    Regards Trevor

    Hi Trevor.
    If you wish to extend the POWL you could use the information in the note 1456308 to perform this extension and what additional extensions need to be added.
    Regards,
    Jason

  • How to use customer extension table for schedule line for shopping cart ?

    Dear Experts,
    One of our client wants to have schedule lines in shopping cart item. I am thinking of using customer extension table at item level for shopping cart. Could you please help me on  how I should proceed with the appending the structures so that the end user can fill the shopping cart schedule line details?
    Which fields should I consider in such cases?
    Thanks and regards,
    Ranjan

    Hi.
    I guess you use SRM 7.0. Please go to IMG.
    SRM -> SRM Server -> Cross-Application Basic Settings -> Extensions and Field Control (Personalization) -> Create Table Extensions and Supply with Data
    Regards,
    Masa

Maybe you are looking for

  • Group SQL data in XML Format

    Hi All, I have t-sql result set (Shown in image). I want to convert it into xml data format (like the code under Edit this code section). There can be any number of clients and any number of projects. Can some one please help me out on this.

  • 9.0.3.4 who need it ?

    In December the 9.0.4 release was out, now there's a new 9.0.3.4 release. Why ? If some errors where in 9.0.4 I think we should expect a 9.0.4.1 (or something else) but not a 9.0.3.4, what does it mean ? Oracle people told us BC4J of 9.0.4 and 9.0.3.

  • Emoticon sign in chat window, what is yours?

    I noticed that "emoticon" button in the chat window may be different, I saw it both with "smiling mouth" and with "upside down" mouth. I noticed that in different Skype clients on different machines and also on images published elsewhere like in revi

  • Stutter...issues with audio/video...and this is a common glitch?

    Okay...sorry to start another thread, but I don't want what I'm coming to understand to get buried in another thread, as I'm getting at the gist of this now I think. My experience of my 55 minute movie getting dogged down, out of sync, video freezing

  • Unknown Error (-1) at "restoring firmware" with iOS5 -  Cannot restore iPhone 4 - please help!

    Help! My iPhone 4 told me that it couldn't receive calls and that I needed to Restore. I tried to restore through iTunes, but when it started to "restore firmware" I got an Unknown Error (-1) and now my phone is in a perpetual state of needing restor