Data retrieval problem - Urgent!!!

Hi all,
Have a very queer problem.I have a program which queries data from a Z table. The problem is that it does not work for some entries of the ztable. The user enters 4 details in the sel-screen and all these 4 are used for the query.
Some entries when queried through the program gives me sy-subrc 4 even though all input values are correct ( please donot reply suggesting me to check my inputs).
I separately queried using the same values in se16 and the record is fetched.but it doesnot happen in through the program.
Any idea guys..if you have faced such problems before.??

hi rahul....
please check your code gain and just check if there is some zero padding or some other conversion exit required..many times this is the major problem while fecthing the data.
please check whther the data is coming with some zero padding or some other conversion.

Similar Messages

  • DATE FIELD PROBLEMS - URGENT

    I´m having trouble with FormsCentral.
    My form is running about 8 months with no problems.
    Yesterday people started to complain that the system doesn´t accept any date.
    That means the date field restricts date entries, from date dd/mm/aaaa (brazilian format) to another dd/mm/aaaa, but every date that users input in, is considered by the system as invalid, even it´s a correct and valid date right between the interval specified!
    I need Help Urgent!!!
    I depend on these forms to finish the payrol service from here.
    Thanks
    I´ll be waiting.
    Maurício Galletti
    Message was edited by: SNOWMAUSS
    It look like the system accepts just dates starting from the date of today.
    I´m testing.
    Please help.
    Thanks
    Message was edited by: SNOWMAUSS
    It looks like the system have some problem just with the date 20/10/2013?!
    I´ve fixed the problem change the interval from 20/10/2013 to another date  and used  21/10/2013 to another date and it works!
    But I think something is wrong with the 20/10/2013 date?!
    To reproduce the erros just create a new form with date feature with this exaclty configurations and the bug appears:
    I´ll keep waiting
    Message was edited by: SNOWMAUSS

    Hi
    I´ve concluded that the problem persist if the date interval starts at the
    specific date "20/10/2013". Don´t know why?!
    Look at the screen capture above, you aks for
    Thanks a lot
    image: Imagem inline 1
    Maurício P. Galletti
    Contador
    [email protected]
    ( 55 11 3331-5567
    www.cadt.com.br
    2013/10/29 Genevieve Laroche <[email protected]>
       Re: DATE FIELD PROBLEMS - URGENT  created by Genevieve Laroche<http://forums.adobe.com/people/Genevieve+Laroche>in
    FormsCentral - View the full discussion<http://forums.adobe.com/message/5797083#5797083

  • CRS 4 Realtime Snapshot Data Writing problem - urgent!

    Hi,
    I have been having a strange problem recently. I have been trying to get the real time CSQ data to be written to the db_cra database (RtCSQsSummary table). So, I did as described in the documentation - enabled Data Writing, IPCC Express CSQs Summary and IPCC Express System Summary in the Real Time Snapshot Configuration in CRA Administration. However, no data appears in either RtCSQsSummary or RtICDStatistics - those tables are empty. However, ContactServiceQueue table does contain the list of the CSQs.
    I tried restarting the CRS Engine in the Control Center, however that didn't affect the tables - they are still empty.
    Am I missing something here?
    This is pretty urgent, so I would be grateful for any replies.
    And yes, I will rate all the replies.
    Thank you.

    Could it be the bug CSCsc09160?
    Here's the URL with the details, of it:
    http://www.cisco.com/cgi-bin/Support/Bugtool/onebug.pl?bugid=CSCsc09160
    For some reason I can't access it. If you can, could you please copy the details of the bug here and, if mentioned, possible fixes/workarounds?
    Thank you.

  • JTable data retrieval problems

    I've made a three tables on a jframe that collect information from the user. The first two have two columns (one for email addresses and the other for names). The third table has one column to input several ID for our database.
    Anyway, when i try to access the data after they start the processing i can get the names and email addresses just fine using something like this
                    for (int x = 0; x < tests.length; x++) {
                        tests[x] = new Person(testTable.getModel().getValueAt(x, 1).toString(), testTable.getModel().getValueAt(x,0).toString());
                    for (int x = 0; x < seeds.length; x++) {
                        seeds[x] = new Person(seedTable.getModel().getValueAt(x, 1).toString(), seedTable.getModel().getValueAt(x,0).toString());
                    }Those work great! But when i use similar code to get the information from the third table
    for (int x = 0; x < counts.length; x++) {
                        counts[x] = countTable.getModel().getValueAt(x, 0).toString();
                    }it does super wierd things. If i only have one row it doesn't return anything. If T have two row with the second one empty it also returns nothing. It I have two rows both with a value then it returns the first. and so on. Basically it returns all the values but the last one that is filled in and nothing else after that. Any Ideas as to why it's doing this? Thanks! :)

    go to command prompt
    do a ftp (ip address ) of that server, and log in with appropriate name and password.
    Depending on type on file set ftp mode to bin/ascii
    then do a put filename if u want to transfer a file from ur comp to the m/c
    else do a get filename
    and it will get the file to ur current local dir.
    for multiple files do a mget/mput
    I hope thats what u wanted!

  • Data retrieval problem

    Hi
    i was not able to get the data from the DB.which i have inserted.
    Is there any method under package
    "oracle.dacf.dataset.*" to get the data unlike ResultSet.getXXX method in normal java codes.

    Ragavan --
    Could you please supply some more details describing what it is that you want to do?
    Thanks!
    -- Brian
    null

  • Data Loading problem (URGENT!!!)

    Hi Gurus
    I am trying to load data to ods 0fiar_o03 with data source 0fi_ar_4.in this case we have all settings for ods side . But the system is throwing the following message. Even data is not coming to PSA
    "ERROR Diagnosis
    The data request was a full update.
    In this case, the corresponding table in the source system does not
    contain any data.
    System response
    Info IDoc received with status 8.
    Procedure
    Check the data basis in the source system."
    Please let me know the possible cause of error.
    **Points Assured***
    Regards

    Check the Idocs in BD87. if u find idocs stucked up then execute them manually. Check the RFC connection.
    Khaja

  • Date validation problem URGENT

    Hello
    I have ascreen with two selectInputDate fields, I want to add a validation, so the startDate should be before endDate of period,plz help

    Hi,
    I assume you are using 10g, since you mentioned "selectInputDate". Try this code below.
    <af:selectInputDate label="Start Date" id="startDate"
                        binding="#{Test1.startDate}"/>
    <af:selectInputDate label="End Date"
                        binding="#{Test1.endDate}">
      <af:validateDateTimeRange minimum="#{Test1.startDate.value}"/>
    </af:selectInputDate>The code above validates the rule only when you click an command button. If you want the validation to be enforced immediately upon selection, try this code below. It works but a Javascript error will be reported occasionally when you select the startDate.
    <af:selectInputDate label="Start Date" id="startDate"
                        binding="#{Test1.startDate}" autoSubmit="true"
                        partialTriggers="endDate"/>
    <af:selectInputDate label="End Date"
                        binding="#{Test1.endDate}" id="endDate"
                        autoSubmit="true" partialTriggers="startDate">
      <af:validateDateTimeRange minimum="#{Test1.startDate.value}"/>
    </af:selectInputDate>Regards,
    Chan Kelwin

  • Data request problem URGENT?

    Hi all,
    If i schedule a request in BW QA box, how it showing in Development box and two r/3 boxes, so i have to go to each one of these and cancel the job. or else. if i cancel by going to sm50, in QA box only will this is  enough.Kindly suggest me.URGENT.
    Thanks,
    VJ

    Hi rohini,
    Connection is only one r/3 system, but job is running in other r/3 system also.Actually, there are two r/3 source systems and it is scheduling  on one and there is no connection to other r/3 system as well, so how can it is running on other side.I don't know how to solve ,kindly help me.Shall i cancel job in BW QA side.will it effect anything.??
    Thanks,
    VJ

  • Data load problem-urgent

    HI all,
    I delete the requests from 05.07.2008 to 09.07.2008 from the ods.
    but the request of 05.07.2008 is also deleted from psa unfortunately.the request is displating in the moniter screen.
    when iam reloading the data of 06.07.2008 and at the time of activating it is not activating and showing a msg like activate the request of 5th.
    can some one please help how to get the data which is not there in psa but the request number is displaying in monitor screen,
    thanks in advance
    sridath
    Edited by: sridath on Jul 11, 2008 8:37 AM

    Hi ,
    Sridath
    I have already  replied your query to do repair full req
    and that is the way to solve ur issue but u have not assigned any points to me
    but in order to overcome this error now u have to delete all previous req from the manage
    data target screen
    Assign some good points if answer helpfull
    Regards ,
    Subash Balakrishnan

  • Discoverer Viewer Locale language - problems with data retrieved

    Hi all, I have a very strange problem.
    I'm using Discoverer Viewer 10g and when I connect to the same eul/database using Locale: Locale retrieving from browser, I see all my data different from "0" into my report; if I choose Greek as Greek's language I see ONLY "0" as data.
    All the queries for the reports are always the same, but something has problems with the language chosen.
    This doesn't happen, for example if I choose another language (Italian or French for example), but ONLY with Greek !!!!
    Anyone have had a similar problem in the past ?
    Thanks in advance
    Alessandro

    It appears as though there is a general JDBC problem. Please make sure your JDBC client is up to date with the Server. We have seen data conversion problems when there was a mismatch.

  • Urgent :data packet problem

    data packet problem
    Posted: May 24, 2006 1:20 AM        Reply      E-mail this post 
    Hi All,
    Record 1 :Time conversion from 0CALDAY to 0FISCPER (fiscal year ) failed with value 20051212
    This problem from 0PP_C05 Datasource assign : 2LIS_04_P_COMP
    THANKS IN ADVANCE
    REGARDS
    SANGRAM

    Hi Sangram,
    Goto the update rules of the cube 0PP_C05 and click on any of the Key Figure -> Time Characteristic tab -> For FISCPER select the calenday day info-object and make sure the "automatic time conversion" option is checked.
    Bye
    Dinesh

  • Query Error Information: Result set is too large; data retrieval ......

    Hi Experts,
    I got one problem with my query information. when Im executing my report and drill my info in my navigation panel, Instead of a table with values the message "Result set is too large; data retrieval restricted by configuration" appears. I already applied "Note 1127156 - Safety belt: Result set is too large". I imported Support Package 13 for SAP NetWeaver 7. 0 BI Java (BIIBC13_0.SCA / BIBASES13_0.SCA / BIWEBAPP13_0.SCA) and executed the program SAP_RSADMIN_MAINTAIN (in transaction SE38), with the object and the value like Note 1127156 says... but the problem still appears....
    what Should I be missing ??????  How can I fix this issue ????
    Thank you very much for helping me out..... (Any help would be rewarded)
    David Corté

    You may ask your basis guy to increase ESM buffer (rsdb/esm/buffersize_kb). Did you check the systems memory?
    Did you try to check the error dump using ST22 - Runtime error analysis?
    Edited by: ashok saha on Feb 27, 2008 10:27 PM

  • Real tough data retrieval - assistance needed

    Late 2011 Macbook Pro with 500GB hard drive
    Lion 10.7
    One morning out of absolutely nowhere I get this grey screen with a flashing question mark folder. I take it to the geniuses at the Apple store and they tell me my hard drive has failed (no explanation). My mac is under warranty so they gave me a new hard drive for free, bagged my old hard drive and told me "good luck" retrieving the data.
    I'm on a mission to retrieve the data without paying for services. I have never retrieved data before but I've been doing a lot of forum reading and I have been getting protips from an IT friend who has saved my PC data before.
    As of now, I have been unable to even access the hard drive and so I am reaching out to the community to help me conquer this project.
    the problem is not the OS (according to Apple store)
    when hooking up with the dongle, neither Finder nor Disk Utility detect the bad drive
    the drive will spin when forced by the dongle (so I've ruled out the freezer method)
    I was advised (by friends and forums alike) to download so powerful data retrieval software:
    Data Rescue [did not detect bad external drive]
    Disk Drill [did not detect bad external drive]
    TestDisk (http://www.cgsecurity.org/wiki/TestDisk) [I can get it up and running but I have no idea how to use this software]
    So that seems to be the big problem, when I hook up my failed drive as an external hard drive, there is no acknowledgement from my MBP that it is connected and as such data recovery programs cannot access it. When I still had it installed in my computer, there was no clicking sound and it doesn't seem like any of the components are jammed up as it still spins.
    Where do I go from here? Please keep in mind that I am new to resolving my own technical problems but I'm willing to learn. Tired of being one of those people who look at computer parts and get anxious.
    NOTE: I haven't tried Target Mode as I do not have a firewire cable or access to another mac (yet). If you think I should try this, please let me know.

    A hard drive that will not divulge BOTH its Make&Model and a reasonable size/capacity to the likes of Disk Utility and data rescue programs has died, and connot be repaired with any software.
    Target Disk mode will not improve anything. The drive is read as a Mac Volume by software. If it won't mount under Mac OS X, it won't mount under Target Disk Mode.

  • Slow data retrieval on 8i

    I am using oracle 8i database on Windows 2000 server on compaq
    proliant 350 server machine. The problem is that sometimes
    connecting from a client is very slow and after connection data
    retrieval is also slow. I am usring TCP/IP and net8. I came to
    know from internet that there is a patch which is actually a
    work around to solve this problem. Can anybody help me to locate
    this patch?
    Thanks in advance.
    G. Rajan.

    You can probably prove that this is the issue by creating a retrieve using the excel addin or smart view to replicate the form and see how long it takes to retrieve.
    You will also see in the essbase app logs how long it is taking to perform the retrieve.
    Cheers
    John
    http://john-goodwin.blgspot.com/

  • Data retrieval failed

    Greetings all,
    i'm having a problem in order to retrieve data from oracle 10g views.
    Notes: Data retrieval from other tables are just fine. Some views are created for me in order to share some data from other databases. As far as i concern, we actually use the same syntax (as retrieving data from table) in order to retrieve data from view. This is my codes:
    if (($_POST['barcode'] != "") || ($_POST['sname'] != "") ) {
    include("conn.php");
         if (!$conn){
              echo "Error!Cannot connect to database, please try again later";
              exit;
         @mysql_select_db($db);
                   $sname = strtoupper ($_POST['sname']);
                   $barcode = strtoupper ($_POST['barcode']);
                   $ss = strtoupper ($_POST['ss']);
                   print $sname;
                   print $barcode;
                   print $ss;
                   if ($barcode != ""){
                   $stid = OCIParse($conn, 'SELECT NAMA FROM VIEW_A WHERE SEM=:ss AND BAR=:bc');
                   oci_bind_by_name($stid, ":bc", $barcode);
                   oci_bind_by_name($stid, ":ss", $ss);
                   }elseif($sname != ""){
                   $stid = OCIParse($conn, 'SELECT NAMA FROM VIEW_A WHERE SEM=:ss AND NAMA=:sn');
                   oci_bind_by_name($stid, ":sn", $sname);
                   oci_bind_by_name($stid, ":ss", $ss);
                   $r = OCIExecute($stid);
                   $row = oci_fetch_array($stid, OCI_ASSOC + OCI_RETURN_NULLS);
                   if ($row==0)     
         ?>
    No Records!
    <?php
                   else
                   while (($rows = oci_fetch_array($stid, OCI_BOTH))) {
         ?>
    Name:: <?php echo $rows[0]; $rows['NAMA'];?>
    <?php }}} ?>

    I didn't understand what real problem you have?
    If you missing one row of data, it's because you don't print the first row out.
    If you mean that results are not ordered, then you need to add an ORDER BY clause to the queries.
    PS you have a mysql call in there. Also you mix the old and new OCI function naming style.

Maybe you are looking for

  • How can i choose row to edit in alv report

    hello , i done alv report with one coloumne that can be edit  , in this coloumne i want to choose which rows can be edit and which will be close according to event  . i saw example program "BCALV_EDIT_02" that show this case but stile , i don't under

  • W500: Dead Ethernet Port

    Today my ethernet port stopped working.  While Linux can see it (I'm running a brand new install of Linux Mint 14), and it appears to attempt to connect, I cannot acquire an IP address and connect to any network.  I've verified that the ethernet cabl

  • How can i find duplicates

    Is there an automated way to find duplicate photos?  My wife and I have thousands of pics and (maybe because I am ignorant) I can find any easy way to simply identify and delete duplicate photos and video clips.  HELP  Thank you.

  • What table stored "project code" field  when post FI Doc

    Hi, all I 've  problem about "project code" field in profitability analysis. I would like to know what Table that stored data about this field and can relate with FI Doc Table. Please help me thank Ray

  • Mapping connections

    In the weblog /people/prasad.illapani/blog/2007/04/20/performance-tuning-checks-in-sap-exchange-infrastructurexi-part-ii it says: Note that the outbound queues also does mapping requests pipeline step, where the number of mapping connections must mat