How can we Debug the workflow?

Hi,
How can we debug the workflow?
Please help  me on debugging the workflow in step by step procedure?
Early reply is highely appriciable.
Regards,
Chow.

Hi,
If you want to set breakpoints in method which is used in workflow task then it is possible
till ECC5 am afraid about ECC6
you can see the graphical view of workflow through transactions said by Kalpesh
you can also use swwl (delete workflow) for viewing the container elements of the workflow.
SWI2_ADM1:Workitem without agents
SWI2_DIAG:Workflow with error
these transactions are also helpful
Thanks & Regards
Hari Sankar M

Similar Messages

  • How can we debug the screen pop up?

    How can we debug the screen pop up?

    Hi,
    if you know where the popup is raised it is easy of course as you just have to uses F6 to keep the debug mode running.
    But there is a way to get the popup into debug mode similar to typing /h into the ok code field of a sandard dynpro. Therefore you have to do the following steps:
    1) click the "Create a Shortcut" button in the gui to get a shortcut on your desktop (the button next to new session)
    2) in the oped screen for shortcut setting choose:
         type -> system command
         command -> /h
         depending on gui release you have to enter a system ID -> use the one of your system and parameters -> just type abc
    3) press finish to create the shortcut
    If you have done this you can drag and drop the shortcut from the desktop to a sap session or popup to switch on the debug mode. One shortcut works for all systems you have, the system id in it does not matter.
    Oh, while I often have the case that I forget to resize the window before the popup appears so i cannot access the shortcut directly on the desktop, just remeber that you can always open a small file explorer window go to the desktop folder and drag it from there ;o)
    Best Regards
    Roman

  • How can I control the workflow in the award the Rfx response

    HI,Experts :
       I work in SRM 7.0 ,RFx scenario .
      In  my case ,the supplier submit his RFX response according the RFX ,and the purchaser awards this response .
    There are  3 steps workflow for one type RFX response,and 4 steps workflow for another RFX Response .So ,I know I just can use the standard transaction type for the RFX Response .SO ,How can I  control the workflow in this case .
      Bestregards
      Alex

    Hi,
      If i understand your question correcly,   you have to determine the  process schema definition dynamically based on the transaction type.. then you can configure the process level ( 3 or 4 ) based the process schema definition..
    Saravanan

  • Can we debug the Workflow ?

    Hi All,
    I have created a method in the BO, it is working fine when i tested that BO. then i call that method in an activity step with required parameters, but that didnot work.
    Then i tested that Task that i used in that Activity step using SWUD transaction, that task is also working fine. It is giving the desired output. Then i checked the binding of the workflow, it seems to be fine, but still i created it again, but still when i am executing workflow, values are not coming into Workflow container.
    Is there any way to debug the workflow ?
    how can i know that where is the issue ?
    Regards,
    Raman.

    Check the binding between event and workflow container...
    Regarding the debugging..please search the forum...
    Already discussed in lot of threads..
    Edited by: Swaminathan PJ on Jan 21, 2010 4:09 PM

  • How can i trigger the workflow from REPORT

    hi,
      my requirement is, whenever Z... Report Is generated there is Icon called print. the write the code for printing icon. if printing Icon fails the workflow will be trigger.
    how can i trigger this from report. and i send attachent of report with mail to next person to sap inbox.
    pls let me know.
    pls give any documentation if you have.
    thanks & Regards
    Sankar.

    Hi,
    Workflow container
      swc_container        lt_container.
      swc_create_container lt_container.
      swc_set_table lt_container '<cont_name>' lit_int_tab.
    CALL FUNCTION 'SWE_EVENT_CREATE'
        EXPORTING
          objtype           = lc_objtyp
          objkey            = lv_objkey
          event             = lc_event_name
        IMPORTING
          event_id          = lv_eventid
        TABLES
          event_container   = lt_container
        EXCEPTIONS
          objtype_not_found = 1
          OTHERS            = 2.
      IF sy-subrc <> 0.
        yv_err_flg = gc_true.
        EXIT.
      ENDIF.
    Rgds,
    Prakash

  • How can we debug the deleted object?

    If one of the object is deleted from the universe and which is in the existing universe, The report will not work. if we refresh the data in the report we will get an error like "Some objects are no longer available in the universe". Is there any way to debug the deleted object?
    please help me......

    HI,
    If you want to see which object is deleted then follow below steps.
    1) Open the Webi report
    2) click on -> Tools & Change source.
    3) Chose the existing data source and click -> next
    4)  in the next window you can find which object is missing or deleted from the universe and you can remap the objects.
    regards,
    Amit

  • How can I debug the Call Library Function at run-time

    I've written a VI using the CLF to call a DLL which was compiled off-site by another engineer using MSVC. Even though the VI runs without flagging any errors, the VI is not doing what I expect. Is there any way of finding out if the DLL is been called correctly? The first function that is called doesn't return any value, but I think that it should. Does this mean that the DLL is not being called correctly? Note also that the DLL works fine with a JAVA GUI.

    Make sure that you are specifying the proper function prototype in the call library function. If you are slightly off the call will not work properly. Ask the offsite engineer to provide you with this data. Another tip is to build the dll with the option to show front panel when called. You can actually popup the dll like you would a subvi. If you design it with test indicators showing on the front panel that is a great way to determine if it is working. Hope this helps.
    BJD1613
    Lead Test Tools Development Engineer
    Philips Respironics
    Certified LV Architect / Instructor

  • I have added a ADD-ONE like smart digg I want to debug this ADD-ONE. So plz help me how can i debug this.

    I wants to debug and ADD-ONE plz help me how can i debug the ADD-ONE.

    That's correct - you can't add it to another controller.
    From the View Controller Catalog for iOS:
    A split view controller must always be the root of any interface you create. In other words, you must always install the view from aUISplitViewController object as the root view of your application’s window. The panes of your split view interface may then contain navigation controllers, tab bar controllers, or any other type of view controller you need to implement your interface. Split view controllers cannot be presented modally.
    -=-
    Ken

  • How to debug the workflow

    dear friends,
      please tell me how to debug the workflow, if you have time then you just see the workflow WS99900212 . in this i have done Leave Approver Notification . but i want to debug on that how to flow step by step .
    please you tell me on same workflow , where i am going to take breakpoint.
    Thanks in Advance for help.
    Cheers.
    Puneet.

    You can try first of all to enable more logging. (I assume you are running release ERP 2005 since you are not saying what your release is.)
    In the workflow builder, select menu item "Goto", "Basic data"
    Select the "Version-dependent (current workflow version)" tab
    Select the "Control" tab within the version-dependent subscreen
    Select the "Performance optimization" tab within the control subscreen
    Change the "Settings" drop-down value to "No restrictions on logging".
    That will give you much more information in the workflow log. The description of this choice says "All the messages are logged. All runtime operations can be traced." As also noted: don't keep this setting in a production system.

  • How can we debug an SRM workflow problem?

    Q: How can we debug an SRM workflow problem?

    Hi,
    In SRM system using transaction SWI6 you can troubleshoot the workflow process.
    if you are using N step badi in the workflow process, we can debug the badi BBP_WFL_APPROV_BADI
    method GET_REMAING_APPROVERS
    if required please take a help of Abap consultant to debug...
    Thanks & Regards,
    prasad.s

  • How can we process the CRM Order again for second time in debugging mode

    Hi,
    Can anybody please tell me how can we process the CRM ORDER for second time.  that I want to process in debugging mode.
    Thanks,
    bsv

    Hi bsv,
    Are you trying to reprocess a BDOC for debugging purpose?
    If the BDOC is not with a final status, you will be able to reprocess it using the reprocess button in the smw01 search result list.
    And you may put /h on the popup when you click on the 'reprocess' button.
    If it is allowed to make some changes in the CRM ORDER for testin purpose, it would be easier to perform debugging.
    A more 'careless' way is to deactivate the outbound or inbound queue in transaction smqs or smqr, then in smq1 or smq2 to locate the interested queue, and click on button 'debug LUW'.
    Hongyan

  • How can I utilize the feature "Project Proposal Workflow"?

    Hello,
    I am looking for any reference shows how can I utilize the feature "Project Proposal Workflow" in creating a Demand Managment process in Project Server 2013.
    Thanks

    Hi New_page,
    Basically this feature allows you doing what is called "ideation" in Project Server. From a SharePoint list (either in a dedicated site or directly in PWA), you can create ideas of projects and then initiate a project in Project Server from
    this list, mapping the list's columns with enterprise project custom fields and choosing an enterprise project type.
    See some references below:
    https://azlav.wordpress.com/2013/12/09/bulk-importing-projects-into-2013/
    http://www.alexandervanwynsberghe.be/basic-ideation-with-sharepoint-and-project-online/
    http://blogs.office.com/2012/11/05/demand-management-and-ideation-in-microsoft-project-online/
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • How can we make the selected Debug User Agent Netscape 7.0 stick?

    To get into http://gap.com I have to go to the Debug menu, choose User Agent and choose Netscape 7.0.
    It works Ok.
    Then I quit Safari. Get back into Safari. User Agent is back to Automatically Chosen, and gap.com to not working.
    How can we make the selected User Agent stick?
    Thanks,
    Roberto

    Unfortunately, I don't think there is an automated way of going about this. To begin with, the 'Debug' menu was never meant to be user accessible in the most common context.
    However, that said, you could lessen the pain by assigning a keyboard shortcut to the 'Netscape 7.0' menu-item in the 'Keyboard & Mouse' preference pane (under the 'Keyboard Shortcuts' tab). Hope that helps, somewhat.
    Yang

  • How can I debug if I don't have the FlexBuilder?

    If my swf file have problems in my client's computer, how can
    I debug?
    As the action script do not allow me to write file and the
    message box cannot reflect the current status of my program.

    You can't. You'll have to connect to your PC.
     Cheers, Tom

  • How can I tell the VMware GdbServer stub to set a processor core during kernel debugging session?

    I'm using the VMware DbgServer stub for kernel mode debugging a Windows X86 VM and I want to set a different thread (or processor) in order to get/set the processor context, but the DbgServer replies that the target only has one thread running.
    (gdb) info threads
    Sending packet:
    $T1#85...Ack
    Packet received: OK
    Sending packet: $qfThreadInfo#bb...Ack
    Packet received: m1
    Sending packet: $qsThreadInfo#c8...Ack
    Packet received: l
    Thread 1 ( Name: VCPU 0 ) 0x81626a08 in ?? ()
    Questions:
    1.  How can I tell the VMware DbgServer stub to set a processor core or even another thread during kernel debugging session?
    2.  How can I set/get context or stepping from a different thread or processor core?
    Any help will be highly appreciated.
    Thanks,
    Alex.

    Nick-
    In my experience, the only tell is in the result with Lightroom unless your processor is dog slow. You can select PS as the active app. on my Mac and see it working.
    You could also modify the action to not save and close, and then check History in PS.

Maybe you are looking for

  • Recovering from an export

    Hello . . . let me start by saying that I had nothing to do with getting into this situation--I'm just trying to clean up after it. Let's say that all you have of your 9024 database is a full export. Not a full backup, just a sys level export. Don't

  • Having problem installing Win7 using Bootcamp on Mac Mini 2011

    I'm trying to install Win7 using bootcamp on my new Mac Mini 2011. I first partitionned the disc using Bootcamp assistant. Then during Win7 installation I select Partition 4 BOOTCAMP, format it to NTFS, then when I try to select the drive, it says th

  • Knowledge Base user tracking & KB solution expiration

    We are using eBus 11.5.10.2 on RHEL4 Our customer has the desire to track a logged in users actions for the number of searches they perform. They would also like to track the "most clicked on" solutions. They also want to set "expiration dates" on so

  • Kanban problem in Production

    Hi, I am facing the problem in Kanban procurement. We have created the production order but Kanban indicator is not active. While I have maintain the Kanban control cycle for components. And status set the blank. Please help for resolving the problem

  • How to convert CARGO - IMP FWB, FHL and FFM message in xml with BizTalk

    Dear Friend's I need convert CIMP message to xml using biztalk, Can you help me? Thanks