Is Data filtering possible in TreeTable examlple 0.

Hello everyone,
I have used an opensource example "TreeTable example 0" provided by sun to develop an application and it is working very file for me. But Now, I want to develop a feature of data filtering whether column wise or data wise.
So, is it possible to achieve it in that code.

Hello,
See these docs,
[System Copy Procedures |https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50960d8f-6542-2a10-3ba8-e46dc23dd9b1]
[System Copy and Migration|System Copy and Migration ]
[Setting up Business Intelligence Client in NW2004s|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/007af9a7-e48e-2a10-5c85-fcac22d58e82]
[System Copy for SAP Systems Based on SAP NetWeaver 2004s SR2 ABAP and Java|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/200ebc93-dabe-2910-c1a6-c4ec30b20e04]
[Homogeneous and Heterogeneous System Copy for SAP Systems Based on SAP NetWeaver 2004s|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f022aa7d-0c01-0010-20a5-c247330d47fa]
[System Copy for SAP Systems Based on SAP NetWeaver 2004s SR1 ABAP|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d10bf27d-0c01-0010-6995-bbdcdf0118a1]
[System Copy for SAP Systems Based on SAP NetWeaver 2004s SR2 ABAP|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e08502d4-dabe-2910-bbb4-c1bfc82aed73]
[System Copy for SAP Systems Based on SAP NetWeaver 2004s SR2 Java|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20bd5cee-dabe-2910-fb97-c082a7c9c682]
Thanks
Chandran

Similar Messages

  • Load data filtering on a dimension's member - ESSCMD MaxL

    Hi.
    I would like to load data filtering records on a dimension's member. Referring as example to Sample's database outline, I would like to load only records with product 100-10.
    I know that I can use Select command from Record 's rule menu in Administration Console; however, I would like to use ESSCMD or Maxl to do the same.
    Is it possible? Any issue?
    Thanks a lot in advance.

    No it's not possible. The selection/rejection criteria are in the load rules and you can't pass parameters to them.
    I think in 9.3.1 you could put a substitution variable in a load rule but have not tried it yet. If so, you could add that to MaxL to update the variable then use the load rule to load the data. You will have to try it as I have not done so yet.

  • MacBook Pro hard drive failure- data recovery possible?

    Hi everyone, I have a June 2009 MBP that stopped turning on the other day and it just sits on a gray screen when trying to boot up. I had it taken in to a small little authorized Apple repair shop since I am living out in BFE and they said it has a hard drive failure which is causing the problems. They said there is no way to recover the data. Is that right? I'd imagine there has to be someway to recover it. Is there somewhere I can send it in or something? At this point even if it were to cost a lot I'd like to get the data off of it if there is the possibility.
    Inb4: should've backed it up!

    You may be able to boot from an external hard drive and repair the disk enough to copy the data from it, even if it will no longer boot. There are a number of hard drive recovery services. Apple even lists a couple of them (http://support.apple.com/kb/HT3974) that are authorized to recover data from hard drives without voiding the warranty. The warranty is not an issue with a machine from 2009, but those are high quality, reputable companies.
    Most such companies have you send them the hard drive and they will give you an estimate of how much it will cost to recover the data, if possible. Some people have reported that Data Rescue 3 comes with a coupon for free diagnostics and $100 off data recovery from The Data Rescue Center. That was a couple of years ago. I don't know if the same deals are in place now.

  • What is Data filtering and Segment filtering in ALE/IDOCs

    Hi sap gurus
    what is Data filtering and Segment filtering in ALE/IDOCs

    Hi,
    Filtering at the IDoc Level
    Identify the filter object (BD59)
    Modify the distribution model
    Segment Filtering
    specify the segments to be filtered (BD56)
    The Reduced IDoc Type
    Analyze the data.
    Reduce the IDoc type (BD53)
    Thanks and regards.

  • BW Master Data archiving - possible?

    Dear Experts!
    I have a question, regarding SAP BW archiving. Is master data archiving possible in SAP BW 7.02? If it's possible, what is the solution for that?
    Tkanks in advance!

    Hi,
    I am thinking about creating a "twin" object of the one that you want to archive (identical).
    Once create, refresh the new object with the information that you want to keep, and dont refresh any more.
    But if you are interested in doing several archives and keep the data within that object, you can create a new field within the new Twin Characteristic as "key field" to store the date of when you do the archiving.
    I hope that it helps!

  • Need help with data filtering on groups/application roles

    Hello,
    I have a situation where I have to apply security on objects (reports, prompts etc) and dimension members (Essbase cube). So the idea is like this:
    Report 1: access to three users (U1, U2, U3), but for dimension Company they have separate rights:
    U1: Company A, Companies A.1-A.7 (children of A) and Companies A.1.1-A.1.9 (children of A.1);
    U2: Company A.1 and Companies A.1.1-A.1.9;
         U3: Company A.1.1
    same for Report 2, but users must have access to different companyes, like Company B, B1...
    In WebLogic Console I created three groups (G1-G3) and placed each user to a group (U1-> G1, U2 ->G2, U3->G3). Then in WebLogic EM I created three application roles (R1-R3) and added for each, corresponding user (R1-> U1, R2->U2, R3-> U3).
    My approach was to use application roles like this:
    R1: include User1 and filter data on repository by application role to each generation of the cube ("Data_Source_Name"."Dimension_Name"."Generation2,Dimension"='Company A',"Data_Source_Name"."Dimension_Name"."Generation3,Dimension"='Company A.1', "Data_Source_Name"."Dimension_Name"."Generation4,Dimension"='Company A.1.1')
    R2: include User2 and filter data on repository by application role to each generation of the cube ("Data_Source_Name"."Dimension_Name"."Generation3,Dimension"='Company A.1', "Data_Source_Name"."Dimension_Name"."Generation4,Dimension"='Company A.1.1')
    R3: include User3 and filter data on repository by application role to each generation of the cube ("Data_Source_Name"."Dimension_Name"."Generation4,Dimension"='Company A.1.1').
    I've noticed that, by default, each role inherites BIConsumer and "localmachineusers" application roles, so I set in repository these both roles to filter data as the role 3 (the lowest level of acces), in order for my roles (Roles 1 to 3) to have the highest privileges.
    In repository I cannot see any of my users (U1-U3), but just the application roles they are in.
    For Report 1 I set the access to Roles 1-3 and when I am logged on as U3 this report should display only the data for Company A.1.1, but it doesn't (displays data also for Company A, Companies A.1-A.7).
    In fact it seems, that the data isn't filtered at all, which drives me to the conclusion that my data filter is override by another role, maybe ?
    Could you please give me a clue about what I am missing here ?
    Thank you.

    Amith,
    Please bear this with me - see my comments below (search for petresion_Comments):
    So, we have three users who have access to a report called Report1. But the data that they see in the report needs to be different. The report has a dimension company, and each user needs to see different companies data. So the filtering needs to be done on company dimension.
    petresion_Comment: That's my case to solve.
    Now the groups in weblogic has no purpose in OBIEE 11g unless you are using an LDAP authenticator who has groups defined in the active directory. By this I mean the network people are maintaining the users and group relation necessary for OBIEE. So keeping the weblogic groups apart for a minute, lets deal with users and roles only.
    The three users are assigned to three different roles R1, R2 and R3. By default, all the roles inherit the BIconsumer role, and localmachineusers role you mentioned is not an OTB role. This is something that is probably causing the data filtering to fail. Do a test like create a user in weblogic, assign him only to the localmachineusers role, and go to analytics, and check your roles and groups by going under my account. Make sure this role is not inheriting any other roles like BIAdministrator, BIauthor etc. So in conclusion, when one of your users login, they should inherit only their custom Role (R1 for instance), BIConsumer, Authenticated User, and your custom role localmachineusers.
    petresion_Comment: That is what I checked on the first time (few days ago) and is exactly as you say (BIConsumer, localmachinerole and Role1).
    Do not apply any data filters on the BIConsumer role. This is not a good practice because the filters get applied to every single user that logs into the system.
    petresion_Comment: I know that, but appliyng filters on BIConsumer role I tried to make sure that its privileges doesn't overrides any of my Roles (1,2 or 3). I will remove the filter on BIConsumer.
    Now create the data filters on your custom roles (R1, R2, R3). Save the RPD. Deploy the Rpd through Enterprise Manager.
    petresion_Comment: Only difference in my case is that I stopped BI services, applied changes to rpd in Offline mode and then restarted BI services.But also tried as you mentioned (by the book in fact) and same result. The problem is the same, my roles(1,2,3) don't filter the companies at all.
    Once you are done with all the work above, you should login into analytics as user1. After logging in go to my account, roles and groups, and make sure you see the R1 in the list of groups. Now run the report, and your filters should get applied no matter what. If they are still not getting applied, grab the physical sql and see if the filters are existing in the where condition.
    petresion_Comment: Where can I capture the physical SQL (probably an MDX sent to the Essbase cube ?) ?
    One other reason could be, one of the roles that are assigned to the user1 by default, is overriding the filters. Like for example, if a user is assigned to BIAdmin role, and no matter if you assign him to a different role that has 100's of filters, he will still see all of the data.
    petresion_Comment: As I said before, each of my users are members of their roles, BIComsumer and localmachinerole, so no other privileges (no BIAdmin role).
    Thank you for the patience.
    John

  • Error when applying data filters on Logical Dimensional Table

    I have a data filter setup on a dimension table using session variables. The session variables are getting populated in the correct way. To make sure, I created an analysis with session variables, and I see the values that I need to apply the data filters.
    When I select a column from the dimensional table in the presentation services, I am getting below error.
    Error getting drill information: SELECT "GL Segment3 - Office"."Region Code" saw_0 FROM "Financials - AP Overview"
    Error Details:
    Error Codes: YQCO4T56:OPR4ONWY:U9IM8TAC:OI2DL65P
    Odbc driver returned an error (SQLExecDirectW).
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [23014] The Variable with Object ID '3031:338998' is still referenced and could not be loaded.Please have your System Administrator look at the log for more details on this error. (HY000)
    SQL Issued: {call NQSGetLevelDrillability('SELECT "GL Segment3 - Office"."Region Code" saw_0 FROM "Financials - AP Overview"')}
    Thanks,
    -Amith.
    Edited by: Amith on May 3, 2011 12:19 PM

    You can go into the BI Administration tool, then go to tools. After that go to Query Repository.
    In the "name" field leave the "*". Set the "type" to variable and do not establish a filter.
    Once you hit query you should see all of the repository variables listed and you can see the code that is throwing you the error. Although, in my case it is throwing me a code that does not exist in this list. I'm a bit stuck as well.
    Anyone?

  • Data filtering not activated for ALE processing of Outbound Deliveries

    Dear all,
    we're currently upgrading from 4.6c to ERP 6.0 and are facing a serious problem with our IDoc interfaces:
    In 4.6c, data filtering for Message Type SHP_OBDLV_SAVE_REPLICA was activated and use to extract some segments from the IDoc sent to our logistics provider.
    In ERP 6.0 data filtering is not activated for SHP_OBDLV_SAVE_REPLICA and we do not know how to activate it. For some reason, we can still see the data filtering setting when we switch to "system view" in BD64 but we're not able to change it.
    Checking filter settings in the old system using transactions BD60, ... we do not see any clue how data filtering or filter objects have been defined for SHP_OBDLV_SAVE_REPLICA.or in it's context
    Help please - thank you very much in advance,
    Martin Pluntke

    Dear all,
    thank you for your help. I've just realized that the former project team made a modification to object LIKP, method SAVEREPLICA in transaction BDBG and set it to "Data filtering allowed".
    This setting was lost during upgrade.
    Last question: When redoing this modification (I hate to do this but that's the only way to keep the interface running) and save it I get an error/warning message during generation that the definition is inconsistent. I can continue the generation or cancel it. However, the switch is activated and my filter settings suddenly appear again in BD64 (they've been there all the time, but not displayed or active).
    Is there anything I've to keep in mind? Can I generate, should I ignore?
    Thank you all for your help,
    Martin
    Edited by: Martin Pluntke on Feb 8, 2008 4:37 PM

  • Updating license data not possible [Maintenance Package]

    Hi,
    I want to activate Automatic Maintenance Certificate Renewal via solution manager system as per SNOTE: 1280660.
    SOL MAN: ST400 SP 18
    SCM : ST-PI 2008_1_700 SP 01
    when i run Maintenance package in my managed (satellite) system i got the log as below.
    Updating license data not possible [Maintenance Package]
    No active master Solution Manager destination maintained. [Maintenance Package]
    Updating license data completed from destination  [Maintenance Package]
    Maintenance Package completed
    when i run Maintenance package in my Solution Manager system i got the log as below.
    Refresh sessions from destination SM_KSMCLNT000_BACK started [Maintenance Package]
    > error reading function module interface DSWP_API_SESSIONLIST_GET from SM_KSMCLNT000_BACK
    > Logon not possible (error in license check)
    > Sessions cannot be refreshed from destination SM_KSMCLNT000_BACK ( KSM , 0020472195 )
    Refresh sessions from destination SM_KSMCLNT000_BACK finished [Maintenance Package]
    Refresh sessions from destination SM_KSMCLNT001_BACK started [Maintenance Package]
    > error reading function module interface DSWP_API_SESSIONLIST_GET from SM_KSMCLNT001_BACK
    > Logon not possible (error in license check)
    > Sessions cannot be refreshed from destination SM_KSMCLNT001_BACK ( KSM , 0020472195 )
    Please anyone facing the same or related issue, give me a suggestion..
    Thanks,
    Manikandan B

    Hello Manikandan
    The error indicates that there is an issue with the *_back RFC destination
    itself.
    Have you done an authorisation check within SM59?
    Utilities > Authorisation check?
    You can also do so by testing the connection in SDCCN.
    Goto > Taskspecific settings > RFC destination > Backdestination
    This problem is often caused by the user in the RFC connection
    being locked in the Solution Manager.
    Make sure the RFC user account is a communication user so the password does not expire. Sometimes the password expires and the RFC user locks the account as the old expired password is provided too many times.
    The message also indicated "No active master Solution Manager destination maintained"
    Please make sure the relevent Solution Manager system has been marked as Master in SDCCN Goto > Taskspecific settings > RFC destination >
    These are things you will want to check.
    I hope this information helps you resolve this problem.
    Regards,
    Paul

  • If bi-directi​onal parallel data transfer possible in DAQ 6009???

    want to interface AVR to DAQ6009 via parallel 8-bit bus but I need it to be bi-directional thus stuck at this point since m nt sure whether bi-directional data transfer possible or not
    Solved!
    Go to Solution.

    First of all, serial port is available on win7. Silly to say that it's not. Since it is a single bit, mention of it is irrelevant, as is USB.
    Second, the lines of the 6009 can be either input or output. A line cannot be both so you would need to stop your task, change the line direction, and start a new task.
    Third, you say there is no protocol for the AVR yet you ask for an example. If you don't know the protocol, you need to read the data sheet and understand it. I'm going to assume that you mean this AVR.
    For digital I/O examples, see Help>Find Examples. As mentioned, the 6009 is strictly software timed so you will be limited to 'bit-banging' per the device's specs and if it has a minimum clock rate, find other hardware.

  • 11g Groups of Roles & Data filters

    Hi Guys,
    In 11g OBIEE, when we create 3 applications roles ,
    Role_A
    Role_B
    Role_DataFilter (Fact1 = 'XYZ') (* this role is mapped to other two application roles Role_A & Role_B)
    Two without no datafilters and one with a datafilter.
    When one user get assign to Role_A & Role_B , we found the Fact1='XYZ' gets applied twice (with or clause).
    However in the My Account -> Roles and groups shows only 3 roles which assigned.
    Is this the expected behavior or a bug?
    Seems we can not overlap different data-filters in roles.
    Thanks!
    Nils.

    I encounterd the simliar issue on setting the presentation table permissions.
    Take the original Sample Sales Lite model for example.
    I set the permissions of TIME table to "No Access" for all default application roles: Everyone, BIAdministrator, BIAuthor, BIConsumer, BISystem and weblogic. Then I login with weblogic account, but I still could see the TIME table in the Subject area.
    I'm very confused why there's nothing happened. Is there is any other configuration need to be enable to the Security Control?

  • When updating to  Mountain Lion I get this measageThis disk has S.M.A.R.T. errors. This disk has hardware problem that can't be repaired. Back up as much data as possible and replace the disk.

    When updating to  Mountain Lion I get this measage
    This disk has S.M.A.R.T. errors. This disk has hardware problem that can’t be repaired. Back up as much data as possible and replace the disk.
    never had this before download of Mountain Lion.

    As others have stated, this is a potentially catastrophic event.  Consider yourself lucky, as hard drives usually just fail wihtout warning.  Your disk could die at any time.  This is a mechanical / physical failure, not software related.
    Going forward, I would suggest utilizing a utility that monitors SMART status, which you obviously don't have, such as SpeedTools.

  • Report data filters depending on user

    I have web intelligence report returning data grouped by departments. Is it possible to filter report data by department for user logged in depending on user's department?
    Thanks
    Edited by: Denis Sapunkov on Aug 19, 2010 12:58 PM

    This can be achieved in 3 ways:
    1. In Web Intelligence
    Providing you have a table in your database that holds username and department you create a webi report where you select "Dept. Username", "Department" and all other objects you require for your report.
    - Run the Query
    - Create a new variable called CurrentUser => Formula: =CurrentUser()
    - Create a new variable called "Department Filter" => Formula: =If([CurrentUser] = "Dept. Username" ; "Yes" ; "No")
    - Create a new report filter: Department Filter = "Yes"
    This will only return the deprtment for the user that is currently logged on to BO.
    2. On universe level you could use access restrictions to achieve this
    3. If you require to schedule the report, you could create a group for each department and assign this group to a profile that filters on department.
    Hope this helps!

  • Data filtering in XML report with out changing the underlying query

    Hi, This is Nagesh and from Verizon.
    I'm testing Query based XML report in Peoplesoft 9.1 app with tools version 8.5.
    I'm trying to filter the data on XML Report template with out changing the underlying PS query. I mean filter the data on the report to only specific accounts though the underlying PS query query return transactions booked to all Accounts for a given Legal Entity. Is it possible. any advise or idea is highly appreciated.
    Thanks
    Ages

    If the value is not of importance how come it became obligatory in your program?
    Any how you can do one thing...Put some value in your obligatory field, put a debugger point where you are interested in  and use the pencil tool to change the value of the field while debugging. 
    Regards,
    Philip.

  • MSSQL Query/View Single Line Output For Combined Multiple Data Elements - Possible Pivot Table?

    HELLO...
    I hope you experts out there can help me.  Consider the following (2) Tables in MSSQL:
    1. TENDERED --> Primary Key = DATE / DOC_NO / PAYMENT_SEQ_NO
    DATE
    DOC_NO
    PMNT_SEQ_NO
    PAYCODE_TYPE
    AMOUNT
    2. TENDERED_CR_CARD -->Primary Key = DATE / DOC_NO / PAYMENT_SEQ_NO
    DATE
    DOC_NO
    PMNT_SEQ_NO
    CR_CARD_NO_MASKED
    CR_CARD_NAME
    CR_CARD_EXP_DATE
    These two tables are certainly related, based on their Primary Key values.
    Now, consider the following data in those two tables:
    DATE            
    DOC_NO      PMNT_SEQ_NO              
    PAYCODE_TYPE               
    AMOUNT
    03/10/2014         100001 
    1             
    CASH            
    100.00
    03/10/2014         100001 
    2             
    CASH                             
    -9.75
    03/10/2014         100002 
    1             
    CASH                             
    50.00
    03/10/2014         100002 
    2             
    VISA                             
    100.00
    03/10/2014         100002 
    3             
    VISA             
                   250.00
    03/10/2014         100003 
    1             
                            MC
    125.00
    03/10/2014         100003 
    2             
    AMEX           
    75.00
    DATE          
    DOC_NO PMNT_SEQ_NO  CR_CARD_MASKED     
    NAME            
    CR_CARD_EXP
    03/10/2014  100002   2                       4225******801289  
    MARY JONES   2016/08/31
    03/10/2014  100002   3                       4121******637442  
    JOHN DOE      2015/04/30
    03/10/2014  100003   1                       5428******971134  
    MIKE BAKER   2018/09/30
    03/10/2014  100003   2                       3732*****344756    
    LINDA LIU      2017/07/31
    OK...so what we NEED...is a Combined, SINGLE RECORD Audit Report type query. 
    The resulting query should show, based on the Data from above, the SINGLE LINE represented in the Attached Spreadsheet. 
    NOTE...what's important to point out here..is that ONLY the 'CASH' Tender gets "summed"...EACH INDIVIDUAL Credit Card record MUST have its own Field...as represented in the corresponding Columns of the Spreadsheet (i.e. PMT_TYP_1, AMT_1, PMT_TYP_2,
    AMT_2, and so forth).
    PLEASE HELP!  Any suggestions/advice would be most appreciated! 
    Thank You!...Mark

    I would not do this in SQL if I could possibly avoid it.  Instead do it in the front end.
    If you must do it in SQL, this is a dynamic pivot on multiple columns.  Naomi Nosonovsky has a blog at
    http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/dynamic-pivot-on-multiple-columns/ on how to do that.  Look especially at her second example using the claims table.  Of course, you must do some manipulation even before you do the multi-column
    pivot, since you must first combine all the cash entries.
    So one way to do it would be to build a temp table with all the entries you have except the cash entries combined into one payment sequence number.  To do that you may need specifications that are not clear to me from what you have given us.  For
    example, if PMT SEQ 1 is VISA,  PMT SEQ 2 is CASH, PMT SEQ 3 is VISA, PMT SEQ 4 is CASH, and PMT SEQ 5 is VISA, you want to combine the two cash payments.  So they become PMT SEQ 2?  If so, what happens to PMT SEQ 4 - is it left N/A or does
    PMT SEQ 5 become PMT SEQ 4?
    But once you have this temp table with the cash payments combined in the algorithm you need, then you can use Naomi's method to do the multi-column pivot.  Note that Naomi uses the code
    FROM INFORMATION_SCHEMA.COLUMNS
    WHERE TABLE_Name = 'Claims'
    to get the column names from the permanent table Claims.  To get the column names from a temp table use code like the following.  To find the column names in a temp table named #MyTempTable, do
    From tempdb.sys.columns
    Where object_id = OBJECT_ID('#MyTempTable')
    But as I say, if feasible, I would do this in the front end, not in SQL.  T-SQL is a very good language for storing and retrieving data, not so good at formatting it. 
    Tom

Maybe you are looking for

  • Can't import files to imovie

    I am having trouble importing movies into the program. When i click import, movies nothing happens. I have no idea what to do.

  • My ipad mini is showing an flashing apple logo

    My ipad mini is showing an flashing apple logo.i have tried resetting (off button and home button), but when it turns back on, its the same problem., i have also tried a hard reset twice, but it wont continue until i put the passcode into ipad.any he

  • Suggestion needed for processing Big Files in Oracle B2B

    Hi, We are doing a feasibility study for Using Oracle AS Integration B2B over TIBCO. We are presently using TIBCO for our B2B transactions. Now since my client company planning to Implement Fusion Middleware (Oracle ESB and Oracle BPEL), we are also

  • Help please :) with do not disconnect.

    I disconnected my ipod and I still get that "Do not disconnect message" And it doesnt even flash. Can somone please help me with this

  • Reg. XL reporter

    Hi     can anyone tell  me where i will get XL reporter learning files.  can u send me link?i want to know how to use it. regards Raj