Zero value in Amount field during transaction upload into BPC

Hi Experts,
When I run DM package to load transaction data from BW to BPC,I am getting warning error with rejected list which contains amount field as zero value.
Is it possible to load records with amount value as Zero.My current EPM version is 10 SP14 Patch 1.
Currently my cube is in load mode .I have understood that during transaction data upload the cube should be in load mode and during inputting data using input forms it should be in planning mode.Please correct me if I am wrong.
Thanks,
Raju

Thanks for your quick turn around.
I have multiple keyfigures which have zero values in some records hence I am getting zero values in Amount field.
Shall I mark Real-Time  data Target can be planned; data loading not allowed always.
Regards,
Venkat

Similar Messages

  • BADI used for updation of Amount fields for transaction CL24N

    Hi All,
    Badi's used for the transaction CL24N . Since need to update amount field ZPO_AMOUNT , ZPO_AMOUNT_GBP in the trsaction for a particular Realease strategy
    Thanks,
    Narasimha.

    Hi,
      There are 4 User-Exits and 2 Badis present for that transaction. Check whether it is useful.
    Enhancement/ Business Add-in            Description
    Enhancement
    CLCLRS01                                Additional Fields on the Result Screen
    CLCLRS02                                Fill the Additional Fields on the Result Screen
    CLFM0003                                Call Up After Check of Assigned Characteristic Values
    CLMMD001                                Selection of Objects for Mass Processing
    Business Add-in
    CACL_CHARACTER_INPUT                    Value Assgmt Screen: Set Ready-For-Input Status for Chars
    CACL_VALUE_CHANGE                       Change/Check User Input Before Syntax Check
    Hope this will help.
    Regards,
    Swarna Munukoti.

  • Unable to retract zero values for amount

    Hi,
    We are unable to retract values where the amount is planned as zero.
    Please suggest how to retract zero amounts to R/3.
    Regards,
    Srinivas Kamireddy.

    Hi,
    Hello,
    SAP does not retract zero values.
    There are 2 ways you can work around this issue -
    First Method -
    1) Create a temp version on ECC for example 777.Retract from the version that you plan on this version.
    This can be achieved on the UPB_STRUCT control.
    Step a ) Lets say u had $1000 on cost center X and cost element - labor for period 10/2008 .You have completed the retraction to ECC to version 777.Copy version 777 to the final version on ECC.
    Step b) Delete version 777.There are standard ECC transactions to achieve this.
    Step c )Now change the cost center $1000 to $0 on IP . Retract back to ECC.Copy version 777 to target version again.This overwrites the original version from $1000 to $0.
    Second Method-
    There is a way on BW where you can add an additional key figure to the transaction cube .
    Follow oss note 768822 SEM-BPS
    Thanks
    Pratyush

  • Display zero value on a field of DEC type on a screen.

    Hi,
    I want to display an initial value of DEC field in an input mode on a screen.
    Zero values of a screen fields type DEC are only visible when property is set to "no input".
    Helpful tips will be appreciated.

    Something similar popped up recently, and there was no better solution found than declaring the screen fields as type CHAR and converting at PBO/PAI (in dynpro context) into the DEC values.
    Thomas

  • Get value of formula variable during query runtime into a text variable

    Hi all,
    I wanna get the value of the formula variables during the query runtime into a text variable.
    My scenario is like this: First I defined a formula variable Z_DATE_3 which is processing by replacement. It will get the day of a characteristcs(Startdate).
    Then I defined a text variable and in the function module related to this text variable, I used the parameter I_T_VAR_RANGE which can store the value of formula variable during the query runtime.So I can read the value from this table in my function module.
    But I have a issue, when I run the query which used the defined text variable, it seems that it doesn't call the corresponding function module. Because I set a breadpoint in hte code and it never reach this breakpoint.
    If I removed the parameter I_T_VAR_RANGE , it can enter the function module.
    So could you please give some advice?
    Is my solution correct or not?
    And what's wrong with the parameter I_T_VAR_RANGE? Did I use it correctly?
    And My code is:
    DATA:  l_s_range_v TYPE rrrangeexit,
                 l_day type sy-datum.
    if i_step <> 2.
    raise no_processing.
    endif.
      READ TABLE i_t_var_range INTO l_s_range_v
         WITH KEY  vnam = 'Z_DATE_3'.
    if sy-subrc = 0.
         l_day = l_s_range_v-low.
    endif.
    Thanks in advance!
    Best regards
    Fanchest

    Hi, Fanchest,
    I'm having just the same issue.  Did you find a solution?
    I wrote a short routine in CMOD to derive the value of a formula variable to a text variable, but it's not working (I don't get any value).  Can you share your solution?
    Thanks in advance,
    LL

  • Getting a zero value from text field

    Hi,
    The form has 3 text fields for Freight areas, the viewer inserts "1" in the field that is applicable to their area.
    The first 2 fields have a cost of $10.00 and $15.00 and the third is for pick up so there is zero cost. If they insert "1" in either of the 2 fields, it shows up as 1 in the returned email to to the site owner and to the viewer but I can't get the free freight field to display anything in those returned emails.
    I've included the PHP form handler file and the site address is: http://www.hamdenestate.co.nz/test-site/contact-us.html
    Thanks.
    <?php
    $errors = '';
    $myemail = '[email protected]'; //<-----Put Your email address here.
    if(empty($_POST['name'])  ||
       empty($_POST['email']) ||
       empty($_POST['address']))
    $name = $_POST['name']; 
    $email_address = $_POST['email'];
    $phone = $_POST['phone'];
    $address = $_POST['address'];
    $addresstwo = $_POST['addresstwo'];
    $addressthree = $_POST['addressthree'];
    $wine1= $_POST['wine1'];
    $wine2= $_POST['wine2'];
    $wine3= $_POST['wine3'];
    $wine4= $_POST['wine4'];
    $wine5= $_POST['wine5'];
    $wine6= $_POST['wine6'];
    $chardonnay_2011_bottles = $_POST['PROD_Chardonnay2011Bottles_20'];
    $chardonnay_2011_cases = $_POST['PROD_Chardonnay2011Cases_204'];
    $pino_gris_2011_bottles = $_POST['PROD_PinoGris2011Bottles_21'];
    $pino_gris_2011_cases = $_POST['PROD_PinoGris2011Cases_228'];
    $sauvigon_blanc_2011_bottles = $_POST['PROD_SauvigonBlanc2011Bottles_20'];
    $sauvigon_blanc_2011_cases = $_POST['PROD_SauvigonBlanc2011Cases_204'];
    $riesling_2012_bottles = $_POST['PROD_Riesling2012Bottles_20'];
    $riesling_2012_cases = $_POST['PROD_Riesling2012Cases_204'];
    $pinot_noir_2009_bottles = $_POST['PROD_PinotNoir2009Bottles_25'];
    $pinot_noir_2009_cases = $_POST['PROD_PinotNoir2009Cases_250'];
    $message = $_POST['message'];
    $freight_bottles = $_POST['PROD_FreightBottles_10'];
    $freight_cases = $_POST['PROD_FreightCases_15'];
    $freight_Free = $_POST['PROD_FreightFree_0'];
    $totalcost = ($chardonnay_2011_bottles * 20 + $chardonnay_2011_cases * 204) + ($pino_gris_2011_bottles * 21 + $pino_gris_2011_cases * 228) + ($sauvigon_blanc_2011_bottles * 20 + $sauvigon_blanc_2011_cases * 204) + ($riesling_2012_bottles * 20 + $riesling_2012_cases * 204) + ($pinot_noir_2009_bottles * 25 + $pinot_noir_2009_cases * 250) + ($freight_bottles * 10 + $freight_cases * 15 + $freight_free * 000.00);
    $reply = $_POST['email'];
              $replysubject = "Auto-Reply: From Hamden Estate Website";
              $replyfrom = "From:  [email protected]\r\n";
              $replymessage = "Dear ".$_POST ['name']."\r\n\r\n";
              $replymessage .= "Thank you for placing an order with Hamden Estate vineyard. We will contact you shortly with a reference number and payment details...\r\n\r\n";
              $replymessage .= "";
              $replymessage .= "YOUR ORDER DETAILS:\r\n\r\n";
              $replymessage .= "Wine Selection: $wine1\r\n";
              $replymessage .= "Bottles: $chardonnay_2011_bottles\r\n";
              $replymessage .= "Cases: $chardonnay_2011_cases\r\n\r\n";
              $replymessage .= "Wine Selection: $wine2\r\n";
              $replymessage .= "Bottles: $pino_gris_2011_bottles\r\n";
              $replymessage .= "Cases: $pino_gris_2011_cases\r\n\r\n";
              $replymessage .= "Wine Selection: $wine3\r\n";
              $replymessage .= "Bottles: $sauvigon_blanc_2011_bottles\r\n";
              $replymessage .= "Cases: $sauvigon_blanc_2011_cases\r\n\r\n";
              $replymessage .= "Wine Selection: $wine4\r\n";
              $replymessage .= "Bottles: $riesling_2012_bottles\r\n";
              $replymessage .= "Cases: $riesling_2012_cases\r\n\r\n";
              $replymessage .= "Wine Selection: $wine5\r\n";
              $replymessage .= "Bottles: $pinot_noir_2009_bottles\r\n";
              $replymessage .= "Cases: $pinot_noir_2009_cases\r\n\r\n";
              $replymessage .= "FREIGHT: $wine6\r\n";
              $replymessage .= "North Island: $freight_bottles\r\n";
              $replymessage .= "South Island: $freight_cases\r\n\r\n";
        $replymessage .= "Client pick up: $freight_free\r\n\r\n";
              $replymessage .= "Total $ $totalcost\r\n\r\n";
              $replymessage .= "From the folks at Hamden Estate\r\n";
              $replymessage .= "[email protected]\r\n";
              $replymessage .= "http://www.hamdenestate.co.nz\r\n\r\n";
              $replymessage .= "This e-mail is automated, so please DO NOT reply.\r\n";
    if (!preg_match(
    "/^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$/i",
    $email_address))
        $errors .= "\n Error: Invalid email address";
    if( empty($errors))
              $to = $myemail;
              $email_subject = "Contact form submission: $name";
              $email_body = "You have received an online order via your website. Here are the details: ".
                                          " \n Name: $name
                                            \n Email: $email_address
                                            \n Phone: $phone
                                            \n Address: $address
                                            \n Address: $addresstwo
                                                                                                        \n Address: $addressthree
                                            \n Wine Selection: $wine1
                                            \n Bottles: $chardonnay_2011_bottles
                                            \n Cases: $chardonnay_2011_cases
                                            \n Wine Selection: $wine2
                                            \n Bottles: $pino_gris_2011_bottles
                                            \n Cases: $pino_gris_2011_cases
                                            \n Wine Selection: $wine3
                                            \n Bottles: $sauvigon_blanc_2011_bottles
                                            \n Cases: $sauvigon_blanc_2011_cases
                                            \n Wine Selection: $wine4
                                            \n Bottles: $riesling_2012_bottles
                                            \n Cases: $riesling_2012_cases
                                            \n Wine Selection: $wine5
                                            \n Bottles: $pinot_noir_2009_bottles
                                            \n Cases: $pinot_noir_2009_cases
                                            \n message \n $message       
                                                                                                        \n Freight: $wine6
                                                                                                        \n North Island: \n $freight_bottles
                                                                                                        \n South Island: \n $freight_cases
                                                                                                        \n Client pick up: \n $freight_free
                                                                                            \n Total $ : $totalcost";
    $headers = "From: $myemail\n";
              $headers .= "Reply-To: $email_address";
              mail($to,$email_subject,$email_body,$headers);
    mail($reply,$replysubject,$replymessage,$replyfrom);
              //redirect to the 'thank you' page          $reply = $_POST['email'];
              header('Location: contact-form-thank-you.html');
    ?>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
              <title>Contact form handler</title>
    </head>
    <body>
    <!-- This page is displayed only if there is some error -->
    <?php
    echo nl2br($errors);
    ?>
    </body>
    </html>

    bregent wrote:
    But wouldn't it be much more intuitive to use radio buttons here?
    Yes, but this a bit of a long running issue. The OP ideally wants to add the freight cost to the total price at the bottom of the form on the website before the information is sent back via php but that is done using javascript and radio buttons mess with the calculations. Inserting 1 into the freight form fields, which is counter-intuitive, does the trick but that will mess with the total price when php collects the information because the value is 1 rather than 10 or 15.

  • Selecting Not Rated value for Pass field during course follow up

    Dear Experts,
    We have some courses that are not assessed and as such there is no rating that can be attached to the participant. During course follow-up via LSO_PSV2, the Pass field does have the drop-down value 'Not Rated' but if we select it, the error message Unevaluated participation cannot be followed up appears.
    Is there a way to make the Pass field optional? I've looked in the config at the Control of Process Steps but the only option is either Signature and Activate.
    Any assistance is greatly appreciated.
    Thank you
    George

    Facing the same issue on clicking on the check box for followup.
    Did you manage to resolve this?
    Unevaluated participation cannot be followed up

  • Setting default values to CUSTOMERH field during creation of ORDER?

    Hi guys,
    Does anyone know of any BAdI that is called once during the ORDER creation?
    I have a CUSTOMERH field that needs to be set to 'X' during creation, and the user can de-select them anything. Anyone know how this can be achieved??
    Many thanks in advance, points to be awarded for any helpful ideas.

    Hi Joshua,
    have a look to the interface IF_EX_ORDER_SAVE.
    this give you the Methods CHANGE_BEFORE_UPDATE and PREPARE.
    I hope you can use this.
    kind regards an happy x-mas
    Torsten

  • How to set values of formula fields during runtime in crystal reports

    Hello All,
    Could any one help in letting me know how to set the values of a formula in the runtime.
    I tried using the below systax in the formula field
    Assume that I have 2 formula fields
    1. format_count
    2. format_display
    my formula is like below:
    in the formula field format_count i have
    format_display=pagenumber
    when checking for errors its throwing error stating "stamement is expected"
    Could any one help in resolving this
    Thanks

    Hi Ranjeet,
    Whenever you assign values to a variable, you need to use :=
    Like this:
    numbervar x := pagenumber
    And what exactly are you trying to do anyway?
    -Abhilash

  • Providing value to screen field during f4.

    hi all,
    am having selection screen as follows
    parameters: p1 type ........
                        p2 type ...... .
    am providing f4 help for p1 as follows.
    at selection-screen on value-request for p1.
    select from db where abcxyz = p1...into table itab
    after that at runtime am getting a pop-up box where the values related to both p1 and p2 are coming, am selecting one value from the list related p1 .. and also able to populate in p1 field in selection screen at runtime ...
    but now i have to also populate p2 field simultaneously  at run time when am selecting the value for p1 .. because both are related ..
    am trying to pass the value to p2..but am unable to do it.
    pls advise with possible alternatives
    thanks
    suresh

    Hi,
    you must use DYNP_VALUES_UPDATE or RS_SELECTIONSCREEN_UPDATE function module (this latter is mandatory only for select-options). See forum for more information.
    Sandra

  • Error during File upload into BI IP

    Hi,
      I have followed the steps outlined in the How-to Guide for loading files into BI-IP (NEtweaver) as posted by Marc. When I execute the same, I get the following error:
    System error in program CL_RSR_FIPT_VAL2SID_PREFETCH and form BEFORE_TRANSFORM-01- (see long text).
       I am not sure why this is happening and also about what should be done! Any ideas are most welcome!
    Thanks and Regards
    Sriram

    Hi Sampath,
    Please ensure you are on SP 15 patch level , else if you are on SP 14  then apply note 1070655 - Termination msg CL_RSPLFR_CONTROLLER =>GET_READ_WRITE_PROVIDS
    b] Apply Correction Instruction 566059 [i.e: in Object - CL_RSPLFR_CONTROLLER GET_READ_WRITE_PROVIDS,
    delete the block: l_r_alvl = cl_rspls_alvl=>factory( i_aggrlevel = p_infoprov ).
    and insert block - l_r_alvl = cl_rspls_alvl=>factory( i_aggrlevel = i_infoprov ).
    Apart from this  ensure at Planning function level create the rows as like in the flat file. Also give correct parameters to the skip header and other functions.
    Hope this helps
    Raja

  • Loading a subset of BW Transactional data into BPC

    Hello Experts
    Hopefully someone can help me with a problem I have been facing.
    I am running: EPM 10 SP13
    Currently, we load a full set of transactional data from a staging BW cube into the BPC model.  In terms of time, this is from 1990 to date.
    Each evening, before the above mentioned load, we clear data in the BPC model against a specific dimension category to handle deleted data which does not come in on the flat file full load each night.
    I would not like to only run this clear and load process for the last 2 years worth of data.
    The 'Clear' package via a BW process chain using UJD_TEST_PACKAGE and an answer prompt setting as below works a treat:
    %SELECTION%     DIMENSION:ANALYSIS||DIMENSION:BRAND||DIMENSION:CATEGORY|BW_ACTUAL|DIMENSION:CUSTOMER||DIMENSION:DATASRC|DS_ACT_BW_INPUT|DIMENSION:INDUSTRY||DIMENSION:METRIC||DIMENSION:PRODUCT||DIMENSION:RPTCURRENCY||DIMENSION:SUPPLY_SITE||DIMENSION:TIME|2012.01,2012.02,20012.03,2012.04,2012.05,2004.06,2012.07,2012.08,2012.09,2012.10,2012.11,2012.12,2013.01,2013.02,2013.03,2013.04,2013.05,2013.06,2013.07,2013.08,2013.09,20013.10,2013.11,12.2013
    %ENABLETASK%     1
    %CHECKLCK%     0
    However, I cannot get the load run package (Load Transaction Data from BW InfoProvider UI) to pick up only 2 years worth of data.
    %InforProvide%     ZBPC_11
    %SELECTION%     <?xml version="1.0" encoding="utf-16"?><Selections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Selection Type="Selection" /><Selection Type="FieldList"><FieldID>0CALMONTH</FieldID><FieldID>0CALYEAR</FieldID><FieldID>0CHNGID</FieldID><FieldID>0RECORDTP</FieldID><FieldID>0REQUID</FieldID><FieldID>ZBPC_1</FieldID><FieldID>ZBPC_10</FieldID><FieldID>ZBPC_6</FieldID><FieldID>ZJ_DEALER</FieldID><FieldID>ZJ_DEFIND</FieldID><FieldID>ZJ_MODEL</FieldID><FieldID>ZJ_MRPSTE</FieldID><FieldID>ZJ_TYPE</FieldID></Selection></Selections>
    %TRANSFORMATION%     \ROOT\WEBFOLDERS\COMPANY\S_AND_OP\DATAMANAGER\TRANSFORMATIONFILES\BW Actuals.xls
    %DATATRANSFERMODE%     10
    %CLEARDATA%     No
    %RUNLOGIC%     No
    %CHECKLCK%     No
    I have tried setting the option in the EPM add-on when I run the Load Transaction Data from BW InfoProvider UI package but this results in the chain running for ages and never completing, despite their being activity in SM50.  Almost like an infinite loop!
    I then tried using the code in the UJD_TEST_PACKAGE script pointing to the above:
    <Selection Type="Selection"><Attribute><ID>0CALMONTH</ID><Operator>1</Operator><LowValue>2020</LowValue><HighValue /></Attribute></Selection>
    Does anyone know how I can set the import package to only include the last 2 years ?  I have found that pre BPC 10, you could add something to the transformation file but I do not believe that is now supported.
    Thanks for any guidance.
    Ian

    Hi Ian,
    Q: Could you elaborate some more on automated this process?  What do you mean by a macro to create the xml files ?
    This process its for running package from excel. This document explain https://scn.sap.com/docs/DOC-32636
    Q: Using your alternative suggestion of created a start routine, do you mean as part of the transformation in the BW staging area or the BPC transformation file sourcing the data manager package ?
    I mean the BPC transformation file. http://scn.sap.com/docs/DOC-4230

  • Length of amount field in New GL at the document entry

    Hi,
    1) At present I am working on ECC 6, EhP 4 with New GL Activated & Old GL "Not deactivated" (i.e deactivate update of Classic General Ledger GLT0 not done).
    2) The total table (FAGLFLEXT) & Line item table (FAGLFLEXA) field in new GL has amount field length as 23 digit.
    3) When I am trying to enter any FI Document in SAP, using transaction code F-02 or FB60 etc, the length of amount field is coming as 13 digit. I am not able to enter higher value
    Question:-
    a) Is the above issue due to "non-deactivation" of "Old GL"? As per my understanding, it is not, but wanted your opinion.
    b) Is there any configuration which needs to be done to increase the length of the amount field at transaction level?
    Thanking you in advance
    Santosh Agarwal

    a) Is the above issue due to "non-deactivation" of "Old GL"? As per my understanding, it is not, but wanted your opinion.
    No, it is not.
    b) Is there any configuration which needs to be done to increase the length of the amount field at transaction level?
    No, there isn't.  The field length that is appearing during document entry is really dictated by the data type of fields such as DMBTR, WRBTR in table BSEG; which is CURR (13,2).  Although the GL view (FAGLFLEX* tables) have longer length, the limitation in entry view (BSEG, etc.) stays as 13,2.

  • Custom module pool + Amount field decimals display same as standard screen display

    Hi All,
    Requirement: A custom module program screen field has to be designed which displays decimal values of amount fields same as amount fields in standard screen.
    Standard screen behavior: If the standard screen fields are observed, they refer to data elements WRBTR or AZSOL_F05A (transactions FB50/FB03/FB01). However, number of decimal places that are visible on screen are dependent on the currency that is provided.
    Both the data elements have 2 decimal places.
    For currency USD two decimal places are displayed - in TCURX - decimal places are two.
    For currency JPY or CLP - zero decimal places are displayed  - in TCURX - decimal places are zero.
    i.e., even though the screen field refers to data element or domain that has the characteristic to show 2 decimal places, based on currency, decimal places are adjusted.
    I would like to know how this is happening on standard screen fields.
    Solution Required for: How to make the custom screen amounts to display same number of decimal places as standard screen amount fields.
    P.S: Before posting the query here, research has been done in SDN and other places. It has been identified that quantity fields adjustments are discussed. However for amount field even though discussed earlier, did not reach a conclusion.
    I would like to get a solution for this one.
    Thanks in advance.
    Goutham.

    Thank you all for taking time to take a look at this query.
    This issue has been resolved.
    Resolution: If the standard transactions (FI transactions in specific) are observed, whenever there is a field that displays amount value, there will be a corresponding field (may not be beside the amount field, somewhere on the screen or in the same sequence of screens) where the currency key value would be entered.
    For instance, if you look at FB50 - there is field on top for the user to input currency key value (like USD or CLP or INR).
    When any amount field is declared - this currency key field is provided as the reference field in the screen attributes of the amount field.
    In short, in the custom module pool program, provide a field that holds currency key value and use this field as reference field for the amount fields.
    Do repond to this thread if the resolution is not clear.
    Thank you all once again.
    Goutham.

  • Return with zero value

    Dear All
    Plz see below comments of Sujay.. can any one tell me is there any other sollution for that? plz note, while i am trying to use 501 MVT with ZSPR there is no FI doccument generated but if i use ROH material, then fi doc generated with value.. why and how it is happening?
    plz advice
    Subject: Re: maintaining spares returned
    Message: As per your mentioned specification what i see is  material type ZSPR is a valuated material, so in that case if you doing reverse movement 202 wrt 201 then it should cancel the effect of 10.00 RS, which the system is doing correctly.
    Now coming to your question if you want to return the material to your respective store without any valuation, then why don't you do 501 movement.
    BR

    thanks for clarification.
    however it will not change the answer in general.
    return from user departments are usually done with 202 movement, 501 is usually used for receipts from external vendors without having a PO.
    In any case the movements will be valuated with the price in the material master, if the material type is quantity and value managed.  
    There is only one option to return at zero value: make the field fo external valuation in the movement optional, and try then to enter a zero manually while executing the movement. This will post the movement with no value and reduce the MAP of the material accordingly.
    But this is pretty dangerous as you will not really have a control about the use of this field, any user can enter any value and will effect the material prices.

Maybe you are looking for

  • Vendor master - reconciliation account

    Hi,   I would like to know in which configuration settings, the reconciliation accounts are mapped to the account groups for the vendor master. Im facing an error when I tried to flag a vendor for deletion using XK06, "incorrect combination of accoun

  • No video and sound with tv card saa7134

    I cant seem to get my tv card working as i dont understand alot of stuff about linux at the moment. I got alot of info on types of my card but as i said i really cant get it to work. Here is the info i got: hardware: Compro Technology, Inc. Compro Vi

  • XML validation against a DTD

    Is there any one that can help me to : 1- validate the well-formedness of the xml 2- validate it against a DTD Thanks

  • Are PDFs editable???

    Are PDFs editable??? First, how can I make a text PDF word-like to copy and paste text from it, and secondly, I have a PDF of a sketch of a floor plan I need to make some scribbles on. How can I accomplish this? thanks J

  • How to cut? and paste files?

    hi, im trying to cut & paste some files from my time capsule to my mackbook, but i cant seem to be able to use the cut command in the EDIT menu. of the window that is currently open. thanks.