Search Using TREX -- If Supported by Object Type

Dear Gurus,
I have got this option lately in my RSA1 FInd button.
I need to find:
1. What does this do ?
2. I have an object which is deleted, i dont find it in normal search.
BUT
When i tick this option and search i find some relevant Planning Components.
Please let me know how to delete and find that obejct AND what does this Do , where does it search???
Regds,
Den

Hi Suman,
I am Manu's Colleague. We have the Hierarchy of Objects like this.
Cubes --> Multiprovider -- > Aggregation level.
We had two tranport requests one for the Planning objects Including Aggregation levels and the other for data model objects including cubes , DSO's and multiproviders. All deletion Requests.
We moved the First transport request to production and we checked using Normal Find objectsand found no results for the aggregation Levels.We assumed all the objects were deleted.
Then we moved the Datamodel transport request to Quasltiy and it failed stating that the Multiproviders are used in Aggregation Level. (this happened in Q)
Then when we checked the aggreation Level in Planning Modeller we found it in there (this in both Q and P) and not in RSA1 transaction until we used TREX to retreive the result. (This in P as we dont have TREX in D and Q systems)
This is the issues and beacuse of this we are not able to delete the Data models in the system.
Thanks for all your previous replies and will be helpful if you have any idea ont his.
Regards.
Shafi.

Similar Messages

  • Error : software component version does not support this object type.

    Hi ,
    We are getting error as software component version does not support this object type when we try to create Business Object in PI 7.1 ESR  .
    How can we solve this error.
    Regards,
    Syed
    Edited by: Umar Syed on Jun 11, 2009 12:01 PM

    Hi Srinivas,
    We are working on Modelling in SAP PI, but we are unable to create any Business Object.. is there any specific steps need to be followed.
    Once we login to our ESR from index page we have this option to choose
    Available Profiles :         Process Definition
                                       Service Definition
                                       Unregistered.
    We are getting the option of new types (_Business Object_) only if we select Unregistered Profile and not in other Profiles . Is there some settings need to be done.
    Regards,
    Syed

  • HTML Tags search using TREX

    Hi All,
    Using following 2 documents I had tried to configure TREX to search HLTM tags. After following all the steps when I tired to search I don't get any results.
    1) How to set up web repository and crawling it for indexing.pdf
    2) How-to-guide for searchable HTML tags.pdf
    Any buddies please help?
    Thanks in advance.
    Mahesh

    Hi Suman,
    I am Manu's Colleague. We have the Hierarchy of Objects like this.
    Cubes --> Multiprovider -- > Aggregation level.
    We had two tranport requests one for the Planning objects Including Aggregation levels and the other for data model objects including cubes , DSO's and multiproviders. All deletion Requests.
    We moved the First transport request to production and we checked using Normal Find objectsand found no results for the aggregation Levels.We assumed all the objects were deleted.
    Then we moved the Datamodel transport request to Quasltiy and it failed stating that the Multiproviders are used in Aggregation Level. (this happened in Q)
    Then when we checked the aggreation Level in Planning Modeller we found it in there (this in both Q and P) and not in RSA1 transaction until we used TREX to retreive the result. (This in P as we dont have TREX in D and Q systems)
    This is the issues and beacuse of this we are not able to delete the Data models in the system.
    Thanks for all your previous replies and will be helpful if you have any idea ont his.
    Regards.
    Shafi.

  • PCD search using TREX SP16

    Hi All,
    I am trying to search for portal iviews, pages & roles using TREX.
    I created the index & assigned the PCD folder (I have done all the pre-requisites for PCD search)....
    Then when i opened the Index Administration page, the status for the index was red. I tried reindexing it, but the application log showed me errors,
    <b>
    "XIndexing documents failed. Method not supported on PCDSearchIndex..Continue crawling... "</b>
    <b>My portal is at SP16, with KMC SP16 PL3...
    TREX is up at SP16 PL2....
    </b>
    Please help me out.....
    Thanks,
    Sandip
    Message was edited by: Sandip Agarwal

    Closing the thread...

  • BP Searching using TREX

    Hi All.
    I trying to search BP in CRM ICWC 4.0 SP 7 using TREX, i have installed Software Agent Framework and applied the respective notes but i don't know which are next steps. When i try to execute the BP search and try with a debugging i have notice that some function modules are not returning data because something is missing.
    Can anybody help me.
    Thanks in advance
    Armando

    Hi.
    Can i find a guide or something like that in the web ?.
    I have installed the TREX, the SAF, used the transacztion CRM_SAF_TOOLS for checking and everything is Ok but when i'm using the function modelu TREX_BUPA_SEARCH in debbuging mode, i noticed the TREX search inside is not working... something is missing.
    Best Regards.
    Armando

  • Support for Object Type?

    Is an Object Relational datamodel supported by APEX? I have a TYPE as OBJECT and a table which has this object. When I used the wizard to create a page, it created the item as a DISPLAY.
    create type test_name as object (
    first_name varchar2(100),
    sur_name varchar2(100)
    create table temp (id_no number primary key, person test_name) ;

    Partha,
    We currently dont have Object-relational semantics supported in Apex. You will have to code manually for that.
    -Rekha

  • Archivelink Search using Trex

    Hi All,
    I have activated the index release for Archive link in SKPR06 for document area ARCHLINK.
    I wanted to know how to which class is meant for Archive link to create indexes like DMS_PCD1 for DMS in SKPR07 and which report to use for the search.
    Please advice.
    Muzamil

    Hello Guys,
    Please share about the Trex search for archivelink documents.
    Is there any other group where i can post this thread.
    Muzamil

  • SAF search using TREX

    Hello,
    I need some code help to search for multiple attributes making use of the SAF framework in combination with TREX
    example: I want to do a search like this
    attribute 1 `Description` = Robotarm AND
    attibute 2 `Problem` = blocked
    I can search only on one attribute at a time.
    I use
    cl_crm_saf_se_trex_abap
    if_crm_saf_se_genil~search
    and also tried the function module contained in it
    TREX_EXT_SEARCH_DOCUMENTS
    Although I make query it does not seem to work for multiple attributes. Can any of you give a code sample. Or an alternative FM.
    Best Regards,
    Frederik Defour
    The query is build like this
    Query
    L_QUERY_ENTRIES-ROWTYPE = 'BRACKET_OPEN'.
    append L_QUERY_ENTRIES to IT_QUERY_ENTRIES.
    clear L_QUERY_ENTRIES.
    ATTRIBUTE
    L_QUERY_ENTRIES-ROWTYPE = 'ATTRIBUTE'.
    L_QUERY_ENTRIES-LOCATION = 'Description'.
    L_QUERY_ENTRIES-VALUE1 = '*'.
    L_QUERY_ENTRIES-OPERATOR = 'EQ'.
    L_QUERY_ENTRIES-CONTENT_TYPE = 'C'.
    L_QUERY_ENTRIES-TERM_ACTION = 'E'.
    append L_QUERY_ENTRIES to IT_QUERY_ENTRIES.
    clear L_QUERY_ENTRIES.
    ATTRIBUTE
    L_QUERY_ENTRIES-ROWTYPE = 'ATTRIBUTE'.
    L_QUERY_ENTRIES-LOCATION = 'Problem'.
    L_QUERY_ENTRIES-VALUE1 = '*'.
    L_QUERY_ENTRIES-OPERATOR = 'EQ'.
    L_QUERY_ENTRIES-CONTENT_TYPE = 'C'.
    L_QUERY_ENTRIES-TERM_ACTION = 'E'.
    append L_QUERY_ENTRIES to IT_QUERY_ENTRIES.
    clear L_QUERY_ENTRIES.
    L_QUERY_ENTRIES-ROWTYPE = 'BRACKET_CLOSE'.
    append L_QUERY_ENTRIES to IT_QUERY_ENTRIES.
    clear L_QUERY_ENTRIES.

    You are supplying too much info to TREX.
    Comment in your code for each attribute following lines:
    L_QUERY_ENTRIES-CONTENT_TYPE = 'C'.
    L_QUERY_ENTRIES-TERM_ACTION = 'E'.
    Kind regards,
    Daniel

  • Enabling search using TREX

    Hi all,
          I have installed NW 04 SR1 and installed KMC on it . I have also installed TREX and did the server side and client side configuration ans the TREX monitor shows that it is up and running.
    My question how to use this TREX engine to search the documents. what kind of configuration do i need to do.
    Thanks

    Hi,
    Check the following threads,
    <a href="https://www.sdn.sap.com/irj/sdn/thread?messageID=3416724#3416724">https://www.sdn.sap.com/irj/sdn/thread?messageID=3416724#3416724</a><a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/72/5da142b1e8c911e10000000a1550b0/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/72/5da142b1e8c911e10000000a1550b0/frameset.htm</a>
    If you want document file also, i will send you.
    Regards,
    Venkatesh.K

  • Object type component method name is not supported by object type BOR

    Hi All,
    Just want to get your help on the above error message in my workflow step.
    The method is successfully created in the BO, no errors, status is released/implemented.  This error only occurs when the workflow is triggered by a RFC call using SWE_EVENT_CREATE FM.  But when using t.code SWUS or SWUE the workflow will run as expected, no error.  And when the erroneous workitem is restarted using SWPR, it will run or continue successfully.
    Another thing, this is newly created task and method inserted in the workflow. If i delete this task, the workflow will run successfully when triggered by the same RFC.
    Hope you guys have already experienced this kind of error.
    Thanks in advance.
    Matt

    Hi Matt,
    I am trying to analyse the problem.
    When you trigger the workflow using function module it gives error. But when you trigger using SWUE or restart workflow then you do not get error.
    In both the cases ( SWUE or restart workflow  ) event is getting called using system. But when you trigger it prgramatically it throws error. I hope you are triggering it correctly.
    But as you are saying, when you delete the task and method it works fine. So that means it should not be triggering issue.
    Just do consistency check for the business object. Check if there is any issue in method.

  • Ui configuration at run time using role config key and object type

    Hi experts,
    Let me start by admitting that I am very new to the crm webui. I have a requirement in which I need to create a few z business roles and unique role config keys for them. And I have been given some requirements like below.
    - Access to Account, Service Request, Knowledge Article and FACT sheet data
    - Able to display all service requests.
    below is the processing logic that I have been told.
    Using the role config key, different view configurations would be created for respective components in
    the component workbench.
    Based on the business role, respective role config key would be picked up and the corresponding
    view would be displayed on UI.
    In addition to this, in the IMPL class of the component work bench, DO_CONFIG_DETERMINATION
    method could also be used to specify which role config should be picked up.
    Do they mean that using same role config key, I need to create more than one UI configuration? I was also told by some one that I need to create the configuration according to ui objects and sub object and then inside the  DO_CONFIG_DETERMINATION methode, I can check the role config key and hard code the ui object and the sub object. But I do not know how to create them.
    Could anyone tell me from where I can start and how to achieve this task?
    I apologize if my question is very basic.

    Do they mean that using same role config key, I need to create more than one UI configuration? I was also told by some one that I need to create the configuration according to ui objects and sub object and then inside the DO_CONFIG_DETERMINATION methode, I can check the role config key and hard code the ui object and the sub object. But I do not know how to create them.
    Could anyone tell me from where I can start and how to achieve this task?
    I apologize if my question is very basic.
    You can do the following
    a) Go to the view you want to create a new configuration.
    b) Choose 'Copy Configuration' .
    c) There you would be asked to enter the Role Config Keys , Object Name & Sub Object Name. You can choose your own names for Object Names & Sub Object Name.
    d) go to DO_CONFIG_DETERMINATION. There based on your logic you can load the configurations this way
            IF (your_condition) EQ abap_true.
              CALL METHOD me->set_config_keys
                EXPORTING
                  iv_object_type          = 'your_object_type'
                  iv_object_sub_type      = 'your_sub_obj_type'
                  iv_propagate_2_children = abap_false.
    Regards
    Kavindra

  • Support interMedia object types

    Does current version ODP.NET support work with "interMedia" objects like ORDDoc, ORDImage?

    Hello,
    I'm not an intermedia expert, but I would have to say "no" based on my knowledge of it. The current version of ODP.NET does not have object support, which I believe you would need to work with intermedia directly from .NET code. The beta prior to the production release did include object support, but it was removed before going to production for various reasons.
    Not sure that is helpful, but hopefully a bit...
    - Mark

  • Support for unit testing object types

    There's a Feature Request that suggests expanding the unit test tool to object types:
    Title
    Provide object type support for unit tests
    Description
    In the current version (2.1.0.63) I can perform only unit test for packages, function and procedures. But we use a lot of object types in the database and would like to test them. When is a support for object types scheduled?
    Average Rating
    10
    Development Comment
    This is planned for the next release.
    Status
    Scheduled for 3.0
    Although the status suggests inclusion in v3, in my current version 3.2.20.09 there is nothing.
    This is clearly an important issue for those who have voted for it as it scores a perfect 10 on average rating.
    Is there any sign of object types being supported in the 4.0EA1 release? There is a strong desire within my organisation to move to a more object-based approach to PL/SQL coding but until we are able to unit test easily there will be no real progress.

    If you are ready to learn a little bit of Ruby then you can try [PL/SQL unit testing with Ruby|http://blog.rayapps.com/2009/11/27/oracle-plsql-unit-testing-with-ruby/]. ruby-plsql library [supports also PL/SQL object types|http://blog.rayapps.com/2009/11/25/more-oracle-data-types-supported-by-ruby-plsql-gem/] as input and output parameters and return values.

  • Can a PL/SQL table Object Type be used in a VO?

    Hi,
    Is it possible to use a PL/SQL table object type to provide data to a View Object? In short, I would like to be able to do something like this:
    1. Create record object:
    CREATE OR REPLACE TYPE xx_rec_type AS OBJECT
    (xxid NUMBER,
    xxdesc varchar2(10),
    xxcost number...);
    2. Create table object:
    CREATE OR REPLACE TYPE xx_tbl_type AS TABLE OF xx_rec_type;
    3. Declare and populate the object in PL/SQL package:
    xx_tbl xx_tbl_type;
    xx_tbl(i).xxid := 1;
    xx_tbl(i).xxdesc := 'XXX';
    xx_tbl(i).xxcost := 10.00;
    4. Create a View Object as:
    SELECT * FROM xx_tbl
    Is it even possible to access xx_tbl from View Object? If anyone has done something like this, please do share.
    TIA
    Alka

    A PL/SQL procedure can exist in Oracle DB, in TimesTen, or in both. You control that by where you create the procedure. Procedures that exist in Oracle can really only be called in Oracle and can only access data in Oracle. Procedures that exist in TimesTen can only be called in TimesTen and can only access data in TimesTen. There is a limited capability, using the TimesTen PassThrough capability to call PL/SQL procedures located in Oracle, from Timesten, and for Timesten PL/SQL procedures to access data in Oracle. Using PassThrough does have some overhead.
    Chris

  • Unit test for object types

    In the current version (2.1.0.63) I can perform only unit test for packages, function and procedures. But we use a lot of object types in the database and would like to test them. Is there any support for object types scheduled?

    You can also use the original UT PLSQL package from sourceforge.
    I have used this in the past for testing with file comparisons, table object output from procedures, etc.
    We've also used the same setup for Oracle Forms code testing.
    Dennis

Maybe you are looking for