Report on workflows created by user

Hi there,
What is the easiest way to find all workflows created by a particular user?
I can't seem to find any SAP standard reports to do this - SWIA does not have selection criteria for CREATOR. I know I can run SWIA for a wide date range and then filter the results by CREATOR, but it is very slow since there are thousands of users.
Thanks

Hi,
For this purpose you can use FM SWN_UWL_GET_OUTBOX by whcih you can know the workflow created by a perticular user.
You need to provide the only import parameter 'USER'. You can also restrict by date using the import parameter 'SINCE_DATE'. Now in the export parameter 'WORKFLOWS_STARTED' you can get the number of workflow which were started by that user,
Thanks and regards,
SNJY

Similar Messages

  • How to create a user parameter for a report

    Hi,
    I am writing a report in ORACLE 6.0, and I need to create a user
    parameter for my report.
    My database includes fields: item_id, item_cost, and item_desc.
    What I want to do is: set up a user parameter for item_cost, and
    the report will prompt the user to enter number into this
    parameter, then the report will display item_id and item_desc
    depending the user-entered item_cost.
    thanks.
    Jun

    My SQL code is below:
    select item_id, item_invo, item_desc
    from tb_item
    where item_invo=:p_1
    but I got an error message:
    REP-0788:Warning: The value of restricted LOV parameter p_1 is
    not among the selectedble values.
    Would you help me again? Thanks.
    Jun

  • OBIEE 11g  - Not able to see existing reports which are created by specific owner but I could able to see Admin role user reports.

    OBIEE 11g  - Not able to see existing reports which are created by specific owner but I could able to see Admin role user reports.
    Appreciated if you could able to help as soon as possible as I don' have back up for these disappeared reports.
    Pleas let me know if any additional information needed.

    Hi
    Thank you for the reply.
    Here one thing I would need to mention that those are created by me on last week, but when I check those today, I could not able to see or even admin also not able to see those. For sure no migration and updations happend over the week end, really not able to debug whats the issue around. Unfortunately I haven't taken back up as well.
    Please could you help and let me know whats the root cause and how I could able to restore.
    Best regards,
    Kumar

  • How to create Infoset&user group query--(query report)

    Hi Guys,
      how to create Infoset&user group query--(query report),
      Pls send me the exact procedure with Example....
                                                                              Regards:
                                                                              Kumar .G

    goto SQ03 and create an User Group If U want to create Ur Own.
    Goto SQ02 to create Ur Infoset by Giving Logical database name or Simple Database table
    Then Choose What ever data U need to be included in The Qurey in field Groups.
    Then Generate the Infoset
    Now Assign the infoset to user group
    Now goto SQ01 and Click on Other user group Button and choose Ur user Group.
    Then in the USer group select Ur Infoset and then create Ur own Query and save this.
    Now select the infoset query and goto More functions under Query menu and Generate report name.
    Now Create a transaction code for the report name generated.
    Now use the Tcode.
    Hope U have got the basic idea of creating Queries.
    ~BiSu

  • DIAdem create an user variable for Report

    Hi,
    I know that i can display in a DIAdem report some pre-defined DIAdem vairiable (such as CurrDate) using @@Variable@@. 
    I would like to create a DIAdem user variable (from a DIAdem script) to be used in DIAdem report.
    1) I have created a variable in my script
                      Dim myvariable
                      myvariable = "hello"
    2) I have run the scirpt
    3) I have put @@myvariable@@ in a Text
     But a error message appears : Variable is undefined : 'myvariable'
    How could a create a user varaible to be displayed in my report?
    Thank
    Solved!
    Go to Solution.

    Hi malexman,
    The other option is to create a global variable from a normal (non-user-command) VBScript.  There are several ways to do this, but the one we instruct new users to implement is the "GlobalDim" command, like this:
    GlobalDim "UserVariable"
    UserVariable = "hello"
    You will notice that after this short VBScript runs the "UserVariable" changes color to show that it has become a global variable-- at that point you can use it in REPORT (and everywhere else in DIAdem, thus the name "global" variable).
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Create a user report showing feedback

    Hi,
    I want to be able to give end users some way of viewing feedback (to prevent duplication and check progress) raised against an application and was thinking of using a interactive report that queries the wwv_flow_feedback table.  Is this a suitable method or is there another ( more convenient/declarative ) method I could/should use. Any feedback is gratefull received,
    Regards,
    Kevin.
    p.s. I am using APEX v4.2.2 with the EPG

    Hi,
    You can create end user that can login to application builder, but access only to team development.
    Never tested what kind privileges user then have e.g. delete feedback.
    But I do not think it is bad idea create app where is interactive report top of APEX_TEAM_FEEDBACK view
    Regards,
    Jari

  • Sample workflow for Create new user in IDM

    Hi,
    I'm new to Identity Manager. I had obtain task to create new workflow with this requirements:
    - create new user
    - make some approvals
    - deploy this user to some resource (AD, LDAP, SQL)
    I have problem with first step. I tried to create user by the help of http://www.javapassion.com/idm/ create user samples, but I'm affraid that mentioned samples aren't enough for real deployment. They are good for understanding of IDM.
    So I decided to explore workflows/rules that are used as default in IDM. I think Create User dialog that is in menu Accounts -> List Accounts -> New Actions -> New User . But I'm not sure which workflow is used for this dialog. Is it Create User in ProvisioningTask, or some template in TaskDefinition, or Create User Template in TaskTemplate, or something another?
    (I'm listing this templates through List Object in Debug interface).
    I appreciate every help
    Petr

    Chapo,
    thanks a lot for informations. I have try to find corresponding process mapping for 'Create User' under Configure tab. I found process 'createUser'. So I looked for 'createUser' workflow under 'Task definition' or 'Configuration' in debug. But there was no such workflow. Only workflow with similar name was 'Create Resource User', but it doesn't look like right workflow. I expected workflow with name 'Create User'. Does anybody have this workflow under 'Task Definition' in debug?

  • Adding object classes when creating ldap user in workflow

    I'm creating ldap users in a workflow and when I assign the object classes in the workflow I get an object class violation. It seems that when I call check in view and when my break point stops in Update User the default object classes on the resource have been removed from the user.accounts[LDAP].objectClass attribute which I just set. Not sure what's going on here. Is there another way to assign more than just the default object classes to a new ldap user through the workflow? Thanks in advance.

    Multiple things I can think of
    1) put all the object classes you may be expecting with the user account in the resource configuration panel. LDAP is smart enough to assign the related object classes to the object based on the attributes assigned to the user.
    2) Check if you have the object class in the schema of LDAP.

  • I have created a user in oracle BPM but it is not reflected in system-jazn-data.xml file and I am unable to authenticate that user to create context as needed in workflow client

    I have created a user in oracle BPM but it is not reflected in system-jazn-data.xml file and I am unable to authenticate that user to create context as needed in workflow client

    weblogic credentials are different.
    and using thode credentials I am able to login to weblogic server
    the users I am talking about is the process users defined in realm.
    in realm those users are defined as Default authenticator and OID authenticator.
    and I am trying to authenticate one of those users defined in realm using java api so that I an access a process defined In Oracle BPM 11g

  • Reporting on Workflow performance

    Hi,
    The business is trying to gain an insight in to how long the process is from the time we create a Shopping Cart to the time it is approved. 
    Ideally they are looking for the following:
    1) Time taken from Shopping Cart Creation > Financial Approval is carried out;
    2) Time taken from Financial Approval > Group Procurement Approval;
    2) Time taken for the Shopping Cart Creation > Shopping Cart fully approved (both Financial & Group Procurement)
    This would enable us to monitor and report on the process and look for process improvements (if we need to).
    I have shown them the SWI2_DURA report, but they want a custom report written that is more user-friendly. I've been tasked with analysing whether we can get a report created.
    Can you let me know how difficult this would be?
    Chers,
    John

    Hi,
    You could create an abap report but my experience is that you will need to read the workflow container (perhaps even several times) (sap_wapi_read_container for instance). The performance will be very poor.
    A solution to this can perhaps be to add an activity to the workflowmodel which creates a record with certain fields in a z-table. Then your abap will only need to read the z-table.
    Also have a look at programming exits. Each task in the workflowmodel has this tab. You can enter a class which creates the record. It is intended for this purpose. Look for classes cl_swh_workitem_exit* for demo classes from SAP.
    regards,
    Bert

  • How to create many user in the same database

    hi
    my question is "How to create many user in the same database(application)?"
    for example, i have students, teachers, and staffs user using my application.
    i can create many users to use the same application right?, how ^^''' ???
    (right now i can only create application and then it shows every data in my DB
    but i want it to show only the data for the user who login to that application)
    Thanks.
    ps. i'm newbie, please help T^T

    You need to create a user table within your application that maintains their privileges. If you have LDAP you could use this for authorisation otherwise the table would handle that as well (store passwords etc). Your reports etc would then be filtered on information from this table.
    Check out some of the sample applications to see how authorisation and access is implemented (Online store is one). The how-to on the issue tracking system should also have some useful pointers.
    http://download-west.oracle.com/docs/cd/B31036_01/doc/appdev.22/b28839/issue_track.htm#BABBGBJG
    cheers,
    Ron

  • Sharepoint Foundation 2010 Workflows created in Sharepoint Designer

    Using Sharepoint Designer 2010 (64 bit) on Sharepoint Foundation 2010 (free version)
    I'm trying to get some basic workflows I've designed against a list in SPD working. They effectively just email a user the list item is assigned to based on some simple conditional checks.
    I've deployed the workflow and its set to activate on item creation and item update.
    Now I have checked the following already:
    - App pool for SP site is running under its own service account (not System)
    - I am the primary site collection administrator. 
    I'm getting this error in the log file: Unexpected
    AutoStart Workflow: System.ArgumentException: The requested workflow task content type was not found on the SPWeb. 
    On further research it was suggested I didn't have OffWFCommon as a feature but this isn't part of Sharepoint Foundation 2010 so I'm pretty confused. The directory doesn't exist to install this feature.
    Can Sharepoint Foundation 2010 actually use workflows created in SPD?
    Any solutions or anything I've missed?

    Hello,
    Approval WF template is not supported in foundation so use collect data from user WF in designer.
    http://blogs.technet.com/b/meacoex/archive/2010/11/01/get-manager-approval-in-sharepoint-designer-2010-step-by-step.aspx
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/c42b91eb-0ac6-4144-a5b9-91c451058d13/approval-workflow-in-sharepoint-foundation-2010?forum=sharepointcustomizationprevious
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Can I create a User with Root Privileges but without UID Zero?

    Dear all,
    I'm working on this project and this is the task required: Create a user and let this user perform all that the ROOT user can perform but shouldn't have UID 0. I'm sincerely new to this task but I challenged myself and made so many search on Google and this is what I was able to do.
    1. I created a user --- testuser1
    2. I created a role --- advrole
    3. I added the Solaris predefined profile -- Primary Administrator Profile to the role advrole and added this role to the user testuser1.
    4. I logged out from root and login with the newly created user i.e. testuser1.
    5. I ran the command id and the user - testuser1 still has its UID defined by me when I was creating the user account (which is good as far as my task is concern).
    6. In order to perform ROOT tasks when logged in with testuser1, I use su - advrole.
    7. I can now do all that ROOT can do but whenever I run the id command, the advrole shows UID 0 (WHICH IS BAD FOR ME AS PER MY TASK).
    My question is, I need to tell the customer that what they actually want isn't feasible in Solaris and the above is closer to what they want but I need to be sure if it's feasible or not before telling my customer?
    Can anyone tell me if it's feasible and if so, how can it be done? Or if the way I did it is the only way, kindly let me know as well so that I can get back to them with a valid and concrete explanation.
    P. S. The customer requires this because when doing auditing, their auditing software tracks users based on UID so therefore if every user will login and su - root, all will appear as done by the ROOT user because of the UID and a particular will not be held responsible.

    If you use auditreduce and praudit, you can get the information you need. It will show, as in my example below, that I logged in via SSH, and then switched to root after logging in. This information can be easily scripted and I do so every day in my daily report so I can see who logged in and who switched to root.
    Logging in via ssh:
    header,69,2,login - ssh,,MYSYSTEM,2010-06-03 09:15:15.151 -07:00
    subject,myusername,myusername,mygroup,myusername,mygroup,11435,512647774,15097 65558 MyIP
    return,success,0Then switching to root:
    header,94,2,su,,MYSYSTEM,2010-06-03 09:15:21.100 -07:00
    subject,myusername,root,mygroup,myusername,mygroup,11448,512647774,15097 65558 MyIP
    text,success for user root
    return,success,0It also indicates the session ID for the SSH session, so I can monitor when that session ended too.
    A different session logging in and out via SSH -
    header,69,2,login - ssh,,MYSYSTEM,2010-06-03 09:16:19.380 -07:00
    subject,myusername,myusername,mygroup,myusername,mygroup,11451,3474846213,15097 131094 MyIP
    return,success,0
    header,69,2,logout,,MYSYSTEM,2010-06-03 09:16:51.452 -07:00
    subject,myusername,myusername,mygroup,myusername,mygroup,11451,3474846213,15097 131094 MyIP
    return,success,0

  • How can I create a user with rights to install packages on a publish instance?

    Hi,
    I am trying to create a user with the rights to upload and install content packages on a CQ publish instance and I do not wish to use the admin user.  Simply adding a new user to the administrators group does not seem to be enough.
    I tried adding a rep:GrantACE node through crx de/explorer but it reported the node as locked.  I was able to upload a content package that removed the rep:DenyACE jcr:read for everyone, but this is not safe it seems.
    Is there some special privilege that I need to add to my user/group that will allow them to access the /etc/packages tree or do I just need to add some permission somewhere within the tree.
    Regards,
    Chris

    With some help from David Collie, Alex Klimetschek & Jörg Hoh I have a better idea of what is going on and we've found a solution. 
    It seems that the admin account always works in these scenarios as it has special privileges in the CRX security system; admin can do anything it likes.
    Instead of creating the rep:GrantACE nodes directly, I was able to add a new ACL entry for the administrators group to /etc/packages via the Access Control Editor (http://localhost:4502/crx/explorer/ui/aceditor.jsp?ck=1373027669916&Name=acEditor&Path=%2F etc%2Fpackages&_charset_=utf-8). 
    Strangely, the administrators account already had some inherited rights on this directory that were overridden by the deny|everyone|jcr:read ACL entry on /etc/packages node.  Adding allow:administrators|jcr:read gives any member of that group access to read and write to the /etc/packages. directory.
    Now that I have setup this user we can setup a deploy step in out CI build that does not rely on using the admin account.
    Thanks
    Chris

  • [syntax_error] in Creating New User - After applying SP ABAP & Basis lv 8

    Hi Gurus.
    actually I already created message to SAP regarding this. but i havent receieve any respond. I post here just in case maybe I can have immediate solution from you guys..
    I have 2 system HLC and MFG
    which is using same OS and DB
    DB Information
    DB client lib.     SQL_Server_8.00
    DB releases        MSSQL 7.00.699 or higher, MSSQL 8.00.194
    DBSL version       700.08
    DBSL Patch Level   144
    System Information
    SAP versions       700
    Operating System   Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Wi
    OP release         5.2
    which have same Kernel and SP patches
    Kernel release    700
    Sup.Pkg lvl.      146
    SAP_ABA     700     0008     SAPKA70008
    SAP_BASIS     700     0008     SAPKB70008
    ST-PI 2005_1_700     0006     SAPKITLQI6
    PI_BASIS     2005_1_700     0005     SAPKIPYJ75
    Problem
    previously both of the system HLC and MFG is in level 6 SP ABAP and BASIS
    when i try to create EWA report for both of them, i have missing module in the report
    and i read a note that i need to upgrade to level 8.
    when i upgrade both of them to level 7, then i run sgen and there are no problem on both system
    but when i upgrade both of them to level 8
    in my MFG system, i can run sgen with no problem.
    in my HLC system, i run sgen and it take a long time to validate the programs which are need to be recompiled. so i never run sgen to recompile on HLC system after i update the SP to level 8. but i believe this shouldnt be an issue.
    the day after i update the SP, one of my user raise an issue.
    (same issue is not happened in MFG system only in HLC system)
    when we try to create new user..
    SU01 -> create new user -> fill all the details -> save -> abap dumps
      Error in the ABAP Application Program
      The current ABAP program "/SAPSLL/CL_IM_BP_ADDRESS======CP" had to be
       terminated because it has
      come across a statement that unfortunately cannot be executed.
      The following syntax error occurred in program "/SAPSLL/SAPLBP_ADDRESS " in
       include "/SAPSLL/LBP_ADDRESSTOP " in
      line 22:
      "Statement "/SAPSLL/DEBUG_DATA" is not defined. Check your spelling . ."
      The include has been created and last changed by:
      Created by: "SAP "
      Last changed by: "SAP "

    Hi all
    problem is solved..
    after doing some debugging, we found out
    there are some missing entries in table TRMAC
    so i just copy the missing entries from my MFG server to HLC server since they are both in same condition.
    now i am wondering why do the support package miss to enter the rows in TRMAC table >.<
    SAPache man..

Maybe you are looking for

  • Attempt to access external website keeps getting grabbed by SBS 2003

    Hi folks, I have an old SBS 2003 server that recently switched their external web hosts. They are configured with the same FQDN for both their active directory domain and their public domain (westsidebaby.org). I went into DNS on the SBS server to si

  • Pricing errors are not cleared after fixing the master data

    Hi All, Kindly go through the issue explained below. Pricing is determined properly in transaction level(Oppt) when the master data is correct. cool.   System shows pricing error (Mandatory condition 0PR0 is missing, Pricing could not be determined)

  • DV9000 Maximum Hard Disk Size Supported?

    I'm searching for a used HP Pavilion DV9000.  I need to know the maximum hard disk size the DV9000 series laptops support.  To be clear, could I put a 750G or 1TB disk in each bay? HP's web site isn't helpful. It gives only the "official" numbers at

  • My voice command keeps turning on by itself even when my siri is disabled.

    my voice command feature keeps popping up in the middle of anything im doing, even when my siri is disabled. My ipod also plays music randomly and the time on my screen blinks a few times. Has anyone else had any of these problems? 

  • Skype is using Credit instead of my subscription

    HI, I had both Skype credit and a subscription to Paraguay, and I was able to call my daughter's cell phone. But the first subscription ran out of minutes until Jan 2nd 2012, so I bought a new one, I picked the top choice of Call World and I thought