How we see Users transaction Deatails by daily wise.

Hi,
I want to knw each users how many transactions he added in
each documents wise. through Drag and relate we can get but
there is no option for  incoming and outgoing documents. how
we will see daily how many transactions he updated. we have
saw in  OUSR  Table in this there is no data regarding entries.
daily wise.

Dear Sampathdevunuri,
You can get the Users transaction Details daily wise, by creating a small query and create a alert based on that query.
I have written a sample query for you, which will give the total no. A/R invoices created by each user on daily basis.
SELECT count(T0.[DocNum]) as "Total A/R Invoice", T1.[U_NAME] FROM OINV T0  INNER JOIN OUSR T1 ON T0.UserSign = T1.INTERNAL_K WHERE DATEDIFF(DD,T0.CREATEDATE,GETDATE())=0 GROUP BY T1.[U_NAME]
You can creat an alert based on this query and set the alert to fire at the end of the day, so that you have the complete details about the total A/R invoice transactions per user.
Also you can modify this query to get the details information about other transactions per user as per your requirement.
Regards,
Rakesh Pati
SAP Business One Forum Team

Similar Messages

  • How to See Todays Transactions.

    Hi,
    Can you say how to see for todays transactions in a database.
    all DML Operations carried out for current day with a single query.
    Thanks in Advance...
    Stalin...

    Hi,
    Try this set of operations
    CREATE TABLE MONITOR_TABLE(ID NUMBER, NAME VARCHAR2(10));
    SELECT MONITORING FROM USER_TABLES WHERE TABLE_NAME = 'MONITOR_TABLE';
    ALTER TABLE MONITOR_TABLE MONITORING;
    SELECT * FROM USER_TAB_MODIFICATIONS
    INSERT INTO MONITOR_TABLE VALUES(3, 'NAME3');
    COMMIT;
    EXEC DBMS_STATS.FLUSH_DATABASE_MONITORING_INFO;
    SELECT * FROM USER_TAB_MODIFICATIONS;
    UPDATE MONITOR_TABLE SET NAME='NAME4' WHERE ID=3;
    EXEC DBMS_STATS.FLUSH_DATABASE_MONITORING_INFO;
    SELECT * FROM USER_TAB_MODIFICATIONS;cheers
    VT

  • How to see users working on MI ?

    Hi!
    Could you please let me know how can I see users currently working on a MI application ??
    I have installed MAM 2.5   SR5 everything is working ok.  I just want to audit who are working with this application.
    Thanks

    Hi
         I dont see this process is as complicated as mentioned above.  You dont even need to go to the ABAP world to see the list of users using a particular application.  The  MI Web Console or the NetWeaver Administrator will help you in achieving your requirements.  If you are using MI Web Console, go to Administration tab and here you have the possibility to view the all the users who are using MI, the application being used and so on.  For your scenarion, just provide the Mobile Component name in the query tab and click Execute. Work done!! All users using the MAM application will be listed. 
       If you using NetWeaver Administrator, go to Adminstration -> Mobile Infrastructure -> Device Maintenance -> Advance Search and here provide the Mobile Component name.  The users are displayed in the User column and also there is a separate User tab at the bottom.
    Hope this helps.
    Best Regards
    Sivakumar

  • How to see Users by area ?

    Hallo.
    I would like to have a list where the users are classified by area (PP, MM, etc..)
    Is there a report that make this, reading the user transaction for example?
    Thanks
    Mario

    Hallo.
    Thanks.
    But I need a similar thing: ST03->This month(for example)->Transaction profile->Standard
    After, Aggregation->by Application
    and here, if I double click on an application, for examle SD, I see the list of the user.
    But I would like viceversa, users and the list of Application to wich they belong.
    Is it possible?
    Thanks.

  • Please suggest how to handle User Transactions in JSP using JTA

    we are using Websphere application server with DB2, Can anyone suggest how to maintain the transactions in JSP ?

    What transactions?

  • How to see user exit code

    hi,
    i have one user exit name with me like EXIT_SAPLVxxxxx. how can i see it's code.
    thks

    Those user exits are build as function modules. Just goe to transaction SE37, put in the name and there you go. Double click on the include in the FM and you'll see the code. If the include doesn't exist this user exit has not yet been implemented.
    Regards,
    Michael

  • How to  monitor USER transactions

    Hi Experts
    In Portal are there any chances to maintain user based on company codes.  
    Is there any possibility to monitor the Portal USER activities (what are the transactions or reports & etc). 
    Points will be revert back.
    Rgds
    Priya

    Hi Priya,
    Pl check this you will get log files for EP users,
    1> login via j2ee visual admin -> for tht run go.jar file in cmd  (usr\sap\EPP\JC00\j2ee\admi\go.jar)
    2> login as administrator
    3> follow this link frm home page
    services  ->  log viewer service  ->  server  ->  \JC  ->  j2ee\cluster\server  ->  log  ->  system  ->  security.log  ->  search d specified user
    hope this will help.
    Regards,
    Aditya

  • How to see users mailbox messages

    I need to see messages in the users mailbox in order to delete or block some of them. There are some command to do this? because I don�t want to go directory by directory in the store to see the messages.
    For example in a messaging system with just sendmail I can see inside all mailboxes as root.

    Sendmail doesn't truly have a "mail store", only mailbox files. You can edit those, true.
    Messaging Server has a much more sophisticated "mail store". While you can also examine the files there, as text files, that's kind of un-handy.
    Messaging Server does, however, provide the "proxyauth" extension to IMAP and HTTP mail access. Easiest for an admin to use is the HTTP version.
    First, look at output from running
    configutil -o store.admins
    this gives you the "proxyauthuser". You assigned that and the password on installation, unless you've changed it.
    Second, make sure that proxyauth is turned on in webmail with
    configutil -o service.http.allowadminproxy
    If it comes back, "no", "0" or "off", you will need to turn it on:
    configutil -o service.http.allowadminproxy -v yes
    and restart the http process:
    stop-msg http; start-msg http
    Now, you can construct a browser url like this:
    http://dp-design.com/login.msc?user=proxuauthuser&password=password&fmt-out=text/html&proxyauth=user_to_be_checked

  • How to find user transactions in client

    i would like know about perticular user executed what transaction codes on a specific day

    Hi Muddana,
    You can also use the transaction STAD for this.
    Alternative goto transaction ST03. and Choose expert mode.
    Under performance history choose one recent period. Next choose the period of your choice.
    In the next screen from menu bar select GOTO then Profiles then User Profiles. Now from the list choose the user for which analysis has to be done and double click on it. Now you will get to transaction executed by the user.
    Please award points if the info was helpful.
    Regards.
    Ruchit.
    Message was edited by:
            Ruchit Khushu
    Message was edited by:
            Ruchit Khushu

  • How to see DB transaction logs

    Hi All,
    I have application mapped to the oracle DB RAC(node1 and node2). I am making request to the application, now I would like to know each request is served by which node. Where can I get this information in the Database. I am using 11g database.
    I would like to know which transaction is handled by which node.
    thanks,
    Venkat.
    Edited by: user778405 on Sep 2, 2010 4:44 AM

    There is no simple answser. This depends mainly on the way you can retrieve some application data in GV$SESSION.
    This data needs to be set up explicity with DBMS_APPLICATION_INFO or maybe implicitely by the application code/database driver.

  • How to restrict user to post document segment wise/Profit center wise

    My client wants to restrict users segment wise to post account document.
    we use documnet splitting segment wise.
    Thanks
    Chinmaya.

    Hi
    Check with your BASIS guy if authorization object is available for the field SEGMENT... There are some issues yet with this because it is not available in some T codes
    If the same is not available, you can ask your ABAPer to create a Z authorization object for this field and write a small ABAP code in the exit RGGBR000 (FI validation)
    Sample code is attached below to check auth for Plant in Internal order...ZCO_INTPORD was the Z auth object created...
    CHECK i_aufk-bukrs  IS NOT INITIAL.
    CHECK i_aufk-werks  IS NOT INITIAL.
    AUTHORITY-CHECK OBJECT 'ZCO_INTORD'
             ID 'BUKRS' FIELD i_aufk-bukrs
             ID 'WERKS' FIELD i_aufk-werks
             ID 'ACTVT' DUMMY.
    IF sy-subrc = 4.
      MESSAGE e398(00) WITH 'You do not have sufficent Authorization'.
    ENDIF.
    Regards
    Ajay M

  • How to see system status in spro. How to assign business transaction to user status.

    Hi All,
    How to see system status in spro. can we change system status in spro for maintenance order.kindly share.
    Also share how can we assign business transaction to user status for maintenance order

    Peter,
    You cannot see the system-status in SPRO.
    You can view the system-statuses via BS23.
    Be warned - it is NOT advisable to change the system-status setting as you may screw-up your system. Remember that many statuses are used across multiple objects and multiple modules.
    PeteA

  • How to see changes in database made by other users

    If few users are connected to one database what should be done that all users could see changes (updates, inserts) made by one of them?
    I have set conn.setTransactionIsolation(Connection.TRANSACTION_READ_COMMITTED);
    and statement = DatabaseConnection.conn.createStatement
    (ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_READ_ONLY);
    but phrase dmd.othersUpdatesAreVisible(ResultSet.TYPE_SCROLL_SENSITIVE) returns false.
    I will be grateful for any help

    I was thinking about it, but the possibility of of
    refreshing data without users beinig involved and
    only when it is needed Something of a contradiction. If the user is not involved then you don't know if the information is needed or surplus to requirements.
    seems more elegant to meOn the contrary - it's an architectural kludge. Solutions of this type are fragile. This may be acceptable in return for an improved user experience, but you need to weigh this particular improvement against possible degradation elsewhere as a result of it.
    Databases are designed to be queried. You're trying to have the database notify you. Given this you will have to trade some quality in return for the feature you're after.
    Note also that transactionality is pretty much about avoiding the scenario (views on incomplete or conflicting transactions) that you're seeking. Given how much effort goes into avoiding this are you absolutely sure you've thought through the possible consequences of it? What about transactions that get rolled back and thus (effectively) never occur, for example - should your users be able to see these?
    So, your trade-offs are:
    Polling - Pro: gives you the behaviour you ask for. Con: Fragile, may cause performance problems, possibly unwise for business reasons. Have you performed usability testing (http://useit.com/) to ensure your users actually need this?
    Manual updates - Pro: reliable, performant, ACID. Con: Not the dynamic behaviour you ask for.
    There are two other possibilities which have not been discussed. I mention them for the sake of completeness, but I don't recommend them.
    Database Notification - Pro: as manual. Con: not a portable solution; if possible at all you will need to take advantage of database specific features such as triggers and Java stored procedures. Adds considerable complexity to the database layer and thus requires alert and informed DBAs (worth their weight in gold).
    Application Notification - Pro: portable to some extent. Con: agnostic about updates occurring outside your application. Requires a solid architectural base to be robust.
    (edit: after re-reading the OP, I'm not sure if he does or does not want to see incomplete transactions; disregard those points if he doesn't.)

  • How to find what transaction an user was running for a given period

    hi
    could anybody tel me
    how to find what transaction a particular user was running for a given period
    in the past.............

    Hi,
    U need to findout the list of Tcode excuted by SAP user
    1) Tcode: ST03N
    2) Select Expert Mode option
               (there u find  Server Host name & Today)
       If u select Host name u find DAY/WEEK/Month (same thing will in Today option)
    3)Now u need to select the option of DAY,WEEK etc.
    Now u can find in two ways
    1) Transaction profile (Standard / EarlyWatch)
    2) User (user profile)
    If u select the Transaction profile
    Under these u find the option of Aggregation----application/package/tranasation etc.
    I hope these will help u to findout.
    Regards
    ASR

  • HT1918 How can I see ALL transaction history in my account.  Specifically, I would like to see the gift cards I have redeemed for my account.  I know I have over $200 in my account but it is not showing the balance anywhere.  Any ideas?!?!?

    How can I see ALL transaction history in my account.  Specifically, I want to review the gift cards I have redeemed but the amounts are not showing up in my account.  I know I have over $200 in my account and I am unable to access it.  The site wants me to pay by credit card and I don't want to do that.  Any ideas how I can recover the money in my account?

    You can only view your account's purchase history, you can't view a history of card redemptions.
    My account's balance shows at the top left of the store's page on my computer's iTunes, and by logging in to view my account via the Store > View Account menu option. On my iOS devices it shows at the bottom of, for example, the Featured tab in the App Store app under my account id (or you can view your account via Settings > iTunes & App Stores and it should show on the screen that you are taken to).
    To view your purchase history : log into your account on your computer's iTunes via the Store > View Account menu option, you should then see a Purchase History section with a 'see all' link to the right of it. Click on that and you should then see a list of your purchases.
    You've tried logging out and back into your account to see if your balance then shows ? If not, and you can't see where it might have been spent, then you could try contacting iTunes Support and see if they can help : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

Maybe you are looking for