FPM_SEARCH_UIBB without result list ?

Hi SAP Guru's !
I want to use FPM_SEARCH_UIBB together with FPM_LIST_UIBB, because I think the new "Select-Options" are very cool.
At the same time the customer want's to be able to export Result List to Excel and do column sorting.
Up to now, I have build mye own "Search" Component, and used this together with the List GUIBB, but in the future I want to use as much std component's as possible.
Please advice !
Regards Rolf
Edited by: Rolf Hoven on Jan 23, 2012 9:41 AM

Which NW release are you talking about? As of release 7.03/7.31 there is the possibility to define a result list in the GUIBB Search that is based on the new GUIBB List ATS. This offers highest flexibility to the application developer.
Edited by: Jens Ruths on Jan 23, 2012 12:36 PM

Similar Messages

  • Who's Who - Restrict Result List

    Dear,
    My problem today is that my Who's Who displays all the positions from the backend in the result list.
    For example, if Mr X was in entity A til end of Dec07 and then he changed position and was in entity B. Then Who's who displayed all the results.
    That is to say, i have two records for Mr X in SAP so both records are displayed in my who's who.
    > My question is then the following: how to restrict who's who result? So that i can have only the current record in my result list and NOT ALL the records???
    Thanks a lot
    Regards,
    Cyrielle

    Tim is correct with one rider. If you add a group to the list it will unpack the group membership EXCEPT where the users are members by virtue of it being their primary group.
    Therefore, you can give read and/or write permission to a large group of individuals without including them in the mailing list.
    Note, Apple defaults to putting everyone into GUID 20. So you have to make changes to the users if you want any selectivity, but it works.

  • Embedded Search: Additional columns in search result list of cv04n

    Dear all
    We needed to extended a standard append object to add an additional attribute column "description" in the search result list of cv04n.
    Otherwise no user is able to find out best-fit search result really without any indicator about content.
    Now my question is if it is possible to add more columns class-independently?
    So description is defined for every class type, but what about individual ones for each class?
    Best regards
    André

    Hi,
    First check, how the dropdown has been added on toolbar. check if any view set is there in sales order search component.Try by put break point in do_handle_event method of the view and viewset if any.
    There might be different configuration in result view to select based on the value selected from dropdown.
    Regards,
    Dharmakasi.

  • Refresh CV04N result list?

    Hi All,
    is there a possibility to refresh the result list of an CV04N search?
    So - that changes ins DIS data are shown without to go back to the selection screen and search again.
    For example by refresh button - or that there is an function module, which can be called by process button.
    Thanks,
    Roland

    Hi Roland,
    I think one solution would be to implement a special button in the result screen of CV04N. This button could be used to trigger again the search in CV04N by starting in inlcude LCV100F01.
    With this method I think the whole search should be done once again without going back to the selection screen.
    Best regards,
    Christoph

  • Table source, mapped column, result list

    Hi!
    I need to show in result list some field from my table (orderNo).
    Each row in table is an order item, with content column (orderInfo) which I intrested to indexing.
    But when I map orderNo column (I forced to map because without it I can't operate with orderNo in XSLT search result) to search attribute in table column mapping this column became searchable and this is bad for me because of search colision...
    So my question is - howto show column in result list, but avoid this column to be searchable ?
    Thanks!

    This is the default behavior. All columns indexed, including the CONTENT column, are included in a FT search. The CONTENT column becomes the cache link.
    If you are using a custom UI, you could build your custom search using Filters and custom search attributes. Since you are using the out-of-the-box search, the only thing I can think of is to use the Attribute Selection, select ONLY the attribute(s) you want to search, and then execute your search.
    If you do not want to force the user to use a look-up, you can use the FT short cut search attribute syntax of "SEARCH_ATTRIBUTE_NAME:VALUE"... so if your attribute name/column name is "orderNo" your search syntax would be "orderNo:12345" where 12345 is the order number you are looking for. This will save users from having to open the dialog.
    FYI - You might be able to default "orderNo:" in the search box by tweaking the URL.
    Hope this helps.

  • ME2L - ALV Result List

    Hello Experts,
    we using ERP 2005 (BASIS 700).
    Is it possible to display in program RM06EL00 (TA: ME2L) the result list as ALV GRID instead of the standard ABAP-List?
    In the coding is a selection screen parameter "PA_ALV" but this parameter is set to NO-DISPLAY.
    Has anybody an idea how I can get an ALV-List in this Transaction.
    Thank you very much in advance.
    Kind reagards
    Axel

    Hi Axel,
    in the selection screen press F4 on field . In the dialog press the create button. Than you will go to customizing through project or without project.
    Than you could define scope of list. In the definiton you could customize the settings for ALV grid.
    After that you have to select the scope of list at running the report.
    Regards
    Bernd
    path in IMG:
    Materials Management/Purchasing/Reporting/Maintain Purchasing Lists/Scope of List/Define Scope of List.
    Message was edited by:
            Bernd Köhn

  • Expende the Line in the result list

    Hello
    I need your help.
    In the result list at "Identify account" i get only 4 lines. and if i have 10 result i need to turn pages.
    I want to get more then 4 lines in the result list in one view without turn pages.
    Thanks
    Merav

    Hi Lisa
    You can change the  visibleRowCount = "4" to "10".
    crmic:tableView id              = "<%= controller->tableview_id  %>"
                         navigationMode  = "BYPAGE"
                         onRowSelection  = "select"
                         onNavigate      = "onNavigate"
                         table           = "//Customers/Table"
                         selectionMode   = "LINEEDIT"
                         columnWrapping  = "FALSE"
                         fillUpEmptyRows = "FALSE"
                         keyColumn       = "BP_NUMBER"
                         emptyTableText  = "Table is empty!"
                         visibleFirstRow = "<%= First_Row  %>"
                         focus           = "TRUE"
                         visibleRowCount = "4"   <----
    Here!!!!!!!!!
                         selectedRowIndex  = "<%= Row_Selection %>"
                         headerText      = "<%=lv_size %> <%=otr(crm_ic_appl/BupaResultsCustomer) %>"
                         headerVisible   = "TRUE"
                         width           = "100%" >
          <crmic:tableViewCols>

  • ORA-14314: resulting List partition(s) must contain atleast 1 value

    Hi,
    Using: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production, Windows 7 Platform.
    I'm trying to understand Exchange Partition and Split (List) partitioning. Below is the code I'm trying to work on:
      CREATE TABLE big_table (
      id            NUMBER(10),
      created_date  DATE,
      lookup_id     NUMBER(10),
      data          VARCHAR2(50)
    declare
      l_lookup_id big_table.lookup_id%type;
      l_create_date date;
    begin
      for i in 1 .. 1000000 loop
        if mod(i,3) = 0 then
           l_create_date := to_date('19-mar-2011','dd-mon-yyyy');
           l_lookup_id := 2;
        elsif mod(i,2) = 0 then
           l_create_date := to_date('19-mar-2012','dd-mon-yyyy');
           l_lookup_id := 1;
        else
           l_create_date := to_date('19-mar-2013','dd-mon-yyyy');
           l_lookup_id := 3;
        end if;
        insert into big_table(id, created_date, lookup_id, data)
           values (i, l_create_date, l_lookup_id, 'This is some data for '||i);
      end loop;
      commit;
    end;
    alter table big_table add (
    constraint big_table_pk primary key (id));
    exec dbms_stats.gather_table_stats(user, 'BIG_TABLE', cascade => true);
    create table big_table2 (
    id number(10),
    created_date date,
    lookup_id number(10),
    data varchar2(50)
    partition by list (created_date)
    (partition p20991231 values (TO_DATE(' 2099-12-31 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN')));
    alter table big_table2 add (
    constraint big_table_pk2 primary key(id));
    alter table big_table2 exchange partition p20991231
    with table big_table
    without validation
    update global indexes;
    drop table big_table;
    rename big_table2 to big_table;
    alter table big_table rename constraint big_table_pk2 to big_table_pk;
    alter index big_table_pk2 rename to big_table_pk;
    exec dbms_stats.gather_table_stats(USER, 'BIG_TABLE', cascade => TRUE);
    I'm trying to split the data by moving created_date=19-mar-2013 to new partition p20130319. I tried to run the below query but failed with error. Where am I doing it wrong?
    Thanks.
    alter table big_table
    split partition p20991231 values (to_date('19-mar-2013','dd-mon-yyyy'))
    into (partition p20130319
         ,partition p20991231
    Error report:
    SQL Error: ORA-14314: resulting List partition(s) must contain atleast 1 value
    14314. 00000 -  "resulting List partition(s) must contain atleast 1 value"
    *Cause:    After a SPLIT/DROP VALUE of a list partition, each resulting
               partition(as applicable) must contain at least 1 value
    *Action:   Ensure that each of the resulting partitions contains atleast
               1 value

    I stand corrected.
    Below are the steps I have gone through to understand:
    1. How to partition a table with data in it.
    2. Exchange partition.
    3. Split partition (List).
    4. Split data to more than 2 partitions.
    Please correct me if I'm missing anything.
    CREATE TABLE big_table
        id           NUMBER(10),
        created_date DATE,
        lookup_id    NUMBER(10),
        data         VARCHAR2(50)
    DECLARE
      l_lookup_id big_table.lookup_id%type;
      l_create_date DATE;
    BEGIN
      FOR i IN 1 .. 1000000
      LOOP
        IF mod(i,3)= 0 THEN
          l_create_date := to_date('19-mar-2011','dd-mon-yyyy');
          l_lookup_id   := 2;
        elsif mod(i,2)   = 0 THEN
          l_create_date := to_date('19-mar-2012','dd-mon-yyyy');
          l_lookup_id   := 1;
        ELSE
          l_create_date := to_date('19-mar-2013','dd-mon-yyyy');
          l_lookup_id   := 3;
        END IF;
        INSERT INTO big_table(id, created_date, lookup_id, data)
          VALUES(i, l_create_date, l_lookup_id, 'This is some data for '||i);
      END LOOP;
      COMMIT;
    END;
    ALTER TABLE big_table ADD
    (CONSTRAINT big_table_pk PRIMARY KEY (id));
    EXEC dbms_stats.gather_table_stats(USER, 'BIG_TABLE', CASCADE => true);
    CREATE TABLE big_table2
      ( id           NUMBER(10),
        created_date DATE,
        lookup_id    NUMBER(10),
        data         VARCHAR2(50)
      partition BY list(created_date)
      (partition p0319 VALUES
        (TO_DATE(' 2013-03-19 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN') ,TO_DATE(' 2012-03-19 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN') ,TO_DATE(' 2011-03-19 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
    ALTER TABLE big_table2 ADD
    (CONSTRAINT big_table_pk2 PRIMARY KEY(id));
    ALTER TABLE big_table2 exchange partition p0319
    WITH TABLE big_table without validation
    UPDATE global indexes;
    DROP TABLE big_table;
    RENAME big_table2 TO big_table;
    ALTER TABLE big_table RENAME CONSTRAINT big_table_pk2 TO big_table_pk;
    ALTER INDEX big_table_pk2 RENAME TO big_table_pk;
    EXEC dbms_stats.gather_table_stats(USER, 'BIG_TABLE', CASCADE => TRUE);
    SELECT p.partition_name, p.num_rows
    FROM user_tab_partitions p
    WHERE p.table_name = 'BIG_TABLE';
    ALTER TABLE big_table split partition p0319 VALUES
    (TO_DATE(' 2013-03-19 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
    INTO (partition p20130319, partition p0319);
    ALTER INDEX big_table_pk rebuild;
    EXEC dbms_stats.gather_table_stats(USER, 'BIG_TABLE', CASCADE => TRUE);
    SELECT p.partition_name, p.num_rows
    FROM user_tab_partitions p
    WHERE table_name = 'BIG_TABLE';
    SELECT DISTINCT created_date FROM big_table partition(p20130319);
    SELECT DISTINCT created_date FROM big_table partition(p0319);
    ALTER TABLE big_table split partition p0319 VALUES
    (TO_DATE(' 2012-03-19 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
    INTO (partition p20120319, partition p20110319);
    ALTER INDEX big_table_pk rebuild;
    EXEC dbms_stats.gather_table_stats(USER, 'BIG_TABLE', CASCADE => TRUE);
    SELECT p.partition_name, p.num_rows
    FROM user_tab_partitions p
    WHERE table_name = 'BIG_TABLE';
    SELECT DISTINCT created_date FROM big_table partition(p20130319);
    SELECT DISTINCT created_date FROM big_table partition(p20120319);
    SELECT DISTINCT created_date FROM big_table partition(p20110319);

  • Enhancing SoCo Result list in SRM 7.0

    Hi all,
    I have enhanced WebDynpro Component
    /SAPSRM/WDC_DO_SOCO_GAF_1
    View
    V_AO_SOCO_GAF_1
    I have included all my SC customer fields within the result table by enhancing the context node
    SEARCH-RESULT_FIELDS
    All customer fields ar declared as CHAR fields.
    Result:
    Customer fields are shown within Sourcing Cockpit result list --> everything fine so far.
    Problem:
    I can not sort the customer table columns.
    I have entered sortable within layout but when I hit the sort button
    for a customer column --> othing happens?
    The lines are not sorted out.
    For example
    Product Number          FreeText(Customer Field)
    A123               ZXY
    A234               ABC
    When I hit the sort function on my customer column the sorting stays the same?!
    For every other column (SAP Standard fields) it works without any problem?!
    Do I have to enhance another context node as well to make my columsn sortable?
    Thanks and regards
    Andreas

    Enhancement within Action ON_SORT_TABLE

  • Error while adding a 'Ext No' field to Activities Search Result List on UI

    Hi Experts,
    The requirement is to add a new display field u2018External Nou2019to the activities SEARCH Result list.
    At the moment activities are displayed with start date, end date and category, now the user want to display External No as well.
    The details for that
    Target:
    Component:BT126S_APPT
    View:bt126s_Appt/ApptSR
    Context Node:BTQRACT
    New attribute 'EXTERN_ACT_ID' to be added to the context node.
    Source: component: BT125H_TASK
    View: BT125H_TASK/TaskDetailsOV
    ContextNode:BTACTIVITYH
    Attribute:Struct.Extern_Act_Id
    BOL Relation:
    BOL ENTITY: BTQRAct
    BOL Attribute: BTADVSAct -> BTOrderHeader -> BTHeaderActivityExt/EXTERN_ACT_ID
    When i tried to added the attribute to the context node BTQRACT, it gave me the error 'method CL_BT126S_A_APPTSR_CTXT CREATE_BTQRACT DOES NOT EXIST.
    please give me some inputs.
    Regards
    Krishna

    Hi steve,
    Still my issue was not resolved, could you help me to find the exact error.I have enhanced the component, view and context node, still i couldn't able to add attributes to the context node BTQRACT.I tried to add several fields, but it is giving the same error 'METHOD CL_BT126S_A_APPTSR_CTXT' CREATE_BTQRACT DOES NOT EXIST'. I have checked the OSS messages and found 2 relavant to this component. I have implemented both the Sap Notes 1363752, 1226612. Still after implementing the OSS note, i am getting the same error.My guess is one of the method is missing. Please help me out?
    Regards
    Krishna

  • How to change search result list entries?

    Hi together,
    I'd like to fit the TREX search result list to my own requirements. I've edit the Search Result Renderer Settings, Search Result Layout Set, Search Component Set and the Search Option Set. But that's not enough.
    1.) I would like to display the relevant index name, in which the document was found.
    2.) For special indexes (not for all!) I want to change the content link:
    For example: if TREX is finding an xml-File in index "abc_index" I would like to change the content link from
    "https://portalserver/irj/go/km/docs/folder/p76.xml" to
    "https://portalserver/irj/go/km/docs/folder/p76.htm"
    and from
    "https://portalserver/irj/go/km/docs/folder/p76_data.xml" to
    "https://portalserver/irj/go/km/docs/folder/p76.htm"
    3.) I'd like to display a special part of the document as a explanatory text in the result list.
    I think point 1 and 3 are possible with properties and HTML-extractors. But point 2 I'm afraid I have to create my own component.
    But how to manage this? I cannot find any code snippets or tutorials or pattern to copy and develop further.
    Is it possible or advised to write a WebDynpro? Are there other possibilities? I don't know how to start.
    I would be pretty delighted to get any idea...
    Thanks a lot
    Steffi

    Hi Stefanie
    1) If you want to be able to show the name instead, you should write your own property renderer. Heres the link for the documentation: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c739e546-0701-0010-53a9-a370e39a5a20 -> How to Implement Flexible UI
    Components -> Property Renderer
    2) Documentation will be send in a matter of minutes.
    3) I also think the web property extractors only work with the web repository manager, because as far as I know that is the only repository manager, where you can select a web property extractor upon creation. I guess you could open an OSS to SAP and ask if its not possible to extract properties in your scenario just to be sure if its not possible. But my guess is that you either have to develop your own repository manager or publish your files on a web server in order to meet your requirements.
    Best regards,
    Martin

  • Result table data to be populated based on selection in the result list

    Hi,
    We have a parent data source "P" containing all the record types. Further we have two child data sources each having filters on exclusive record types(for ex. child1 containing record types X, Y, Z and child2 containing record types A, B).
    In our page we have a result list associated with data source child1(record types X, Y, Z) and result table associated with data source child2(record types A, B). There exists common attributes among the attributes present in result list and in the result table.
    Rest of the containers in the page namely search, breadcrumbs, guided navigation point to the parent data source("P") containing all the record types.
    Whenever we select a value from the guided navigation using the common attributes both the result list and result table are getting filtered.
    What we require is that, whenever an attribute(common attribute) is clicked in the result list, the data in the result table needs to get filtered based on the value of the attribute that is clicked.
    Is this possible? If so, pl. suggest how.

    Take a look at the Studio release notes for EID 2.4 http://docs.oracle.com/cd/E35976_01/studio.240/RELNOTES.txt a lot of little bugs like the one you describe have been resolved. If you haven't already done so you should upgrade to 2.4.

  • How to get latest record on top of the result list

    Hi Gurus,
    How to get latest record on top of the result list when you open the record.
    saved data method in BT120H_CPL of OverView page and result list in ICCMP_INBOX.
    Regards,
    Ravi

    Hi
    Try sort descending by on fileld "changed at ".
    manipulate the sort depends on your requirement
    Regards
    Logu

  • Different Color Text of Topic Titles by Child Project in Search Results List

    Does anyone know how I can change the text color to indicate the source project of a topic as displayed in the Search Results list?
    I have followed Peter Grainge's directions for setting up a parent project that has several child projects, one of which contains outdated version-specific information. Thanks, Peter!
    I would like it to be obvious to the user before they open a topic from the Search Results list that it is from the old legacy project.
    I have found where the font is set, (thanks to the RoboWizard), but I am not a Javascript programmer and am uncertain how to code the "if document is from this project, then use this font" logic.
    I would also like to put a "caption" below the "Search Results per page" line to explain the purpose of the color change.
    I am using RoboHelp HTML 8.0.2. I generate WebHelp output which is then FTP'd to our server.
    Thanks in advance!

    Hi Leon,
         Let me make sure that I understand your suggestion - I should change the title of each topic in the "legacy" knowledge base so that they each include a short identifier, such as "First Topic - Legacy"? If so, I suppose that would work, but I'd have to change 1,000 topics. The topic titles would no longer match the filenames (I'm trying to freeze changes to the old knowledge base to which there are many links from our user forum), which I suppose is not a big concern at this point.  I'll run some tests.
         That has also raised another question in my mind, but I'll post that separately. It's about the way Robohelp selects the text that is shown immediately after the title of the topic in the Search Results list.
         Thanks for taking the time to help!

  • After updating my I pad, I have problems with getting new apps. After filling in my Apple Id, I fill in my  3 secret questions. But than I get à Message that this session had to break of, without results.

    Alter updating my IPad, I have problems getting new apps. After filling  in my Apple Id, and answer my 3secret questions, I get THE answer that this session had to be ended without results.

    Wow ! I got it running again ! :-)
    I called support and got helped by a very friendly guy:
    We tried serveral things, what worked for me was to reset my cookies:
    - Close all apps by doubleclicking the "home" button - you see all running apps in the lower part of the screen. Then click an hold the first icon until it starts "shaking". Klick the small minus, proceed like that until the row is empty. 
    - Go in to the control center (don't know what it's called in english, in swedish it's "Inställningar")
    - Klick the tab "Safari"
    - Klick on Clear cookies and data ("rensa cookies och data")
    - Close the control center and start App store
    If you now try to download an app you still get the request for the three safety-questions, but when filling them in it works and you can proceed after that. The questions will not turn upp again afterwards...
    Good Luck !
    Other things we tried was:
    - disconnecting the wifi and restarting it
    - log out from app-store (in control center, tab "itunes and appstore")

Maybe you are looking for

  • Corsair K30 Keyboard and Logitech Mouse

    I have a new Desktop with Win 8.1 and Win 7 as dual boot with above keyboard and mouse. When I boot to Win 8.1 every thing goes on fine. But when I try to boot with Win 7 the keyboard and mouse are not getting initiated and I am unable to enter the P

  • HELP Compressor 2.3.1 will not open!

    I really need to get this working asap does anyone have any suggestions. I have already tried reinstalling. The app bounces in the dock twice then closes.

  • Lenono Vibe X2 Battery Die even when phone is not being used

    HI, I baught Lenovo Vibe X2 couple of months back, and I continuously noticed that the battery of my phone die within 4-5 hours. Even i am not using my phone at all it doesn't work for more then 7-8 hours.  I am seriously not able to understand what

  • AX can't read configuration

    Hi *, yesterday my AX was not found by iTunes anymore, checked the lamp - green. Restart computer, disconnected AX from power and connected it again, same thing. AX could not be found with the Airport Util. Now i did a Hardware reset to works setting

  • Images appear pixelated when brought into indesign/exported to pdf

    When i drag a large image file into indesign it appears very pixelated and cannot figure out how to get the resolution better, it also looks even worse when i export the project to a pdf file. Does anyone know how to fix this?