Filter selection for 0TCTQUCOUNT to get number of navigations

In BI statistics,  we have a key figure 0TCTQUCOUNT to get the count. can any body tell what are filter selections to get number of navigations in a query.
thanks
kumar

Hi,
You can use FM rh_struc_get with evaluation path MANASS to see of which organizational unit the manager is manager of.
ANd then either with evaluation path B008 to see who is placeholder of that unit, or with O-O_DOWN to get all the subsequent units.
Regards, Rob Dielemans

Similar Messages

  • Filter Selection for Old flicker look

    What filter is being used that gives that old timey look where you have vertical bars that move around in the image? Is this a filter or an effect that has to be built?
    Thanks,
    glenn

    Hi,
    If you use the CGM aged film free plugin you can obtain some decent results.
    Are you after something like this (See the first few seconds)?
    http://videonline.co.uk/Filmburn+aged_filmFX.mov
    If so then I used the filter above mentioned but I added the flicker effect in FCP using the blink filter since CGM does not give you that.
    Here is the link to dowload the plugin:
    http://www.cgm-online.com/cgi-bin/dve_downloadcount.pl
    You'll need to play with parameters in order to get some sort of acceptable random scratches, hair and grain.
    G.

  • Query to find attachement information for wip operation seq number

    Hi Experts,
    I am working on EBS 11.5.10 and database 9i. I want table link to find attachments for particular operation sequence number.
    Navigation:
    WORK IN PROCESS --> DISCRETE JOBS --> OPERATIONS --> ATTACHMENTS(IN MENU YOU CAN FIND).
    In operations screen, for each operation sequence number, you can have attachement.In attachement, i want to pick the remarks column.
    Table: OPERATIONS -- WIP_OPERATIONS
    ATTACHEMENTS - FND_ATTACHED_DOCS_FORM_VL
    REMARKS - fnd_documents_short_text
    Link between FND_ATTACHED_DOCS_FORM_VL and fnd_documents_short_text is media_id. But i am not able to find the link between wip_operations and fnd_attached_docs_form_vl.
    Could anybody help me how to get attachement data for a particular operation sequence number.
    Thanks in advance.

    The link is
    entity_type = 'WIP_DISCRETE_OPERATIONS' and
    pk1_value =wip_entity_id and
    pk2_value = operation_seq_num and
    pk3_value = organization_idHope this answers your question,
    Sandeep Gandhi

  • Bw statistic - number of navigation

    Hi gurus,
    When I execute a new query, this should increase one of number of navigation. That's right... ?
    In most cases it is, but sometimes I get number of navigations is 3 even 4 per one time executing.
    Is there any suggestion why do it occurs ?
    Thankfully,

    hi,
    not sure if it's set incorrectly
    309955 BW statistics - Questions, answers, errors
    Prior to Support Package 23 (2.0B), 15 (2. 1C)
    a) Counter 0TCTNAVCTR is set incorrectly, if a Web report contains several queries where navigation is performed several times. The problem is solved with the specified support packages or Correction 386678.
    Prior to Support Package 19 (2.0B), 11(2. 1C).
    a) When using Web reports, key figure 0TCTNAVCTR is not set correctly.
                            The cause is that, when using Web reports, a large number of entries that cannot be assigned to any query (as explained above under 'Explanations') are generated in Table RSDDSTAT. The number in key figure 0TCTNAVCTR is only calculated as follows when loading the data. All records selected are sorted by the SESSIONUID (records of a session) and NAVSTEPUID (all records of a navigation step). When loading, the value of 0TCTNAVCTR is set to 1 each time the NAVSTEPUID is changed (otherwise 0). This way the number of navigation steps can be easily determined.
                            In the case of Web reports, however, records of handle 9999 (see above) are inserted in between so that the counter is set to 1 too often.
                            The specified correction 306437 solves the problem.

  • ALV_GRID How to get number of lines after filted applyed?

    Hi, all!
    The task is to display title in alv_grid like
    "N records selected (X records on the screen)".
    It means, N records in dataset and X records displayed after  filter applyed by user.
    But i can't get number of lines after filter applyed from the alv_grid.
    Can anybody help me?
    Thanks & regards,
    Konstantin

    Hi,
    If it goes through PBO/PAI cycle after user sets the filter then in your PBO call method get_filtered_entries of CL_GUI_ALV_GRID and then do a describe statement on the table.
    Number of entries in your grid table - number of entries in this filtered entries table will give you the displayed entries after the filter is set.
    If it does not go through PBO/PAI cycle then register for after_user_command and I think the fcode for filter is '&FILTER' and code for the above logic in your handler method..
    Hope this helps..
    Sri

  • I just read the tutorial and did exactly what it was telling me to do, and I still can't get it done. Once I have selected the file, I get a box that pops up that says "Subscribe now to convert unlimited number of files to PDFs. Subscribe Now.  I already

    I just watched the tutorial and did exactly what it was telling me to do, and I still can't get it done. Once I have selected the file, I get a box that pops up that says "Subscribe now to convert unlimited number of files to PDFs. Subscribe Now.  I already have done this! I am a subscriber!  Arrrrhhhgggg!

    Hello Kathie,
    Please let me know what exactly are you trying to do using Adobe online service.
    You might try accessing the same service for some other PDFs and check.
    Have you signed up correctly at "https://cloud.acrobat.com/" using your Adobe ID credentials.
    If the same message pops up, then please visit Contact Customer Care as they could let you know if there is any problem with your account.
    Hope to get your response.
    regards,
    Anubha

  • How to get number of rows return in SELECT query

    i'm very new in java, i have a question:
    - How to get number of rows return in SELECT query?
    (i use SQL Server 2000 Driver for JDBC and everything are done, i only want to know problems above)
    Thanks.

    make the result set scroll insensitve, do rs.last(), get the row num, and call rs.beforeFirst(), then you can process the result set like you currently do.
             String sql = "select * from testing";
             PreparedStatement ps =
              con.prepareStatement(sql,ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_READ_ONLY);
             ResultSet rs = ps.executeQuery();
             rs.last();
             System.out.println("Row count = " + rs.getRow());
             rs.beforeFirst();~Tim
    NOTE: Ugly, but does the trick.

  • Where can I get a list of available selection for certain dict type?

    Where can I get a list of available selection for certain dict type in code?  For instance, when I use SE16 to view VBFA table, I am presented with many filter criteria.  One of them would be "VBTYP_N".  When I click on the square next to the option, I am presented with a list of possible values to select from.  Where can I get the list of this possible values for any given dict type in code?

    Hi Frank,
    The list of possible selection you see can be from diferent sources
    1) Search helps defined either programatically or search helps defined at table level.
    If it is a Z Selection screen check the program, then the data declaration of the parameter
    2)Check tables provided at field level. They can be through use of foreign keys. The proposal generated could be simple compund ..
    3) Fixed values at Domain level ()
    Please refer to this link as well for detailed explanation
    [http://help.sap.com/saphelp_470/helpdata/en/9f/dbaa5435c111d1829f0000e829fbfe/content.htm]

  • Get number of active instances for an orchestration using WMI

    I would like to get number of active, ready to run and dehydrated instances for an orchestration in my master orchestration. How can I do this using WMI?
    Thanks in advance!!

    I have done it recently...its quite simple...
    You can use System.Management in a helper library and create a helper method to implement this ->
    int instanceCount = 0;
    ManagementObjectSearcher searcher = new ManagementObjectSearcher("root\\MicrosoftBizTalkServer", "SELECT * FROM MSBTS_ServiceInstance WHERE ServiceName='<name of your orchestration>'");
    foreach (ManagementObject queryObj in searcher.Get())
    //Count for Active, Ready To Run and Dehydrated
    if (queryObj["ServiceStatus"].ToString() == "1" || queryObj["ServiceStatus"].ToString() == "2" | queryObj["ServiceStatus"].ToString() == "8")
    instanceCount = instanceCount + 1;
    return instanceCount;
    You can pass your orchestration name as a parameter to this method. Additionally you can modify the if conditions to include/exclude instance status.
    Make sure to verify the syntax before you use it!!

  • Function Module for getting Number ranges between two number

    Hi guys,
    Is there any Function module which provide us the number range between two numbers?
    For Ex:If i give 1 and 10 to FM it must give me 1
    2
    3
    4.....upto 10.
    is there any FM for doing this,but i'm not able to find exact Fm for same.
    I can write small piece of code for getting number ranges, but if i get FM it could save little work.

    Hi
    But why do u need a fm, can't you do it by yourself?
    DATA: FROM_NUMBER TYPE I VALUE 1,
          TO_NUMBER   TYPE I VALUE 15.
    DATA: NUMBER            TYPE I.
    DATA: BEGIN OF T_NUMBER OCCURS 0,
                  NR TYPE I,
              END    OF T_NUMBER.
    NUMBER = FROM_NUMBER.
    DO.
      IF NUMBER <= TO_NUMBER.
        T_NUMBER-NR = NUMBER.
        APPEND T_NUMBER.
      ELSE.
        EXIT.
      ENDIF.
      NUMBER = NUMBER + 1.
    ENDDO.
    LOOP AT T_NUMBER.
      WRITE: / T_NUMBER-NR.
    ENDLOOP.
    Max

  • How do i get the path of the file selected for opening in JFileChooser

    hi
    I need to get the path of the file selected for opening or saving in the JFileChooser dialog box.Is there any method available.if not how do i get that?
    Thanks and Regards
    Saminathan.

    don't know if its the best/only way, but you could use the getSelectedFile() method in JFileChooser which returns a file and then use the getAbsolutePath() file method

  • Mail to achieve a contact for support to get my Serial Number caCare Apple Protection Plan?

    Mail to achieve a contact for support to get my Serial Number caCare Apple Protection Plan?

    Call the appropriate phone number on this page.
    Best of luck.

  • Can a Journal status be changed so it doesn't get selected for posting?

    When a new journal is created, can we change the status so it doesn't get selected for posting by teh Auto-Post program. We can't set this in the Auto-Post program as we use the same Category and Source for creating other journals which need to go through the Auto-Post program. Is there a control at the journal level which can stop it from getting posted?

    Welcome to the Apple Community.
    Whether you are using iTunes Match or not, you can and always have been able to put as little or as much on your devices as you choose.

  • Select FOR ALL ENTRIES statement cannot get duplicates entries

    Hi all,
    t_yxapy_fields consist of
    inty  field
    0001 kostl
    0002 perid
    0008 ansal
    0008 preas
    0008 trfst
    The following is the code for me to transfer the contents of t_yxapy_fields into t_pa_fields.
    SELECT dbtab
          FROM t777d
          INTO TABLE t_pa_fields
          FOR ALL ENTRIES IN t_yxapy_fields
          WHERE infty = t_yxapy_fields-infty.
    And t_pa_fields just ended up with
    field   infty
    pa0001
    pa0002
    pa0008
    Question:The first table have 3 similar infotype 0008 but the result table only have one pa0008. I need to filled up acordingly as what table 1 have. I need another 2 pa0008 in my 2nd table. What is wrng with my Select for all entries statement here?
    Edited by: Siong Chao on Mar 27, 2010 10:35 AM

    This has nothing to do with duplicates in t777d.
    Correct, I failed to recognize that table t777d has only infty as key as pointed out by Aby. Thus in your particular case my comment was misleading. In general though FOR ALL ENTRIES removes all duplicate rows from your result set.
    If you want the other 2 values just loop t_yxapy_fields this table and read t_pa_fields and if record found add the other values to t_pa_fields table. --> will trigger performance tuning issue
    I'm pretty sure if you'd code this, you won't run into any performance issues, so follow Aby's recipe. To be more concrete, here's what I'd do: Define a mapping table t777d_tab, which holds the translation from infty to dbtab:
    types:
      begin of T_T777D_VIEW,
        INFTY type T777D-INFTY,
        DBTAB type T777D-DBTAB,
      end of T_T777D_VIEW.
    data:
      T777D_TAB type hashed table of T_T777D_VIEW with unique key INFTY.
    Fill table t_pa_fields, typed using t_t777d_tab from above, from table t777d. Then loop over your table t_yxapy_fields (I'd use [LOOP AT ... ASSIGNING|http://help.sap.com/abapdocu_70/en/ABAPLOOP_AT_ITAB_RESULT.htm] instead of LOOP AT ... INTO) and for each entry get the corresponding DBTAB value from t777d_tab (again use the [READ TABLE ... ASSIGNING|http://help.sap.com/abapdocu_70/en/ABAPREAD_TABLE_OUTDESC.htm] variant) and build your result table t_pa_fields.
    Anyhow, I suspect that even with less optimal coding (e.g. using just standard table for lookup of DBTAB values) you'd not see much of an performance impact, because it seems that your internal tables are most likely rather small...
    Cheers, harald

  • HT1695 i bought a used iphone 3g, where can i get a sim card for it to get my phone number.

    I bought a used iphone 3g , where can i get a sim card for it, to get a phone number
    Thank you

    From your cellular carrier.

Maybe you are looking for

  • HP Printer Control App won't print to Photosmart D110

    The HP Printer Control App (Android) see's my Photosmart D110 and successfully aquires the name, IP address, ink levels and other information but just below the listing for the printer itself is indcated, "unavailable". I have just printed wirelessly

  • Cant access files..?

    Hi! Okay I have been through so many of these and tried all of them. None have worked. Basically I havent been able to log into my main account. It starts to log in, goes to a blue screen then back to the log in page. I tried to solve this issue but

  • Presentati​on Director 4.01/4.03/​4.04/4.08 won't install on T60 - IKernel.ex​e goes to 2gb (!) memory

    Well the subject says it all. I'm trying to install Presentation Director 4.01, which System Update told me was available (I currently have 4.0). It starts installing but eventually gets an error in tpinsnpd.dll. So I tried to manually install it and

  • CSS Background Image - Newbie needs help

    Good Afternoon, I'm trying to place a background image in the body of my page. Pasted below is the code: Questions: 1. When viewed in the browser, only part of the image can be viewed, and no vertical scroll bar is available to view the bottom portio

  • BOBJ DS : Error messages are often hard to understand

    Hello DS experts, is there a way to get some more information to an error message instead of only a one-line sentence ? It's pretty hard for a beginner to dive through the sometimes pretty cryptic message texts. Roger