How to remove the approved order from the table in sapui5

Hi Experts,
  how to remove the approved order from the table in sapui5.
After Approving the order how to remove the order from the table in sapui5.
Please help me.
Thanks & regards
chitti Babu

Hi,
Probelm is OBIEE on your machine.Some one might have deleted pdf option.
Refer : http://obiee101.blogspot.com/2009/07/obiee-dashboard-default-controls.html
Try to find out tag that is to be removed from controlmessages.xl so that you have only HTML.
Update :
Stop BI Server.Try removing below tag and restart server.
(sawm:if name="enablePDF">(a class="NQWMenuItem" name="pdf" href="javascript:void(null)" onclick="return PortalPrint('@{pdfURL}[javaScriptString]',@{bNewWindow});">
<sawm:messageRef name="kmsgDashboardPrintPDF"/></a)</sawm:if)
Regards,
Srikanth
Edited by: Srikanth Mandadi on Apr 19, 2011 3:36 AM

Similar Messages

  • How to remove my credit card from the App Store

    How to remove my credit card from the App Store

    I used a pre-loaded credit card so when it ran out i had problems, primarily because it wont let me download or update anything until the "billing problem with the last transaction" was resolved. I dont really care if the purchase goes through but i want to be able to update stuff again and it wont give me the option to select 'none' under payment type. do i have to put another card on there just so i can "resolve the billing problem" and then i have  to take it off again or is there a way around this or is it a never ending cycle?

  • Any ideas on how to remove a small scratch from the screen or whether it is covered by apple?

    Any ideas on how to remove a small scratch from the screen or whether it is covered by apple?

    Call Apple Care and ask them if your computer is still under warranty. 

  • How can I print an order from the PCUI

    Hallo,
    have anybody an idea how I can print an order from the PC UI. The Print Button does'nt work.
    best regards
    Stephan Holzschuh

    I think SAP have changed the hardcoded PRINT event to BTX_PRINT event. Try to change this event in your blueprint table. (See 850647 oss note)

  • Is there a way to get the correct order from the dependent types of a sche

    Hi ,
    I have a CT facing the following problem:
    When trying to built a SQL script to create all the object types within a schema using the DBMS_METADATA packages.
    Did insert in a table the names of the types that will be exported following a concrete order, next loop into the table and call the DBMS_METADATA package for each row.
    These type are depedent between them, there are some type attributes calling other types and here the issue
    First : try to generate the order by created column of dba_objects and when the generated SQL script is launched a lot of type appearing as incomplete state due to the order isn't correct.
    Second : try to insert the table ordering by object_id colums of dba_tables view, it appears incomplete types too.
    Currently want to insert the table using a recursive query with connect by against the dba_type_attrs starting with the rows when ATTR_TYPE_NAME is not null (the types that are called by other types), but this way has a issue dificult to resolve: the roots of hierarchy are the rows when ATTR_TYPE_NAME is not null and we've dependencies between roots nodes
    The question is is there a way to get the correct order from the dependent types of a schema?
    Platform: IBM SP AIX
    DB version: 9.2.0.7
    Any help will be appreciated .
    Thanks in advance.

    The xxx_dependencies view should give you the dependencies betwee nthe various types. I would look at something along the lines of:
    SELECT object_name, referenced_name
    FROM (SELECT o.object_name, d.referenced_name
          FROM user_objects o, user_dependencies d
          WHERE o.object_name = d.name(+) and
                o.object_type = d.type(+) and
                d.referenced_type(+) = 'TYPE' and
                o.object_type = 'TYPE')
    START WITH referenced_name IS NULL
    CONNECT BY PRIOR object_name = referenced_nameThe outer join between user_objects and user_dependencies is required to generate the names of types which are not dependent on other types, or do not have other types dependent on them.
    HTH
    John

  • Partner details are not getting captured to the purchase order from the ven

    Hi,
    Issue : ( ECC PO)
    Partner details are not getting captured to the purchase order from the vendor master.
    We found that the partners are not getting captured in ECC PO's automatically from the vendor master. We checked for all the config and everything seems to be o.k, but could not figure it out.
    Any suggestions are highly appreciated.
    Regards
    Sudhakar

    Hey Sudhakar,
    I believe what is happening here is that the ECC PO document type has not been assigned to the partner determination procedure.
    If this is working properly for standard POs, then,
    Go to Partner detrmination under Purchasing>  Partner Settings in Purchasing Documents> Assign Partner Schemas to Document Types.
    and enter teh appropriate document type and refer it to the procedure you have for NB Pos

  • HT3702 How to remove my credit card from the iPod

    I want to remove my credit card from the app store

    On an iOS device go to Settings>Store>Apple ID>View Apple ID>Payment Information>None.
    If "None" is not an option, you may want to contact iTunes support:
    http://www.apple.com/support/itunes/contact/

  • How to remove a static class from the Runtime of the JVM

    I want to remove a static class from the Runtime of the JVM.
    My goal is to clear the cache of the "InetAddress.getByName(String host)" static method.
    Thanks in advance.
    Floweb

    Sorry, It means a class that has been loaded in the JVM by the call to a static method......
    Floweb

  • How to remove a Java instance from the config tools

    Hi,
    I would like to remove a java instance from the config tool since that server does not exist anymore.  Is there a way?
    Please le me know.
    Thanks
    Jean

    Jean,
    I think you can do this if you remove the entries of your Instance from instance.properties file located under the below path.Take a backup of the file first then do the changes and Restart the server once done.
    /usr/sap/SID/JCInstanceno/j2ee/cluster/instance.properties
    Hope this helps.

  • ¿How can I to get the selected index from a table in sapui5?

    I have a multiselect table for each item I need to open a Dialog and bind then the table.
    How Can I to obtain the index position from my table?
    var myTable = sap.ui.getCore().byId(this.sId);
    var myItem = sap.ui.getCore().byId(myTable.getSelectedItem());
    Thanks in advance.

    Hi,
    You can also use getSelectedContexts of table instance to get the selected indices of sap.m.Table
    var aContexts = myTable.getSelectedContexts(true);
    for(var i = 0 ; i < aContexts.length ; i++)
    var selectedIndex = parseInt(aContexts[i].sPath .split("/")[2]);
    Thanks,
    Rumeshbabu S

  • How to delete a purchase order from the database

    I thought that I was in development machine but I was wrong., I have created a purchase order that I would like to delete from the database.
    Thanks in advance.

    >
    Amarnath Reddy Gurappa wrote:
    > Hi ,
    >
    > I would suggest you to put the deletion mark and save the PO .
    >
    > IF you really want to delete the po in the database  then go to the table ekko and
    > ekpo and delete them ,but for this you should have access to se16n and
    > &sap_edit
    PLEASE, do not recommend such, because it is a wrong approach.
    a purchase order has certainly more entries than jsut in table EKKO, and EKPO.  you can check in DB15 how many tables belong to the object MM_EKKO. If you delete jsut entries from EKKO and EKPO, then you create inconsistencies.
    SE16N and &sap_edit, is not anymore possible having current patches installed. SAP revoked this option, because people like you spread this thru the internet and this is causing security issues.
    A phyiscal deletion should only be done via archiving, this is the standard process.
    If you entered something in error, then set the deletion indicator, everybody can do mistakes, but deleting it with irregular options from the database is certainly a much bigger error.

  • How to Remove Jar File name from the screen of nokia 40 series

    hi
    i have the problem with running midlet.
    the jar file jame is always visible on the screen, how to remove that ?

    >
    Prasanna Kumar wrote:
    > Hi ALL
    >
    > I am using  file adapter and I what to create file name dynamically by acesssing PO number and time stamp from the payload using variable substution.
    > But the problem is I am getting ":" in time stamp field value and it is not acceptable for file name .
    > So could you please tell me a way that I can remove this ":" from that particular field value and create the file name dynamically.
    >
    > Note 1)Add Time stamp option will not help me as we require a time stamp of particular zone.
    > 2) Dynamic Configuration code is also not use full as I am using 1:n file creation
    does the time stamp with the ":" a part of your output file?
    else use a replaceAll function in your mapping and replace the : with empty string then use the value in the variable substitution
    Another option is use the normal BPM for 1: N message flow. The use a simple java mapping that will introduce a dynamic configuration and you can create the file name as you want. the java mapping will be used in the flow of messages from BPM to target system.
    ref: /people/shabarish.vijayakumar/blog/2009/03/26/dynamic-configuration-vs-variable-substitution--the-ultimate-battle-for-the-file-name

  • How to remove links to adobe from the image viewer

    On my site I need to display lots of pictures. I used the
    image viewer flash element from the `insert`-`media` tabs.
    Everything works great, but the first few pics in the
    slideshow are clickable, and link to the adobe home page. How could
    I remove the links and make the pics not clickable. I already went
    into the flash element properties window and made the `image links`
    and `image link targets` blank. I don`t know what else to try.
    Please help!
    thank you: Tibor

    It's only necessary to post once. No answer usually means
    that nobody knows
    the answer....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "serestibi" <[email protected]> wrote in
    message
    news:frm8qo$26v$[email protected]..
    > On my site I need to display lots of pictures. I used
    the image viewer
    > flash
    > element from the `insert`-`media` tabs.
    > Everything works great, but the first few pics in the
    slideshow are
    > clickable,
    > and link to the adobe home page. How could I remove the
    links and make the
    > pics
    > not clickable. I already went into the flash element
    properties window and
    > made
    > the `image links` and `image link targets` blank. I
    don`t know what else
    > to
    > try. Please help!
    > thank you: Tibor
    >
    >

  • How to remove a Sharepoint list from the Powerpoint app on iPads??

    Hello,
    I have added a Sharepoint "place" in Powerpoint app on an iPad and cannot find a way to remove it, the address of the SharePoint page/place/list has been changed so it is no longer relevant to me. Any tips?

    Hello Scott,
    I did post a question but for some reason it didn't post. What I typed was removed for some reason. So I'm trying again. I'll keep trying until it posts. I had installed a 3rd party sound editor program which added a sound device to the list with Mic and line in. It's also in the output list. All I need to do is remove the device and then AU will allow me to select line in as an input device. Right now AU is confused by the extra device and wont let me select an input device. AU is a developer app. But that's not the problem. The problem is removing the device from the list of sound devices.
    If someone knows where this device might be and how to remove it, please let me know.
    Thanks,
    Dave

  • How to remove (delete) FB contacts from the contact list.

    I'm really new to my new Mac and having a bit of trouble trying to delete all the contacts that were downloaded to my contact list from Facebook. I have tried highlighting one and deleting it that way, but, the 'Remove from Group' doesn't light up.
    I tried putting them in a particular group, such as FB contacts, then deleting that group. But, they still remain in the group titles 'All on My Mac'. How do I get them deleted from that group??

    To turn off Facebook contacts:
    1) Go to Contacts
    2) Click Group on the top
    3) Uncheck All Facebook
    Then you shuold just see your regular contacts.
    Good luck.
    Mr Bill

Maybe you are looking for