How to place the modified masthead in place of default masthead in framewor

Hi ,
i am changing the default masthead .I have downlaoded com.sap.portal.navigation.masthead.par.bak from PCD and have done some changes. I created a new iview based on this new par file com.xy.portal.navigation.masthead.par
I could see the changes through preview. and i have added this to framework page .
the new iview always gets added to at the bottom of the page.i have sorted it by sorting controls(using Visible) on the page editor.even then in the page layout it always shows the new masthead at the bottom of the page. How to get the new masthead at the top of the page??
Can somebody help me.
Thanks in advance.
Lakshmi

Hi Lakshmi,
The way to move the masthead is to drag & drop it in the page layout.
Hope that helps,
Yoav.

Similar Messages

  • How to autofill the Modified Date And Modified User?

    hi All,
    Below is the screenshot of my form , if we look at the last 4 columns we have Created Date,Created User Id which is popped up automatically if a new entry is being created. Now if we look at the last 2 ModifiedDate and ModifiedUserId those fileds will be
    empty wile creating a new entry which is good for me. But lets say if i go back to any existing record and want to modify it then the modified date and modified userid must be popped up with that persons name and current date. I think i can use the logic i
    have to get date and userid but i want some help with code to how to make the modified fields fill up.
    Can someone please help me with this?
    Thanks a lot for all your time and support.

    well I use it all the time, and have no problem in that initially both the 'started' and the 'modified' date fields have the same value..... because when one is editing a record whether initially putting in data or adding/changing later - they are both considered
    to put the form in a dirty state.
    then in future edits only the modified date field changes.  the code in the OnDirty event is:
    me.ModifiedDateFieldName=Now()
    any other approach will be more difficult to achieve as essentially one must trigger it not universally at the OnDirty event but something more specific such as at every control

  • How to track the Modified Data-Please help

    Hi Gurus,
    Background about the issue.... We have Customers and Customer Tier on Siebel On Demand. Every month after bookings are done customer tier is modified depending on the reveune genrated by the customer. Say for example ....Customer XXX was under 'A' but due to bad bookings for the month now they are degraded 'B'. Like this we get a list of customer tiers for the month of all customers and are uploaded in to Siebel.
    Now the challenge for me is while reporting in Analytics... how to retain the previous value. For example...For Customer xxx the customer tier was A in Aug and is modified as B in September. I want retain the previous value in my reports....
    In one of the Siebel Query documents i saw that PRE <'Field Refrence'> syntax holds the previous value of the field ..But it did not work in my case...
    Any suggestions to retain the old value after doing modifications..
    Thanks for the help.
    BK

    BK,
    My suggestion would be to write workflows that capture the data when it changes into the task description e.g.
    PRE(CustomerTier) <> (CustomerTier) creates a task that puts (Customer Tier into the description)
    then using the Task created date reflect that in the activity report.
    cheers
    Alex

  • How to test the modified script (Global Dunning)

    Hi all,
    I have a requirement in SAP Script.
    I had modified Global Dunning Letter F150_DUNN_01 and the print program is SAPF150D2.
    Transaction code is F150.
    How to test the script and what is the access path for checking print preview of the modified form.
    Do i need to configure anything before testing.
    Rewards to all.
    Thanks & Regards,
    Aarthi.

    Hi
    Your functional consultant will help you to trigger the output of this dunning output
    or search in SPRO tcode
    o in the related tcode F150
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • How to load the modified programs in the client

    Hi , I have a problem in jsp ..
    i want to load the modified files only to the client
    using if-modified-since method ..
    for example , I have fie called temp.html .. It contains one javascript file called
    t.js .. Now the javascript will load for every time when i call the temp.html progam.
    Rather i want to load the javascript file only if it is modified when calling the
    program in the next time ....
    Any body know please reply immediately . its very urget

    Thank you coming . ..
    People want store some information in the client system ..
    SO that system can work more fast like desktop program ..
    The loaded information in the client should again reload when he come to the site
    again only if the information had modified ..
    That is what i want ...

  • How to retreive the modified XML data?

    Hi..
    i had a problem in retrieving the modified xml data.
    Iam using apache's DOMParser
    In the my class my xml data is stored in a string.so i used following statement to read xml data from that string:
    String abc="<? xml version=... some data goes here"
    InputSource in=new InputSource(new ByteArrayInputStream(abc.getBytes()));
              DOMParser domParser = new DOMParser();
              domParser.parse(in);
              Document doc = domParser.getDocument();
              Element root = doc.getDocumentElement();
    and i did some operations like adding ,removing and replacing elements etc.
    It was fine when the checked the data.
    but..i need my modified xml data as String.
    is there any method to retrieve the modified xml data "as it is" in String?

    You can use XMLSerializer.
    Here is an example that dump your document on the console:
    OutputFormat formatter = new OutputFormat();
    formatter.setPreserveSpace(true);
    XMLSerializer serializer =
    new XMLSerializer(System.out, formatter);
    serializer.serialize(doc);
    where doc is your Document.

  • How to print the modified old Purchase Order

    Dear Friends,
    What is the process of printing the modified old Purchase Order.
              With Regards,
                Siva kumar

    Dear,
    Please check the link with screenshots.
    http://www.finance.utoronto.ca/fast/qrg/purch/po/print.htm
    Regards,
    Syed Hussain.

  • How to identify the modified rows in ALV grid in OO

    Hello All,
    I have strange problem and i don't know how to solve it?
    I have ALV grid and in that ALV grid i have two buttons 'CONT' and 'ALLOC', when the user press 'ALLOC' button i will give a popup to make the user to enter some value.
    After entering the value i will do some calicualtions and i will distribute the amount in the fields of ALV grid and i should update the ALVGRID.
    Normally we can use CALL METHOD ME->REFRESH_TABLE_DISPLAY.( I have already checked by using this method and it worked fine)
    Here is the way my program look like
    ALVTREE1
    ALVTREE2
                 |----
    ALVGRID
    The problem is when i press the other button CONT i am unable to know what values exist in ALVGRID.
    How can i find these distributed amount in ALV?
    I hope i am clear while explaining problem.
    Here is  the required code:
      method handle_user_command.
        data: lt_fields       type table of sval,
              ls_field        type sval,
              ls_fieldcatalog type lvc_s_fcat,
              ls_merkpl       type zvhf_merkpl,
              lv_month(2)     type n ,
              lv_year(4)      type n ,
              lv_spmon        type zvhf_allocation-spmon,
              lv_value        type p.
        field-symbols: <fs> type any,
                       <ls_merkpl> type zvhf_merkpl.
        case  e_ucomm.
          when 'CNT'.
            call method gcl_gui_alv_grid->check_changed_data.
            call method dailogbox_container->set_visible
              exporting
                visible = space.
            call method gcl_gui_alv_tree2->frontend_update.
            call method gcl_gui_alv_tree2->update_calculations.
            clear: gt_merkpl.
          when 'ALCT'.
    Popup to get the values enterd by the user
            ls_field-tabname   = 'DD02V'.
            ls_field-fieldname = 'DDTEXT'.
            append ls_field to lt_fields.
            call function 'POPUP_GET_VALUES'
              exporting
                popup_title     = 'Enter value'
                start_column    = '1'
                start_row       = '1'
              tables
                fields          = lt_fields
              exceptions
                error_in_fields = 1
                others          = 2.
            if sy-subrc <> 0.
              message id sy-msgid type sy-msgty number sy-msgno
                      with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
            elseif sy-subrc = 0.
              read table lt_fields into ls_field index 1.
              if sy-subrc = 0.
                gv_value = ls_field-value.
    Read the table zvhf_allocation with nodekey  in order to get percentages
                select * from zvhf_allocation into table gt_allocation
                                   where dvkbur = gs_node_info-nodename.
    Read gt_merkpl in order to get existing line in ALV grid
                loop at  gt_merkpl into ls_merkpl.
    *Read FCAT inorder to find the field and move proprtinate value
                  loop at gt_fieldcatlog3 into ls_fieldcatalog.
    *Split is required to match ZVHF_ALLOCATION-SPMON  with screen text and to proprtinate the value
                    split ls_fieldcatalog-scrtext_l at '.' into
                          lv_month lv_year.
                    concatenate lv_year lv_month into lv_spmon.
    Check whether an entry exist or not in ZVHF_allocation
                    read table gt_allocation into gs_allocation
                                              with key spmon = lv_spmon binary search.
    *If an entry exist proprtinate the value as enterd in table
                    if sy-subrc = 0.
                      lv_value  = gv_value * gs_allocation-prozent.
                      lv_value = lv_value / 100.
                      perform assign_value using     ls_fieldcatalog-fieldname lv_value
                                           changing  ls_merkpl.
                      modify gt_merkpl from ls_merkpl.
                    endif.
                  endloop.
                 CALL METHOD gcl_gui_alv_grid->frontend_update.
                  call method gcl_gui_alv_grid->refresh_table_display
                    exceptions
                      finished = 1
                      others   = 2.
                  if sy-subrc <> 0.
                    message id sy-msgid type sy-msgty number sy-msgno
                               with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
                  endif.
                endloop.
              endif.
            endif.
        endcase.
      endmethod.                    "handle_user_command
    If you have any further questions please let me know.
    Regards,
    Lisa

    Hello Vijay,
    Thanks for you reply,
    The event data_changed is not working because i called method refresh_table_display. So the event changed will not be raised after i press button CONT
    If i didn't call this method then i can see the value enterd by the user in ALV grid.
    So, do you have an more ideas.
    Regards,
    Lisa

  • How to save the modified rows in jspx page usind adf default commit action

    Hi,
    We are displaying some columns of the database table in jspx page. Here we are using adf commit action to save these values to database which is updating all the rows by default. In this page there are some editable columns which the user can miodify. How can we update only these modified rows using default adf commit action. Also we want to update last_updated_date column of that particular row which is modified in the UI from backing bean .
    Can anyone please help us in solving this.
    Thanks in advance

    User,
    A key question - what are you using for the model layer (ADF Business Components, JPA, EJB, etc)?
    How are you determining that a "commit" action is updating rows (even those which haven't changed)?
    If you are using ADF Business Components - have a read in the documentation about history columns - the use case you describe (updating the last_udpdated_date column) is supported "out-of-the-box" for this.
    John

  • How to get the modified bean classname ?

    Hi,
    We have a product that persists the beans in an object database.
    I am looking for a way a way for a client to know the name of
    the WLS implemented bean, dynamically(rather than providing it manually), so that
    it can do a query for the bean( in the database).
    Seems, like this name iss changing from one version to another.
    The dynamic bean names generated in WLS6.1 is not the same as
    those for WLS7.0. And WLS5.1 didn't have this behavior.
    Are you sure that there is no way we can find it? Maybe, someone
    from bea will know.
    Thanks,
    Gurdev

    Hi,
    Using the Context interface (listBindings()) you can get all bindings under a
    context. One can enumerate through the returned enumeration and go down the tree
    if required.
    S
    "Gurdev Parmar" <[email protected]> wrote:
    >
    Hi,
    We have a product that persists the beans in an object database.
    I am looking for a way a way for a client to know the name of
    the bean, dynamically(rather than providing it manually), so that
    it can do a query for the bean( in the database).
    Seems, like this name keeps changing from one version to another.
    The dynamic bean names generated in WLS6.1 is not the same as
    those for WLS7.0. And WLS5.1 didn't have this behavior.
    Thanks,
    Gurdev

  • How to get the modified bean name in WLS?

    Hi,
    We have a product that persists the beans in an object database.
    I am looking for a way a way for a client to know the name of
    the bean, dynamically(rather than providing it manually), so that
    it can do a query for the bean( in the database).
    Seems, like this name keeps changing from one version to another.
    The dynamic bean names generated in WLS6.1 is not the same as
    those for WLS7.0. And WLS5.1 didn't have this behavior.
    Thanks,
    Gurdev

    Hi,
    Using the Context interface (listBindings()) you can get all bindings under a
    context. One can enumerate through the returned enumeration and go down the tree
    if required.
    S
    "Gurdev Parmar" <[email protected]> wrote:
    >
    Hi,
    We have a product that persists the beans in an object database.
    I am looking for a way a way for a client to know the name of
    the bean, dynamically(rather than providing it manually), so that
    it can do a query for the bean( in the database).
    Seems, like this name keeps changing from one version to another.
    The dynamic bean names generated in WLS6.1 is not the same as
    those for WLS7.0. And WLS5.1 didn't have this behavior.
    Thanks,
    Gurdev

  • Hai friends after read,how to write the modify stmt

    READ TABLE IT_makt into wa_makt  with key matnr = wa_ekpo-matnr.

    hi check this...
    types: begin of ttab ,
          vbeln(10) type c ,
          vkorg(4)  type c,
          dele(4)   type c,
          end of ttab ,
        begin of ttab1 ,
         vbeln(10) type c,
         dele(4)   type c,
         end of ttab1 .
    data: itab type table of ttab  with header line,
          itab1 type table of ttab1  with header line,
    wa like line of itab ,
    wa1 like line of itab1 .
    itab-vbeln = '0000000001'.
    itab-vkorg = '1000'.
    itab-dele  = 'DEL'.
    append itab .
    itab-vbeln = '0000000002'.
    itab-vkorg = '1000'.
    itab-dele  = 'DEL'.
    append itab .
    itab-vbeln = '0000000003'.
    itab-vkorg = '1000'.
    itab-dele  = 'DEL'.
    append itab .
    itab1-vbeln = '0000000001'.
    itab1-dele  = 'TST'.
    append itab1 .
    itab1-vbeln = '0000000002'.
    itab1-dele  = 'GRE'.
    append itab1 .
    sort itab by  vbeln.
    sort itab1 by vbeln.
    loop at itab into wa.
    data:v_index type sy-index .
    v_index = sy-tabix.
    read table itab1  into wa1 with key vbeln = wa+0(10).
    wa14(4) = wa110(4).
    modify  itab index v_index from wa   .
    endloop.
    loop at itab.
    write:/ itab-vbeln,itab-vkorg,itab-dele .
    endloop.

  • How to transport the modified Query from DEV to QA

    Hi BW users,
    I have made few changes for existing query and transported to QA and the changes are reflecting in QA .But did n't transported to Production .and Now I have to added one more InfoObject.
    Now Can I add that Info Object in QA  it self or Do I need to add the New Info Object in DEV and Transport it to QA again.
    Please let me know as it is very urgent to me.
    Thanks in Advance
    Sanjay M

    Hi Sanjay,
        Any changes you should to in DEV only. Do changes in DEV and move transport to Quality and subsequently to Production.

  • How to force the unlock screen Keyboard layout as default?

    Hello BB Experts, is there a way to force the unlock screen keyboard layout as the default keyboard layout for everything in my Z30 (except the dial pad). I really love the unlock screen keyboard layout with the top numeric row.  Thanks!

    not that i know of, but it does pop up for password fields

  • How to disable the "permanently store exception" checkbox by default?

    I'd like to change the default behaviour of the "Permanently store this [certificate] exception" checkbox so that it is NOT checked by default. I don't want to store the exception for self-signed certificates on my internal servers, but Firefox makes me jump through to hoops to verify that yes, I really, really want to go ahead and open the page, and then (with the checkbox already checked by default) I have to remember to UNcheck the box so that I can view the page but not store the certificate.
    Is there any way to change a setting so that this checkbox is turned off by default? or that the whole bad-certificate rigmarole is disabled for a certain IP range (say, for 10.0.0.0/8)?

    ... or release a patch for the API,
    ... or suggest an alternative route to achieve the intended result.

Maybe you are looking for