How to add a view before RootViewController?

Hi,
I have a Navigation based application.
Now , i need to add a view before rootviewcontroller.
So any one help me , how to add a view before RootViewController?
Thanks In Advance.
        YUG

Why not perform what you wish in your application delegate application:didFinishLaunchingWithOptions: method?

Similar Messages

  • How to add classification view using BAPI_MATERIAL_SAVEDATA

    Hi,
    Please any one let me know how to add classification view using BAPI_MATERIAL_SAVEDATA to the material master.
    Thanks,
    shekar

    We use this bapi on a regular basis as well as classification of materials.  We have success doing this in 2 steps.  First step is to save the material using BAPI_MATERIAL_SAVEDATA, second step is to save classification using BAPI_OBJCL_CHANGE  (this can be used for both create and change)  Also look at Function Group CLBPA .   there are several bapi's in that group dealing with object classification, including the one I mentioned..

  • How to add a character before formula values in BEx.

    Hi Guys,
    Can anybody please let me know how to add a character before result of a formula.
    Ex. formula is 10/30*100
    I want to see in report 33.3 %
    thanks in advance
    peter b

    hi..
    You can use a formula variable with Customer Exit

  • How to add new views in Subview dropdown in UWL inbox?

    Hi All,
    I have a requirement to add more views in the "Subview" dropdown in UWL inbox?
    I uploaded the below UWL config file and didn't work.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd'
      >
    <UWLConfiguration version="1.0">
      <ItemTypes>
        <ItemType name="uwl.task.webflow.TS99999999.SAP_R3_HumanResources" connector="WebFlowConnector" defaultView="myExpenseApproval" defaultAction="viewDetail" executionMode="pessimistic"/>
      </ItemTypes>
      <Views>
        <View name="myExpenseApproval" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.webflow.TS999999999" columnOrder="subject, creatorId, createdDate, priority, attachmentCount, completedDate" sortby="createdDate" tableDesign="STANDARD" visibleRowCount="10" headerVisible="yes" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" refresh="-1" dueDateSevere="0" dueDateWarning="0" emphasizedItems="new" displayOnlyDefinedAttributes="no" dynamicCreationAllowed="yes" actionPosition="bottom">
          <Descriptions default="Expense Report to Approve">
            <ShortDescriptions>
              <Description Language="en" Description="Expense Report to Approve"/>
            </ShortDescriptions>
          </Descriptions>
          <Actions>
            <Action reference="refresh"/>
            <Action reference="removeFromNavigation"/>
            <Action reference="addToNavigation"/>
            <Action name="launchSAPAction" groupAction="" handler="SAPTransactionLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Descriptions default="launchSAPAction"/>
            </Action>
          </Actions>
        </View>
      </Views>
    </UWLConfiguration>
    Can anyone tell me what's wrong in this xml file?
    Or
    How to resolve this issue?
    Thanks
    Sundar

    Mr. I, GURU:
    I am trying to make my first workbook, and I do not have any options in the Available section. I can open up a SQL session, and view the tables with this same user ID. In Discoverer, I cannot see any items in this list. Does the Administrator have to assign separate user access for Discoverer?
    Thanks in advance.

  • How to add Custom View to GP Runtime Views

    Hi All,
    I would like to add custom view to my GP process.
    In GP runtime mode the numbers you see on left hand side like "run103" "run002" are confusing to users. I would like to have appropriate name/description instead.
    I understand that I can add Custom view to Runtime Views, but when I am editing a process "Add Custom View" button is always disabled.
    Why that button is always disabled?
    How do I define Custom View for a process?
    Thanks,
    Abhay

    Hi Abhay,
    this is a bug in SP7 which is fixed in the last patch. You can download it from the Market Place.
    Best regards,
    David

  • How to add key figuers before chracteristic

    Hi all,
    i would like to now if it is possible to add key figuers before chracteristics in a report.
    The report look like this (CH - characteristic, KF - key figure):
    CH1 CH2 CH3 CH4 CH5 KF1 KF2 KF3 KF4 KF5
    but it should look like this:
    CH1 CH2 KF1 KF2 KF3 CH3 CH4 CH5 KF4 KF5
    How can i make it without dividing it into more reports ?
    Thx for any help,
    regards Martin Zluky

    Thx all for answers.
    We are using BW 7.x so the 3.x thing not gonna work.
    Our customer made a report template and he wants that it should look excatly as he designed it.
    Sivaraja and Reddy A, i am quite newbie in BW so i dont know what you mean. Can you please explain it little bit more.  I think that on a query level there isn´t an option to switch between KF and CH columns, or am i worng?
    We are now thinking about a macro in excel. What do you think about that?
    Regards,
    Martin
    Edited by: Martin  Zluky on Feb 1, 2010 1:23 PM
    Edited by: Martin  Zluky on Feb 1, 2010 1:25 PM

  • How to add three views in MM01

    How to add three custom views in MM01 based on material type.
    Regards,
    Malla

    hi,
    This will solve your problem.
    [https://forums.sdn.sap.com/click.jspa?searchID=19403068&messageID=5708251]

  • How to ADD Materialized Views to Refresh Group

    Hi,
    My requirement is, i want to refresh MVs(fast refresh only) by using DBMS_SCHEDULER. For this i have created one DBMS_SCHEDULER job like below.
    BEGIN
    DBMS_SCHEDULER.CREATE_JOB (
    JOB_NAME      => 'REFRESH_MV_UPLOAD',
    JOB_TYPE           => 'PLSQL_BLOCK',
    JOB_ACTION      => 'DBMS_REFRESH.REFRESH('MV_UPLOAD_GRP');',
    REPEAT_INTERVAL      => 'FREQ=MINUTELY; INTERVAL=30',
    ENABLED      => TRUE
    END;
    In the above script, i created one refresh group 'MV_UPLOAD_GRP'. So what my requirement is i want to ADD my MVs refresh scripts to this group. Scripts as below...
    Refresh MV Scripts:
    1) Exec dbms_mview.refresh('emp.entity', 'f');
    2) Exec dbms_mview.refresh('emp.identifier', 'f');
    3) Exec dbms_mview.refresh('emp.rating_hist', 'f');
    . so on.
    Can anyboy help me how to add these scripts to refresh group 'MV_UPLOAD_GRP'.
    Regards
    Raj

    ALL_REFRESH and ALL_REFRESH_CHILDREN
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14227/rarsnapviews.htm#REPMA027
    Nicolas.

  • How to add a View in ViewContainerUiElement dynamically

    Hi All,
    I am facing some issues while trying to add a view in the dynamically created ViewContainerUIElement.
    Can someone please help me out.
    Thanks and Regards,
    Gaurav.

    Hi Gaurav,
    You will have to use dynamic programming to fix this
    in the domodifyview
    if ( firstTime )
      final IWDUIElementContainer group
        = (IWDUIElementContainer)view.getElement( "grInner" );
      group.destroyAllChildren();
      final IWDViewContainerUIElement container
        = (IWDViewContainerUIElement)view.createElement
             IWDViewContainerUIElement.class, null
      container.setViewContainer
         wdContext.currentContextElement()
           .getViewContainerName()
      group.addChild( container );
    Now you wil have to set the container name in init or some method.
    Regards
    Pankaj Prasoon

  • How to add confirm message before submit

    How to jump confirm box before form submit?

    chan15tw wrote:
    How to jump confirm box before form submit?
    there are several ways do do that, however the underlying technology is always javascript. Please read the webreference.com tutorial "JavaScript's confirm() Method With Form Submission" here
    Cheers,
    Günter

  • UIX: How to add linked view table columns to the Read-only table

    Hi
    I have two tables
    T1: ID, STAFF_ID, NOTE
    T2: STAFF_ID, USERNAME
    I have created corresponding entity objects (E1, E2), views (V1, V2), association A(E1->E2 as *..1 using STAFF_ID) and viewlink VL(V1->V2 as *..1 using association A).
    My model in AppModule looks like
    V1
    ----V2 via VL
    Now I have single UIX page in which I drop V1 as Read-only table. The table displays columns correctly: ID, STAFF_ID, NOTE
    What I want is to add a column STAFF_ID from the V2 into this table. I have tried to drop it into the table but when the page is run it does not display anything in that column. It has to do something with binding.
    I have done similar test with dropping V1 as read-only FORM and then added STAFF_ID from V2 as messageTextInput and everything is rendered correctly.
    Anyone knows how to do the same thing but with table?

    Yes that is true but I would like to give another example where this may not apply.
    Say I have 3 tables
    CLIENT(INDIVIDUAL_ID,...)
    ADDRESS(ADDRESS_ID,...)
    ADDRESS_HISTORY(ADDRESS_ID, INDIVIDUAL_ID,BEST_ADDRESS)
    where ADDRESS_HISTORY is intersection table in CLIENT to ADDRESS many to many relationship.
    Suppose I have VO2 that consists of ADDRESS and ADDRESS_HISTORY entities (corresponding association exists) and user needs to add new address for the selected customer in VO1 (made from CLIENT entity). There are several issues here:
    1) An input form made out of VO2 must contain an entry for BEST_ADDRESS flag but since it will be read-only, seems that this approach may not work. However, I found a post re:Updating view objects with multiple entities that provides workaround this.
    2) In that case assume that I use DBSequence to automatically add ADDRESS_ID when user inputs new record in this input form. I am using DB Trigger on ADDRESS table and have selected ADDRESS_ID in ADDRESS entity as DBSequence. Now observe that VO2 would contain another ADDRESS_ID from ADDRESS_HISTORY entity which has to be automatically populated with the same value. How?
    In a nutshell my question relates to the problem how to automatically populate intersection table when new record is added to the detail. But the trick is that some attributes of the intersection table must be inserted by the user in the form..
    Please advise

  • How to add business logic before populating the read only tables.

    Hi All
    Could you please suggest something for the following requirement:
    I want to populate read only tables from the data control pallete(Based on VO) into the jsff. But Before populating the table I want to add conditions based on what the data should appear in the table.
    For e.g:
    There is a VO fetching the completed and pending tasks by the user. Only one VO is there to fetch the tasks but different tables are used to show the pending and completed tasks..I have created the bind variable for the task status.
    Shall I need to add business logic in the backing bean for jsff which is having the setter and getter for the tables.
    Regards,
    Kanika

    Hi,
    why don't you specify ViewCriteria on the View Object you use and use a bind variable to filter the table data? You can apply ViewCriteria in the AM data model so that they only show e.g. completed tasks, or you can assign a view criteria that uses bind variables, in which case the table is filtered dynamically by the value of the bind variable, or you use Java code to dynamically apply the View Criterias
    Frank

  • How to add a View to a refresh group in Basic Replication ?

    Hello,
    I'm trying to setup a Basic replication between a master DB under 11g Enterprise and a client under XE.
    Replication groups and materialized views are created for related tables without problem.
    But I have to get, on the XE, Views that are defined une the master DB.
    Creating a MV (with the "rowid" option since no pk) on XE is working, but it failed when I try to add it to the replication group using "DBMS_REFRESH.ADD" since it requires "Materialized View Log" on the master but creation is not possible for Views.
    I hope I'm clear enough...
    How can I be sure that my MV on XE that point to Views on the master are up to date ?

    Hemant K Chitale wrote:
    Why not just create the package at the remote site ?To be sure that all sites got the code update
    However, Packages can be replicated using the APIs.
    See http://download.oracle.com/docs/cd/E11882_01/server.112/e10706/repmaster.htm#i38785
    Procedural Replication
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10707/rarmanmaster.htm#REPMA103
    is used to allow PLSQLs to do bulk updates without actually propagating every row change.
    Hemant K ChitaleThanks. Very restrictive... :(

  • How to add List view to SharePoint 2013 app

    Hi
    I'm developing intranet metro style app as SharePoint 2013 auto hosted . i need to get promoted list to display in my app page as it is display in SharePoint host site. i have seen some blog post but no clue of detail way of doing it (http://www.greggalipeau.com/2013/12/25/adding-list-views-to-sharepoint-2013-apps)
    Can any one let me know how to do this in a way steps to follow or any information on this highly appreciated.
    Kind regards
    Radika 

    http://newscarrouselapp.codeplex.com/ Download sample
    http://nettitude.wordpress.com/2013/01/27/creating-a-carousel-in-a-sharepoint-app-using-client-side-rendering/
    http://webcache.googleusercontent.com/search?q=cache:t4nEmPtXxtQJ:sp2013.blogspot.com/2012/08/use-list-view-in-sharepoint-2013-apps.html+&cd=4&hl=en&ct=clnk&gl=in&client=firefox-a
    <WebPartPages:WebPartZone runat="server"
    FrameType="TitleBarOnly" ID="full" Title="loc:full" >
    <WebPartPages:XsltListViewWebPart ID="XsltListViewWebPart2"
    runat="server" ListUrl="Lists/SlideShow" IsIncluded="True"
    NoDefaultStyle="TRUE" Title="Slideshow Images"
    PageType="PAGE_NORMALVIEW" Default="False"
    ViewContentTypeId="0x">
    </WebPartPages:XsltListViewWebPart>
    </WebPartPages:WebPartZone>

  • I can not add the warning before buying an app. Could you please explain how to add this warning

    Please tell me how to add the warning before purchasing an app?

    Hey klw67
    Thanks for the question. Are you referring to the prompt for your password? If so, this can be achieved by utilizing the Restrictions (parental controls) of the specific device. For information on setting up and using Restrictions, see this resource:
    iOS: Understanding Restrictions (parental controls)
    http://support.apple.com/kb/HT4213
    You can prevent access to specific content types:
    - You can also adjust the time necessary before a password is required to purchase content.
    Thanks,
    Matt M.

Maybe you are looking for

  • Catalogs, code groups and codes not available in service order in Web UI

    Hi, I have created and maintained a subject profile for the service orders that i am using for my business scenarios. The same is visible under the objects tab in transaction data of the service order business transaction in the SAP GUI. However the

  • Displaying Parameter in Graph Builder

    Hi I am passing parameter to graphic builder. How i caA display this parameter at run time. Trying to create text item seems creating something like a label not a text filed to which i want to set the value= p_parameter1 Thanks

  • Name collision error occurs when building executable

    hi I was attempting to build an executable of my project including .m file with mathscript of course  , but a warning showed up while building and here is what it was showing: A name collision occurred during the build.  VIs were renamed to protect t

  • Help needed for dead screen

    I hadn't used my iBook G3 a couple weeks and started it up the other day to work on editing some pictures. It started up just fine but after about 5 minutes, lines showed up across the screen and then it went blank. It's been blank every since. I too

  • Push data?

    Does (or can) the iPhone get data "pushed" to it. For ex: I have NY Times app on my iPhone. I would love to have the days news stories pushed to the iPhone, and stored on there, so I can read the stories even if offline. Since AT&T service is so grea