ReadLine Returns What on No Input?

I'm trying to grab user input (numbers) and I want to be able to process them. I'm looking for a way to insert a default value into the storage variable if the user just hits 'Enter' (e.g. enters no input), but the code either pitches a fit or doesn't make it obvious what return value I'm testing for in such a case.
So I did the search, nothing obvious in the forums:
http://search.sun.com/search/onesearch/index.jsp?qt=readline&rfsubcat=siteforumid%3Ajava54&col=developer-forums
The JavaDoc page doesn't show anything about the return value I'm interested in:
http://java.sun.com/j2se/1.3/docs/api/java/io/BufferedReader.html
Many tutorials site this particular process I'm going through, but don't cover the case I need:
http://www.scit.wlv.ac.uk/~jphb/java/basicio.html
http://pages.cs.wisc.edu/~cs302/io/JavaIO.html
Code:
import java.io.*;
public class testing_IO {
    public static void main(String[] args) {
        BufferedReader read = new BufferedReader(new InputStreamReader(System.in));   
        System.out.println("Enter the Following information:");
        int info;
        try {
            info = Integer.parseInt( read.readLine() );
        catch (IOException ioe) {       
            System.out.println("Using default value [0] for Spell Damage");
            System.out.println("IO error trying to read 'Spell Damage'");
            System.exit(1);
        catch(NumberFormatException nfex)
            System.out.println("\"" + nfex.getMessage() + "\" is not numeric");
            System.exit(1);
}From a little experimentation I see that when I enter no input at my prompt there, I get a non-numeric result. Now I need to know how to field the exception, e.g. I want to be able to set info=0 if I detect the case where I get no input.
--Pontifex                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

prometheuzz wrote:
Pontifex wrote:
Scanner looks interesting, but seems a bit overkill for what I'm going for.The docs may look a nit daunting, but it can be used without much hassle.They don't look too bad. The concept is similar to things I'd do with regex in Perl; If a little bit more convoluted.
I was trying to play around with the tool, but I get a compile time error when attempting to import the package:
Testing_Scanner.java:1: cannot resolve symbol
symbol : class Scanner
location: package util
import java.util.Scanner;
1 error
BUILD FAILED (total time: 0 seconds)
I'm using NetBeans IDE on Java 1.6. I don't see anything in the docs that would indicate that I need to install anything special to use it. Some namespace issue I'm missing?
--Pontifex                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • What are  the input parameters for Function Module

    Dear Experts,
    I want to generate a Sales Tax returns report,those fields are not available in my existing Datasources.
    For that i want to write a Generic Datasource with Function Module.
    audat
    bukrs
    vkorg
    vtweg
    spart
    aurat
    auart
    netwr
    mwsbp
    kschl zedp(consition type)
    kschl zvat(condition type)
    ksch   zcst(condition type)
    matkl     material group
    Here what are the Input parameters for Function Module.
    Thanks in Advance.
    Srinivasan.

    Srinivasan-
    For creating a Generic extractor based on a FM, you first of all need to know what is going to be your structure.. i.e. what all fields you need to pull from what all tables. A functional consultant may help you identify the exact DB tables.
    Once you know them, hand over the requirement and the pdf mentioned by Krishna to the ABAP guy, he would be able to take this up further.
    Also decide 1st whether you would be using a full load or delta. There is a slight difference in the way they are built.
    Let me know how it goes.
    -Bhushan.

  • For getting purchase order details what are the inputs and outputs

    I need to display purchase order details in EP portal by using integration EP, XI and R/3.
    I dont know what are the Inputs and what are the Outputs.
    Reward points for helpers.
    Cheers,
    Preethika

    Hi Preethika,
    for displaying PO use BAPI : BAPI_PO_GETDETAIL
    Its input is PO number
    Its output are tables PO_HEADER_TEXTS - for PO header data
    PO_ITEMS - for PO line items
    Thanks,
    Rajeev Gupta

  • What is the input "key" in the IMAQ Write Custom Data palette?

    Hello!
    I am not able to use correctly the IMAQ Write Custom Data palette because I do not know what is the input "key".
    Does anyone know its meaning?
    Sincerely,
    Fábio Machado Cavalcanti
    Canada-Brazil Science Without Borders Student
    Lakehead University, Thunder Bay, Ontario, Canada
    Federal University of Pernambuco (UFPE), Recife, PE, Brazil
    Undergraduate Student in Chemical Engineering

    Thank you for replying Ninad Regundwar!
    I agree with this. I have already read this information in the LabView Help.
    However, I would like to know what is the "key" specifically. I know that it is a string.
    I have written a code to add some acquisition features in a PNG Image File. For this, I have used the following palettes: IMAQ Write File 2 - PNG with Vision Info and IMAQ Write Custom Data.
    Afterwards, I have written another code to read the acquisition features from this PNG Image File. For this one, I have used the following palettes: IMAQ Read Image and Vision Information and IMAQ Read Custom Data.
    But, when I am reading the acquisition features, an error message appears: "ERROR -1074395723 occurred at IMAQ Read Custom Data - IMAQ Vision: The key you specified cannot be found in the image"
    I do not know what I have to put in the input "key". So, I have been trying different values for it: "data", "hello", "13", "56", etc. But, none of these has worked and the same message has appeared.
    Does someone know what I have to put in the input "key"? Does someone have an example that shows how to use the palettes: "IMAQ Write Custom Data" and "IMAQ Read Custom Data" correctly?
    Sincerely,
    Fábio Machado Cavalcanti
    Canada-Brazil Science Without Borders Student
    Lakehead University, Thunder Bay, Ontario, Canada
    Federal University of Pernambuco (UFPE), Recife, PE, Brazil
    Undergraduate Student in Chemical Engineering

  • Whats types of inputs can be used with DAQ 6527? (PNP or NPN)

    I need to know what types of input device (PNP or NPN) can be used with a DAQ 6527.

    Greetings,
    The digital inputs of the 6527 require TTL signals. As long as your device, whether it be a pnp or npn transistor, outputs a TTL signal, it will be compatible.
    Regards,
    Justin Britten
    Applications Engineer
    National Instruments

  • Does readLine return null at end of file?

    My program is reading lines from a file in groups of 5. I want it to stop reading when it has reached the end of the file. Does readLine return null when there are no more lines or is there another way to end a loop like this?
    Thanks!
    try {
    String a, b, c, d, e;
    a = BR.readLine();
    b = BR.readLine();
    c = BR.readLine();
    d = BR.readLine();
    e = BR.readLine();
    while (a != null){
    a = BR.readLine();
    b = BR.readLine();
    c = BR.readLine();
    d = BR.readLine();
    e = BR.readLine();
    }                              

    readLine returns null at end of file. I actually use the following to end my loop...maybe this would help you.
    FileReader file = new FileReader("bkupcandilist.bin");
    BufferedReader buff = new BufferedReader(file);
    boolean eof = false;
    while(!eof) {     //retrieve all candidate names          
         scandi = buff.readLine();
         if(scandi == null) {
            eof = true;
         } else {
            atally = new String[2];
               atally[0] = scandi;
               atally[1] = "0";
               listtally.add(atally);
    buff.close();          

  • What is activity input

    hi expert
                what is acitivity input,   Is activity input activity in network?

    Hi,
    No, activity input is something different. These are activities which are performed in a work centre to complete to carry out a process. Eg: Labour, Machine hours etc. Activity rates are mainatined in the cost centre concerned. Amount of work to be performed is dependent on the amount of activity planned in the network activity.
    In a sense, activty input is more of a CO entity than a logistic entity.
    Muraleedharan.R

  • What kind of input for Wrapping tool

    Hi
    I am using below command for wrapping tool
    IntuneMAMPackager -i /Users/xyz/Desktop/upload/myapp.ipa -o /Users/xyz/Desktop/upload/output/myapp_Wrapped.ipa -p /Users/xyz/Desktop/upload/xyz_Distribution.mobileprovision -c 7878200C2E4B2F892BB53E75F4042461474CD112
    What kind of input supposed to give for "-i" parameter?
    As my understanding we can give input as ".app or .ipa" for the Wrapping tool, Is that correct?
    Can we give input as "apps downloaded from apps store"?
    Can we give input as "installed apps on the mac machine(eg: App Strore.app)
    Can we give  input as ".ipa(myapp.ipa) which is created for my app using xcode from developement profile and certificate"?
    Can we give input as ".ipa(distrubitioon/enterprise ipa) which is created using xcode from distribution profile and certificate"?
    Waiting for your reply,
    Regards,
    Venkatesh Guttal

    The Mini comes with an HDMI->DVI-D adapter.  So, if your monitor
    supports DVI-D you are set.  If it supports HDMI, you just need an
    HDMI cable.
    If it only supports VGA, you will need a Display Port->VGA adapter.

  • BufferedReader.readLine() from a socket repeats input (JDK 1.4 beta/Win95)

    When I call BufferedInput.readLine(), and the data source is a socket, readLine()
    will return the most recent text indefinitely until the client sends more text.
    Isn't BufferedInput.readLine() supposed to clear the
    buffer with each readLine() call?
    Socket settings:
    getTcpNoDelay: false
    getSoLinger: 10
    getSoTimeout: 75
    getSendBufferSize: 8192
    getReceiveBufferSize: 8192
    Locations of complete source and output:
    http://www.nationalinformatics.com/download/SocketServerClientTest.java
    http://www.nationalinformatics.com/download/SocketServerTest_output.txt
    http://www.nationalinformatics.com/download/SocketServerTest.java
    http://www.nationalinformatics.com/download/SocketServerClientTest.java
    http://www.nationalinformatics.com/download/SocketServerClientThread.java
    </PRE>
    Sample output:
    SocketServerThread: readline loop.
    SocketServerThread: Input line is 'hello' (length: 5)
    SocketServerThread: input line was read
    SocketServerThread: readline loop.
    SocketServerThread: Input line is 'hello' (length: 5)
    SocketServerThread: input line was read
    . . . etc, until the client sends "Java Rules!" down the wire . . .
    SocketServerThread: readline loop.
    SocketServerThread: Input line is 'Java Rules!' (length: 11)
    SocketServerThread: input line was read
    SocketServerThread: readline loop.
    SocketServerThread: Input line is 'Java Rules!' (length: 11)
    SocketServerThread: input line was read
    . . . etc . . .
    Thread code that reads input from the client:
    import java.net.*;
    import java.io.*;
    import java.util.*;
    /** SocketServerThread is an independent thread that is used to test
        socket connections.
        <p>Copyright 2001 (c) Richard Schilling.  All rights reserved.
    class SocketServerThread extends Thread {
         private boolean running;
            private Socket socket = null;
            public SocketServerThread(Socket s, boolean r) {
                    socket = s;
              running = r;
            public void run() {
                    try {
                            // Create a reader to receive messages from the client
                            BufferedReader in = new BufferedReader(
                                     new InputStreamReader(socket.getInputStream())
                            String inputLine = null;
                            while ( running) {
                        System.out.println("SocketServerThread: readline loop.");
                        boolean lineread = false;
                        while (!lineread){
                             lineread = true;
                             try {
                                  inputLine = in.readLine();
                             } catch (InterruptedIOException e){
                                  lineread = false;
                                  System.out.println("SocketServerThread: Interrupted exception while reading from 'in'");
                             } catch (SocketException e){
                                  lineread = false;
                                  System.out.println("SocketServerThread: could not read input stream 'in'");
                        if (inputLine != null){
                             if (inputLine.length() > 0){
                                  String TrimmedInputLine = inputLine.trim();
                                  System.out.println("SocketServerThread: Input line is '" + TrimmedInputLine + "' (length: " + TrimmedInputLine.length() + ")");
                                                    /* Process the string that has been received from the client.
                                  System.out.println("SocketServerThread: input line was read");
                                                    if (TrimmedInputLine.equalsIgnoreCase("bye")){
                                       running = false;
                        else{
                                  // set the status of this thread so that it closes the connection and exits.                              
                                  running = false;
                        inputLine = null;
                                    yield();
                            in.close();
                            System.out.println("SocketServerThread: CONNECTION WITH CLIENT CLOSED");
                    } catch (IOException e) {
                            e.printStackTrace();

    Sounds like a bug to me. Do the other read() methods work as expected? I suppose you could compare the source from JDK1.3 with the source from JDK1.4 and see if something changed.
    Worst case write your own method. I had to write one for J2ME since they decided that functionality wasn't important. grr.
    Good luck.

  • What kind of input parameter is used in SUM function?

    Hi Everyone,
    As we know sum is a predefined oracle function. But what these oracle guys have used for the input parameters. How they have done this?
    I mean we can write this sum fuction like so many ways like as mentioned below. Please give me some ideas how to do that.
    SELECT SUM(salary) as "Total Salary" FROM employees;
    SELECT SUM(DISTINCT salary) as "Total Salary" FROM employees;
    SELECT SUM(income - expenses) as "Net Income" FROM gl_transactions;
    SELECT SUM(sales * 0.10) as "Commission" FROM order_details;Regards,
    BS2012

    BS2012 wrote:
    Hi Everyone,
    As we know sum is a predefined oracle function. But what these oracle guys have used for the input parameters. How they have done this?
    I mean we can write this sum fuction like so many ways like as mentioned below. Please give me some ideas how to do that.
    SELECT SUM(salary) as "Total Salary" FROM employees;
    SELECT SUM(DISTINCT salary) as "Total Salary" FROM employees;
    SELECT SUM(income - expenses) as "Net Income" FROM gl_transactions;
    SELECT SUM(sales * 0.10) as "Commission" FROM order_details;Regards,
    BS2012As others have said, your question is not quite clear.
    There are many aspects and angles to looking at what you are asking.
    Primarily, from a top-level, the sum function simply takes a number value as it's argument, so all those examples you have given have expressions in them that evaluate to a numeric value before being supplied to the sum function. (As someone else already mentioned you can have non-numeric datatypes, just so long as they can implicitly be converted to a numeric value).
    From a statement parsing and execution perspective, the contents of the expression inside the brackets will be evaluated before being passed to the sum function. It is not the sum function that itself takes the expression and evaluates it. The sum function just expects a single numeric value.
    Internally, what the sum function does, is more than just a single... call function and return value, because it has to deal with multiple values being passed in as part of the aggregating group. As such, it needs to have the ability to know when to start it's summing, to accept multiple values as input so it can sum them together, and to know when to stop summing inputs and pass the result back.
    If we write our own user defined aggregate function (other people have already provided a link to explain such) we can see what is happening internally. In this following example, we'll write a user defined function that multiplies the values rather than sums them...
    create or replace type mul_type as object(
      val number,
      static function ODCIAggregateInitialize(sctx in out mul_type) return number,
      member function ODCIAggregateIterate(self in out mul_type, value in number) return number,
      member function ODCIAggregateTerminate(self in mul_type, returnvalue out number, flags in number) return number,
      member function ODCIAggregateMerge(self in out mul_type, ctx2 in mul_type) return number
    create or replace type body mul_type is
      static function ODCIAggregateInitialize(sctx in out mul_type) return number is
      begin
        sctx := mul_type(null);
        return ODCIConst.Success;
      end;
      member function ODCIAggregateIterate(self in out mul_type, value in number) return number is
      begin
        self.val := nvl(self.val,1) * value;
        return ODCIConst.Success;
      end;
      member function ODCIAggregateTerminate(self in mul_type, returnvalue out number, flags in number) return number is
      begin
        returnValue := self.val;
        return ODCIConst.Success;
      end;
      member function ODCIAggregateMerge(self in out mul_type, ctx2 in mul_type) return number is
      begin
        self.val := self.val * ctx2.val;
        return ODCIConst.Success;
      end;
    end;
    create or replace function mul(input number) return number deterministic parallel_enable aggregate using mul_type;
    /So, our user defined aggregate function is based on an aggregate object type.
    This object holds a value ("val" in our example).
    It has an Initialize method, so when the SQL engine indicates that it's the start of an aggregation of values it can set it's value to an initial value (in this case null).
    It has an Iterate method, so as the SQL engine passes values to it as part of the aggregated set of values, it can process them (in our case it multiplies the input value with the value it already has for this set of aggregations (and takes a base value of 1 for the first iteration))
    It has a Terminate method, so when the SQL engine indicates that the aggregate set of values is complete, it can return the result.
    The last method in there is a Merge and is a mandatory requirement, so that when aggregation is done using parallel evaluation (to improve performance internally), the results of those parallelly executed aggregations can be combined together (see http://docs.oracle.com/cd/E11882_01/appdev.112/e10765/ext_agg_ref.htm#ADDCI5132). As we're multiplying numbers, in our case, it is simply a case of multiplying one result with the other.
    And to see it working...
    SQL> with t as (select 2 as x from dual union all
      2             select 3 from dual union all
      3             select 4 from dual union all
      4             select 5 from dual)
      5  --
      6  select mul(x)
      7  from t;
        MUL(X)
           120

  • SO_OBJECT_SEND,what are the input parameters ,how topass is it right

    SO_OBJECT_SEND,
    can any one tell how to use this function module to download the data from internal table to pdf file,i have just debugg, it
    SO_NEW_DOCUMENT_ATT_SEND_API1, and found it, it may be correct or not i dont klnow, if there is some thing other plz tell me, its an urgent one, i need deatil parameters to be input , so that i can achieve to download information in pdf

    Hi,
    Good ex: for you...
    REPORT zmbundal_email_out .
    DATA BEGIN OF object_hd_change. "SAPoffice: object definition,
    INCLUDE STRUCTURE sood1. "change attributes
    DATA END OF object_hd_change.
    DATA BEGIN OF object_content OCCURS 5. "SAPoffice: Single List with
    INCLUDE STRUCTURE solisti1. "Column Length 255
    DATA END OF object_content.
    DATA BEGIN OF rec_table OCCURS 1. "SAPoffice: recipient with
    INCLUDE STRUCTURE soos1. "attributes
    DATA END OF rec_table.
    Build email recipient table...........................................
    CLEAR rec_table.
    rec_table-sel = 'X'.
    rec_table-recesc = 'B'.
    rec_table-recesc = 'U'.
    rec_table-recnam = 'U-'.
    rec_table-recextnam = '[email protected]'.
    rec_table-adr_name = '[email protected]'.
    rec_table-sndex = 'X'.
    rec_table-sndpri = '1'.
    rec_table-mailstatus = 'E'.
    rec_table-SNDSPO = 442355.
    rec_table-SNDCP = 'X'.
    COLLECT rec_table.
    *.Email.content.........................................................
    object_content = 'dannyboy baboy'. APPEND object_content.
    object_content = 'dannyboy pogi'. APPEND object_content.
    object_content = 'dannyboy fagg*t'. APPEND object_content.
    *...Subject.Line........................................................
    object_hd_change-objnam = 'Test email'.
    object_hd_change-objdes = ' Email for Baboy'.
    Send Email............................................................
    CALL FUNCTION 'SO_OBJECT_SEND'
    EXPORTING
    object_hd_change = object_hd_change
    object_type = 'RAW'
    outbox_flag = 'X'
    TABLES
    objcont = object_content
    receivers = rec_table
    EXCEPTIONS
    active_user_not_exist = 1
    communication_failure = 2
    component_not_available = 3
    folder_not_exist = 4
    folder_no_authorization = 5
    forwarder_not_exist = 6
    note_not_exist = 7
    object_not_exist = 8
    object_not_sent = 9
    object_no_authorization = 10
    object_type_not_exist = 11
    operation_no_authorization = 12
    owner_not_exist = 13
    parameter_error = 14
    substitute_not_active = 15
    substitute_not_defined = 16
    system_failure = 17
    too_much_receivers = 18
    user_not_exist = 19
    originator_not_exist = 20
    x_error = 21
    OTHERS = 22.
    *...SAPconnect..........................................................
    SUBMIT rsconn01 "SAPconnect Start Send Process
    WITH mode EQ '*'
    WITH output EQ ''
    TO SAP-SPOOL
    DESTINATION 'LOCAL'
    IMMEDIATELY ' '
    KEEP IN SPOOL 'X'
    WITHOUT SPOOL DYNPRO
    AND RETURN.

  • What will be input for custom module developed for JDBC adapter

    Hi,
    I have a scenario SQLDB -> Xi -> R3 .
    Here I have added a custom module before callsapadapter module.
    As I know the sequence of module calling will be as follows :
    1. Standard jdbc adapter
    2. custom module
    3. callsapadapter
    Standard jdbc adapter has a select query . After that what will be the input format for my custom module .Will it be the xml structure of my source Data type or will it be a resultset or will it be a inputstream(stream of xml fomat????).
    And then in which format i need to generate the output format for CallSapAdapter.
    Regards

    Hello Moni,
    SAP has a wonderful feature in ABAP. There are some Runtime Errors that you can <i>catch</i>. This is somewhat similar to the Exception Handling procedure in Java / C++. So here's how you go about it....
    Sometimes there might some calculations that we do, multiplication , for example, where the result of the arithmetic operation is known only at run-time. And the recepient for this result may not always be of the right type to take the result. Consider the following code:
    parameters a type i obligatory.
    data : b type i,
           c type i.
    b = 99999999.
    ** Assume that the user has entered 99999999 for the value of the parameter a.
    c = a * b.    " 99999999 * 99999999 "
    write c.
    This program will certainly give a short dump saying that there was an arithmetic overflow. But we can actually avoid this Shor Dump and handle the situation quite elegantly. consider the following.
    parameters a type i obligatory.
    data : b type i,
           c type i.
    b = 99999999.
    CATCH SYSTEM-EXCEPTIONS ARITHMETIC_ERRORS = 1.
    ** Assume that the user has entered 99999999 for the value of the parameter a.
       c = a * b.    " 99999999 * 99999999 "
    ENDCATCH.
    if sy-subrc ne 0.
      write: 'There was an arithmetic overflow in the calculation.'
    else.
      write c.
    endif.
    This way you can actually avoid the short dump and make the system set a value for sy-subrc. Based on the avlue of the sy-subrc, you can go ahead with further processing / error-handling, as the case may be.
    Here, ARITHMETIC_EXCEPTIONS is called an <i>exception group</i>. For more information on what other run-time errors can be <i>caught</i>, and What the various exception groups contain, please refer to the online documentation for the CATCH statement.
    Regards,
    Anand Mandalika.

  • What is the input structure of the custom module

    Hi,
    I have a scenario SQLDB -> Xi -> R3 .
    Here I have added a custom module before callsapadapter module.
    As I know the sequence of module calling will be as follows :
    1. Standard jdbc adapter
    2. custom module
    3. callsapadapter
    Standard jdbc adapter has a select query . After that what will be the input format for my custom module .Will it be the xml structure of my source Data type or will it be a resultset or will it be a inputstream(stream of xml fomat????).
    And then in which format i need to generate the output format for CallSapAdapter.
    Regards

    See:
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=597224 Bug 597224] – HTTP Cache: use directory tree to store cache files
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=559729 Bug 559729] – Meta-bug: improve HTTP cache

  • What are the inputs on back of iMac with lightening bolts

    What are the two inputs on the back of my iMac that have lightening bolts for? Can they be used for inputing video? My camcorder has a DV output. Are they better than using USB? I have a new iMac that has a 2.9 GHz Intel Core i5 processor.

    You would need a Thunderbolt-to-Firewire adaptor, and a Firewire 9-pin to 4-pin cable to connect a DV camera.
    Matt

  • Count the number of columns return in an user-input sql query

    I need to do something like this
    I let an user input a sql query and then execute it
    assuming the sql query is always correct, it will return a Resultset
    then a table will pop up to accomodate the number of columns the resultset will produce
    i'm stuck at the part on how to check how many columns of data will be return in the resultset

         ResultSet rs = stmt.executeQuery("SELECT a, b, c FROM TABLE2");
         ResultSetMetaData rsmd = rs.getMetaData();
         int numberOfColumns = rsmd.getColumnCount();

Maybe you are looking for

  • Can't view photos in finder

    Hi there Recently bought a new imac and transfered photos from macbook. looking to upload photos on web and print using cannon software (iphoto doesnt have all the functionality needed) but in finder I just get the library icon. Now i can expand this

  • Facing Problem in IDOC to EDI FLAT File Scenario

    Hi, I am working on a scenario IDOC to EDI FLAT File. For this I have used ABAP mapping. The problem i am facing is that the EDI FILE contains the segment name as E1EDK01 for eg. while I need the name as per the latest segment definiton released. I h

  • Update 11.1.4 wont work on xp

    update 11.1.4 wont work on xp

  • Any click to open in new window

    Hi Can any one let me know if this is possible. Any link I click in google search it should open in new tab. And it should go to that tab.

  • File copy errors

    Hi, We are currently experiencing some failures with copying files (files typically over 100mb in size) up to one of our file servers, and we're hoping that someone has seen the problem or has some advice. The server is an HP Proliant DL360 G5 (with