How to enhance 2LIS_02_SCL with Conditions

Dear Gurus,
(PLEASE.... THIS ONE IS REALLY AN URGENT ISSUR)
I have a situation here, where i have to enhance my Purchasing Data Data Source(2LIS_02_SCL) with the conditions from  MIRO. 
Here in our project at the time of creating a PO they enter the Freight value and the Condition thpe along with the Transporter.  But all the above said data is tentative it may be changed at the time of MIGO which is also not a permanent one.  But what ever the data entered at the time of MIRO(Invoice Verification) is the final one.  so i have to pick the data from this transaction.  If anyone went across this situation please suggest me what should i do to enhance my data source with this data.
Here i have to extract the Transporter, Station, Freight Value, Condition type.  Please tell me the table information also.  If the information i provided is not enough please feel free to ask for more.
IF THERE IS ANY OSS NOTE WHICH CAN SOLVE MY PROBLEM PLEASE FORWARD THAT TO MY YAHOO ID.
       [email protected]
Thanks in advance
Mohan Kumar

Hi Mohan,
Please go through the steps.
1) SE11, Type your ES in Data type ,and click on display
2) Click on append structure , create the new append structure and add the new fileds,Then activate it.
3) RSA6,select your Generic DS,enter into data source screen with change option. Make sure that the "fiel only" and "hide" options are unticked for newly added ields.and then generate the DS(menu option).
4) Replicate the DS.
5) Write the code in CMOD for newlu added fields.
Procedure:-
the enhancement depends on the type of datasource. Mostly you identify the extract structure and add your fields using a append structure. Once enhanced, you need to generate the datasource again. Then goto transaction cmod, create or choose a project, add enhancement rsap0001 and add your coding in exit...001 for transactional data, exit...002 for master data, exit...003 for texts and exit...004 for hierarchies.
after the extract structure displayed, click 'append structure', and system will propose the append structure name 'z....', accept it and in next screen add you new field name as zz.... and activate the structure.
double click component exit..01, double click zxrsau01, system will give something 'sap reserved' which actually just warning, quite tricky, just press 'enter' then it will go to next screen for program include zxrsau01.
here you put the code like following :
data : l_s_[structurename] like [extractstructure name],
l_tabix like sy-tabix.
case i_datasource.
when 'your datasource name'.
loop at c_t_data into l_s_[structurename]
l_tabix = sy-tabix.
fill the new field
select ... into l_zz...
where ....
l_s_[structurename]-[new field name, zz....] = l_zz...
modify c_t_data from l_s_[structurename] index l_tabix.
endloop.
I hope it would help you.
Regard's
Prasad

Similar Messages

  • How to PO printout with condition data (TAX)?

    Hi,
    The SAP standard PO printing program 'SAPFM06P' include many subroutines,which subroutine control the 'ITEM-CONDITIONS' text output(I want to printout TAX data)? I try to look into the detail,but the description is German,I can't get it.
    Thanks,
    Don
           Druckroutinen für Einkaufsbelege                              *
    Datenteil
    INCLUDE FM06PTOP.
    Datenbeschaffung
    *INCLUDE FM06PF01.
    Formularausgabe
    *INCLUDE FM06PF02.
    Sonstige PERFORM-Routinen
    *INCLUDE FM06PF03.
    Dienstleistungsabwicklung
    *INCLUDE FM06PF04.
    Matrixdruck für Varianten
    *INCLUDE FM06PFVA.
    Entries
    *INCLUDE FM06PE01.
    *INCLUDE FM06PF05.
    *INCLUDE FM06PF06.
    *INCLUDE FM06PF07.
    *INCLUDE FM06PF08.
    *INCLUDE FM06PF09.
    INCLUDE FM06PE02.
    INCLUDE FM06PE03.
    INCLUDE FM06PE04.

    Hi,
    Check for subroutines in "prepare_item_cond" in Include LMEDRUCKF1F, which is an include of Function group 'MEDRUCK'.
    In SE80> Check Function Group tab>MEDRUCK. In Subroutines you will find all the relevant subroutines.
    Hope this answers your concern.
    Regards
    Vinayak

  • Enhancing 2LIS_02_SCL

    Hi SDN,
    I have enhanced 2LIS_02_SCL with EKKO-AEDAT field.
    Steps I have done:
    1. Since EKKO is a base table for 2LIS_02_SCL  extractor, I have added AEDAT as is directly(with out ZZ  append to the field) to the MC02M_1SCL communication structure as a append.
    2. Activated the extract stucture (with warnings as expected)
    Table is not yet classified
    Field AEDAT does not lie within customer namespace
    Table ZZMC02M_1SCL is used by table MC02M_1SCL as an append structure
    List of tables dependent on ZZMC02M_1SCL
    Table MC02M_1SCL
    Table MC02M_0SCL
                                                                                    Table ZZMC02M_1SCL was checked with warnings                         
    3.Able to see AEDAT field by generating the datasource in RSA6 and also unchecked HIDE mark.
    4. Deleted the setuptable and intialised the setuptables after the enhancement is complete
    5 Able to see the historical data in RSA3.
    ISSUE:
    Data is not populating for AEDAT field even though data exist in EKKO table for the PO I am able to extract in RSA3.
    Please suggest what could go wrong in this scenario.

    Hi,
    Have you solved this issue?
    Could u pls tell me how?

  • How can I pass multiple condition in where clause with the join table?

    Hi:
    I need to collect several inputs at run time, and query the record according to the input.
    How can I pass multiple conditions in where clause with the join table?
    Thanks in advance for any help.
    Regards,
    TD

    If you are using SQL-Plus or Reports you can use lexical parameters like:
    SELECT * FROM emp &condition;
    When you run the query it will ask for value of condition and you can enter what every you want. Here is a really fun query:
    SELECT &columns FROM &tables &condition;
    But if you are using Forms. Then you have to change the condition by SET_BLOCK_PROPERTY.
    Best of luck!

  • How to append records to final table with conditions

    Hi
    I am working on a report using tables vbrp vbrk glpca & konv to fetch the amount of billing document based on condition type (kschl)
    Below is my query & records are fetching fine. But now I need to append my final display table.
    Question 1.... which table I should loop into  & which tables should be read ?
    Question 2.... I want 4 coulumn in my alv to display amount from konv based on condition type (VPRS, ZK03,Z004, EK02)
    EX:   vbeln          refdocnr         fkdat    ............     VPRS-KBETR    ZK03-KBETR    Z004-KBETR    EK02-KBETR
             000001      000001        1.1.14    ............        14.00               -12.00                 5.00                 0.02
             000002      000002        2.02.14  .........          18.00              -10.00                  0.00                0.00
    It may be possible that for particular record there would be on ZK03 & VPRS VALUES BUT NO Z004 & EK02 so it will display 0 in that cell.
    WITH ABOVE mentioned output how should I put my condition to read it_konv  table based on condition types but append it in different colums for display  ???
    Is there a solution available or not please guide me through this.

       *declare output itab
    DATA: BEGIN OF it_output,
      vbeln type....
      refdocnr...
      fkdat...
      vprs_kbetr...
      zk03_kbetr..
      z004_kbetr...
      ek02_kbetr...
    end of it_output.
    LOOP AT it_join INTO wa_join.
      MOVE vbeln fkdat from wa_join into wa_output.
      LOOP AT it_konv INTO wa_konv
        with key.....
        CASE wa_konv-kschl.
          WHEN 'VPRS'.
            MOVE wa_konv-kbetr TO wa_output-vprs_kbetr.
            etc....
        ENDCASE.
        READ TABLE it_glpca WITH KEY.... into wa_glpca.
        IF sy-subrc = 0.
          MOVE wa_glpca-refdocnr TO wa_output-refdocnr.
        ENDIF.
        APPEND wa_output TO it_output.
      ENDLOOP.
    ENDLOOP.

  • [WebIntelligence Reporting] How to use count function with condition !?

    Post Author: xuanthuyit
    CA Forum: WebIntelligence Reporting
    Hi everyone,
    I want to make a report like this  with WebIntelligence reporting.
    I want to show the number of Outlet of each chanel (Horeca, Grocery, Convenience) at the end of report !
    But I don't know how to do that with WebIntelligence Reporting.
    Please help asap. . .
    Thank you verry much,

    Post Author: jsanzone
    CA Forum: WebIntelligence Reporting
    xuanthuyit:
    Apparently =count() [and use of a where] was permissible in previous versions of BusObjects, however, things in XI are different (as other users tell me, being XI is my first experience w/ BusObj...), so anyhow, here is the solution to your question.
    You will have have to create two variables for each condition you have.  One variable will be the "helper" and the other variable will be the "worker".  For instance, create a variable called channel_x and the formula:  =if(channel="haney";<metric>;0)  (where "haney" is the name of your organization and <metric> is the metric you are using to count or sum things in your report).  Once channel_x is saved create another variable called channel_x_count and the formula:  =sum(&#91;channel_x&#93;).  Once channel_x_count is saved, then on your report towards the bottom you can use the Template bar to drag in a new table (perhaps you want to use the Horizontal Table type), and then you can drag channel_x_count into your new table.  You will have to repeat the creations of more channel_x type variables (maybe call it channel_y and channel_y_count) or something more descriptive, but in any case substitute the "haney" constant for the next store you want to track, etc, etc.

  • How I tie the formula with conditions type?

    Hi,
    Than create the formula with tcode O3I7:
    1) how I tie the formula with conditions type?
    2) how I tie the conditions type with the formula with Calculation Schema?
    help me, please.
    thanks
    Edited by: celeste ziantoni on Feb 5, 2008 6:45 PM

    Hello,
    Pricing formula is created using transaction VOFM. It is tied to the condition types in Pricing Procedure definition in Alternate Calculation Type column. For Pricing procedure, the menu path is SPRO->Materials Management->Purchasing->Conditions->Define Price Determination Process->Define Calculation Schema.
    Thanks,
    Venu

  • Condition Type MVK0 & MVK1 and How it is linked with SD pricing ?

    Hi Experts,
    In my purchase order, line item for an article (material) there is a condition type MVK0 (Sales Price inc. Tax) and MVK1 ( Sales price excl tax) which appears in Red in IS-Retail server.
    The pricing analysis says that the condition has been found without the condition record.
    The details for condition type MVK1 is
    Condition class:- Prices (B), Calc type:- C (QTY),
    Condition category J ( Customer Expected price)
    There is no access sequence for this condition type.
    Manual entries      D Not possible to process manually
    The details for condition type MVK1 is
    Cond. class   B Prices
    Calculat.type C Quantity
    Cond.category W Expected sales price (including tax)
    Access Sequence:  Not maintained
    Manual entries      D Not possible to process manually
    I wish to know how to populate values for these condition type.
    Also could someone throw light on the condition category Wand J.
    what is the importance of MVK0 & MVK1 condition types and How it is linked with SD pricing?
    if we want this condition types values in PO what settings needs to be done?
    Any Input is highly appreciated.
    Regards,
    Selvakumar. M

    CLOSED

  • I need a COMPLETE tutorial on how to make a smart playlist with 'conditions'

    Ok, I have read discussions in the Support Communities, looked on iTunes Help and I think my brain is going to explode. I need a simple (for dummies) tutorial on how to create a smart playlist with 'conditions' and Live Updating. For example: instead of going through my Library music list and unchecking all my Christmas music and all my Comedy stuff so it won't play year round and at innapropriate times and having to skip them manually when playing on my ipod touch or my iphone4 in my car or through headphones or home sharing and using my AppleTV.
    Also, if my comedy is individually all unchecked (in my iTunes Library), and I have a regular playlist in my ipod and one in my iphone (titled Comedy), when I go to the playlist list in my ipod or phone (when not connected to my Mac), and select shuffle: will that playlist play all the way through even though they are all unchecked?
    AND, if I have 'sync only checked songs and video' box UNCHECKED in my summary page for a device what exactly does that do? Or more precisely, WHY would I want or not want that box to be checked?
    I really hope someone can help me as I am a complete idiot when it comes to understanding long explanations.

    katinak67 wrote:
    AND, if I have 'sync only checked songs and video' box UNCHECKED in my summary page for a device what exactly does that do? Or more precisely, WHY would I want or not want that box to be checked?
    If the box is unchecked, it won't do anything. It will sync everything.
    If it is checked, songs that are unchecked will nto get sync'd to the iPod.
    katinak67 wrote:
    For example: instead of going through my Library music list and unchecking all my Christmas music and all my Comedy stuff so it won't play year round and at innapropriate times and having to skip them manually when playing on my ipod touch or my iphone4 in my car or through headphones or home sharing and using my AppleTV.
    Select all the Christmas stuff, right click - get info.
    Set the sure the Genre is Christmas.
    Go to the Info tab and set Skip when Shuffling to Yes.
    Do the same for Comedy.
    Create a new smart playlist (named My Music or something similar).
    Match all rules;
    Genre is not Christmas.
    Genre is not Comedy.
    Play this playlist on the iPod/iTunes to listen to everything except Christmas & Comedy.
    Or if you have Shuffle turned on, just listen to anything and Christmas & Comedy will get skipped.
    Also, if my comedy is individually all unchecked (in my iTunes Library), and I have a regular playlist in my ipod and one in my iphone (titled Comedy), when I go to the playlist list in my ipod or phone (when not connected to my Mac), and select shuffle: will that playlist play all the way through even though they are all unchecked?
    It depends.
    In iTunes, unchecked items will get skipped.
    If unchecekd items get sync'd to the iPod (you do NOT have Sync only cheked items ticked), they will play unless you have them set to Skip when shuffling.

  • How to prevent duplication on a column with condition

    Hello everyone,
    I need some advice here. At work, we have an Oracle APEX app that allow user to add new records with the automatic increment decision number based on year and group name.
    Says if they add the first record , group name AA, for year 2012, they get decision number AA 1 2013 as their displayed record casein the report page.
    The second record of AA in 2013 will be AA 2 2013.
    If they add about 20 records , it will be AA 20 2013.
    The first record for 2014 will be AA 1 2014.
    However, recently , we get a user complaint about two records from the same group name have the same decision number.
    When I looked into the history table, and find that the time gap between 2 record is just about 0.1 seconds.
    Besides, we have lookup table that allows admin user to update the Start Sequence number with the restraint that it has to be larger than the max number of the current group name of the current year.
    This Start sequence number and group name is stored together in a table.
    And in some other special case,user can add a duplicate decision number for related record. (this is a new function)
    The current procedure logic to add new record on the application are
    _Get max(decision_number) from record table with chosen Group Name and current year.
    _insert into the record table the new entered record with decision number + 1
    _ update sequence number to the just added decision number.
    So rather than utitlising APEX built-in automatic table modification process, I write a procedure that combine all the three process.
    I run some for loop to continuously execute this procedure, and it seems it can autotically generate new unique decision number with time gap about 0.1 second.
    However, when I increase the number of entry to 200, and let two users run 100 each.
    If the time gap is about 0.01 second, Duplicate decision numbers appear.
    What can I do to prevent the duplication ?
    I cannot just apply a unique constraint here even for all three columns with condition, as it can have duplicate value in some special condition. I don't know much about using lock and its impact.
    This is the content of my procedure
    create or replace
    PROCEDURE        add_new_case(
      --ID just use the trigger
      p_case_title IN varchar2,
      p_year IN varchar2,
      p_group_name IN VARCHAR2,
      --decisionnumber here
      p_case_file_number IN VARCHAR2,
      --active
      p_user IN VARCHAR2
    AS
      default_value NUMBER;
        caseCount NUMBER;
      seqNumber NUMBER;
      previousDecisionNumber NUMBER;
    BEGIN
      --execute immediate q'[alter session set nls_date_format='dd/mm/yyyy']';
      SELECT count(*)
            INTO caseCount
            FROM CASE_RECORD
            WHERE GROUP_ABBR = p_group_name
            AND to_number(to_char(create_date, 'yyyy')) = to_number(to_char(date_utils.get_current_date, 'yyyy'));
            SELECT max(decision_number)
            INTO previousDecisionNumber
            FROM CASE_RECORD
            WHERE GROUP_ABBR = p_group_name
            AND to_number(to_char(create_date, 'yyyy')) = to_number(to_char(date_utils.get_current_date, 'yyyy'));
            IF p_group_name IS NULL
            THEN seqNumber := 0;
            ELSE   
            SELECT seq_number INTO seqNumber FROM GROUP_LOOKUP WHERE ABBREVATION = p_group_name;
            END IF;
        IF caseCount > 0 THEN
               default_value := greatest(seqNumber, previousdecisionnumber)+1;
        ELSE
               default_value := 1;
        END IF; 
      INSERT INTO CASE_RECORD(case_title, decision_year, GROUP_ABBR, decision_number, case_file_number, active_yn, created_by, create_date)
      VALUES(p_case_title, p_year, p_group_name, default_value, p_case_file_number, 'Y', p_user, sysdate );
      --Need to update sequence here also
      UPDATE GROUP_LOOKUP
      SET SEQ_NUMBER = default_value
      WHERE ABBREVATION = p_group_name;
      COMMIT;
    EXCEPTION
    WHEN OTHERS THEN
        logger.error(p_message_text => SQLERRM
                    ,p_message_code => SQLCODE
                    ,p_stack_trace  => dbms_utility.format_error_backtrace
        RAISE;
    END;
    Many thanks in advance,
    Ann

    Why not using a sequence for populating the decision_number column ?
    Sequence values are guaranteed to be unique so there's no need to lock anything.
    You'll inevitably have gaps and no different groups will have the same decision_number in common.
    Having to deal with consecutive numbers fixations you can proceed as
    with
    case_record as
    (select 2012 decision_year,'AA' group_abbr,1 decision_number from dual union all
    select 2012,'BB',2 from dual union all
    select 2012,'AA',21 from dual union all
    select 2012,'AA',22 from dual union all
    select 2012,'BB',25 from dual union all
    select 2013,'CC',33 from dual union all
    select 2013,'CC',34 from dual union all
    select 2013,'CC',36 from dual union all
    select 2013,'BB',37 from dual union all
    select 2013,'AA',38 from dual union all
    select 2013,'AA',39 from dual union all
    select 2013,'BB',41 from dual union all
    select 2013,'AA',42 from dual union all
    select 2013,'AA',43 from dual union all
    select 2013,'BB',45 from dual
    select decision_year,
           group_abbr,
           row_number() over (partition by decision_year,group_abbr order by decision_number) decision_number,
           decision_number sequence_number -- not shown (noone needs to know you're using a sequence)
      from case_record
    order by decision_year,group_abbr,decision_number
    DECISION_YEAR
    GROUP_ABBR
    DECISION_NUMBER
    SEQUENCE_NUMBER
    2012
    AA
    1
    1
    2012
    AA
    2
    21
    2012
    AA
    3
    22
    2012
    BB
    1
    2
    2012
    BB
    2
    25
    2013
    AA
    1
    38
    2013
    AA
    2
    39
    2013
    AA
    3
    42
    2013
    AA
    4
    43
    2013
    BB
    1
    37
    2013
    BB
    2
    41
    2013
    BB
    3
    45
    2013
    CC
    1
    33
    2013
    CC
    2
    34
    2013
    CC
    3
    36
    for retrieval (assuming decision_year,group_abbr,decision_number as being the key):
    select decision_year,group_abbr,decision_number -- the rest of columns
      from (select decision_year,
                   group_abbr,
    -- the rest of columns
                   row_number() over (partition by decision_year,group_abbr order by decision_number) decision_number
              from case_record
             where decision_year = :decision_year
               and group_abbr = :group_abbr
    where decision_number = :decision_number
    DECISION_YEAR
    GROUP_ABBR
    DECISION_NUMBER
    2013
    AA
    4
    if that's acceptable
    Regards
    Etbin

  • How to activate Approval in Sales Order for the UDF with condition

    Dear Expert,
                       I have created the UDF field Rebate(type amount) in Sales Order.I want to activate the approval procedure for this UDF with condition where Rebate is greater then Zero.I had applied the query and Activate it in approval procedure.--
    SELECT (Case When IsNull(count(T0.[DocEntry]),0) <>0 Then 'True' Else 'False' End) AS TF            
    FROM Ordr T0   where DocType='I' AND t0.U_rebate >0 and convert(Varchar(20),T0.[CreateDate],103) =(select convert(Varchar(20),Getdate(),103))
    But I found that the approval procedure activate every time inspite the Rebate field is Zero.
    Plaese suggest some soloution for it.
    regards,
    PankajK

    Hi Pankaj......
    Try this.......
    Select Distinct 'True' From ORDR T0 Where T0.U_Rebate>0 and T0.DocType='I' And T0.DocNum=$[ORDR.DocNum.0]
    Hope this will help you.......
    Regards,
    Rahul

  • How to include an enhancement package with upgrade without Solution Manager

    Hello,
    I have been trying to do an upgrade from SAP R3 46C to ERP6 in my sandbox.  I want to include Enhancment package 3 with the upgrade.  I have tried using the Solution Manager to download the Enhancement package and it work fine except that it did not create the XML Stack configuration file that the upgrade is looking for.  Therefore I downloaded the DVD for Enhancement package 3 and included that in the mounted CDs in the PREPARE portion of the upgrade and it does not recognize it.
    Now for my question, is there a way to include the Enhancement package with the upgrade without using Solution Manager? If so, could someone please let me know where to find the information or share the procedure with me?
    Thank you in advance,
    Ron

    The EPs are just like support packages (optional); if the upgrade is not letting you put it during upgrade then just do it once the upgrade is completed.

  • How to set up rules/conditions on a drop down box to ensure its been filled if a value in a text box is selected.

    Hi, I am in midst of creating a form in infopath. I have a text box field in which the user will enter the number of issues he has. if the user has entered the number of issues he has, then he will need to select the type of issues from a multi selection
    box. Thus i need to know how to set up rules/conditions to ensure that the user has to complete the multi selection box if he enters a value in text box for the number of issues. 

    I assume what you are asking is to make multi selection box as mandatory. If not please explain with a example
    Try below:
    http://webcache.googleusercontent.com/search?q=cache:ItIYeZ8K2gEJ:sharepointkings.blogspot.com/2013/06/make-multi-select-list-box-required-in.html+&cd=4&hl=en&ct=clnk&gl=in&client=firefox-beta
    If this helped you resolve your issue, please mark it Answered

  • How to update cost related condition type amount in sales order without disturbing other condition types.

    Hi ,
    How to updae only one item condition  ZYV0 value in sales order. If I can see we have several options from pricing type to update condition types but here My requirement is to update only one condition amount .If I can see other pticing types they will update all condition types .
    -Exclusive option is checked for all the tables maintained in access sequence,
    Below options were not worked for me.
    -In condition type ----> Condition category has been updated with "D"(Tax) pricing type-"G" to update in sales order
    - This option worked for me but  condition category  "F"(frieght) and pricing type -H but in conditions tab when I update two condition amounts are activated for one condition type like below.
    ZYV0--30 % (old condition record value updated in sales order)
    ZYV0- 50% (updated condition record)
    Regards

    Hi Rita,
    Tried with condition category "u" and updated with pricing type "U" . It works as same I used old logic.
    with condition categories "D" and "F" it will update old and new condition record values in sales order.
    ZYV0--30 % (old condition record value updated in sales order)
    ZYV0- 50% (updated condition record)
    I have updated  here existing condition record value from 30 % to 50 % validity periods are not changed.
    Regards

  • How to enhance table control in DMS. Need to display doknr more than 25 cha

    Hi there.
    In transaction IL03 - document tab - I need to display a doknr which is longer than 25 characters.
    I search for exit/enhancement for DMS - saplcv140/control SUB_DOC, but cant find anything.
    If it is not possible to enhance this field, i would like to add a new field (more than 25 char) and fill in the long doknr.
    The documents that are attached contains both an internal docnumber(from the external system) and an external docnumber (functional location type of number). It is very important to show external documentno in the table control.
    Actually in the table DRAW the external dok number is in the field MRK_FILEP. Can this field somehow get in the tablecontrol?
    Anybody has experience with docno longer than 25 characters? Or how to enhance tablecontrol sub_doc (screen 0204) in fuction group CV140.
    Br,
    Liselotte.

    The BAdI CRM_BADI_RF_Q1O_SEARCH is for enhancing OneOrder based searches. Not for business partners.
    The BAdI CRM_BUPA_IL_SEARCH is the way to go. I just checked in our system.
    In the method SEARCH_CRITERIA_INITIAL check if your field is supplied in IS_PARAMETERS. If yes return CV_IS_NOT_INITIAL = 'X'.
    Then in SEARCH_PARTNERS you delete the entries from table CT_PARTNER_KEYS according to your parameter.
    However this is not very performant. If you have a search with criteria only of your own for the BAdI SAP coding will first select everything and then you filter out.
    Anyway, it is much faster to implement than a new search...
    cheers Carsten
    Edited by: Carsten Kasper on Nov 18, 2008 7:44 PM

Maybe you are looking for

  • Problems with installation of Windows 8.1 with Arch Linux GPT

    Hi everyone, I have Arch Linux installed in EFI MODE with a GPT Partitioned disk. I'm trying to install Windows 8.1 on a partition, but the message that i get is "Windows cannot be installed to this disk. The selected disk is not of the GPT partition

  • Blackberry 8830 in Australia

    My dad is traveling to Australia and has Blackberry 8830. Will it work there with all voice, data, GPS capabilities? Lemme know! Thanks! Message Edited by BB2845 on 06-01-2008 05:41 PM

  • Finding sales Org, Distribution Channel

    Hi Forum,   If i have plant and material how could i find its corresponding sales organization and Distribution channel.give field and table name. Thanks Lovleen Edited by: lovleen sol on Jan 8, 2008 11:14 AM

  • WHERE DID MY ADOBE FLASH PLAYER GO ??

    How do I keep adobe flash player connected to my PC be douse it keeps disconnecting from my PC ???

  • Last Software Inventory Date old

    We a some machines where the Last Software Inventory date is very old but the HW Inventory date is current.  Is there any step by step documentation on troubleshooting this type of problem?