Hide "Your Reference" column in the results displayed at genericsearch.jsp

Hi Experts,
I am new to ISA 5.0 & have a requirement which I need to develop:
Select u201COrder existing Quotation" on welcome.jsp. Then in the result table shown. I need to hide the column u201CYour Reference.u201D
My problem is that I am not able to understand how this table is shown & where is the code for displaying the resultdata. On the /appbase/genericsearch.jsp I can not find any html code which is used to display the u201CYour Reference.u201D column & values for each row.
Please help.

In ISA, all the strings are externalized. "Your reference" too is externalized and comes from the resource bundle. To know the parameter name, use the URL parameter - translate.show.key.concat=99 to see the key name of the parametrized string of the table header.
http://<host>:<port>/b2b/init.do?<url-parameter-key=value>&<url-parameter-key=value>
The language keys are normally located in \WEB-INF\classes folder in language-dependent resource files.

Similar Messages

  • Hide column but still have the results displayed

    I am working in BEx query designer 2004s.  Is it possible to hide a column but still have the results displayed?  If I go to the properties of the column and check 'always hide' it hides the column but the results do not display either.
    Any help would be greatly appreciated.

    In the query designer, you select Hide option for the returns key figure from the context menu. Now your report will not show the returns key figure.
    But have the total returns key figure in the query and you will get to see the total returns as well.
    Hope it helps.
    regards.

  • Insert a Blank Column in the Results Area of a Workbook

    Is it possible to insert a blank column in the results area of a WORKBOOK that does not get affected by free characteristic drill down or refreshing of the corresponding query?  The current workbook looks like follows
    Column A - Characteristic1
    Column B - Characteristic2
    Column C - KeyFigure1
    Column D - KeyFigure2
    Column E - KeyFigure3
    Column F - KeyFigure4
    The requirement is that the user wants to enter some estimates between Column B and Column C and Column D and Column E as follows
    Column A - Characteristic1
    Column B - Characteristic2
    Column C - USER ENTRY
    Column D - KeyFigure1
    Column E - KeyFigure2
    Column F - USER ENTRY
    Column G - KeyFigure3
    Column H - KeyFigure4
    Column I - CALCULATIONS BASED ON USER ENTRY
    First I tried to split the results area and save the workbook.  But when the query is refreshed then the entire results area gets back in one piece.  I succeeded partially by having a key figure with no possible output (i.e., restricting a non-existent value on a characteristic).  Again in here, whatever user inputs will get wiped out with the drill down.  Does any one have any pointers?  Thanks.
    IS

    Hi IS,
    As a nearly workaround I can suppose to do the following.
    Create two identical requests.
    In the first one hide the columns to the right from your intended new user column. In the second one - hide columns to left.
    Knowing the columns number to be shown in each request you can place both request in the same row, but in different columns taking into account that between result areas should be one (or more) additional column.
    Data entered by a user will not be wiped out during query refresh or drilldown. Of course, these user data will not conform drilldown operations. So, it is not 100% solution you want.
    Another possibility, very hard to implement (if feasible at all), is to write VB code that will monitor user action and will keep data entered by a user somewhere in another sheet and restore them in proper cells after user action (drilldown). But I don't think such coding worth it.   
    Best regards,
    Eugene

  • How do I add a column to the Result for BT111S_OPPT

    Hi,
    I have a requirement to include a header level partner in the Results view of BT111S_OPPT.  It is already possible to search by this partner function but the partner column is not available on the view 'BT111S_OPPT/Result'.  My research has pointed me toward using the "ITERATOR" but a related blog was not available and I must admit that I am rather confused as to how to use the "ITERATOR".  I am assuming that I can use it to GET->CURRENT but then I don't know what to do after that.
    Any help is appreciated as we are under time pressure.  Thanks.
    Cheers,
    Paul

    Hi,
    iterators are normally used to convert data in lists which are already evaluated.
    In your case you better add a new column to the result list node and implement the getter with your own
    code. This would look quite similar like (just an example)
    METHOD get_po_number_ship.
      DATA:
            lv_po_number_ship TYPE crmt_po_number_ship,
            lr_current TYPE REF TO if_bol_bo_property_access,
            lr_entity  TYPE REF TO cl_crm_bol_entity.
      IF iterator IS BOUND.
        lr_current = iterator->get_current( ).
      ELSE.
        lr_current = collection_wrapper->get_current( ).
      ENDIF.
      TRY.
          lr_entity ?= lr_current.
          lr_entity ?= lr_entity->get_related_entity( iv_relation_name = 'BTItemSalesSet' ).
          IF lr_entity IS BOUND.
            lr_entity->get_property_as_value( EXPORTING iv_attr_name = 'PO_NUMBER_SHIP'
                                              IMPORTING ev_result    = lv_po_number_ship ).
          ENDIF.
        CATCH cx_sy_ref_is_initial.
          RETURN.
      ENDTRY.
      value = lv_po_number_ship.
    ENDMETHOD.
    Regards,
    Wolfhard

  • Windows Desktop Search 4.0 How do I Format the Date Column in the Results?

    Is there a way to modify the date column in the Results pane of Windows Desktop Search 4.0?
    It's running on a Windows 2003 Enterprise server.
    I have users that need to modify files that arrived today and yesterday after 5:00 PM.  The date column only displays the time on files with today's date.  Is there some registry setting I can tweak to get this column to always show Date and Time?
    Cordially,
    RN

    Hi,
    For the Windows Desktop Search, i think you may ask in:
    http://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/home?forum=windowsdesktopsearchhelp
    Regards.
    Vivian Wang

  • Error in sharepoint 2010 designer while saving:"Content in the embedded form may be changed by the the server to remove unsafe content.Do you want to reload your page to see the results of the save? "

    Hi, 
    I am doing development  in sharepoint 2010 and facing this very weird problem.
    If I create a site page with the sharepoint look and feel for that site and try to save the site page,i am getting this error:**"Content in the embedded form may be changed by the the server to remove unsafe content.Do you want to reload your page to see
    the results of the save? "** and when i say reload,the server removes some parts of my page, e.g onclick event of html,asp buttons.
    This error just comes for any sharepoint site page,e.g i took a copy of 'How To Read Library' page just edited the text part of taht page,and when i try to save this error again comes up.
    However,if i create a simple aspx page with only htmltags like head body,then thr is no problem ,everything works great. But sharepoint look and feel pages are giving troubles while saving.
    has anybody seen this earlier,what could be the reason for this?
    Thanks

    I think the excerpt and link below is the why, but the page talks about server code and not javascript.  I guessing that this is why blank pages work, but not wiki pages.  Can anyone verify this?
    The following are general rules for using server-side code on a site page.
    If the page is uncustomized, server-side code is supported on the page.
    If the page is customized, server-side code does not run, and the page does not render. This includes the code-behind for the page itself.
    http://msdn.microsoft.com/en-us/library/office/aa979592(v=office.14).aspx

  • Passing a query-limit-value to a Computed-Column on the Results Page

    Hello All,
    Is it possible to use a user-selected variable-limit (filter), and pass it to an IF statement in a Computed-Column in a Results Screen.
    Example:
    I have a Computed Column in a Results screen which uses the following logic:
    if ( Accounting_Period == "2" && Ledger == "ACTUALS" ) {Year_to_Date_Actuals} else (0)
    Instead of [Accounting_Period == "2"], I would like to set Accounting_Period == <variable_query_limit>
    How would one do this?
    Thanks!
    smg

    if not using a dashboard you may want to look at the OnPostProcess event and put script there to collect the selected value of the limit and modify the computed column of the results section.
    strongly recommend you review documentation

  • Virtual column in the result set of the query.

    Hi folks,
    I have table , let it be, EMP. It has columns ENAME,EMPNO,JOB etc.,
    My requirement is to add an extra column, not present in the table, having NULL value at the time of diplaying the results of a query. I hope you got it. So a column that does not exists in the table should get displayed in the resultant set when we query the results from that table. so my question is, how to write the SELECT statement using that virtual column.
    I'd thought of using X column in Dummy table but what if I don't have any dummy table in my particular schema.
    Please do revert back with the solution.
    Your effort'll be genuinely appreciated.
    Cheers
    PCZ

    Hi,
    If you just wany display null values you can write query like this :
    SELECT ENAME,EMPNO,JOB , NULL DUMMY_COLUMN FROM emp;
    Regrads
    Avinash

  • How to connect your hdmi tv to the Thunderbolt display?

    Hello,
    I've just got my Thunderbotl display which is really nice, but i have question and i hope this would be possible.
    How to connect an external display, in my case the HDMI tv to the thunderbolt display?
    The connection would looks something like this:
    Macbookpro (late 2011 15') -> Thunderbolt cable -> Thunderbolt display -> Thunderbolt to hdmi adapter -> HDMI Display
    But currently i cannot get any screen on my hdmi display (it remeans black).
    p.s. runing latest version of OS X
    Thanks

    <http://support.apple.com/kb/HT5219>
    See secrions 14 and 16.
    If your MacBook Pro does support two external displays you may be able to use your TV with a Thunderbolt display.  While a Mini DisplayPort adapter won't work plugged directly into a Thunderbolt display, it will work if a Thunderbolt drive is connected between the displays.  This reportedly works with Seagate GoFlex drives.  LaCie drives don't work plugged into Thunderbolt displays.

  • Embed .swf file or how to hide your .swf file on the web for protection

    Hi, is it possible to hide your .swf file so that it can not be taken.  Is there a way to protect it?  if someone please post the chain of commands on how to do this.

    http://www.google.co.in/#hl=en&source=hp&q=swf+encryption+software&oq=swf+encryption&aq=2v &aqi=g2g-v8&aql=&gs_sm=e&gs_upl=848l6367l0l9310l22l20l3l2l2l0l324l3334l1.4.7.3l15&bav=on.2 ,or.r_gc.r_pw.&fp=bdf9e41683b1cd0a&biw=1024&bih=609

  • The results display pane.

    After I execute my query in SQL developer I view the results in the results pane.
    Is there a way to make the fonts larger in this pane?
    I would like to increase the font size in the actual results and the table columns.
    Thanks!

    I did a blog entry about this some time ago: http://sueharper.blogspot.com/2007/06/magnification-and-general-font-size-in.html
    This really is about adjusting the font size of the whole product.
    There is a bug logged on the IDE for having configurable fonts.
    Sue

  • How to modify horizontal​.xsl to add few columns in the Result table?

    I would like to add few input parameters from my parameter variables in my report table using horizontal.xsl. It is like add columns to the table. Can someone advise?
    thanks
    rgds,
    toko

    toko,
    maybe you want to take a look here.
    hope this helps,
    Norbert B.
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • How to hide/remove Particular column from the payslip in ESS\MSS Portal overview table?

    Steps to be followed.
    1)Go to SE18
    2)Select Enhancement spot
    3)Give the Espot name 'HRESS_PAYSLIP'
    4)From left side double click on the Implementing Class 'CL_HRESS_PAYSLIP_BADI_STANDARD'.
    5)Within that double click on the method 'if_hress_payslip_badi~adjust_field_catalog'.
    6)AT the end of this method there will be 4 Lines of coding with the Loop and endloop. This is the code which
    is use to hide the column from ESS/MSS payslip overview.
    7) According to your requirements you should copy the same 4 lines code and hard code the particular column field name
    with the Implicit Enhancement.
    Below Code is for ur understanding:
      clear ls_field_usage.
       ls_field_usage-enabled = abap_false.
        ls_field_usage-visibility = cl_wd_uielement=>e_visible-none.
        modify ct_field_usage from ls_field_usage transporting enabled visibility
          where name eq 'Hardcode ur column field name'.
    All the best

    Hi,
    For making a page/iview invisible temporally without deleting from role, change page/iview property "Invisible in navigation areas" to "yes" then it will be hided in navigation areas.
    regards,
    Mahesh

  • Adding Additional Columns to the Results

    Hi,
    I wanted to additional column in iRecruitment Vacancy Results Table.I have added the column using personlaization but it's not displaying.
    Here are the Steps that I have done.
    iRrecruitment Administrator --> Vacancies --> Search for the Approved Vacancies.
    Click on the Abpout Page and found the VO Object: IrcVacancyVO
    Found the Attribute that I need to add : VACAttribute8
    I have created a New Item with Style : Message Styled Text
    and provided the View Attribute (VACAttribute8) and View Instance(IrcVacancyVO) accordingly.
    The Item that I am adding is attribute8 of the Additional Vacancy Details DFF.I have enabled this attrbiute in the Flexifield.
    The attribute is part of the IrcVacancyVO Query.
    I am not sure what's I am missing but its not displaying the column that I have added.
    Any Input is highly appreciated.
    Regards,
    A
    Edited by: 791680 on Jun 17, 2011 11:22 AM

    Hi Wasey,
    Try as Diwakar told. I am not able to see that tripline in display mode. A long back i copied the same program and i added extra fields in it.I copy program SAPLMCB3 inside which routine AUSGABE_LISTE_KZ.
    Regards,
    Madhu.

  • Removing columns from the result of a query via SQL

    Hi
    I have written a SQL query that returns the following results:
    TableA
    A1.ColA A2.ColB
    1234 567
    567 1234
    I would like the query not to display the second row since the first row already has the required info.
    The SQL query is
    Select A1.ColA, A1.ColB
    from TableA A1,
    TableA A2
    where A1.ColA <> A2.ColB
    As you can see I'm comparing the values in the same column.
    Regards
    Bilal

    As I can see none of the previously mentioned solutions here work in the proper way, so you can try this:
    SQL> with t as (select 1234 colA, 5678 colB from dual union all
      2             select 5678 colA, 1234 colB from dual union all
      3             select 2 colA, 1 colB from dual union all
      4             select 1 colA, 3 colB from dual)
      5             select colA, colB
      6               from (select colA,
      7                            colB,
      8                            row_number() over(partition by least(colA, colB), greatest(colA, colB) order by colA) rn
      9                       from t)
    10              where rn = 1
    11  /
          COLA       COLB
             2          1
             1          3
          1234       5678

Maybe you are looking for

  • How to capture Exception error message in Odata ?

    Hi,   I am new to sap gateway. Currently i am creating a Odata Service through the transaction SEGW. In the query i have mapped a RFC. When i execute the service sometimes the RFC throws exception like 'No data Found'. But i dont know how to capture

  • Burning CDs in sesions

    I have an iMac with Leopard 10.5.8 and have suddenly realised I don't know how to burn sessions on CDs. On my earlier machines, eMac and G3s I always used Toast to burn my disks which had an option for sessions. The software built into the iMac does

  • Adding throws exception to methods

    I using spring hibernate orm.SO I have Service layer which internally calls dao and this service layer is called by web. for example      @Override      public List<StgAuditGeneral> findAuditsByStatus(StgAuditSearchDTO stgAuditSearchDTO) {           

  • Condition check befor exporting records

    Can we put any condition before the records get exported. I.e as the records reach syndication manager for syndication i want a condition to be executed and then based on the result of condition i want syndication map to be selected Ex:- if acount gr

  • Problems after updating to 10.8.3

    Since updating to 10.8.3 I can't throw anything in the trash from my email. I get this type of error: "296750.emlx" couldn't be copied to "Messages" because an item with the same name already exists.  Then numbers change, but they each end with .emlx