Program to collect user u2013 transaction execution data for past period

Hi Experts
We are developing a program to collect user u2013 transaction execution data for past period ( 3 months-1 year ). We are getting required User and Tcode output but unable to find exact count per tcode ( executed by respective user).
We have following count components available in SAPWL_WORKLOAD_GET_STATISTIC / SWNC_COLLECTOR_GET_AGGREGATES
COUNT , DCOUNT ( Dialog count for transaction ) , UCOUNT , BCOUNT , ECOUNT, SCOUNT ,LUW_COUNT .
Out of which  LUW_COUNT -Logical Units of Work comes close to no ot time transaction was executed but itu2019s even not the exact count as one transaction code can have more than one LUW .
Does anyone have idea about how to get the right count .
Thanks
Vani

If audit log is enabled in SM19 for transaction criteria all, you can get the transaction history executed by the users. But may need more space on audit file system if this is enabled for all users. May be you can archive once in 3 months into ZIP files and can unzip whenever you need.

Similar Messages

  • Flexible Upload of Data for several periods/years

    Hey Colleagues,
    my client wants me to develop a new functionality to upload data for several periods/years. The function they are using right now and correctly is the flexible upload.
    As we have already developed several custom tasks and enhancements/modifications we try to not modificate further SAP standard or to post directly (back-door solution)
    But:
    It is no problem to start the flexible upload for different selecitons and to provide the values in an excel sheet. But I have problems to avoid a popup for selecting the excel file. It would be no problem if for example Batch-Input would work here, or if we would post directly using standard functionality (posting method with data change) but in this case we try to use the flex upload.
    Has anyone experienced a similiar problem? Can we use the flex upload with suppressing the popup to select the file WITHOUT an enhancement?
    Thanks in advance for your help,
    Yavuz

    Hi Yavuz,
    Yes this can work for every period in one year - use the multiperiod processing option, available since EHP2 (BCS 6.02).
    The multiperiod processing requires you to define the consolidation cycle and start period, so you could define it to start with p1 and include all 12+ periods of the year.
    NB the multiperiod processing is initiated by running with selection screen - right click and selec "run for remaining periods of the year"
    You can run either a task or a task group for the rest of the consoliation cycle, but data collection with flexible upload MUST have the presentation server settings (already mentioned above) or the data collection task will not work.
    So you make the configuration settings
    You then save your multi-period file on the presentatin server
    You then go to data collection (flexible upload) task in p1 and "run for remaining periods"

  • Generate Posting Date for Payroll Periods"

    Hi all,
    What is the relevance of "Generate Posting Date for Payroll Periods" ?
    table T549S
    Rx

    Posting Date is required after payroll run and exited then we have to post payroll results to accounts.After payroll run which date we have to post to accounts. Source is 01 payday...target 04 posting date....for ex If payday is 30th every month.....then posting date is after X days .....like you have to generate postinfg dates.
    Mohan

  • Export data for specific period through Data Pump

    Hi,
    I've a specific requirement to take the dumps of some tables for specific time period. like between last 10 days like 01-JAN-11 to 10-JAN-11. How can I acommplish this. For Documentation what I read is that we can export the data for specific period of thie by either setting FLASHBACK_SCN or FLASHBACK_TIME parameter in expdp command but this is point in time export not for the specific time export.
    Please guide me how can export between the specific time. like between 1-JAN to 10-JAN
    Regards,
    Abbasi

    export between the specific time. like between 1-JAN to 10-JANYou need to clarify your requirements. Data is always "at a point in time". I can see data as at noon of 01-Jan. I can see data as at noon of 10-Jan. What would I mean by data "between" 01-Jan and 10-Jan ?
    Say the table has 5 rows on 01-Jan :
    ID    VALUES
    1      ABC
    2      DEF
    3      TRG
    4      MXY
    5     DEW2 Rows "6-GGG" and "7-FRD" were inserted on 02-Jan.
    2 Rows "2" and "3" were updated from "DEF" and "TRG" to "RTU" and "GTR" on 03-Jan.
    1 Row "5-DEW" was deleted on 09-Jan.
    2 Rows "8-TFE" and "9-DZN" were insereted on 09-Jan.
    Can you tell me what is the "data between 01-Jan and 10-Jan" ?
    (the above example actually happens to have an incrementing key column "ID". Your table might not even have such an identifier column at all !)
    Hemant K Chitale
    Edited by: Hemant K Chitale on Jan 10, 2011 5:23 PM

  • How to lock the data for few periods in the Input Layout

    Dear All,
    I have an input enabled layout wherein I will display the data based on a period range.( For ex, 01.2007 to 12.2007).
    Now, based on the current period I should disable the input readiness for the periods less than my current period.
    In my ex, if my current period is 06.2007, the input readiness should be disabled for the periods 01.2007 to 05.2007 .
    How can I achive this?
    Regards,
    Srini.

    Hi Srinivas.
    You can use user variable exit for the disabled one (the period one); based on the current period..
    You can read regarding it in here:
    http://help.sap.com/saphelp_nw04/helpdata/en/1d/ca10d858c2e949ba4a152c44f8128a/frameset.htm
    Hopefully it can help you a lot.
    Regards,
    Niel
    thanks for the points you choose to assign.

  • Setup data for particular period.

    Hi All,
    We are loading data to BW last 5 yrs.Now I want to do the set up for particular period for an LO data source.Where can I do the time settings so that I can load only for that particular period.
    Regards
    Ajay.

    Hi,
    It actually depends on the application you are referring to.
    If you see in the below transactions for filling up of set up tables for different applications, you will see that a certain date field is available for selection for some of them. Please refer below. You can also check it directly in the system using the transaction.
    Tcode: Application number: Date filed available
    OLI1BW: Application 03(material movements): Posting Date
    OLI3BW: Application 02: Document date
    OLI4BW: Application 04: Created on date
    OLI7BW: Application 11: No date selection possible
    OLI8BW: Application 12: No date selection possible
    OLI9BW: Application 13: No date selection possible
    Hope this helps,
    Regards,
    Shilpa

  • Quarter End date for this period

    Hi
    I have current date, How could I get the quarter end date for this date.
    for example
    Jan 23 2005 - The quarter end date is Mar 31 2005.

    needs testing
    import java.util.Calendar;
    import java.text.SimpleDateFormat;
    class Testing
      public Testing()
        SimpleDateFormat sdf = new SimpleDateFormat("yyyy/MM/dd");
        Calendar cal = Calendar.getInstance();
        cal.add(Calendar.MONTH,3-(cal.get(Calendar.MONTH)%3));
        cal.set(Calendar.DAY_OF_MONTH,0);
        System.out.println(sdf.format(cal.getTime()));
        cal.set(2005,10,15);
        cal.add(Calendar.MONTH,3-(cal.get(Calendar.MONTH)%3));
        cal.set(Calendar.DAY_OF_MONTH,0);
        System.out.println(sdf.format(cal.getTime()));
      public static void main(String[] args){new Testing();}
    }

  • Fetching data for past 13 months

    Hello Team
                       I have a data model . Now i want some suggestions . My requirement is that when i try to pull data from my HANA DB i should give current data and automatically the data of past 13 months should come . What technique i should apply to achieve the same .
    Regards

    Hi,
    Have a look on the below documents:
    How To...Calculate YTD-MTD-anyTD using Date Dimensions
    Applying YTD in SAP HANA with SAP BO Analysis Office ( Using Projections )
    Regards,
    Krishna Tangudu

  • How to find user that reset encashment date for a check

    How can I determine what user reset (removed) the encashment date (field BANCD in table PAYR) on a check?

    Hi Will,
    You can only do that if the change document flag is set on the the payr-bancd data element.  Go to SE11 to see this.  Most places don't have that flag set, so you chances are you won't be able to see who changed it.
    Thanks,
    Tammy

  • What is the best way to reconcile and bulk upload user account and entitlement data for an offline resource?

    What we think is the following:
    Create a GTC resource, with flat file reconciliation and spml provisioning.
    Edit the provisioning process to get it work disconnected, based on http://docs.oracle.com/cd/E27559_01/admin.1112/e27149/disconn_resources.htm#CHDDGGHD, we need to modify all SPML sending process tasks to be manual.
    Create a disconnected resource from this resource in a sandbox.
    In this case we do not need to develop custom codes, we only need to modify the provisioning process to be manual.
    Any other solutions or best ways to do it?

    Hi Gergely
    The best way is to use OIM bulk load utility.
    Using the Bulk Load Utility - 11g Release 2 (11.1.2) --> Loading Account Data
    This is very easy and smooth.
    Thanks & Regards
    Shashidhar

  • Get start and end date for posting period (YYYYMMM format)

    In revenue recognition I'd like to have the start date and the end date of the posting period, which is in format YYYYMMM. It's field VBREVR-BDJPOPER.
    Any idea?
    I had no luck so far to find a relevant FM.
    Thanks in advance,
    Peter

    Hi,
    Use this FM To convert the date into DD.MMM.YYYY format
    <b>CONVERSION_EXIT_SDATE_OUTPUT</b>.
    Use the followiong FM To convert the date into <b>user specified</b> format
    <b>SLS_MISC_CONVERT_TO_DATE</b>     
    Rewaed if helpful.
    Regards,
    Sandhya

  • Carry forward data for next period

    Hi,
    Lets say A is transfering asset to B with profit... so there will be
    a unrealized profit that has to be eliminated in the group reporting.. Lets say I manage to eliminate this in bcs,
    so, the bcs retained earning will be reduce due to this unrealized profit right?
    when the balance carry forward next period, bcs b/f retained profit is the profit after we eliminate the unrealized profit.
    When we do load from the data stream again, the b/f retained earning in R/3 will still include the unrealized profit right?
    how do we want to make the unrealised profit to be eliminated permanently?
    Edited by: shahrul yusof on Feb 25, 2008 4:50 AM

    Well, Shahrul,
    The Balance carryforward is rather well provided here:
    http://help.sap.com/saphelp_sem60ep1/helpdata/en/53/01ad3c99c90455e10000000a114084/frameset.htm
    Remember that all data load (without manual entries) happens in  the posting level PL = 00. Eliminations are done on PL = 20 or 30.
    And during the bcf the data becoming a new initial balance goes to period 000.
    What's bothering you?

  • Replace date for past 30 days

    Hi,
    I am using following query and i need to replace my date field value if it's past 30 days, means Check the I_Date, If with in past 30 days put "X".
    Query
    =====
    select l.city, l.state, l.zip, l.loc_name,
         rgc.I_date
    from loc l, rgc
    where l.id = rgc.id
    Ho can I use this logic - Check the I_Date, If with in past 30 days put "X"
    I_date should be in format of YYYYMMDDHH24MISS.
    Thanks,

    If i understood correctly, you can manipulate from this
    sql>select * from test_dt;
    DT1 DT2 
    13-JAN-07  20070113122021 
    08-JAN-07  20070108122032 
    29-DEC-06  20061229122038 
    09-DEC-06  20061209122046 
    29-NOV-06  20061129122053 
    sql>
    update test_dt
    set dt2 = 'X'
    where to_date(dt2,'yyyymmddhh24miss') between sysdate-30 and sysdate;
    3 rows updated.
    sql>select * from test_dt;
    DT1 DT2
    13-JAN-07  X 
    08-JAN-07  X 
    29-DEC-06  X 
    09-DEC-06  20061209122046 
    29-NOV-06  20061129122053
    jeneesh                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Summing data for a period when a filter is available

    I have the following fields in my report
    Company , Date, Days Budget, MTD Budget, YTD budget .
    I need to add a column to the same report to indicate the Total Budget for the year. Which is the sum of Days budget field for the entire year . This needs to be shown even if a filter is added to the date column.
    Currently when I add the filter, the Total Budget will be computed only up to the date defined in the filter. Is there any other way of achieving this?

    You have to "lock"the hierarchy level in de repository.
    Add a copy of Days Budget to your RPD , rename it Total budget, set the hierarchy level to Year
    Regards
    John
    http://www.obiee101.blogspot.com/

  • How to get XLR to show BPs with no transaction data for a given date range

    Hi -
    I am building an XLR report that does a comparison of net sales data across two periods for a given sales employee's BPs.
    The report has the row expansion:
    FACT BPA(*) SLP(SlpName = "ASalesPersonNameHere") ARDT(Code = "ARCreditMemo", "Invoice") Group by BPA.CardName
    and column expansions:
    FIG(SO_TaxDate = @StartDate:@EndDate)
    and
    FIG(SO_TaxDate = @StartDate2:@EndDate2)
    where @StartDate, @EndDate, @StartDate2, @EndDate2 are parameters that define the two ranges of dates.
    The column formulas are, from left to right:
    =ixDimGet("BPA", "CardName")
    =ixGet("SO_DocTotal")      <-- filtered by column expansion for first date range
    =ixGet("SO_DocTotal")      <-- filtered by column expansion for second date range
    The report works fine except for one problem, I would like it to include BPs for which no transaction occurred in either date range as well.
    Any help is greatly appreciated!
    Thanks,
    Lang Riley

    Really appreciate your feedback!  Those are good suggestions. I should have mentioned that I had already tried both those suggestions.
    Removing FACT on BPA in this case ends up returning all the BPs and not respecting the SLP(SlpName = "aName") part of the query. 
    Using **, i.e., * or #NULL, makes no change in the resulting data in this case.  I had thought that ** would be the solution, but it didn't change the outcome.  I still have BPs for which when their sales employee is used as the filter and they have no transactions for either date range, and yet they still do not appear. 
    I should further mention that the IXL query, as it now stands, does return BPs for which one of the periods has no data, just not both, and I have verified that applicable BPs with no transaction data for both periods do exist in my data set.  It seems that perhaps the IXL query needs to be restructured?  Please keep the suggestions coming including how this query might be restructured if necessary.

Maybe you are looking for

  • Steps to upgrade Cisco MDS core switch

    Hello, We wanted to upgrade our Cisco SAN core switch firmware. Currently we are running below firmware version. We wanted to go to latest version NX OS 5.2 (x) but as per the white paper i need to go to 5.0 (X) and after that i need to upgrade it to

  • Itunes errors problem

    Hello, i have iphone 4s Outbreak. When I go into iTunes and try to do a backup it gives me an error: this error shows when i tried to backup my iphone and when i tried to restore how can i fix it ? i want to upgrade my ios 6.1.2 to 7

  • I want to get to mac X

    I want to finally upgrade my computer to mac X. I'm on mac 9.0.4 I just want someone to spell it out for me step by step on what I need to do. If i do this will it affect programs and file i have. Finally could this be a bad move. Just looking for so

  • How are I supposed to make a 3D spinning icon after Photoshop CC removed the 3D Scene Position?

    I've read about how to make a portion of my logo into a spinning icon but all of the tutorials involve using the 3D Scene Position adjustment in the timeline. However, with a recent update Adobe removed this feature. Is there another way to accomplis

  • Photoshop CS3 Error in Setup. Help!

    When I open the setup.exe file, it gives me an error saying that it has critical errors and cannot be satisfied. It also says look in the setup log file, but I don't know where it is or what to do. I've tried un-installing, re-installing, ect. and it