Report for workflow log....

Hi Experts,
I have to create a ABAP report for workflow log. which will take workflow number and object key and date range as inputs and gives all the dialog steps , Actual agent , execution date etc.....
Please help me in doing it......
Regards,
Devananda A J

Hi Dev,
Check these tables -> SWWWIHEAD, SWW_WI2OBJ & SWWLOGHIST.
You will get all the relevant data from these tables.
Thanks,
Debi

Similar Messages

  • Report for time log on detail for each employees in SAP ABAP-HR report

    hi experts,
          please help me .how to create a report for time log on detail for each employees in SAP ABAP-HR report.please help me.
                                                      thank you

    Hi,
    For Time Management Infotypes , If you want to read the data using macro you need to use the Macro called RP_READ_ALL_TIME_ITY
    Example:
    DATA: BEGDA LIKE P2001-BEGDA, ENDDA LIKE P2001-ENDDA.
       INFOTYPES:  0000, 0001, 0002, ...
                         2001 MODE N, 2002 MODE N, ...
         GET PERNR.
       BEGDA = '19900101'. ENDDA = '19900131'.
       RP_READ_ALL_TIME_ITY BEGDA ENDDA.
       IF PNP-SW-AUTH-SKIPPED-RECORD NE '0'.
          WRITE: / 'Authorization for time data missing'.
          WRITE: / 'for personnel number', PERNR-PERNR. REJECT.
       ENDIF.

  • Web report for Sentinel Log Manager (or possilby RD)

    Hi all,
    My customer wants to replace Webtrend. So customers are given me a set
    of
    apache log files. They said based on those logs Webtrend could already
    build
    some useful web based report for their business units. From what I have
    known,
    what makes them useful are:
    1) Those IP addresses could be resolved to domain, identifying the
    source of
    the browsers
    2) URL are analyzed such that they could give a 'hit rate' based web
    report for
    trend analysis.
    3) What browsers are used to view their web sites so they know the
    compatibility
    issues.
    If I customize our report now, would it be possible to generate similar
    reports for the above items?
    1) I wonder if it is possible during the report generate, would some
    other add-on java plug-in could work for the DNS resolution before data
    generation?
    2) Any one know the logic of the webtrend about how it correlates
    various URL visited in the apache logs are considered different 'hit'?
    3) I believe we could base on filter to identify different version of
    the browsers used?
    I don't have a webtrend so I could not compare and look at how they
    generate reports from the apache log I have. Please let me know if
    anyone has any idea about it.
    Thanks,
    Geoffrey
    geocheng
    geocheng's Profile: http://forums.novell.com/member.php?userid=90913
    View this thread: http://forums.novell.com/showthread.php?t=425354

    Hi geocheng,
    For (1): this feature already exists, although it's in a somewhat
    experimental state. You need to install the Generic Hostname Resolution
    Service Collector, and then enable hostname resolution for each
    Collector (in this case, the Apache Collector).
    For (2): I'm not sure what a "hit rate" is, but the Apache Collector
    should give you a list of URLs that were visited and you should be able
    to calculate counts per URL (split across the TargetDataName and
    TargetDataContainer, note) using a SQL query or whatever.
    For (3): I don't actually know what, if anything, the Apache Collector
    does with the browser details; it may put that into the
    ExtendedInformation field. You may wish to customize the Collector
    slightly (this should be pretty easy to do) to copy that specific data
    into a separate CV field; if you do that, then calculating the relative
    frequency of hits from different browser types will again be a simple
    COUNT style SQL query.
    This is an interesting use case - we haven't really built much content
    around the Apache Collector but as you are indicating, there might be
    some simple things we can do that would be pretty useful. I'll take it
    up as a potential project...
    DCorlette
    DCorlette's Profile: http://forums.novell.com/member.php?userid=4437
    View this thread: http://forums.novell.com/showthread.php?t=425354

  • Custom report for Workflow approval status

    Hi Friends,
    For one of my custom workflow the client needs a custom report to know the approval status. This custom workflow will be a multilevel approval and they want to know the status based on the object key(document number) like who has approved it at what time, who else has to approve etc which standard workflow tables can be used for this? Please advice.

    >
    sapient wrote:
    > Solved as per Arghdip,Martin and Mike's Suggestions.
    Thanks for the update, but how is this possible if two of them are completely different solutions? 
    This is a tecnical forum, accuracy is key. The word "and" doesn't really work in the above statement.

  • Report for Session Log

    Dear All,
    I am trying to develop a report to read the log of a bdc session.
    I have a BDC session named Test1 created on 26.09.2008.
    Once  the session is finished i need to get the log using a report.
    Can any one please suggest if something could be done in his regard
    Thanks and best regards
    Sivaprasad

    Hi,
    The issue does not pertain to SAP Business One. Please check the following threads if of help in your case :
    regarding BDC Session
    want to access the BDC Session log
    You can get the solution for your issue by posting  a thread in the following forum :
    ABAP Connectivity
    Please close the thread here.
    Regards,
    Jitin

  • Web Analysis: Report for Users Logged in

    Hello All,
    I want to create a report in Webanalysi,s which shows the the number and name of users those are logged in. I am using shared services and source is essbase.
    Please suggest me the solution.
    Thanks in advance.
    Raj

    Even i am facing similar kind of problem. Some of my users are displayed as DomainName\ID while some are displayed as Lastname, Firstname. I think we need to know the location where these reports are stored.

  • Report for workflow

    Do we have any kind of report that we can run everyday which shows us how many purchase requisitions were created and approved successfully that day . And also how many errored out and what the error was.
    Thankyou

    you can go to ME5a. go to dynamic selection> give requisition date as todays date and execute. it will give all PR created on that day.
    and the relaese status. change the layout accordingly.  you can give multiple values also for the PR creation date.
    second part is not clear " how many errored out and what is the error.  if any error occurs during PR creation , the PR requisition will not get saved.

  • I need the Log Report for the Data which i am uploading from SAP R/3.

    Hi All,
    I am BI 7.0 Platform with Support Patch 20.
    I need the Log Report for the Data which i am uploading from SAP R/3.
    I extract the DATA from R/3 into BI 7.0 DSO where I am mapping the GL Accounts with the FS Item.   In the Transformation i have return a routine on the FS Item InfObject . I am checking the Gl code into Z table for the FS Item .
    I capture the FS item from the Z table then update this FS item to Infobject FS item.
    Now i  need to stop the Data upload if i do not find the GL code in the Z table, and generate report for all GL code for which the FS item is not maintained in the Z table.
    Please suggest.
    Regards
    nilesh

    Hi.
    Add a field that you will use to identify if the GL account of the record was found in the Z table or not. Fx, create ZFOUND with length 1 and no text.
    In your routine, when you do the lookup, populate ZFOUND with X when you found a match (sy-subrc = 0) and leave it blank if you don't find a match. Now create a report filtering on ZFOUND = <blank> and output the GL accounts. Those will be the ones not existing in the Z table, but coming in from your transactions.
    Regards
    Jacob

  • Dashboard based on Crystal Report's Latest instances for the logged in user

    Hi,
    I am trying design a dashboard based on LiveOffice-crystal report's latest instance for the logged in user. Also there is row level security in the universe on which the crystal reports is created.
    In the live office connection i have selected 'latest instance by current user' in the refresh option and published the dashboard to InfoView.
    when i open the dashboard in InfoView , i find the row level restrictions being applied for different users. But the data retrived is always on-demand data and not based on the latest instance of the logged in users.
    Can anyone throw some light on this issue.
    Thanks

    Hi,
    I am trying design a dashboard based on LiveOffice-crystal report's latest instance for the logged in user. Also there is row level security in the universe on which the crystal reports is created.
    In the live office connection i have selected 'latest instance by current user' in the refresh option and published the dashboard to InfoView.
    when i open the dashboard in InfoView , i find the row level restrictions being applied for different users. But the data retrived is always on-demand data and not based on the latest instance of the logged in users.
    Can anyone throw some light on this issue.
    Thanks

  • View workflow logs in services for object tab in transaction

    HI All ,
    Is there any settings that need to be done to see the workflow associated witha particular Tcode in Services for Objects  tab.
    Actually i  want to see the custom workflow logs other than using tcode swi1  .
    Regards ,
    Sijin K P
    Moderator message: not directly related to ABAP development, please see the Workflow forum.
    Edited by: Thomas Zloch on Jan 17, 2012

    Hi,
    You have to implement GOS (Generic Object service).
    Plenty of material available for it, you can reffer to meet your requirment.
    Regards,
    Manish

  • Pulling Multiple Approver Names from Workflow Logs for One Work Item

    I have a workflow design which requires multiple approvals per single work item.  I happen to have another functional design that is also pulling data from those same workflow logs.  Assuming I have multiple approvals at various levels for a single work item which table do I need to reference along with which fields to reference the different approvers per level of approval?

    Hello,
    The same tables. The principle is the same, just more agents.
    regards
    Rick Bakker
    Hanabi Technology

  • Report for logged changes in infotype data

    Hi
    Can anybdy suggest me the steps for configuring  logged changes in inotype data.
    My client wants a report to view the changes in any infotype record, specially in 0008 and absences.
    Reagrds
    Waseem

    Hi
    I already config these table but it is not refelecting
    In table V_T585A
    maintain Transaction Class is A and maintained IT
    in table V_T585B
    Maintained field group 01
                     Field Name is * (for all)
    In tabel V_T585C
    Maintained Doc Field Gr. 01
                     Doc Type is S
                     SupFldGr. is blank
    After this run report RPUAUD00
    and TC S_AHR_61016360
    But nothing to display.
    Please Help me.
    Regards
    Waseem

  • SAP workflow logs for work item forwarding.

    Hi All,
    I just forwarded the workitem today to around 25 users. But I dont know where does this reflect in the logs. My workflow is waiting for approval in managers inbox.
    And the workflow logs says ready state. And no where that I can see the list of 30 users that I have forwarded it to !
    Thanks,
    AC.

    Hi,
    I just forwarded the workitem today to around 25 users. But I dont know where does this reflect in the logs. My workflow is waiting for approval in managers inbox.
    You can only forward the dialog workitem. Now go to workflow log. Clicks on agent button you will find the current agent to whom the workitme is belongs. After forwarding refresh your managers SBWP, workitem will not be there.
    Thanks and regards,
    SNJY

  • Enable service of objects -workflow overview-workflow log for IDOCS?

    Hi everyone,
    I need to enable service of objects -workflow overview-workflow log for IDOCS. Using object key i know how to go to log.Users need that functionality to be enabled for Idocs.For po and pr I can see so its not parameter settings.I feel its configuration somewhere I dont know where?
    Can someone help?
    Thanks in advance..

    Hi VJ,
       I'm facing the same issue, the workflow overview is not displaying the log from ME52N. But i have delegate my business object. Is there anything need to be done further.
    Thanks & Regards,
    Tina

  • Cannot view workflow log via Services for Object Workflow Overview

    We recently had an upgrade of R3/ECC and discovered a new issue.  For some reason we can no longer view workflow log via Services for Object > Workflow Overview for Material Master (transaction MM03).  We get the message "There are no workflows that have already worked with this object".  However, we have confirmed via SWEL and other t-codes that the workflow and log do exist.  This seems to be the only object we have this issue for after the upgrade.
    Anyone know what issue is and how to fix?   Or at least path to config in SPRO for "generic object services" where we can see if anything changed via upgrade for this object?
    Thanks,
    Matt
    Edited by: Matthew Huth on Apr 22, 2008 9:23 PM

    Found the solution.  See OSS note 553246.  This has been tested and works for us.   -Matt
    Note 553246
    Summary
    Symptom
    In the material master, the system no longer displays the attachments for the material or workflow items in the Generic Object Services.
    Other terms
    MM01, MM02, MM03
    Reason and Prerequisites
    As of Release 4.6B, business object BUS1001006 is valid for the material master. Until you have implemented Note 452424, the Generic Object Services is still published for the old BUS1001 business object. After implementing the note, all attachments, relationships, notes and workflow items that are assigned to business object BUS1001 are no longer displayed.
    Instead, all new attachments are assigned to business object BUS1001006. As a result, attachments cannot exist for both systems.
    For workflow items, the assignment to the business object occurs in the respective tasks. It may be very time consuming to convert the business object, depending on whether an individual subtype (assigned to BUS1001) is created.
    In other words, after you implement the note, the workflow items for business object BUS1001 can no longer be displayed in the material master.
    Solution
    With the following correction you can call the Generic Object Services for both business objects. When it is called, the system displays a dialog box in which you can choose the required business object, that is, BUS1001 ('Material') or BUS1001006 ('Standard material').
    This correction is delivered as a modification supported by SAP only. This is because the additional option means that attachments can be maintained as required in either of the business objects and users may therefore require extra training.
    However, the corrections enable you to display attachments and workflow items for both business objects without the need for a major conversion; this means that you do not get the impression that these have been lost.
    Alternatively, as of Release 4.70 (or Basis 6.20) you can, without making a modification, implement method ADD_OBJECTS of BAdI GOS_MULT_PUBLISH for filter attribute WF_OVERVIEW ('Workflow overview'), SRELATIONS ('Relationships') and VIEW_ATTA ('Attachment list'). The implementation should be similar to the following:
    METHOD if_ex_gos_mult_publish~add_objects .
      DATA:
        ls_lporb TYPE sibflporb.
      READ TABLE ct_lporb INTO ls_lporb INDEX 1.
      if ls_lporb-typeid = 'BUS1001006'.
        ls_lporb-typeid = 'BUS1001'.
        append ls_lporb to ct_lporb.
      endif.
    endmethod.

Maybe you are looking for

  • Keystation Pro 88 (or other controller) as the Logic Control

    Has anybody got their setup like this? I've been trying to get this to work for the past 6 hours and no luck. Can someone please help me? Just bought Studio 2 days ago and haven't touched it yet cuz I can't get the keyboard to fully work. Joined: 17

  • How to get order by  values at a time in PL/SQL?

    Hi, create table dept_table(deptno number, Id number); insert into dept_table values(10, 21); insert into dept_table values(10, 28); insert into dept_table values(10, 25); insert into dept_table values(20, 105); insert into dept_table values(20, 50);

  • Saving PNG file with transparency

    Hello! In my application I generate "BufferedImage"s with transparent pixels. When I try to write them using ImageIO.write() in PNG format, the transparency information is lost. Can anybody send me working code for this problem? Thanks, Norbi

  • MAC Clean Access Agent - Temp Certificate

    Trying to get a Mac OS X client working with Clean Access. Got the agent loaded however everytime we try to authenticate it prompts with an error about communication issues and says that if we are using a temporary certificate (which we are) we need

  • InDesign printing problem/laserjet printer or InDesign the issue?

    I have a 30-page InDesign file with text and photos. Some pages print fine (I'm printing on 11x17 and 12x18 paper) and others cause my high-end printer (HP Laserjet 8550n) to spit out an endless stream of 8.5 x 11 pages with lines of gibberish courie