ZCharacterisitic - not populating values

Dear Eugene / Dan,
Pls refer to my earlier thread -
[Z Characteristic - Subassignment]
I gave the requirement as follows to my BI resource:
During the data load - if the 0GL_ACCOUNT is a reconciliation account (i.e. has the 0ACCT_TYPE as K) the relevant vendor numbers must me populated in the Z characteristic from the ODS 0FIAP_O03.
It was found later, after the initial test load that the logic does not work. It is only picking one vendor record for the reconciliation account.
I understood later from the BI developer that there needs to be an unique set of data for retrieval purpose.
Just giving the above logic of account type for a GL account - does not work to retrieve multiple vendor numbers for a reconciliation GL account.
Do you have any ideas on how to achieve this extraction of vendor numbers for a reconciliation GL during the data load?
Many Thanks,
Kumar

Pls find the details:
Logic u2013
Map the zchar to 0GL_Account
During the data load, if the 0GL_Account is a reconciliation account the relevant vendor numbers must be populated in the Z characteristic from the ODS u2013 0FIAP_O03.
Implementation u2013 written the code in the following way
When the data is loading into staging cube it checks the 0GL_ACCOUNT  in the staging cube and the 0GL_ACCOUNT in the ODS - 0FIAP_O03. If both the GL accounts match than it fetches the vendor into the zchar.
(0GL_Account that exists in the ODS ( for FIAP) is the reconciliation account & will be having diff vendors tagged to it)
Issue u2013
When we execute the code only first selected vendor is retrieved. Rest of the vendors are not retrieved. This is because we do not have unique key combinations for fetching the remaining vendors.
So, we need a combination, which could help in fetching all the vendors when the GL account is a reconciliation account for vendors
Request your inputs in achieving this.
Regards,
Kumar

Similar Messages

  • Table not populating values

    Hello All,
    I am populating Table for a Search Region and the values are not getting populated. I am altering the where clause in PFR of the CO. Please find the code in PFR.
    String eNum = pageContext.getParameter("SearchEmpNum");
    System.out.println("Employee Number " + eNum);
    System.out.println("Post initQuery ");
    OAViewObject vo = (OAViewObject)am.findViewObject("ZenPerSearchVO1");
    if (vo != null) {
    vo.clearCache();
    vo.setWhereClause(null);
    vo.setWhereClause("PERSON_ID in (select selected_person_id from hr_working_person_lists where owning_person_id = zen_person_details.get_person_id(:1))");
    vo.setWhereClauseParams(null);
    vo.setWhereClauseParam(0, eNum);
    System.out.println("Params " + eNum);
    //System.out.println("Post Clause " + vo.getQuery());
    vo.executeQuery();
    System.out.println("Post whereclause ");
    The following is the Page
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <page xmlns:jrad="http://xmlns.oracle.com/jrad" xmlns:oa="http://xmlns.oracle.com/oa" xmlns:ui="http://xmlns.oracle.com/uix/ui" version="10.1.3_1312" xml:lang="en-US" xmlns:user="http://xmlns.oracle.com/jrad/user" xmlns="http://xmlns.oracle.com/jrad" file-version="$Header$">
    <content>
    <oa:pageLayout id="PageLayoutRN" amDefName="zenith.oracle.apps.hxc.asg.server.ZenPerSearchAM" windowTitle="Employee Search Window" title="Employees">
    <ui:corporateBranding>
    <oa:image id="corporateBrandingImage" source="/OA_MEDIA/FNDSSCORP.gif"/>
    </ui:corporateBranding>
    <ui:contents>
    <oa:query id="QueryRN" dispSimple="true" dispCustomized="false" dispAdvanced="false" mode="autoCustomizationCriteria" amDefName="zenith.oracle.apps.hxc.asg.server.ZenPerSearchAM" controllerClass="zenith.oracle.apps.hxc.asg.webui.ZenPersonSearchCO">
    <ui:contents>
    <oa:table id="ResultsTable" userCustomizable="true" shortDesc="Employees Assigned Table" amDefName="zenith.oracle.apps.hxc.asg.server.ZenPerSearchAM">
    <ui:contents>
    <oa:messageStyledText id="EmpNum" viewName="ZenPerSearchVO1" viewAttr="EmployeeNumber" queryable="true" sortState="ascending" prompt="Employee Number" selectiveSearchCriteria="true" initSortSeq="first" userCustomizable="true"/>
    <oa:messageStyledText id="EmpName" queryable="true" sortState="no" viewName="ZenPerSearchVO1" viewAttr="FullName" prompt="Employee" unvalidated="true" selectiveSearchCriteria="true" userCustomizable="true"/>
    </ui:contents>
    </oa:table>
    </ui:contents>
    <oa:simpleSearchPanel>
    <oa:header text="Employee Search" id="SimpleSearchHdr">
    <ui:contents>
    <oa:messageComponentLayout id="CustomSimpleSearch">
    <ui:contents>
    <oa:messageLovInput id="SearchEmpName" selectiveSearchCriteria="true" prompt="Employee Name" unvalidated="true" externalListOfValues="/zenith/oracle/apps/hxc/asg/lov/webui/ZenEmpLovRN" required="yes">
    <lovMappings>
    <lovMap id="EnameMap" lovItem="EmpName" resultTo="SearchEmpName" criteriaFrom="SearchEmpName"/>
    <lovMap id="ENumMap" lovItem="EmpNum" resultTo="SearchEmpNum" criteriaFrom="SearchEmpNum"/>
    </lovMappings>
    </oa:messageLovInput>
    <oa:messageTextInput id="SearchEmpNum" selectiveSearchCriteria="true" prompt="Employee Number"/>
    </ui:contents>
    </oa:messageComponentLayout>
    </ui:contents>
    </oa:header>
    </oa:simpleSearchPanel>
    <oa:simpleSearchMappings>
    <oa:queryCriteriaMap id="EmpNameMap" criteriaItem="SearchEmpName" resultsItem="EmpName"/>
    <oa:queryCriteriaMap id="EmpNumMap" criteriaItem="SearchEmpNum" resultsItem="EmpNum"/>
    </oa:simpleSearchMappings>
    </oa:query>
    <oa:defaultSingleColumn id="ApplyRN">
    <ui:contents>
    <oa:submitButton id="SButton" text="Save" prompt="Save">
    <ui:primaryClientAction>
    <ui:fireAction/>
    </ui:primaryClientAction>
    </oa:submitButton>
    </ui:contents>
    </oa:defaultSingleColumn>
    </ui:contents>
    </oa:pageLayout>
    </content>
    </page>

    Hi,
    Some of the column values are not getting populated or few rows which you are expecting is not getting populated?
    Could you please try the following 2 changes, in both the cases, after executing the query, print all the query and rows in the VO using the below code (change your object names accordingly).
    if(appraisalVO !=null)
    AppraisalVORowImpl appraisalVORow = (AppraisalVORowImpl) appraisalVO.first();
    if(appraisalVORow !=null)
    int attrCount = appraisalVO.getAttributeCount();
    writeLog("XXRBG",pageContext,"Attrbuute count "+attrCount);
    String[] attributeNames = appraisalVORow.getAttributeNames();
    for (int i = 0 ;i< attributeNames.length ;i++ )
    writeLog("XXRBG",pageContext," Name "+attributeNames[i] +" = "+appraisalVORow.getAttribute(i));
    1)
    instead of calling the function to get the owning_person_id, hard code the value and check you are getting the expected result.
    like,
    vo.setWhereClause("PERSON_ID in (select selected_person_id from hr_working_person_lists where owning_person_id = 54)");
    2)
    instead of the below code
    vo.setWhereClause("PERSON_ID in (select selected_person_id from hr_working_person_lists where owning_person_id = zen_person_details.get_person_id(:1))");
    vo.setWhereClauseParams(null);
    vo.setWhereClauseParam(0, eNum);
    System.out.println("Params " + eNum);
    try without binding the parameter like,
    vo.setWhereClause("PERSON_ID in (select selected_person_id from hr_working_person_lists where owning_person_id = zen_person_details.get_person_id("+eNum+"))");
    Thanks.
    With Regards,
    Kali.
    OSSi.

  • Input Help not populating value

    We are facing some issue with Interactive Adobe form embedded in an ABAP Web Dynpro application.
    We have designed an interactive form with provision for input value help. For showing value help on the form we have used u2018Value Helpu2019 button from Web Dynpro Native Tab in the Adobe Designer.
    We face the issue when a user clicks on the value help button (any field). System takes care of showing the input values in a popup when a value help button is clicked. User is able to select a value but the selected value does not populate in the corresponding field. There is a standard Javascript written behind these Value help buttons which populate selected value from the popup in the corresponding fields.

    SAP answered my question. See the answer below:
    10.12.2010 - 11:03:20 CET - Reply by SAP     
    Dear customer,
    I was trying to replicate the issue, but it seems that the sap server
    is currently down.
    Therefore I was checking the coding of your webdynpro application.
    Problem is the following:
    When the popup is called the first time, the ALV component controller
    gets initialized and is doing things like setting up component usages
    for the F4 help.
    When you close the popup, the WebDynpro framework is closing the view
    containing the ALV, but the ALV component controller stays alive.
    Next time the popup is called, the ALV component controller does not
    get initialized, since it is still alive.
    This results in the fact that certain information is not available
    the second time you call the popup, since the initialization did not
    take place.
    Solution:
    When the popup is closed you have to explicitely delete the embedded
    ALV component. This is not only important to have the OVS problem
    solved, but in addition a proper cleanup is done.
    Please add coding like the following to your WDDOEXIT method of view
    POPUP_V:
    L_REF_CMP_USAGE = WD_THIS->WD_CPUSE_POPUP_ALV( ).
    IF L_REF_CMP_USAGE->HAS_ACTIVE_COMPONENT( ) IS NOT INITIAL.
    L_REF_CMP_USAGE->DELETE_COMPONENT( ).
    ENDIF.

  • Batch characteristic value not populated!

    Hello guys,
    please would appreciate advice to following:
    I created two reference chars z_goods_receipt (MCH1-LWEDT) and z_created_on (MCH1-ERSDA). Chars assigned to material batch class. During GR in Classification Dates (chars values) are visible, but after GR is saved, in batch chars values are not populated.
    Consequently, I can not use these chars in sorting criterium for delivery batch determination - batches are not sorted acocrding to dates.
    Batches on material level. In Customizing (Classify batches within goods mvt), for mvt 101 setting is 4 (Classification always in foreground (all batches)) - but bug remains even if i try with other options. Check with developer shows not much help from EXIT_SAPMM07M_004 or EXIT_SAPMM07M_004 or EXIT_SAPLV01Z_012.
    Any idea how to populate these chars in batch?
    Alternatively, what else I could use in order to enable FIFO batch determination for batches in delivery?
    Thanks for prompt replies!
    Br, Jan

    Hello,
    SAP reply -standard behaviour. After save in MSC2n values read from MCH1, after that in MSC3N value read from AUSP.
    Issue solved using non reference charactereristic and adding code into ZXMBCU04.
    Br, Jan

  • Virtual Characteristic value not populating in the query output

    Hi Experts,
    I am new to BAPI and I am using this to populate the values of virtual characteristics.
    I wrote the below code to populate if an order status got some status value then i need to populate the flag y if not n.
    I got the order value in the reprot. I need to go to order master data and should get the status and then i have to do the comparision and populate the flag zww_teco in the report.
    The below is the compute method of my implementation class.
    FIELD-SYMBOLS :
    <fs_0cs_order> TYPE ANY,
    <fs_zww_teco> TYPE ANY,
    <fs_status>  TYPE ANY.
    if p_cha_0cs_order > 0.
      ASSIGN COMPONENT p_cha_0cs_order OF STRUCTURE C_S_DATA to <fs_0cs_order>.
    endif.
    if p_cha_zww_teco > 0.
      ASSIGN COMPONENT p_cha_zww_teco OF STRUCTURE C_S_DATA to <fs_zww_teco>.
    endif.
    Select single /BIC/ZSYSTATUS
        from /BI0/PCS_ORDER into <fs_status>
       where CS_ORDER = <fs_cs_order>.
    if <fs_status> CP 'TECO'.
      <fs_zww_teco> = 'Y'.
    else.
        <fs_zww_teco> = 'N'.
    endif.
    But I am not sure why the values are not populated. But when i debug , i could see the values for
    P_cha_0cs_order = 35
    p_cha_zww_teco = 54
    But i could get the values of <fs_0cs_order>, <fs_zww_teco> after assign component statement.
    And it is firing me a dump in select statement. Also when I click c_s_data i am getting S____274, S____505 fields like that in the structure but i could see p_cha_0cs_order
    Can you please guide where i am missing ...
    Thanks
    Vamsi
    Edited by: vamsi talluri on Nov 9, 2011 6:14 PM

    Hi Sushant,
      RSRT --> Enter Query Name
    Click on Technical Information --> If " Virtual Char./Key Figures " = Y
    In my case , even then i clciked generate report,
    even after that P_CHA_0CS_ORDER = 35
    and after assign component P_CHA_0CS_ORDER of structure c_s_data to <FS_0CS_ORDER>.
    the <FS_0CS_ORDER> is nothing , here i should get the value of cs_order value of that record but it is coming empty which i am not able to rectify. How should i change or i need to put any other setting to get the value populated into my <FS_0CS_ORDER>.
    Can you please guide me .
    Thanks
    Vamsi

  • Value not populating in the print out (sales order) for the 1st time

    Hi friends,
    While saving a sales order, the order confirmation going to the user is not populating the LDC field. LDC is Last date of change. This field can be found in the Additonal data 2 tab of the material in the sales order. When I enter a date in this field and save, the print preview of the output has this value, but the print out does not carry this value.
    Another weird thing about this issue is that, the second time i trigger the output, the print out has the value.
    Please give me some clue on where to check and how to go about fixing this problem.
    Regards,
    Shanu.

    Dear Shanu,
    This issue may be related bug in the output program so take help of ABAPer to fix the issue.
    I hope this will help you,
    Regards,
    Murali.

  • Report Painter values are not populating for a particular cost center

    Report Painter(GR55) values are not populating for a particular cost center for the months of April 1 2011 where as for May onwards values are displaying correctly..We have check the transaction code KSB1 for this cost center there are some values posted for the period of April..
    Can any one help me to find out where exactly the issue is and how to resolve the same..

    Please check your variables in your report.

  • Net value in the Invoice not populated correctly

    Hi friends,
    The net value in the Invoice is not populated correctly. The sales order unit price is say 100/EA and the qty is 10 and the net value is 1000 Rs. THe invoice is also showing up the unit price and qty similar to the sales order but the net value picked is 500Rs. There are no discount conditions as well. What might be the possible reasons for this?
    Thanks
    Isaac

    Hi,
    Check whether you have entered th value manually in the sales order and overwritten the condition record value .If so also check you copy control setting in VTFL that pricing type B is maintained at item level for the respective doc type .
    It can happen that you have condition record maintained for 50rs per quantity and you have changed price manually in sales order to 100 per qty. Now if in copy control VTFL pricing type B is maintained than system will redetermine the prices at the billing level.
    If this is the case than change the settings in VTFL pricing type at item level to D
    Please check and revert with your feed back
    Regards,
    Krishna O

  • Fund Value is not populated in Vendor payment

    Hi All
    We have created new balance sheet account and we are trying to post the document. Fund value is not automatically populated.  Normally during posting commitment item related fund value is automatically populated.
    If you have any idea how to populate the fund value automatically for newly created GL Account.
    Note: Transaction code FMDERIVE we have mentioned the FUND and commitment item still the problem persist.
    Regards
    K.Gunasekar
    Edited by: KGUNASEKAR on Aug 30, 2010 12:29 PM
    Edited by: KGUNASEKAR on Aug 30, 2010 12:44 PM

    Hi
    When i am trying to post the document by manually simulation itself i am getting the fund value automatically but during manual posting without simulation i am trying to post the document at that time fund value is not populated automatically. Please help.
    Regards
    K.Gunasekar

  • Values are not populating...

    After selecting the data from LOV the values are not populating in the respective fields.
    i've checked the 'LOV' no problem in that,but im think below coding have a problem.
    declare
         b boolean;
    begin
         :global.job:=null;
         clear_form(no_validate);     
         b:=show_lov('view');
         :GLOBAL.ADDNEW1:=0;
    --     go_block('JOB_CARD_MAIN');
         GO_ITEM('JOB_CARD_MAIN.BRANCH_CODE');
         set_block_property('job_card_main',default_where,'job_no='||chr(39)||:job_card_main.job_no||chr(39));
         execute_query(no_validate);------after this line get execute the values get disappear from the field
         insert into da.mylog(username,tname,mdate,oper) values(user(),'Job Creation',sysdate,'S');
         commit;
    end;
    Pls help..

    Which trigger do you have this code in? I'm guessing it is a Key-ListVal trigger.
    Have you tested the WHE RE clause in SQL*Plus to ensure it returns a record set? Most likely, the query returns no rows which could explain why the block is empty. Also, why are you clearing the entire Form instead of just the JOB_CARD_MAIN data block? Perhaps you should try:
    Go_Block('JOB_CARD_MAIN');
    Clear_Block(NO_VALIDATE);Also, the EXECUTE_QUERY built-in does not have a NO_VALIDATE parameter. It only supports the following parameters:
    ALL_RECORDS
    FOR_UPDATE
    or the combination of the two (ALL_RECORDS,FOR_UPDATE). It also allows you to set the Locking mechinism by passing the parameter NO_WAIT.
    Just a suggestion, try your query in SQL*Plus to make sure it produces a record set and Comment out all the extra stuff in your code and only keep the SHOW_LOV, CLEAR_BLOCK, SET_BLOCK_PROPERTY and EXECUTE_QUERY to see if a row is returned. If yes, then add the rest of your code back one line at a time.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Chracteristic values folder  not populated for Infoobject in query

    The Query is created on an Infoset, based on 2 ODS's. In one of the ODS, the new infoobject is created and the INFOSET is adjusted appropriately . The values are displaynig correctly in the ODS and in the INFOSET, but not showing in the query. The " Chracteristics values" folder is not populating in the Query.
    am i missing something?
    points will be awarded.

    Hi,
    check this note:
    BW InfoSet: Include filter value in on-condition
    SAP Note Number: [1064698|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bex/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31303634363938%7d]
    Hope this helps.
    Regards
    Andreas

  • Web ADI-Custom Integrator- LOV value selected is not populating in the cell

    Hi,
    I have a custom integrator, created a layout and mapping
    and I have update the BNE_INTERFACE_COLS_B table for the column that I want as an LOV.
    LOV_TYPE = STANDARD
    val_obj_name = 'FA_BOOK_CONTROLS_SEC'
    val_addl_w_c= 'NVL(DATE_INEFFECTIVE,SYSDATE) >= SYSDATE AND BOOK_CLASS IN (''CORPORATE'',''TAX'')',field_size = 15
    val_component_code = 'FA_BOOK_TYPE_CODE'
    val_component_app_id = 140
    val_type = TABLE
    val_id_cil= BOOK_TYPE_CODE
    val_mean_col=BOOK_TYPE_CODE
    val_desc_col=BOOK_TYPE_CODE
    The LOV is showing up fine, but when I select the value the , selected value is not getting populated in the excel cell.
    Can you please help me resolve this? This is urgent.
    Thanks,
    AJ

    Hi Ashish,
    Can you please give more details?
    On my end I have the same issue but one of my LOVs is not populating the cell while the other does. But I never performed any of the action you mentionned.
    So I would like to try your solution for the remaining LOV that does not populate my Excel cell. What is the purpose of "Then create a web adi function and attach to web adi menu.Call form function association integrator and attach the form function to your integrator.( Interface_cols)"? and what kind of "function" should we create?
    Thanks and regards,
    Gaël
    Edited by: Gaël on 21 sept. 2012 08:16

  • Discount Value - 0RPA_REA Not Populating Correctly in Multiprovider ZXX_XX01

    Hi Gurus,
    Discount Value - 0RPA_REA Not Populating Correctly in Multiprovider ZXX_XX01,
    As you aware discount value (0RPA_REA) has Positive values correspond to a reduced sales value. Negative values correspond to a markup on the sales value.
    Item discounts are already taken into account in the sales value. Discounts at POS transaction level (header discounts) are only taken into account at the point of processing.
      This key figure is supplied by the Data Sources 0RT_PA_TRAN_CONTROL and 0RT_PA_TRAN_TOTALS and is filled by PIPE field REDUCTIONAMOUNT.
    Can some one let me know how to achieve the correct discount type from POSDM?
    Thanks and Regards,
    Ramesh D

    Hi Ramesh,
              As Vikrant mentioned the discount values are shown against record qualifier 1101 in 2 instances in your snapshot.Please check the receipt/MON0 and compare the discount values.
    Alternately pick anyother transaction which has maximum no of discounts and compare in RSA7.
    You may also Import/Export this transaction and verify in any other environment(DEV/TEST) etc to see the results are matching.If not matching, then possibly,some of the config TRs may be missing in PROD.
    Hope it helps.
    Best Regards,
    Aram.

  • Value is not populating in field through search help f4

    Hello Expert,
    I have made one field as a search help but data is not populating from popup.
    Data is coming from BP_search_help. Here i did not create any search help in se11. not required here.
    i used Code in get_p method.
    Method GET_P_BP_NUMBER.
    CASE iv_property.
        WHEN if_bsp_wd_model_setter_getter=>fp_fieldtype.
          IF iv_display_mode EQ abap_true.
            rv_value = cl_bsp_dlc_view_descriptor=>field_type_event_link.
          ELSE.
            rv_value = cl_bsp_dlc_view_descriptor=>field_type_input.
          ENDIF.
        WHEN if_bsp_wd_model_setter_getter=>fp_onclick.
          rv_value = ' '.  "EC NOTEXT
      ENDCASE.
    ENDMETHOD.
    GET_V Method.
    DATA: ls_map TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping,
            lt_inmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab,
            lt_outmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab.
      ls_map-context_attr = 'STRUCT.BP_NUMBER'.
      ls_map-f4_attr = 'PARTNER'.
      APPEND ls_map TO: lt_inmap,lt_outmap.
      CREATE OBJECT rv_valuehelp_descriptor TYPE cl_bsp_wd_valuehelp_f4descr
            EXPORTING
              iv_help_id        = 'BP_HEAD_SEARCH'                            "#EC NOTEXT
              iv_help_id_kind  = if_bsp_wd_valuehelp_f4descr=>help_id_kind_dtel
              iv_trigger_submit = 'X'
              iv_input_mapping  = lt_inmap
              iv_output_mapping = lt_outmap
    endmethod.
    But when i activate get_v method .i am getting 1 error.
    Error is
    Please help me how to rectify this error and any other way to populate data in field through f4 help.
    If u want more detail. Please follow attachment.

    Hi Madhuri,
    You can refer the below code for search help for partner. The code has to be written on GET_V_XXX method.
    DATA: ls_map TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping,
             lt_outmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab.
       ls_map-context_attr = 'STRUCT.BP_NUMBER'.
       ls_map-f4_attr = 'PARTNER'.
       APPEND ls_map TO lt_outmap.
       CREATE OBJECT rv_valuehelp_descriptor TYPE cl_bsp_wd_valuehelp_f4descr
         EXPORTING
           iv_help_id        = 'UIF_BUPAP_WIDE_COL'    ""Search help name
           iv_help_id_kind   = if_bsp_wd_valuehelp_f4descr=>help_id_kind_comp
           iv_trigger_submit = abap_true
           iv_input_mapping  = lt_inmap
           iv_output_mapping = lt_outmap.
    Thanks,
    Ritu

  • PDF file opening with blank fields - the field values are not populated.

    Recently, our users have been facing this issue, "data not populating in the PDF fields".
    We are using FDF in PHP to load the PDF templates and apply the data to the PDF fields. This works fine on many adobe versions but showing empty fields in few adobe versions. For e.g It worked fine with Adobe Reader 10.1.3 but did not work in 11.0.
    This has been critical now as it is showing empty fields in IE11. Can you please help me overcome this issue.
    Thanks!

    All I can suggest is to try the latest Reader versions, i.e. 10.1.11 or 11.0.8.

Maybe you are looking for

  • Adove TV Will Not Play Movies In Firefox and Safari

    For those at Adobe developing Flash, I wanted to post and let you know that I cannot view any Adobe TV videos in Firefox and Safari. I AM able to view videos in Google Chrome. I was able to view them a few months ago without any problems. The web pag

  • HD7850 2GDDR5 OC issue with Gigabyte B75-D3V MB

    Hi, I have just put together the following PC and am having issue getting the Graphics card to work in the main PCIEx16 slot, it simply does give any output when in that slot.  The slot is PCIE3.0 and so is this card, but the card doesn't work in thi

  • 2 silly questions what is boot camp and do I need it? & How to transfer PC

    Okay, I've just ordered my first mac it's a 17" 1.83 refurb iMac, I've noticed a lot of stuff about boot camp, what is it? Does it allow me to transfer my old pc files to my Imac? The only files I will be transfering are pictures and music files can

  • How much is to change a iphone 3gs battery?

    HI I JUST WANTED TO KNOW HOW MUCH WOULD IT BE TO CHANGE THE BATTERY ON MY 3GS PHONE IS COMPLETED DEAD AND JUST WANTED TO KNOW HOW MUCH WOULD APPLE CHARGE THANKS

  • Changes to UEFI variables lost on reboot

    I have a Toshiba L855-S5155 laptop which came with Windows 8 preinstalled in UEFI / Secure Boot mode. I have since successfully installed Ubuntu 13.10.  My problem is that when I change the UEFI boot variables (such as to delete boot entries or chang