Empty record issues

Hey,
I am using jdeveloper 11g release 2,
I did set one of my attributes as DBSequence.
Once i trigger the commit operation records are saved with data assigned on the form.
checking the database the records are saved . funny enough i found an  added record is created with a new sequence,with other fields empty.
CAN ANYONE ASSIST?
Regards
Steve

Only if you provide a reproducible test case build on the HR db schema...
If you provide a test case make sure that you include all information needed to reproduce the error.
Timo

Similar Messages

  • DNSMaint not clearing out empty records

    NW65 SP8 .DNSmaint.nlm version is 1.0 2004. We are trying to get this
    process to work. all of the parameters are set correctly and the utility
    runs. there are no errors but also none of the empty records are clearing
    out. here is the command we are using. The user created for this process has
    full rights. The partition in question has a read / write.
    load
    dnsmaint -User:dnscleaner.ccps -PASSWORD:xxxx -ZoneList:.tt_calvertnet_k12_md_us.TechTrailer.CCPS
    load
    dnsmaint -User:dnscleaner.ccps -PASSWORD:xxxx -ZoneList:.21_10_IN-ADDR_ARPA.TechTrailer.CCPS

    CCPS,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Forums Team
    http://forums.novell.com

  • DS 3.2 BW Load: Empty records in BW

    Hi All,
    i'm using DS 3.2 an BW 7.01 SP 5. I use the RFC Sever via Management Console and the configuration and connection between both is fine. ( my source was: https://wiki.sdn.sap.com/wiki/display/BOBJ/Loading+BW)
    After running the Infopackages i get a green request in the PSA but with empty records. I've tried switching between "Compare by name or by position" in the DS Designer mapping without success. I keep the mapping easy, i've tried with just a constant or just few Fields ...
    Thanks for any information
    Honore

    Thanks,  the setting UTF-8 solved the problem.
    Thanks a lot.
    Honoré

  • BW Extraction using DS returning empty records

    Hi
    I am trying to extract data using BO DS 3.2 into BW 7.0. I am using BW as well as ECC 6.0 as a source in two separate jobs. I have setup a new source system which for BO DS in BW.
    The RFSserver is up and running
    However whenever I am running the extract I am getting empty records i.e. records do get extracted but they are blank. The job runs successfully in BO DS. I cna see it in BW in rsmo as having run successfully.
    I have tried extracting to a flat file from BO DS and that returns records
    I have tried debugging by setting a breakpoint just after my transorm and just before it passes data to the transfer stucture. In all positions I am able to see data exept in my final target. In the PSA also i am getting null records.
    I have used an ABAP flow as weel as a normal Data Flow.
    Any help would be appretiated
    Thanks & Regards
    Vinieth

    Vinieth Kuruppath -
    Yes you can use ABAP DF inside normat data flow to extract the SAP ECC data into BODS. put SAP tables and join them with relevant queries. jott your queries with Data transport to hold the data. This all will be inside a single ABAP data flow.
    for BW Integration you have to use open hub destinationa mechanism. also see below link for modelling a connection between BO & BW
    BW 7.30: Modeling integration between SAP Business Objects Data Services and BW | Part 1 of 2 – Connect Source System
    hope it helps
    thx
    Deep

  • Control record issue !

    Hi All,
    I am handling UK Payroll and got an issues related to payroll run and control record,
    Issue 1: The payroll driver (RPCALCG0) has skipped around 1500 Employees against payroll run for particular period
    Issue 2: How control record allowed user to Exit control record for period in which EE's skipped in payroll
    Please provide your valuable suggesting in regard to resolve the above two issues,
    Thanks in advance.
    Regards,
    Devendra Reddy D.

    Hi,
    Issue 1: The payroll driver (RPCALCG0) has skipped around 1500 Employees against payroll run for particular period
    Say you want to run payroll for FEB..
    But payroll control record may not be in FEB... It may be in March..
    Issue 2: How control record allowed user to Exit control record for period in which EE's skipped in payroll
    Payroll control record may have been deleted on the month of Jan..& been set in Release mode in March month directly...
    So feb month gets skipped & Exit mode in Feb is skipped too...
    For detailed info.. Go to PA03 enter payroll ares & click display option..
    Under Go To tab.. look for Control Record Log..
    Regards,
    Veeram

  • Query to find out empty records

    Hi experts,
    I want to find out those tables in my databases which does not have any records or data. I have many tables in my databases which are totally empty. Please help me to build a query . Which database view i should access to find out the tables with empty records? Please help.

    Hello,
    Just pass the user list you want to count and not admin users or other default users.
    SELECT owner, table_name, num_rows
          FROM dba_tables
          WHERE owner IN ('MYUSER','OTHERUSER');or this
    DECLARE
       CURSOR mycur
       IS
          SELECT owner, table_name, num_rows
          FROM dba_tables
          WHERE owner NOT IN ('SYS', 'SYSTEM', 'SYSMAN', 'OUTLN')
                AND iot_name IS NULL;
       v_sql     VARCHAR2 (100);
       v_count   NUMBER := 0;
    BEGIN
       FOR cur IN mycur
       LOOP
          v_sql     := NULL;
          v_count   := 0;
          v_sql     :=
             'select count (*) from ' || cur.owner || '.' || cur.table_name;
          EXECUTE IMMEDIATE v_sql INTO v_count;
          IF (v_count = 0)
          THEN
             DBMS_OUTPUT.put_line(   'Table name = '
                                  || cur.table_name
                                  || ' rows '
                                  || v_count);
          END IF;
       END LOOP;
    END;Regards

  • Empty Record in Export

    DRM Gurus:
    I am new to DRM so please forgive my naive question.
    When running an export, we are getting an empty record that just contains the fine "Y" but none of the other fields.
    Do you know what could cause this?   We did inactivate a record, so would we get an empty row like this for the inactivate a record?    How can we get the record to show up in the export (since the end users do want inactive to be included).
    Thanks in advance.
    Mark Smith
    100990|Oil Control Valve||103059|4|Y
    |Y
    100782|Charge Inlet||101473|4|Y
    100782|DC Charging||101474|4|Y

    Hello Mark,
    Does the export include a Query Filter ?? If so, then go to the Query Definition and check if there are any properties selected on the "Columns" tab, or if the "Include criteria properties" check box is checked
    - Un-check the check box and remove any properties if selected on columns tab in Query definition.
    Thanks
    Denzz

  • Hi All How to add an empty record into an table control in mpp

    Hi All,
            If my table control has 10 records , and I want to add an empty record when i click  a push button  for that what is the procedure to do it. please send me the source code for that its Urgent.
    Thanks&Regards.
    Bharat Kumar .

    WHEN 'INSL'.
    insert line above cursor position
          GET CURSOR FIELD FLD LINE LINNO OFFSET OFF.
          SET CURSOR FIELD FLD LINE LINNO OFFSET OFF.
          IF FLD CP 'IT_SPFLI*' AND SY-SUBRC = 0.
            IF LINNO >= 1.
              LINNO = LINNO + TC_SPFLI-TOP_LINE - 1.
              CLEAR IT_SPFLI.
              INSERT IT_SPFLI INDEX LINNO.
              TC_SPFLI-LINES = TC_SPFLI-LINES + 1.
            ELSE.
              CLEAR IT_SPFLI.
              APPEND IT_SPFLI.
              TC_SPFLI-LINES = TC_SPFLI-LINES + 1.
            ENDIF.
          ENDIF.
    Use the above code as sample
    Reemz

  • Hi All How 2 add empty record to table control

    Hi All,
    If my table control has 10 records , and I want to add an empty record when i click a push button for that what is the procedure to do it. please send me the source code for that its Urgent.
    Thanks&Regards.
    Bharat Kumar .

    Hi..
    In the PBO Module which is called before the LOOP on Table control .
    Give the code like this..
    DESCRIBE TABLE ITAB.
    if OK_CODE = 'ADD'.
    TABCON-LINES = SY-TFILL + 1.
    ELSE.
    TABCON-LINES = SY-TFILL .
    ENDIF.
    This will give the Additional line always when you click the ADD(some) button.
    <b>Reward if Helpful</b>

  • Re: Empty record in list item

    I would be very greatful it anybody could help me.
    I have created a recordgroup for list item and populated the same. All values are dispalyed properly but in addion one empty record is appear. how can i remove the empty record ? my syntax are as under:
    declare
    v_rg NUMBER;
    v_GrpID RECORDGROUP;
    begin
    v_GrpID := CREATE_GROUP_FROM_QUERY('DRVCODE', 'SELECT led_name ,led_name FROM master_ledger where cmp_code=:global.cmp_code ORDER BY 1');
    v_rg := POPULATE_GROUP(v_GrpID);
    IF v_rg = 0 THEN
    POPULATE_LIST('master_driver.tdrvname', v_GrpID);
    END IF;

    Just add the last line after your code... that is you set the value after populating the list-item;
    declare
    v_rg NUMBER;
    v_GrpID RECORDGROUP;
    begin
    v_GrpID := CREATE_GROUP_FROM_QUERY('DRVCODE', 'SELECT led_name ,led_name FROM master_ledger where cmp_code=:global.cmp_code ORDER BY 1');
    v_rg := POPULATE_GROUP(v_GrpID);
    IF v_rg = 0 THEN
    POPULATE_LIST('master_driver.tdrvname', v_GrpID);
    END IF;
    :master_driver.tdrvname:= v_value;where v_default_value is a variable containing the default value for your list_item (or the specific value that you want it to be pre-set, that could be a table stored value).

  • Can not create planning function types (for process empty records)

    Hi! SAP Experts,
         I want to copy 0RSPL_FORMULA to another function types for processing empty records, ZRSPL_FORMULA. I checked this function type via RSPLAN, there is no error!.   But when i try to use it in planning modeler. We found the error message "Infoobject 1FORMULA is does not available in version A". Do we need to create this infoobject?... Anyone know, please let me know.
    Thanks,
    Sake

    Hi!,
    Thanks for your help but I've already put that parameter,HIDDENFORMULAVARTAB->1FORMULA, in my planning function, ZRSPL_FORMULA. I validated it and no error found. But when I go to planning modeler, in web browser, and try to create a new planning function based on ZRSPL_FORMULA. I found the problem as I mention in previous message, "infoobject 1FORMULA is not available in version A". I try to search this infoobject in my system. The result is there is no this infoobject in my system. So, my question is do i need to create it with myself? What kind of infoobject i have to create? Key Figures or Characteristics?
    Anyway, If I have to do this, why 0RSPL_FORMULA still used as normal.
    Brgds,
    Sake

  • Copy function without writing empty records in BI Integrated Planning

    I've got the following data model:
    - one source cube which acts as a buffer, holding only a small amount of new data records
    - one target cube, which holds the whole amount of data
    - both are on the same aggregation level
    I want to do the following:
    - copy the new data in the source cube to the target cube
    - by doing this, I want only those records changed which are actually in the source cube. All other other data records of the target cube should stay unchanged
    The problem is:
    I tried this using the standard copy function, but if there are only a few data records in the source cube, the copy function sets all other records in the target cube to zero.
    Question:
    How can I change only the data records in the target cube which are copied from the source cube? I don't want the copy function to write empty records in the target cube for not copied records.

    Hi Aline,
    This is the normal functionality of the standard copy function. It will copy source to target if the characteristics matches and would post zeros to the other records in target.
    I got a similar requirement and I had gone with FOX for copying the data.
    Write the FOX to copy the key figures from source to target for all the characteristics in the target.
    Regards,
    Srinivas Kamireddy.

  • G/l master record issue

    HI Gurus,
    i have some issues in g/l master record issue,
    1what is TRANSFER and REVALUATION  of new g/l.regards
    jana

    Revaluations : at a particular date(month end/ year end) we revaluate our foreign currency balances and open items, that time system posts forex gain/loss entries.
    be clear whenever you ask questions in the forum.
    i couldn't understand your requirement.

  • Soundbooth CS4 MacBook Line In Recording Issue

    I have looked through all the forums and not found a working solution to my problem.
    After recent complete re-install of both OS X and my entire Adobe Suite, I am no longer able to record in SouthBooth using the Line In option.
    It ALWAYS continues to record the built in microphone.
    I have gone into the OS X Preferences and set Line In as Input Device and it detects and responds just fine.
    In SoundBooth I open the Preferences and select the Line In option as well and designate it in the recording pop up window too. But still, it records the built in microphone.
    It didn't do this before. Everything used to work properly. So I am curious if something went foul when installing SoundBooth and if I should re-install it? Or is there a known update / patch that addresses recording issues?
    I'm running OS X 10.6.8 and SoundBooth CS4 2.0.1
    Thanks for any help you all have!
    Jeremy

    try muting the built in mic.

  • Empty page issue in Oracle Reports!

    Hi All,
    I am facing an empty page issue between header and cover trailer when Main section is empty.
    In a report there are two forms Form-1 (Portrait size) , Form-2 (Landscape size)...
    Based on run time parameter we optionally print form-1 , form-2 or both.
    ie if run time parameter is 1 then only form 1
    if it is 2 then only form - 2
    if it is 3 then both
    As Form-1 is portrait size and Form-2 is Landscape size,
    At present in Report Layout, Form-1 is designed in Cover page Header Section
    and Form-2 is designed in Main section of report.
    So When the report is run with PRINT_PATTERN='2', Main section will be empty.
    An empty page issue appears in report for form-2.
    Is there anyway to avoid EMPTY PAGE issue between header and trailer page,
    based on runtime parameter value if Main section is empty.
    Thanks in advance.

    Hi vdsk,
    The issue I posted is not about the rdf or in concurrent program. The problem I've encountered is in the tally printer itself. So what I did was to adjust the paper size settings in the printer.
    Thanks,
    Regards,
    Diane

Maybe you are looking for

  • Purchase Order qty changed from 10 to zero, system takes as one

    Hi experts, SRM 7.0 EHP2 without EP. PO is created with 10 line items and qty of each line item is greater than zero. The qty of one line item is changed to zero and clicked/saved. The system takes the qty as one inspite of original qty more than one

  • Problems updating from OSX 10.6.7 to 10.6.8

    I've installed the new FCPX update on my iMac system, my second system, and it appears to be working fine. As part of the process I had to update the OS to 10.6.8 from 10.6.7. So I felt that was successful and have tried to do the same on my mac towe

  • Radiomat on Intel Macs?

    Many streaming radio stations now use the Radiomat service by CBS. I've used it in the past with Safari and my G5 iMac, but I can't get it to work on my new Intel iMac. The problem is odd, and I've seen it reported elsewhere: instead of launching the

  • Oracle Alert

    Hey ppl, I do have a requirement in Oracle Alerts to get the email alert whenever an employee is created.. Now everything is working fine... But this alert works only for one particular BG... Even if i choose the Operaing Unit in Installation Tab, it

  • Plant Maintenance Workflow

    Dear Experts, What is the purpose of workflow ? How do we effectively use a workflow in plant maintenance ? Is it the responsiblity of a PM consultant or a ABAP consultant or a BASIS person's job ? Please refer some literature on this . Thanks and Re