ETM-Insurance data

I have define the object types, made the basic settings for Object types, equipment category and view profile for each object types in PM/CS configuration. Now that I want the Insurance data for the Equipment to be reflected in Equipment master data. I have assigned all the sub screens to the tab pages for fleet profile. After creating equipment master I am unable to see "ETM BOM" and "INSURANCE DATA" tab on the top below Title bar.
Please let me know how do I activate this. Is it the config in ETM node that I have to do for activating the tab.??
Murad...

Dear Nagaraju,
I have already checked the "CEM" check box against the Equipment category in node "Maintain Equipment Category View and Processing".
I created a equipment master for this record and also defined the insurance using "J3G" and wen i checked the same in the master, the insurance tab is not reflecting  as it is not activated.
I checked the pull down menu: Extras--ETM, here I find all fields greyed out.
Please provide me the  missing steps to activate this function. << Moderator message - Everyone's problem is important >>
Reply awaited.
Edited by: Rob Burbank on Nov 10, 2010 3:55 PM

Similar Messages

  • From which node can "insurance data" be created in SPRO?

    hi,
    from which node can "insurance data" be created in SPRO? I mean the Insurance company names and other details.

    Hi,
    Personnel Administration -> Payroll Data -> Insurance -> Create Insurance Companies
    Hope this will resolve your query.
    Regards,
    Naveen.

  • Multiple repeating SubForms binding to the same data node

    Having multiple repeating SubForms binding to the same data node : In our documents, many times we need to display information from same table in multiple locations. For example, if document displays information of Insureds on one page and information of drivers on another page, we need to create a LiveCycle document with two SubForms. Each SubForm needs to have a repeating binding to CommonInsured element in XSD.  LiveCycle Designer is not able to handle such case. We cannot have two subforms bound to the same node, ONLY in a case where repeating option is selected for data binding.
    The only way I have found out is the following Javascript
    //Get the data node from XML. You will find the code for this function in //JavaHelperFunctions library.
    // InsuredDataRepeatingSubForm is a second subform.
    //You need to manually add instances to this subform at the
    //runtime and Insured data to each instance.
    var insuArray = JavaHelperFunctions.getInsureds();
        var i=0;
        for( i=0; i<insuArray.length; i++)
           if (i>0)
    var thesubform = this.InsuredDataRepeatingSubForm.instanceManager.addInstance(i);
                  thesubform.InsuredName.rawValue = insuArray[i].fullName.value;
           else
                   this.InsuredDataRepeatingSubForm.InsuredName.rawValue = insuArray[i].fullName.value;
    Is there any way I can achieve directly using bindings since we are trying to minimize javascript that changes the layout of the form?
    Thanks in advance!

    Unfortunately not. I've spent countless hours/days trying to do the same thing. You have to use code. The form consumes all the data it can into the repeating elements until there is none left and it is not reused.
    Here's a function I wrote just for that purpose. Feel free to use it:
    function loadData(source,target){
    target.setInstances(source.count);//set the target's subform instances to match the source's
    for (var a=0;a<source.count;a++){//loop through each subform instance
      var sourceSubform=source.resolveNode(source.name.substr(1)).all.item(a);
      var targetSubform=target.resolveNode(target.name.substr(1)).all.item(a);
      for (var b=0;b<sourceSubform.nodes.length;b++){//loop through the children of each
       if (sourceSubform.nodes.item(b).className=="field" && targetSubform.resolveNode(sourceSubform.nodes.item(b).name)!=null)//check for matching fields
        if (typeof(targetSubform.resolveNode(sourceSubform.nodes.item(b).name).value.exData)=="undefined" ||
         typeof(targetSubform.resolveNode(sourceSubform.nodes.item(b).name).value.exData.body)=="undefined")
         targetSubform.resolveNode(sourceSubform.nodes.item(b).name).rawValue=sourceSubform.nodes.item(b).rawValue;
        else
         targetSubform.resolveNode(sourceSubform.nodes.item(b).name).value.exData.loadXML(sourceSubform.nodes.item(b).value.exData.saveXML(),1,1);
       if (sourceSubform.nodes.item(b).className=="instanceManager" && targetSubform.resolveNode(sourceSubform.nodes.item(b).name)!=null)//check for matching subforms
        loadData(sourceSubform.nodes.item(b),targetSubform.resolveNode(sourceSubform.nodes.item(b).name));
    Just make sure the source and target subform hierarchies are identifal, same name and all. It will recurse down the tree and transfer source fields (rich text and plain) to their sister targets.
    Kyle

  • No batch input data for screen SAPMF02D 0900

    Dear All,
    I am facing the above Bdoc error while replicating the sold-to-party from CRM 2007 (UI) to ECC 6.0 . In I have verified the above screen in ECC this is relevent to ETM basic data. I have founc the field group in the ETM  basic data all are optional fields only.
    Still the system is giving the above error. Kindly help to resolve the above issue.
    Regards
    Ashwini

    Dear Ashwini,
    I would suggest that you look in transaction OVT0.                        
    In general data, for group 'ETM Basic Data' and 'ETM Settlement Data'     
    you may select 'Suppress' instead of 'Opt. Entry'.                        
    You may enforce this also in transaction OB20 for                         
    'Create Customer (Centrally)' & 'Change Customer (Centrally)'                                                                               
    This will avoid screens 900 and 901 to be visible during the batch        
    input session started by the CRM synchronisation.                         
    As a result, I expect that no error will be raised.                       
    Hopefully this helps.
    Regards,
    Gerhard

  • Ethernet data integrity ??

    hi all
    when I read about WAN technologies, there are several protocols for data integrity like. sdlc, hdlc, LAP, LAPB to make sure the data or upper layer information is reached safly !
    so what about ethernet technology ? hot it ensures data delivery ?
    thanks,

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    Ethernet doesn't insure packet delivery.  It's best effort.
    However, it does insure data integrity, see http://en.wikipedia.org/wiki/Frame_check_sequence

  • Re: Interface to transfer Accounting Data

    In case you don't have access to an SAP system you can still find the BAPI guides on the [Service Marketplace|http://service.sap.com/healthcare]:
    There is [the IS-H BAPI concept|https://service.sap.com/sapidb/011000358700010798232001E] as well as the [IS-H BAPI scenarios|https://service.sap.com/sapidb/011000358700010798252001E]. Both documents are also available in German.
    Regards,
    Claudius

    Hello Torsten,
    maybe you can be a bit more specific on how you are planning to export the data from the master system. A good idea would probably be to feed the data into an XI-System (e.g. via XML or SOAP-Messages) and then process the data in the IS-H-System via XI-Proxies. This is a very flexible method, although not an out-of-the-box approach. Within the proxy you are free to call the IS-H-BAPIs locally or to use any other function module to store the data.
    Using the BAPIs externally via RFC will allmost certainly get you to a point where you have to create additional RFC-enabled function modules, as for example there are no BAPIs for insurance data, insurance verification data ("Kostenübernahme") or case-to-case assignment.
    Best regards,
    Wolfgang
    P.S. It would probably be a good idea to call in consulting services for a project like this - feel free to contact me.

  • ISH_NV2000_CALL and Insurance Card search over PI

    Hi all
    Does any one know how i could activate insurance search with function ISH_NV2000_CALL ?
    Or what do ISH_NV2000_CALL  with the data in the structure RNV2000-NEGK_DATA_T  for example i search over PI the data
    CALL FUNCTION 'ISH_CH_API_PI_INQUIRY'
        EXPORTING
          i_einri                = gs_outtab-einri
          i_user                 = sy-uname
          is_negk                = lt_negk_data
       IMPORTING
         es_negk                = gs_negk_data
       EXCEPTIONS
         not_found              = 1
         not_unique             = 2
         formal_error           = 3
         auth_error             = 4
         diff_local             = 5
         error                  = 6
         OTHERS                 = 7.
    and gave these data to RNV2000-NEGK_DATA_T  like SAP standard but nothing is inside on Insurance Data on NV2000 ?
    Thanks for all Inputs
    Regards
    René

    raluca4me wrote:
    Maybe i have to enable something before those functions are available...
    There is nothing on your device you can enable.
    You really need to call your technical support for your carrier.
    I know in my OWN experience, having used various carriers in the USA, some do provision this to be controlled from the device, and some do not.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I want to get off the plan start a new account but can't contact account owner

    Hi,
    My brother and I have been on the "NATIONWIDE TLK&TXT SHARE 700" plan and the account owner is a friend of our family.
    I have almost fulfilled my two year contract (it will be over in about 1 month) and we would like to upgrade to a new Iphone and put my name as the account owner (none of us had enough credit by the time we got these phones from Verizon, but now we are able to pay our bills and would like to be responsible and keep privacy).
    I've noticed that in order to accomplish AoL, curruent account owner needs to call Verizon and authorizes the account transfer, but the problem is, I haven't been able to contact her for a month(she won't answer the phone and no call back has been received...).
    So I was thinking I should just give up keeping my number and start a new contract and a plan with my brother.
    My question is, as just an account member (not owner or manger), can my brother and I get off the plan without owner's permission? She and I are not on the same plan and she actually gave me some kind of password so that I could manage some stuffs with customer service. I was actually able to cancel my mother's line from the family plan one year ago with that password , but I wonder if I could do the same thing with both my brother's and my lines without owner's permission.
    If I can do that, is there any way to keep my numbers when starting a new account without having current account owner involved since I can't reach her? 
    If I start a new account and a plan with my brother and get the phone with 2-year-contract, rather than just upgrading to an iphone (while keeping my number under the current account owner like now), how much money will I be losing? Would it be a lot?

    whatwhywhere wrote:
    My question is, as just an account member (not owner or manger), can my brother and I get off the plan without owner's permission? She and I are not on the same plan and she actually gave me some kind of password so that I could manage some stuffs with customer service. I was actually able to cancel my mother's line from the family plan one year ago with that password If you were able to do this, then you must be an account manager
    , but I wonder if I could do the same thing with both my brother's and my lines without owner's permission.
    If I can do that, is there any way to keep my numbers when starting a new account without having current account owner involved since I can't reach her? If you are an account manager, I would think you should be able to accomplish this. You should call *611 or go into a Verizon store to find out.
    If I start a new account and a plan with my brother and get the phone with 2-year-contract, rather than just upgrading to an iphone (while keeping my number under the current account owner like now), how much money will I be losing? Would it be a lot?
    If you start a new Family Plan with 2 lines instead of remaining part of a Family Plan with 3(or more) lines, you could end up paying more. Not knowing what your arrangement is, though, we cannot begin to tell you how much more you would be paying.
    For example:
    700 minute Family Plan with unlimited texting for 2 lines would be $99.98/month + tax for a total of ~$50/person.
    700 minute Family Plan with unlimited texting for 3 lines would be $109.97/month + tax for a total of $37/person.
    Any add ons such as insurance, data, etc... would of course be extra. You may also have to pay a security deposit in addition if you do not have much of a credit history.

  • Oracle Spatial User Conference  - GITA Conference Seattle

    http://www.gita.org/events/annual/31/Oracle.asp
    Oracle Spatial User Conference
    Please note that online registration for this event is now closed.
    Thursday, March 13, 2008
    Sheraton Seattle Hotel
    1400 6th Avenue
    Seattle, Washington USA
    GITA invites you to attend the Oracle Spatial Users Conference. If you are currently a user, solutions provider, or systems integrator who depends upon Oracle’s spatial technologies, or if you want to learn why thousands of organizations use Oracle’s spatial database and application server capabilities, this is one event you won’t want to miss.
    Learn about the latest Oracle geospatial technologies and the business and technical benefits they provide as users, solutions providers and Oracle executives share real world experience with the world's most widely used geospatial information technology platform.
    More details will be posted soon—sign up for e-mail updates today!
    ORACLE SPATIAL USER CONFERENCE AT GITA
    Thursday, March 13, 2008—Seattle, Washington
    Preliminary Agenda
    Please check back for updates in the future. This agenda is subject to change.
    Feb. 12 Update: Complete user sessions schedule and abstracts posted
    Wednesday, March 12
    6:00 – 8:30 p.m.      Oracle Spatial User Conference Reception — Cirrus Ballroom, Sheraton Seattle Hotel
    Open to registered & paid user conference attendees only. Registration will be available at the door.
    Thursday, March 13
    8:00 – 8:30 a.m.
    Oracle Spatial Special Interest Group Meeting
    8:30 – 9:00 a.m.      Welcome – Oracle
    9:00 – 10:30 a.m.
    Maps in Business Solutions and Applications (Jayant Sharma)
    * Fusion Middleware and BI
    * OGC Web Services
    * Work and Asset Management
    * Mobile Workforce Management
    10:30 – 11:00 a.m.
    Break
    11:00 a.m. – Noon
    Oracle Spatial 11g – Technical Overview (Siva Ravada)
    * What’s Better?
    * What’s New?
    * What Would You Like To See?
    12:00 – 1:30 p.m.
    Award Luncheon
    1:30 – 3:00 p.m.
    TECHNICAL USE CASES – USER SESSIONS
    Track A
    Mapping & Business Intelligence Applications in Insurance and Retail
    Audatex Insight: Claims Analytics with Oracle Business Intelligence Enterprise Edition and Oracle MapViewer
    Yasser Kanoun, Principal Consultant, KPI Partners
    Sally Suico, Audatex
    Audatex Insight is a claim analytics application that presents automobile claims data in graphical and geographical views for management decision support.
    This presentation describes how the integration of Oracle MapViewer with OBIEE dashboards allowed Audatex to display claim analytics geographically. For instance, a user can view the average cost of car repair variance, for a specific insurance company compared to whole industry, on US map at desired geographical levels.
    CatPortal's LocWizard: An Innovative Approach to Mapping Insurance Risk Intelligence and Enabling Faster Decision Making
    Guru Rao, President, Catastrophe Systems,
    Aon Re Services, Inc.
    Deepak Badoni, Vice President, Catastrophe Systems, Aon Re Services, Inc.
    Instant access to policy and location level insurance data is one of the keys to faster decision making during and after a catastrophe event. Using Oracle Business Intelligence Enterprise Edition and Oracle MapViewer, Aon Re Global has developed an industry leading business intelligence and mapping tool that allows users to seamlessly navigate between reports and maps.
    The design was driven entirely by their clients’ need to answer key questions about their exposures and losses to catastrophes. The system uses a blend of custom programming and out-of-the-box functionality to create an interface that allows users to create powerful visualizations and reports with a few mouse-clicks – which previously took days, even weeks of manual effort.
    Unobtrusive Spatial Enablement of the Oracle Business Intelligence Suite at RL Polk
    Steven Pierce, Principal, Johnston McLamb
    Robert Murray, Technical Product Manager, RL Polk
    This presentation will describe RL Polk’s approach to integrating Oracle MapViewer into Oracle Business Intelligence Suite using Oracle MapViewer's Non-Spatial Data Provider. The NSDP brought an elegant and efficient approach to integrating spatial and non-spatial data in real time.
    Track B
    Oracle Spatial in Public Sector
    Maximizing the Value of Cuyahoga County-Wide GIS Using Oracle Spatial and Oracle Fusion Middleware
    J. Kevin Kelley, Geospatial Information Officer, Cuyahoga County
    G. Patrick Zhu, Software Systems Developer,Michael Baker Corporation
    Discover how to leverage Oracle Spatial and Fusion Middleware technologies to solve current complex county-wide Geospatial needs. Cuyahoga is implementing a cutting-edge architecture to support Grid computing, service-oriented architecture (SOA) and event-driven architecture (EDA) that delivers unprecedented flexibility, performance and scalability.
    Web Mapping with Microsoft Virtual Earth and Oracle 10g in U.S. EPA's Grant Tracking Systems
    Trevor Quinn, Principal Developer, Systalex Corporation
    This presentation details how a U.S. EPA enterprise web application was "geo-enabled" using Microsoft Virtual Earth and Oracle Application Express, and how the back-end Oracle 10g database was transformed into a spatial data engine for Virtual Earth. The presentation demonstrates how to make Oracle MapViewer maps available to commercial mapping APIs as cached tiles, and describes how to serve feature data directly from the database to Virtual Earth using AJAX and PL/SQL.
    Automatic Vehicles Monitoring System at Cotral
    Giovanni Corcione, Sales Consultant, Oracle Italy
    Paolo Castagno, Principal Consultant, Oracle Italy
    Diego Ponzi, Production Monitoring- Innovation Manager, Cotral SPA
    The Automatic Vehicles Monitoring (AVM) system at Cotral SPA monitors a fleet of 1600 buses that take about 4600 trips per day on a "near real time" basis. Through GPRS/HTTP, buses send information such as position, events, alarms, timing, schedule to a central system for storage and analysis in the Spatial Data Infrastructure, based on Oracle Spatial, for bus monitoring, mapping, reporting and trip planning. With Oracle’s linear referencing, buses can be located and displayed in real time. The Oracle MapViewer browser front-end renders interactive maps with dynamic bus positions according to routes and bus stop positions. A demo will be shown.
    3:00 – 3:30 p.m.
    Break / Vendor Booths
    3:30 – 5:15 p.m.
    TECHNICAL USE CASES – USER SESSIONS
    Track A
    Utilities Case Studies
    A Case Study: Re-engineering Cable Industry Business Processes with Spatial Database Technologies
    Dennis Beck, President, Spatial Business Systems
    This presentation highlights how a suite of customer-service related business applications are being deployed to change cable industry. An overview of the key design criteria will be presented along with highlights of the technical challenges that were faced in building a large-scale set of applications. Details of the applications will be highlighted as well as an overview of the technical implementation considerations and challenges. The presentation will conclude with a demonstration.
    Web based geospatial business applications - embedding the CAD/GIS client
    Philip O'Doherty, CEO, eSpatial Inc.
    Jon Polay, VP Sales, eSpatial Inc.
    This talk looks at the emerging drive towards development of geospatial GIS/CAD features within web enabled business applications. It has always been a goal to embed CAD like capabilities within business applications, but it is only recently that the required database and software infrastructure has made this possible. Leading Wireless Telecommunications Company, Verizon, will present its VEGA Application. This demo includes CAD data editing and manipulation features, seamlessly provided as an end to end process, all accessible within a pure web browser.
    Foundations of the New Enterprise: Managing Critical Business Data using Oracle Spatial
    Justin Lokitz, Director of Sales Engineering Organization Leica Geosystems Geospatial Imaging
    Washington Suburban Sanitary Commission (WSSC) is among the top ten Water and Waste Water utilities in the United States. Early on, to support its business needs with regards to geospatial data, WSSC had built a system using software from many traditional GIS vendors that lacked integration and support for many vital business processes. In 2006 WSSC moved all enterprise data to Oracle Spatial (vector and raster data) and implemented the Leica Geosystems' ADE suite.
    Modeling Utility Networks with Oracle Spatial Network Data Model
    Peter Manskopf, Senior Consultant, GE Energy
    The capabilities in Oracle Spatial allowed GE to build its next generation GIS client using Oracle Spatial as the data repository. The Oracle Spatial network data model provides the primitive spatial data structures required to model and meet the complex needs of utility customers. This presentation will give a technical overview how an electrical utility network can be modeled using the Oracle network topology model. The presentation will cover: How Oracle Spatial data structures can be used to model a connected utility network. How the SDO_NET API is used to perform different types of network tracing crucial to utilities. A demo will show the GE client performing network operations on Oracle Spatial.
         Track B
    Oracle Spatial in Public Sector & Map Production
    Using Oracle Spatial and MapViewer for Evaluation of Urban Area Development in Brazil
    Andre Luis Carvalho da Motta e Silva, Stategical Projects Director, CODEPLAN
    Gustavo Neves de Andrade Lemes, Consultant, Sete Serviços
    Fernando Targa, Development Director, GEMPI
    To meet information demand concerning income and job generation programs implemented by Brazil’s Federal District Economic Development Office (SDE), the Federal District Planning Company developed the Urban Areas Management System (SIGAU). Local areas are evaluated through performance indexes that take into account urban features, land plot, block and district, and analysis/simulation of a large volume of data from many governmental offices and systems. Thematic maps enable follow up and decision making on current programs. Oracle Spatial, GeoRaster and MapViewer provide a safe, high performance implementation platform. A demo will be shown.
    Creation, Publication & Update of Maps out of Databases
    Sebastien Lanoe, Product Marketing Manager, Lorienne SA
    The production of maps out of GIS databases is often a challenging process. Lorienne innovates with a new map production environment for map creation, map publication and map updates from Oracle Spatial, with a focus on high quality, production cost, data integrity and diversification of map products across media. The case study with Tele Atlas data stored in Oracle Spatial will address the benefits, the level of quality, the efficiency of the production process and its dedicated user-friendly environment.
    Reengineering Desktop Thick Workgroups into Web
    Rich Enterprise Clients
    Bryan Hall, Spatial Architect, L-3 Communications
    Jeff Walawender, Senior Software Engineer, L-3 Communications
    Cost cutting requires reengineering spatial solutions to directly address business requirements. But enterprise computing for spatial data has, with even "Web 2.0", required the user to lose the responsiveness and feedback that traditional desktop thick client GIS software has provided. We took a different approach in the re-engineering effort and concentrated on making it work as much like a traditional desktop thick client - while simplifying use, making editing more reliable, and actually speeding up rendering. All this, while only supporting one versioned Oracle Spatial database, and application tier for all users.
    Complete eGovernment solution at City of Bolzano
    Stefan Putzer, CreaForm
    Giulio Lavoriero, Director of Engineering, CreaForm
    The City of Bolzano, Italy has a unique, complete editing and publishing environment for geographical data. The Oracle Spatial-based enterprise editing environment supports import and export into geospatial tools from Bentley and ESRI, and network modeling from Oracle Spatial. Data is shared with GeoJAX, an easy-to-use geographical web browser that uses the Oracle MapViewer framework in combination with J2EE and AJAX for browsing Oracle Spatial data. This provides a flexible viewer supports spatial queries, and can be fully customized (style and functionality). Users can easily import any kind of geographical data from an ESRI file, edit it with a CAD precision functionality and make those data visible to anyone via the web in a very short time.
    5:00 – 5:30 p.m.
    Closing Reception
    Questions about the Oracle Spatial Users Conference? Contact us!
    Phone: 303-337-0513 Fax: 303-337-1001 E-mail: [email protected]

    Hi:
    Some updates regarding the Oracle Spatial User Conference 2008.
    1 - Presentations are now available at
    http://www.oracle.com/technology/products/spatial/htdocs/spatial_conf_0803_idx.html
    All submitted presentations have been posted except for the 3:30 track B slides. Those will be available in a day or two.
    2 - Survey for Conference Attendees: If you attended the conference, please take a few minutes to complete the brief survey: http://www.zoomerang.com/Survey/survey-intro.zgi?p=WEB227LQXQUMMD.
    Take the survey by April 2 to be entered in a random drawing to receive a copy of the Pro Oracle Spatial for Oracle Database 11g book. We'll also give away 10 GITA shoulder bags.
    Thanks to the speakers, sponsors, and participants for a great conference!

  • Windows 8 USB recovery fails with CTOERROR.flg error

    Windows 8 recovery using HP supplied USB recovery device failed with CTOERROR.flg error.
    [22:53:29.29] ChkErrBB.CMD : Detect some error during PININST_BBV.
    [22:53:29.31] ChkErrBB.CMD : Check c:\system.sav\logs\BurnBootWarn.log
    [22:53:29.31] ChkErrBB.CMD : or, check c:\system.sav\logs\BurnBootMerge.log
    I have tried all the scenarios which are described in this forum but no success.
    Can anyone suggest to which date should i reset the BIOS or anyother workarounds??
    I have run diagnostic tests on Memory and Disks and both are fine.
    * There is a big problem with the HP recovery manager which fails to recover windows. Many have reported in this forum and other forums....but HP has failed to attend this issue and fix the problem in their recovery manger or atleast show a workaround to restore the windows.
    My laptop was drastically slow after the reinstall from the HP support.....and now when i decided to reset and recover the windows.....it fails. Unfortunately my laptop is out of warranty.
    This is pushing me away from any HP and will never ever buy or recommend anyone to buy a HP product.
    History about previous issue with this laptop:
    Order # BDRN598901
    Order # BDTP356101
    * I had an issue with the HP recovery manager in creating recovery disc. I did contact the HP support as my warranty was still in place. They took my laptop and reinstalled the OS and sent it back to me. 
    Even after that i could not create a recovery disk and they send me a USB recovery device. 
    Service Order Product Service Event Order Status Estimated Delivery Date *MM/DD/YYYY Track this Shipment
    BDTP356101 USB - WINDOWS 8 64B RECOVERY KIT SW FULFILLMENT POSTAL DELIVERY GROUND Shipped 05/05/2014 POSTAL SERVICE (STANDARD)
    Service Order Product Service Event Order Status Estimated Delivery Date *MM/DD/YYYY Track this Shipment BDRN598901 HP ENVY 4-1115DX TouchSmart Ultrabook BOX PLUS PICKUP & REPAIR, 2 DAY SHIPPING Shipped 04/30/2014 FED-EX NEXT DAY (AFTERNOON)
    Thanks,
    KB29

    Set the date in BIOS to 1/02/2012. Save & Exit. Boot with Recovery, let it run through the process- but on the first reboot initiated by recovery enter BIOS again to insure date is still set to 2012. If not change it again, then let recovery resume.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • What are the standard tables for plant maintenance in r/3

    I need the list of standard tables for plant maintenance in r/3. and also
    is there any way we can find the field name  and table which it belongs to in r/3,  based on the description of the field.

    I NEED THE FIELD NAMES FOR FOLLOWING FIELDS AND CORRESPONDING TABLE NAMES
    Equipment status
    registration number
    insurance type
    insurance type description
    registration date
    expiry date
    insurance companies
    expiry date
    policy number
    amount insured
    premium paid
    created by  ..so ..on
    for our report in PM  .. insurance data report
    THANKS

  • Creation of Download file for TCode AS94

    Hi All,
    Scenario:
    We are creating a new company from our old company and for the data migration we planned to download the data from the old company create a batch upload  file for the Transaction AS94 - Create LegacyAsset Subnumber and upload it.For this purpose we wanted to download the data from the current company which is related to this TCode.
    What i did is created a SAP Query using SQ02 created a infoset using the LDB ADA but we need to add 2 more structures to this.
    1.RALT_DYNP_STRUC
    2.RA02S
    I am not clear whether these strucutres can download the required data for creating the Upload file and how can i add these structures to the Infoset.
    PS: I guess this is more into ABAP but still as it is related to Asset and this scenario will be faced more often i posted it here.
    If someone can kindly help me out.
    ~Andrew
    Edited by: Andrew J on Dec 17, 2009 3:10 PM

    For this you have to create your own ABAP use the following tables in the program:
    tables: anla,                          "Asset master record-segment
            anlb,                          "Depreciation terms
            anlc,                          "Asset-value fields
            anlh,                          "Asset main number
            anlv,                          "Insurance data
            anlz,                          "Asset allocations
            t100,                          "Messages
            d020s.
    tables: v_anlaz.                       "View of ANLZ & ANLA
    For the table ANLC have a look to values you are using and make in some cases totals!  The most easy way is to this with the records on the begin of a new fiscal year (less vallues in ANLC)
    The values in ANLC are stored by depreciation area!

  • How to pass the prompt value to repository variable in obiee 11.1.1.7

    Hi All,
    I am given a tabular report to build in OBIEE 11.1.1.7 version using insurance data.
    I have to show different types of claim names and their corresponding count in the table. One of the calculations require me to use the total no of claims(i.e sum of all the claims).
    Example:
    Total No of claims: 600
    Total No of Auto Claim: 60
    I have to create a table on Auto Claim like:
                   claim types       count
                        X                    10
                        Y                    20
                        Z                    30
    I was calculating total no of claims by using dynamic repository variable as it was a constant value. Example: repository_variable1: select count(claim ID) from Insurance; In report I was just using value of (repository_variable1)
    Now client has asked us to give date prompt so the total no of claims (assumed as 600) will change with respect to period. I can calculate total no of claims with respect to different claim type (as shown in the table above) with respect to period filter in the report.
    The problem I am facing now is, I need the count of all the claims on a partucular period too. Repository variable is giving always calculating the count as 600. But the count should change with respect to period selected. How to get this value?
    Can I create a presentation variable in the prompt and pass this value as an argument for repository variable?
    Please help. I am in urgent need of the solution.
    Thank you.

    Hi Srini,
    I tried creating it as metric. But the problem is my pivot table is on Auto Claims.
    Let me try to make myself a bit more clear.
    Total No of claims in fact table: 600
    Total No of Auto Claims in fact table: 60
                    claim types(auto claims)       count        Calculation
                        X                                        10             10/600
                        Y                                        20             20/600
                        Z                                        30             30/600
    So I need to access total no of claims to calculate. I cant use a metric as the count will take group by with respect to auto claim type and give value only for X claim.

  • SAP NW BPC 7.5 Queries !!!

    Hi Experts,
    I am working on a SAP NW BPC 7.5 project . I have few Queries related to it :--
    1. Suppose every day delta records are coming in BI Infocubes and  now we want to load delta records monthly into BPC infocubes. How do we achieve that in BPC ?
    2. Actual Vs Plan reporting has to be done in BPC infocubes or a multiprovider needs to be created?
    3. Is navigational attributes supported in NW BPC ?
    4. Is it recommended to schedule a process chain daily  in NW BPC?
    Thanks  & Regards,
    Montz

    Hello Montz -
    1. Suppose every day delta records are coming in BI Infocubes and now we want to load delta records monthly into BPC info cubes. How do we achieve that in BPC ?
    Please review my response in the following post:
    [Re: BW Staging cube to BPC Delta load -  options|Re: BW Staging cube to BPC Delta load -  options]
    2. Actual Vs Plan reporting has to be done in BPC info cubes or a multiprovider needs to be created?
    Best practice is to migrate the Actuals into BPC so you can use the BPC reporting tools.  You can alternatively migrate BPC data into BW, however there are a few areas that need to be addressed for this to be successful:  1) need to deal with sign reversal for account types INC and LEQ, 2) need to insure data is secure outside of the BPC name space, and 3) need to provide a solution for any dimension formulas being used.
    3. Is navigational attributes supported in NW BPC ?
    All BPC properties are generated as NAV attributes in the BW backend.
    4. Is it recommended to schedule a process chain daily in NW BPC?
    The answer totally depends on your process and business requirements.
    Regards,
    Sheldon

  • Read file, search file for duplicate addresses

    Hi - i have no teacher to ask, nor do i know any java programmers to ask this question, so your guidance would be appreciated.
    I have created an "Insurance Project " for myself� but I do not know how to proceed,I have a file that contains 30,000 records in the format:
    Policy1 ccyy mm dd NameOfInsured StreetOfInsured CityOfInsured
    Policy2 ccyy mm dd NameOfInsured StreetOfInsured CityOfInsured
    Policy3 ccyy mm dd NameOfInsured StreetOfInsured CityOfInsured
    Policy4 ccyy mm dd NameOfInsured StreetOfInsured CityOfInsured
    Policy5 ccyy mm dd NameOfInsured StreetOfInsured CityOfInsured
    Policy6 ccyy mm dd NameOfInsured StreetOfInsured CityOfInsured
    In a nutshell: I want to check to see if any one household holds more than 1 policy. If a household does have more than 1 policy then I want to be able to offer those households "package deals".
    My problem: how do I read in the file for comparasons? And how do i handle the comparasons?
    Do I create a duplicate file and compare record 1 in fileA to each record in fileB, and if so, after the first search of fileB it will reach EOF, how do I get the pc to compare fileA record2 with the start of fileB?
    Or Do I move record1 into a holding-area & compare each record against record1, problem again, eventually I will reach EOF, how do I let pc know: get record2 go to first record in file & compare each file?
    Open file insured.dat
    Read in file insured.dat
    thisPolicy = policyNumber //move policy number(address)you are searching for
    getNextPolicy
    //compare thisPolicy to nextRecord in file
    if nextRecord = NUL //then go to the top of the file,
    //again to search with next record
    else
    if thisPolicy-Address is the same as nextRecord-Address
    move nextRecord to pkgDealFile.dat
    getNextPolicy
    Kinda stumped,
    Thank you

    Make very simple Access.DB
    Go to your control panel and look for 'ODBC data souces' go to System DSN and add the name of your database. (Go to the help files)
    You can test your connection with this programme. Drag and drop it to notepad and run it from the command line./*
    Dear Friends,  This program will detect whether jdbc driver is properly installed in ur system or not.
    This will helps you in ur jdbc applications.
    If anyone having any pblms, please feel free to contact me at [email protected]
    I will be delighted to help you.
    Thank you very much.
    import java.sql.*;
    import java.util.*;
    public class MyConnection
         Connection con;
         MyConnection()
              try
    // ******************************Connected To Jdbc-Odbc Type - 1 Driver
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                   con = DriverManager.getConnection("Jdbc:Odbc:dsnname","userid","password");
                   con = DriverManager.getConnection("jdbc:odbc:Driver={SQL Server};Server=servername;Database=pubs","userid","password");
    // ******************************Connected To Ms-Access JDBC ODBC Driver .
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                   con = DriverManager.getConnection("Jdbc:Odbc:dsnname","","");
                   con = DriverManager.getConnection("jdbc:odbc:Driver={MicroSoft Access Driver (*.mdb)};DBQ=G:/admin.mdb","","");
    // ******************************Connected To Ms-Access Type-3 Driver.
                   Class.forName ("acs.jdbc.Driver");
                   String url = "jdbc:atinav:servername:5000:C:\\admin.mdb";
                   String username="Admin";
                   String password="";
                   Connection con = DriverManager.getConnection(url,username,password);
    // ******************************Connected To Microsoft SQL.
                   Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
                   con = DriverManager.getConnection("jdbc:microsoft:sqlserver://servername:1433","userid","password");
    // ******************************Connected To Merant.
                   Class.forName("com.merant.datadirect.jdbc.sqlserver.SQLServerDriver");
                   con = DriverManager.getConnection("jdbc:merant:sqlserver://servername:1433;User=userid;Password=password");
    // ******************************Connected To Atinav SqlServer.
                   Class.forName ("net.avenir.jdbc2.Driver");
                   con= DriverManager.getConnection("jdbc: AvenirDriver://servername:1433/pubs","userid","password");
    // ******************************Connected To J-Turbo.
                   String server="servername";
                   String database="pubs";
                   String user="userid";
                   String password="password";
                   Class.forName("com.ashna.jturbo.driver.Driver");
                   con= DriverManager.getConnection("jdbc:JTurbo://"+server+"/"+database,user,password);
    // ******************************Connected To jk Jdbc Driver.
                   String url= "jdbc:jk:server@pubs:1433";
                   Properties prop = new Properties();
                   prop.put("user","userid");//Set the user name
                   prop.put("password","password");//Set the password
                   Class.forName ("com.jk.jdbc.Driver").newInstance();
                   con = DriverManager.getConnection (url, prop);*/
    // ******************************Connected To jNetDirect Type - 4 Driver
                   String sConnect = "jdbc:JSQLConnect://127.0.0.1/database=pubs&user=userid&password=password";
                   Class.forName ("com.jnetdirect.jsql.JSQLDriver").newInstance();     
                   Connection con= DriverManager.getConnection(sConnect);
    // ******************************Connected To AvenirDriver Type - 4 Driver
                   String url= "jdbc: AvenirDriver: //servername:1433/pubs";
                   java.util.Properties prop = new java.util.Properties ();
                   prop.put("user","userid");
                   prop.put("password","password");
                   Class.forName ("net.avenir.jdbc2.Driver");     
                   System.out.println(" Connected To AvenirDriver Type - 4 Driver");
                   con= DriverManager.getConnection("jdbc: AvenirDriver://servername:1433/pubs","userid","password");
    // ******************************Connected To iNet Sprinta2000 Type - 4 Driver
                   String url="jdbc:inetdae7:servername:1433";
                   String login="userid";
                   String password="password";
                   Class.forName("com.inet.tds.TdsDriver");
                   System.out.println(" Connected To iNet Sprinta2000 Type - 4 Driver");
                   con=DriverManager.getConnection(url,login,password);
    // ******************************Connected To iNet Opta2000 Type - 4 Driver
                   String url="jdbc:inetdae7:servername:1433";
                   String login="sagar";
                   String password="sagar";
                   Class.forName("com.inet.tds.TdsDriver").newInstance();
                   System.out.println(" Connected To iNet Opta2000 Type - 4 Driver");
                   con=DriverManager.getConnection(url,login,password);
                   DatabaseMetaData md = con.getMetaData();
                   System.out.println("Driver Name            " + md.getDriverName());
                   System.out.println("Driver Version         " + md.getDriverVersion());
                   System.out.println("Database URL is        " + md.getURL());
                   System.out.println("Database UserName is   " + md.getUserName());
                   System.out.println("Connection Name        " + md.getConnection());
                   System.out.println("Database Name          " + md.getDatabaseProductName());
                   System.out.println("Database Version       " + md.getDatabaseProductVersion());
                   System.out.println("Database ReadOnly Type " + md.isReadOnly());
                   System.out.println("MaxColumnNameLength    " + md.getMaxColumnNameLength());
                   System.out.println("MaxConnections         " + md.getMaxConnections());
                   System.out.println("");
              catch(ClassNotFoundException cnfe)
                   System.out.println(cnfe.getException());
                   System.out.println("The Specified Driver Does not Exist....");
              catch(SQLException sqle)
                   if(sqle.getErrorCode() == 0)
                        System.out.println("No Suitable Driver Found..");
                   else if(sqle.getErrorCode() == 1017)
                        System.out.println("Wrong UserName Or Password..");
                   else if(sqle.getErrorCode() == 1034)
                        System.out.println("Database not Started..");
                        System.out.println(sqle.getErrorCode());
                        System.out.println(sqle.getSQLState());
                        System.out.println(sqle);
         public static void main (String args[])
              new MyConnection();
    }It will tell you if you have done it (JDBC.ODBC) correctly or not. If - well when you have, you can then use java to run queries and write data etc.
    You'll also need a PWS to test it, but you can do your writing and queries from the MSDOS shell for now. (then use servlets.)
    Good luck!

Maybe you are looking for

  • More DIsplay Problems on HPx2301 Monitor when connected to my MacBook Pro - OSX Snow Leopard

    1) HP x2301 monitor 2) OSX 10.6.8 AND OSX 10,7 3) On-Screen Message "Monitor Going to Sleep" I previously reported that the problems with my new monitor had been fixed with a change in DVI cable. Unfortunately the fix lasted for one day.  I powered o

  • Explain the logic for Start Routine

    PROGRAM UPDATE_ROUTINE. $$ begin of global - insert your declaration only below this line  - $$ end of global - insert your declaration only before this line   - The follow definition is new in the BW3.x TYPES:   BEGIN OF DATA_PACKAGE_STRUCTURE.     

  • Iphone jack not working?

    has anyone have problems with the iphone audio jack? I had actually changed last week my Iphone 4S becuase I had  a bluetooth conections problems and the phone jack was not working ( only one side worked when I plugged my ears phones). With the new i

  • WCF-SQL Adapter Hangs in Active State for hours

    I'm at a new client, and doing a simple test with a content-based-routing solution picks up a file, maps it, and is supposed to update a SQL database.  The WCF-SQL send port is stuck in the "active" state.  No messages in EventLog.  If there's an iss

  • Export field symbol table out of method

    Hi, i have a report, that takes any xml and converts it into a table structure. In a method I generate the table structure using method cl_alv_table_create=>create_dynamic_table. Later in the same method I have filled the content of the XML file into