Placing the ux3 Shell in sap.m.Page causes its header to disappear

Hi Community,
I want to have a common Navigation Links for the complete SAPUI5 application , so my preferred choice was ux3.Shell. But while placing the ux3.Shell in sap.m.Page , its header is overridden by that of page . How to avoid this ? Or is there any other way to structure this typpe of requirement for responsive application ?
PFB the screenshot :
Suggestions are welcome.
Regads
Mayank

Hi Hendrik,
                    Did you check by right clicking on the shell and giving inspect element whether the shell has the splitapp div inside it?
          if so then check whether it has got some width and height if not try to give it inform of pixels instead of percentage
Regards
Raghu

Similar Messages

  • Adding a container to sap.m.Page causes container height to be 0px. Any fixes?

    In a simple SAP UI5 mobile app if I add a TileContainer to a sap.m.Page, the TileContainer's height is set to zero. Try to save the attached txt file, by changing the extension to .html and then open in the browser. Go to page 2 and inspect the dom elements. The element with id projectTileContainer has height 0 and consequently it's content is not visible. I have also seen this behavior when adding NavigationContainer to page. What am I missing?

    Yep, that's the correct answer, thanks.
    The reason is that without "enableScrolling = false" the height of the page content area adapts to the height of the content. And the height of the TileContainer (this is the content) adapts to the height of the parent, so there is a short circuit and the browser collapses it to zero. You'll find this pattern often in CSS height handling.
    Regards
    Andreas

  • Where is the value of a SAP UI page Field stores?e.g. Priority

    Hi All,
    I am so confused about getting the value of a UI page field, e.g.Priority. I don't know how to obtain its value in a report. It isn't a field in CRMD_ORDERADM_H table.
    Via set a breakpoint in one of class CL_CRM_UIU_BTADMINH_CN' method GET_PRIORITY and debug, I can find its value here in  'assign ME->CONTAINER_PROXY->DATA_REF->ATTRIBUTE_REF->* to <DATA>.'. But I don't know how to use it in my report.
    Any one can help? Thank s very much!
    Br,
    Ivy

    Hi Ivy,
    You can find the priority in the table SCPRIOT.
    If you want to get it from the UI, you can get it from the relation BTHeaderActivityExt
    Refer the code:
    DATA: ls_activity_h TYPE crmst_activityh_btil.
        lv_collection = lr_order->get_related_entities( iv_relation_name = 'BTOrderHeader' ).
        IF lv_collection IS BOUND AND lv_collection->size( ) GT 0.
          lr_adminh ?= lv_collection->get_current( ).
        ENDIF.
        CHECK lr_adminh IS BOUND.
    *        check if the leading object is activity or task
        CALL METHOD lr_adminh->if_bol_bo_property_access~get_properties
          IMPORTING
            es_attributes = ls_adminh.
        INCLUDE crm_object_types_con.
        IF ls_adminh-object_type EQ gc_object_type-businessactivity OR ls_adminh-object_type EQ gc_object_type-task.
    *          get the activity header extension
          CLEAR lv_collection.
          lv_collection = lr_adminh->get_related_entities(
                 iv_relation_name = 'BTHeaderActivityExt' ).
          IF lv_collection IS BOUND AND lv_collection->size( ) GT 0.
            lr_activity_h = lv_collection->get_current( ).
            CHECK lr_activity_h IS BOUND.
    *            check if the activity or task is marked as private
            CALL METHOD lr_activity_h->get_properties
              IMPORTING
                es_attributes = ls_activity_h.
    Regards,
    Leon

  • How to get af:commandLink components of a page in its showPrintablePage

    I have a table which has af:commandLink component in one of its column.
    Other columns have af:outputText components which are visible in show printable page of the table..But the column which has af:commandLink component in it shows blank.Is there any way to get the af:commandLink in show printable page.
    (Its ok if I dont have the links functioning in the Printable page.. I just need to show the links so that they are also printed...)

    Hi,
    from looking at the sources, it hides the command component that performs the print. However, there is a mentioning that all command components are suppressed, which is not configurable. Here's what the component doc says:
    "The showPrintablePageBehavior tag is a declarative way show a printable page. It may be added underneath any "command" component - commandButton, commandLink, commandMenuItem, commandToolbarButton, etc. When that button is clicked, a new browser window will be displayed (or, potentially, a new tab, depending on the browser) that has the printabel look-and-feel. Printable pages lack all navigational components, and generally eliminate scrolling so that all contents can be printed. Note that the command component will not submit an action event to the server (the event is cancelled), though there will be a request to the server to get the printable page."
    Frank

  • Disable animation for sap.ux3.Shell when pane opens/closes

    Hi there,
    is there a way to disable the slide-in animation (and slide-out) when showing the right side pane of sap.ux3.Shell?
    Regards
    Tobias

    Hi Tobias,
    Seeing the Shell's private _openPane method (sap.ui.ux3.Shell.prototype._openPane), it is quite easy to tell that there is no way to turn off the animation.
    One possible solution if you absolutely need to turn off this animation, is to copy the standard implementation (Shell-dbg.js and ShellRenderer-dbg.js) into your project and make a new 'custom Shell control' out of it; and modify just the _openPane method so that there is no animation. Ofcourse, this also means that in spite of future upgrades to your UI5 version, you will still be stuck with your current version of the Shell control.
    Regards,
    Pritin

  • What are strengths and weaknesses of the sap.m.Shell and sap.m.App as container for an application wrapper?

    My question today: What are strengths and weaknesses of the
    sap.m.Shell
    and
    sap.m.App
    as container for an application wrapper?
    I currently use non of them, but I see the advantages.
    SAP best practise is to use one of them or nest them as shell > app. What are strengths and weaknesses of the approaches?

    We prefer to say, the tender mercies of the Fetch block.
    You'll notice the "wfm info" cluster as an output of the Fetch
    VI.  This cluster has gain and offset members- use these to scale
    your binary data to floating point voltage representation.
    As you point out, the numbers won't be exactly what you expect given
    the vertical range and the device resolution.  There are a few
    reasons for this.  First, we don't use the absolute full scale of
    the ADC for the maximum input voltage.  There are a couple of
    codes of headroom at the top and bottom.  This allows your input
    signal to slightly exceed the specified vertical range without clipping
    (you'll get a warning from the driver).  Second, these gain and
    offset numbers take into account calibration information for your
    device.  Using these numbers will correct for small deviations
    from the ideal offset and gain.
    So if you use the gain and offset numbers from the driver, your
    measurements will be more accurate than if you assume 0 offset and
    perfect gain.  They will be most accurate if you make sure to
    perform a self-calibration once the device is in your system and at the
    temperature that your tests will be run.

  • What is the diff b/w Sap Scripts and Smart Forms

    Hi,
          Whats the diff b/w SAP Scripts and Smart Forms..
             I need the internal explanation for both Smart Forms and SAP Scripts mean when we execute what happens whether Print Program r Forms starts execution 1st  and SIMILARLY FOR SMARTFORMS WHETHER FM'S  R FORMS.
    Thanks & Regards,
    Gopi.

    Hi
    Difference with SMARTFORMS vs. SapScript(SE71)
    The Following are the differences :-
    a) Multiple page formats are possible in smartforms which is not the case in SAPScripts
    b) It is possible to have a smartform without a main window .
    c) Labels cannot be created in smartforms.
    d) Routines can be written in smartforms tool.
    e) Smartforms generates a function module when activated.
    f) Unlike sapscripts (RSTXSCRP), you cannot upload/download Smartform to your local harddisk.
    It was said that it was provided in CRM 3.0 version, but not available in R/3. You can download smartforms into Local PC in a XML format. In the same way you can upload this XML format into Smartform. From the smartform editor itself you can call download option, if you are working in CRM 3.0 environment.
    In R3 also, you can download into XML format. However, it's not sure about uploading. Refer to the program 'SF_XSF_DEMO'.
    In 4.7 Enterprise, other have seen this utlity which is completey missing in 4.6c. There is functionality to downlaod a complete form or only a particular node. (Utilities -> Download form). It will create a XML file and save it in the hard disk.
    For others, if you want to download/upload the Smartforms source, you will need the help from the Basis people. What you can do is to create a Transport and then FTP down to your local harddisk. When you need the Smartform source in another system, you have FTP up the Smartforms file back to the SAP server. Finally, the Basis team, will tp it into your system.
    g) The protect and endprotect command in sapscript doesn't work with smartforms. For example on a invoice: First data of position no 80. is printed on page one, other data of position no 80 is printed on page 2. And there's nothing you can do about it. Actually, there is something you can do about it. By using a folder node and checking the 'protect' checkbox, everything in that folder will be page protected.
    check out this link:
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    Reward points if helpful.
    Regards,
    Swathi.

  • How do I stop firefox from automatically placing the cursor in a textbox?

    How do I stop Firefox from automatically placing the cursor in a text box? On certain pages such as Google.com the cursor will be moved to the search text box automatically after a couple seconds from the page loading. So I'll be typing in the address bar or something and then half of what I am typing in the address bar becomes cut off and starts being entered in the Google.com text box for search. The same happens on Facebook.com and the cursor is automatically moved to the Status Update text box. I assume this is a built in "feature" of the web page, but it's damn annoying. Especially when I start typing in my status update box on Facebook before the page completely loads and then halfway through typing (once the page is done loading) my cursor is moved to the starting position of the text area and my text is cut off.
    Just the be clear the actual mouse pointer isn't being moved, just the prompt for entering text.
    How can this be stopped?
    == This happened ==
    Every time Firefox opened
    == Started since I can remember

    This problem has grown worse over the last couple of years. I use Firefox on Mac and Windows. I consider this problem to be a bug. Here's why: Event Driven interfaces, e.g., OSX and Windows, are never supposed to change typing-cursor focus WHILE SOMEONE'S TYPING!!!
    Firefox allows websites to change focus WHILE USERS TYPE!
    Hey, sorry for the caps, but I haven't used those for awhile and that's kind of fun. But really, more and more websites steal typing-cursor focus WHILE USERS TYPE.
    Efff them, but really, Eff Firefox for allowing this.
    It's almost like a symptom of our hyper scattered age where our attention jumps here and there.
    But really... I love Firefox, some of my best friends are Firefox, they're good people, don't get me wrong, but damn it, WHEN SOMEONE IS TYPING THE UNASSAILABLE RULE OF EVENT DRIVEN DESIGN IS NOTHING ELSE SHOULD CHANGE FOCUS WHILE SOMEONE IS TYPING!!!!
    FIX THIS PLEASE.
    Oh, I just ran out of capital letters. :) :) :)

  • Limit on the size of the flat file in SAP Application Server

    Hi Gurus,
    My requirement is to upload the account payable data to the SAP Application Server.
    The requirement say's like if the size of the file exceeds the limit(is there any limit on file size in SAP?) of SAP then I should upload another file with the remaining records.
    Is there any limit on the file size uploaded into SAP Application Server?If there is limit on file size then what is the value of the limit?
    I guess the file size will depend on the basis configuration and the free size of the Application Server Folder.
    How to check free space in the Application Server folder and proceed further for placing the file in that folder?
    Thanks & Regards,
    Kiran Kumar K

    The limitation (if any) will be on the OS level. Nothing to do with SAP as such. Asking your basis team to provide you with an area with plenty of room will be the easiest option. How big are your files - most OSs can handle files of many GB. Sounds to me like the "requirement" has been written by someone without technical knowledge...

  • How do you get word count to print at the end of a document in Pages?

    How do you get word count to print at the end of a document in Pages?

    Pages v5 does not provide a user assignable word count variable. With some AppleScript, and a paste operation from the clipboard, you can have locale punctuated word count in this format: 7,803 — anywhere in your document. The following AppleScript works with Pages '09 v4.3 through Pages v5.5.2 on Yosemite.
    I would suggest that you copy paste the following AppleScript into your [Apple] Script Editor and save it (suggestion) wordcnt.applescript. Then, follow this with an option+Save As… and this time set the File format to Script Bundle, or Application with hidden extension — saved to your Desktop. Provided you have a Pages document open, you are then a double-click from the ability to paste your current word count into Pages.
    Note: If you have Pages word count display enabled, it will automatically count your pasted value as another word which initially may deceive on true word count at the time the script was run.
    AppleScript
    --- copy below this line ---
    property locale : "en_US.UTF-8" -- In Terminal, use the locale command to see yours
    if not ApplicationIsRunning("Pages") then
         display dialog "Pages must be running to use this utility."
         return quit
    end if
    tell application "Pages"
        tell body text of front document
            set wordCnt to count words
            -- Don't want punctuated numbers? Remove the single quote from printf format
            set the clipboard to (do shell script "export LC_ALL=" & locale & "; printf \"%'d\" " & wordCnt)
        end tell
    end tell
    on ApplicationIsRunning(appName)
         tell application "System Events" to set appNameIsRunning to exists (processes where name is appName)
         return appNameIsRunning
    end ApplicationIsRunning

  • When importing from a Word document placing the text in InDesign

    When importing from a Word document placing the text in InDesign I can only see the text from the first page of the Word document. I have increased the number of pages in the Indesign document to more than what is in the Word document, still only text from the first page is shown. What am I doing wrong or did I not set a setting correctly?

    When you want to auto flow text while placing, hold down the Shift key when clicking with the Place cursor on the first page. New pages will be generated and text will be auto flowed using the margins set up on the master page.

  • Placing the file in the Dynamic folder

    Dear All,
    We are having the some requirment like.
    We developed one Adaptermodule to pick up the Excel sheet and reads and create one file for each sheet. These files are placing in one Target folder.
    Here we are developing the one more communication channel to pickup the file from this folder and trying to place the file in the particular folder based on the File name.
    Now my requirement is we need to place the file in the Target folder based on the File Name.
    For ex if the File name is INT0001.txt then we need to place this file in usr\sap\450\in\INT0001\  folder and
    if the file name is HIRING.txt then we need to place the file in usr\sap\450\in\HIRING\
    if the file name is INT009.txt then we need to place the file in usr\sap\450\in\INT009\
    Here we are not using any IR objects in this development.
    Please give any suggistions to solve this problem.
    Regards
    Goli Sridhar

    Hi,
      Try Variable Substitution method.Refer the link for use of Variable Substitution..
    [http://help.sap.com/saphelp_nw70/helpdata/EN/bc/bb79d6061007419a081e58cbeaaf28/content.htm]
    In file access parameter you should select create target directory.
    you should have read,write access for creating folder.
    Regards,
    Prakasu

  • What are the benefits of adding the Google Tracking Code to web pages.

    Hi everyone - I completed my site a few months ago but I'm not happy with the Google ranking I'm getting
    after typing "leadlight windows" into the Google search field.
    I've got Google verification and made sure I've got descriptive titles for my pages and alt text for photos
    plus plenty of "leadlight windows" in my text and headings.
    After months of doing a Google search, to my surprise other sites with what seems like less mention of "leadlight windows"
    are getting a much higher ranking than mine.
    I was wondering wether inserting the Google Tracking Code on each page might give me a higher ranking
    than I'm getting.
    My site is www.leadlightdlux.com
    Many thanks in advance for anyone that has clues about Google Tracking Code.

    Google Analytics is only half the battle.  The analytics starts the process for Google and they build off it.  What you need to examine next is Google Webmaster Tools: https://www.google.com/webmasters/tools/home?hl=en .  On that tool under "Your Site on the Web" you will see an option for keywords.  This will show you what Google sees.
    Lastly Google has recently updated their code whether you are subdomains, multiple domains, etc and this code is placed in the head of your document instead of the end of the document, so updating your code may help there as well.

  • How to integrate Lumira Story in SAP JAM Pages?

    Hi,
    I have developed a dashboard using LUMIRA version 1.18. The story create using desktop version has been shared in LUMIRA Cloud account with other users.
    Now, the requirement is to publish/integrate this story in SAP JAM page.
    I am searching on this for quite a long time and didn't find any helpful article on this.
    Kindly share your knowledge on this.
    Regards,
    Poornesh K V

    Hi,
    the link that Tammy shared is for the BI platform and Jam integration, if you use BI platform then you can take advantage of this, but there is no integration with Lumira Cloud and Jam.
    AFAIK Jam does not have the ability to embed the openDocument URL that Lumira Cloud provides in an iframe, but you may just be able to post the openDocument link and have people click on it.
    Regards,
      Christina

  • Running the JAZN shell in Oracle 10g

    Hello all,
    I am a student taking the Oracle 10g DBA class. I am having trouble running the JAZN shell script that will allow me to use SYSDBA and SYSOPR profiles in iSQL*Plus. I was wondering if there was someone out there who could explain this script, what it does and help me locate where my proble is.
    This is the script the book gives and say to run:
    Setting up iSQL*Plus for SYSDBA and SYSOPER Access
    These roles require special setup and authentication for security reasons. To do this you must set up a user in the Oracle Application Server Containers for J2EE (OC4J) user manager and grant access to the webDba role for the user. You must set the JAVA_HOME OS environment variable to $ORACLE_HOME/jdk.
    1. Change to the correct directory:
    Cd $ORACLE_HOME/oc4j/j2ee/isqlplus/application-deployments/isqlplus
    (I am able to get to this directory okay.)
    2. Run the JAZN shell:
    $JAVA_HOME/bin/java/-Djava.security.properties=$ORACLE_HOME \
    /oc4j/j2ee/home/config/jazn.security.props-jar $ORACLE_HOME/oc4j/j2ee/home/jazn.jar-user “iSQL*Plus DBA/admin” \
    -password welcome –shell
    (When I run type the shell as written it doesn't look like anything happens. I am in the same directory as before. I did get an error a couple of times telling me that the directory /bin/java did not exist. When I try to go into the $JAVA_HOME directory is say that it does not exist.
    --------------- I have never gotten past here ----------------------
    Now what I gather from looking at this shell is that it creates an admin profile with a password of welcome.
    3. Create a user, choosing a username and password:
    JAZN> adduser “iSQL*Plus DBA” username password
    4. Grant the webDba role to the user:
    JAZN> grantrole webDba “iSQL*Plus DBA” username
    5. Exit the JAZN shell:
    JAZN> exit
    This part looks like it is where you create the SYSDBA and SYSOPER profiles and passwords. You also grand these profiles webDba access. Then exit the shell.

    Hello Werner,
    I did have to install Java on my computer. I created a Java directory and in this directory I placed the jre1.6.0_18 file which I downloaded. This is the Java application. The path I placed it in is /usr/java/jre1.6.0_18.
    I also looked at what I thought were all my environment varriables with the $ env command and saw nothing that refered to java or JAVA_HOME.
    After setting JAVA_HOME i get an error:
    Exception in thread "main" java.lang.NoClassDefFoundError: .u01.app.oracle.product.10.2.0.db_1.oc4j.j2ee.home.jazn.jar-user
    (I have no idea what this means)
    My questions:
    Is this the file that I should be pointing to? I do not understand what the /jdk directory is.
    From what I could see from the link that you provided was the Oracle Application Server Installation Guide. Is this what you wanted me to read?

Maybe you are looking for

  • Have to reinstall Flash after every reboot.

    Windows 7 - IE9 - Flash version 11.0.1.152 - Plugins and OS up to date - ESET Smart Securty 4 I get prompted to install new version of Flash after a reboot, so it happens at least once a day. I install Flash and it installs just fine and works until

  • Find the relationship between tables where the constraint type is 'R'

    Hello, I am trying to find an answer of the following question: How to query the user_constraints view (probably some more views should be involved here) in order to get information about the table name, the column (or columns) that is (are) a foreig

  • I want to delete a Proof-Setting in Photoshop CS6

    Hello, I want to delete a Proof-Setting in Photoshop CS6. I can only find ways to store these settings, but there is no way to delete them. I can see that the folder (I'm working on a Mac) is named «Proofing» and I know its inside the Color-folder in

  • Newbie - JSP and TAG library problem

    I am trying to execute a JSP program on a server with jakarta-tomcat-4.1.29. Here is a program: <%@ taglib uri="testTagURL" prefix="testTagPrefix" %> <testTagPrefix:myFirstTag/> in web.xml I have definition: <taglib> <taglib-uri>testTagURL</taglib-ur

  • Embedding external rss in my site

    I am trying to embed a rss feed from another site to update current info automatically on my site. My research indicates that if I use php that should be relatively easy to do. I am having trouble finding where to start, can someone point me in the r