In Which R/3 Table, the Extraction Date should be RESET to Limit DELTA ???

Hi all,
  We have a daily delta extraction setup for DataSource 0FI_GL_4 from R/3 into ODS. I think there is a table on R/3 side where we could RESET the extraction date (?) to limit the delta reload incase something goes wrong with delta process. Without this reset, it may take 2-3 WEEKS for us.
Is any one has any idea about this table , PLEASE....
Thanks.

hi Venkat,
check oss note 485958-BW-BCT-FI: Repeating delta extractions
Symptom
This note provides the option of repeating delta extractions under certain conditions.
The note is valid for the DataSources listed below:
0FI_AP_4 - Accounts Payable: Line Items
0FI_AR_4 - Accounts Receivable: Line Items
0FI_GL_4 - General Ledger: Line Items
0FI_TX_4  Taxes: Line Items
0FI_AP_6  Accounts Payable: Transaction Figures Using Delta Extraction
0FI_AR_6  Accounts Receivable: Transaction Figures Using Delta Extraction
0FI_GL_6 - General Ledger:  Transaction Figures Using Delta Extraction
0FI_AP_7 - Accounts Payable: Special G/L Transaction Figures Using Delta Extraction
0FI_AR_7 - Accounts Receivable:  Special G/L Transaction Figures Using Delta Extraction
0FI_GL_7 - General Ledger:  Cost of Sales Accounting Ledger Using Delta Extraction
0FI_AR_8 - Accounts Receivable: Credit Management: Central Data Using Delta Extraction
0FI_AR_9 - Accounts Receivable:  Credit Management: Control Area Data Using Delta Extraction
0FI_AR_10 - Accounts Receivable: Payment History Using Delta Extraction
Other terms
BWOM2_TIMEST, TIMESTAMP, BWOM_SETTINGS, LAST_TS, delta, init
Reason and Prerequisites
For test or correction purposes you require a function to repeat delta extractions.
In the standard system, you can repeat the delta extractions for the last sixty days.
The number of days is defined by the 'DELTIMEST' parameter in the BWOM_SETTINGS table.
For all DataSources mentioned above you can repeat the delta extraction without problems because all DataSources use an ODS object. The system automatically filters out data that is selected several times.
Solution
The solution consists of resetting the time stamps used for the delta extraction in the BWOM2_TIMEST table to a certain date.
To do this, you must reset the 'X' marker in the 'LAST_TS' column for the last successful delta extraction.
The next delta extraction then loads all data created or changed as of this date to the BW system.
To reset the 'X' marker in the 'LAST_TS' column, use the 'BWOM2_TIMEST' report. If the report is not yet available in you system, you can install it as described in Note 836288.
Caution - important note
If you repeat several delta extractions in a run using this note, the number of the extracted records will in most cases be smaller than the total of the individual delta extractions.
This can happen in the following cases:
If documents are contained in several individual delta extractions due to document changes. The system selects these documents only once.
If you have set parameter BWFIOVERLA = X in the BWOM_SETTINGS table. (See Note 485958)
In this case, the upper limit of the period for the data selection is not, as usual, 23:59:59 of the previous day. The system also extracts all existing documents of the current day. These documents are also contained in the following delta extraction.
1. If you can load the expected data volume in one delta extraction, proceed as follows:
Execute the 'BWOM2_TIMEST' report for the relevant DataSource.
Remove the marker in the entry of the last delta extraction.
In the columns for the date of the time stamp and the time of the time stamp, you can see up to when the individual data extractions have extracted data.
Select the entry up to which the data in your BW system is still correct.
Save the changes.
Do not make any further changes in the BWOM2_TIMEST table.
              The next delta extraction uses the date + 1 of the selected entry as a lower limit for the data selection and the current date - 1 for the upper limit.
2. If you must load the expected data volume in several parts, proceed as follows:
Caution: There are the following two cases:.
a) The 'BWFIOVERLA' parameter in the BWOM_SETTINGS table is not set.
           Execute the 'BWOM2_TIMEST' report for the relevant DataSource.
           Remove the marker in the entry of the last delta extraction.
           In the columns for the date of the time stamp and the time of the time stamp, you can see up to when the individual data extractions have extracted data.
Select the entry up to which the data in your BW system is still correct.
           Save the changes.
Do not make any further changes in the BWOM2_TIMEST table.
               The next delta extraction uses the date + 1 of the selected entry as a lower limit for the data selection.
You can control the upper limit for the data selection by changing the ' BWFISAFETY' parameter in the BWOM_SETTINGS table. The upper limit is determined using the current date minus the value of the 'BWFISAFETY' parameter (default = 1).
If you want to extract the data of the last twenty days in four parts, for example, set the parameter as follows in Transaction SE16:
before the 1. delta extraction > > BWFISAFETY = 15
before the 2. delta extraction > > BWFISAFETY = 10
before the 3. delta extraction > > BWFISAFETY = 5
before the 4. delta extraction > > BWFISAFETY = 1 (= default)
b) The 'BWFIOVERLA' parameter in the BWOM_SETTINGS table is set (=X).
           First, deactivate the 'BWFIOVERLA' parameter in the BWOM_SETTINGS table. This is necessary because if you do not do this, the system ignores the settings of the 'BWFISAFETY' parameter.
           Execute the 'BWOM2_TIMEST' report for the relevant DataSource.
           Remove the marker in the entry of the last delta extraction.
           In the columns for the date of the time stamp and the time of the time stamp you can see up to when the individual data extractions have extracted data.
Do NOT select the entry up to which the data in your BW system is still correct, rather select the entry before that.
           Save the changes.
Do not make any further changes in the BWOM2_TIMEST table.
               The next delta extraction uses the date + 1 of the selected entry as a lower limit for the data selection.
You can control the upper limit for the data selection by changing the ' BWFISAFETY' parameter in the BWOM_SETTINGS table. The upper limit is determined using the current date minus the value of the 'BWFISAFETY' parameter (default = 1).
If for example you want to extract the data of the last twenty days in four parts, set the parameter in Transaction SE16 as follows:
before the 1. delta extraction > > BWFISAFETY = 15
before the 2. delta extraction > > BWFISAFETY = 10
before the 3. delta extraction > > BWFISAFETY = 5
before the 4. delta extraction > > BWFISAFETY = 1 (= default)
                and parameter BWFIOVERLA = X to return to the originaldelta mode.

Similar Messages

  • How can I join 3 tables while extracting data from SAP R/3?

    I have 3 tables with the following columns
    Emp table (emp)
      emp_id
      emp_name
      emp_add
    Dept table (dept)
      dept_id
      dept_name
      dept_loc
    Location table (loc)
      loc_id
      loc_name
    Now. If I want to select data from loc_id = 10 and emp_id between 2000 and 3000
    How to join these three tables while extracting data from R/3
      join condition
       loc.loc_id = dept.loc_id
    and dept.dept_id = emp.dept_id
    and loc.loc_id =10
    and emp.emp_id between 2000 and 3000.
    Could any one let me know the procedure to extract this data into BW system.

    Hi,
    shouldn't your join condition be:
    loc.loc_id = dept.DEPT_LOC
    and dept.dept_id = ??
    If you can join the three tables then create a generic datasource (RSO) based on a view (create your view with your join in SE11).
    Enable the loc_id and the emp_id as selectable in the datasource so you can then select the values from a BW IPack.
    hope this helps...
    Olivier.

  • Find the Next available date which is not necessarily the Maximum Date

    Morning folks!
    I am trying to find the next scheduled appointment date (Including any day after today) for a patient which may not be the maximum date for that person. I am trying to do this in Oracle Forms. My Query is working in SQL*Plus but is not working in Forms.
    FUNCTION get_next_sched_date(P_PATIENT_ID in varchar2) RETURN DATE IS
      v_next_scheduled_date   patient_visit.target_date%TYPE;
    BEGIN
      select next_target_date into v_next_scheduled_date
      from   ( select v.*, max(target_date) over (partition by patient_id) max_target_date,
                           lead(target_date) over (partition by patient_id order by target_date) next_target_date
               from   patient_visit v)
      where  patient_id = P_PATIENT_ID
      and    next_target_date >= SYSDATE
      and    max_target_date > next_target_date;
      return( v_next_scheduled_date );
    EXCEPTION
       when NO_DATA_FOUND then
         return(NULL);
    When I compile this in Oracle Forms, it gives me an Error.Encountered the symbol "(" when expecting one of the following: ,from.
    I also noticed that Oracle Forms is not liking keywords such as LAG and LEAD. I am working on Oracle Forms 9i.
    Any idea what I am doing wrong here? Thanks for listening to my Monday harping. :-)
    Forms [32 Bit] Version 9.0.4.0.19 (Production)
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit ProductionEdited by: Roxyrollers on Aug 27, 2012 8:43 AM
    Edited by: Roxyrollers on Aug 27, 2012 8:46 AM

    Thanks.
    For now, I have another simpler solution. I was just curious if the first way would have worked.
    select MIN(target_date) into v_next_scheduled_date from patient_visit v1
    where  patient_id = P_PATIENT_ID
    and    target_date >= SYSDATE
    and    target_date <= (select MAX(target_date) from patient_visit v2
                           where  v2.patient_id = v1.patient_id);Edited by: Roxyrollers on Aug 27, 2012 9:16 AM

  • The delivery date should not flow from PR to PO.

    Dear Gurus,
    While creating a P.O with reference to PR.
    The delivery date should not flow from PR to PO.
    Any settings are there for this

    there is no planning.
    this is a utilites industry.
    if there is any way to do.The delivery date should not flow from PR to PO.
    please share ur  ideas

  • Adding data in internal table using extracted data

    Hi Experts,
    Good day!
    I have a requirements in our historical data of material price which adding data that are not existing based on data extracted from standard tables such as A004 and KONP.
    Now, i need to use the VALIDFROM (DATAB) value as basis for the latest price.
    To make it more clear, see the example below:
    Extracted data:
    Material Number      Valid From       Valid to          Price
    100101                   01/01/2008      02/01/2008     100.00      
    100101                   02/02/2008      04/02/2008     100.00
    100101                   04/03/2008      08/01/2008     200.00
    100101                   08/02/2008      01/31/2009     300.00  
    100102                   05/02/2008      07/01/2008      10.00
    100102                   07/02/2008      10/31/2008      15.00 
    100102                   11/01/2008      01/31/2009      20.00  
    Output:
    Material Number     Calmonth        Price
    100101                 01/2008           100.00
    100101                 02/2008           100.00
    100101                 03/2008           100.00
    100101                 04/2008           200.00
    100101                 05/2008           200.00
    100101                 06/2008           200.00
    100101                 07/2008           200.00
    100101                 08/2008           300.00
    100101                 09/2008           300.00
    100101                 10/2008           300.00
    100101                 11/2008           300.00
    100101                 12/2008           300.00
    100101                 01/2009           300.00
    100102                 05/2008           10.00
    100102                 06/2008           10.00
    100102                 07/2008           15.00
    100102                 08/2008           15.00
    100102                 09/2008           15.00
    100102                 10/2008           15.00
    100102                 11/2008           20.00
    100102                 12/2008           20.00
    100102                 01/2009           20.00
    Text that are in bold are the added data. What is the best code to do with this?
    How can i come up with this output? Help me please
    Thanks and Godbless,
    nips

    Hi Nips,
    Logic shud b sumthing on similar lines
    lv_count = 1.
    Loop at itab into watab.
    if lv_count > 12.
    lv_count = 1.
    endif.
    if watab-date+0(2) = lv_count.
    append watab to gt_output.
    continue.
    else.
    concatenate lv_count sy-datum+4(4) into watab-date.
    append watab to gt_output.
    endif.
    endloop.
    Best regards,
    Prashant

  • How to find tables from extracted data using lo cockpit

    I have extracted data form 2lis_02_scl using Lo cockpit and replicated in sap bw.
    Now i want to know from which tables the data was extracted .pls giv info.
    Thanks in advance.
    Regards,
    Hari Reddy

    One quick way - search Help.
    Tables are EKKO, EKPO, EKET , EKPA
    http://help.sap.com/saphelp_nw70/helpdata/en/8d/bc383fe58d5900e10000000a114084/content.htm

  • While creating a new row in table,the total data present in table is coming

    Hi,
    From search page,i click add button,it goes to next transaction page.In transaction page i drag and drop one VO in table and in form also.But in that transaction page,The table is coming with data and a new row is also able to insert.But i don't want the previous data whatever present in table in create a new row time.Please give me the solution.
    Thanks in advance
    Sravanthi

    Not sure I understand what you are trying to do.
    If you have a table and a form based on the same data on one page you see the already existing data in the table. If you don't want to see the existing data in the table while entering a new row, the simplest solution would be to
    a) hide the table after the use hits create new row or
    b) navigate to an other page which only shows the form
    Timo

  • How to find out Which LineItem is having the wrong data

    Hi All,
    This is Idoc--File scenario
    Iam sending the Idoc from R/3 and it may have several Line items and related data.
    If One line item data is wrong also the Idoc will be errored Out in MONI,for this i used UDF in mapping  to through the Exceptions. So i have to goto WE05 in R/3 and i have to check each and every line item for wrong data and then i will repost it.
    the thing is how can i find out the Particular line item is caused for this Error.
    REgards

    Hi Sarvesh,
    No, in MONI it will not take us to the correct Lineitem which is having the wrong data.
    That is only the problem here.
    Any Views.........
    Regards

  • Sales order picked the batch which will expire before the delivery date

    Hello All,
    I have a material MAT1 with Batch BAT1 which has the shelf life expiration date as 18.03.2014. A sales order was created on 16.03.2014 which is supposed to be delivered on 22.03.2013.
    In this case the sales order should'nt have picked the batch BAT1.
    In the material master for MAT1- Min. Rem. Shelf Life 1 Month.
    Please let me know what could be the reason to pick this batch which is not expected...
    Thanks in advance!!

    There are 2 things:
    Check whether you have a characteristics LOBM_RLZ - Remaining Shelf Life for Batch for respective class used for batch. In batch search strategy(VCH1) for the material Remaining Shelf Life for Batch should be greater then equal to 7 days.
    In your movement type used for the GI, check at least SLExpir.date is not equal to 3 - No check at goods issue.
    Thanks, JP

  • The Invoice date should hold the GR date by default

    Hi SDners,
    I have a requirement.
    When the Billing is done in MIRO, the user wants the field  Invoice Date to be automatically populated with GR  Date.
    Guide me as to where i need to do the coding for the same.
    Should this be coded in the user exit?
    Regards,
    SuryaD.
    Edited by: SuryaD on Dec 16, 2009 8:53 PM

    Hi ,
    Obviously you have to use an user exit. Kindly search for the same on SCN.
    Regards
    Abhii

  • When I press "sync now", which computer over-writes the sync data?

    Does one computer "dominate" the sync process? The home computer? Or the computer you're on when you push sync now?
    Is the sync based on whatever machine has the most recent changes? Or does it just merge the data?
    For example, if I clear browser history (or delete a bunch of old bookmarks) will that data repopulate when I sync or will it be deleted from the other machine? Does it matter if the machine is the original install of firefox sync or the added device?
    Thanks.

    Does one computer "dominate" the sync process? The home computer? Or the computer you're on when you push sync now?
    Is the sync based on whatever machine has the most recent changes? Or does it just merge the data?
    For example, if I clear browser history (or delete a bunch of old bookmarks) will that data repopulate when I sync or will it be deleted from the other machine? Does it matter if the machine is the original install of firefox sync or the added device?
    Thanks.

  • I have a particle counter from which I would like to extract data thr

    ough RS232 interface. When I wrote the VI and executed it the buffer always showed 0 bytes to read consequently nothing was read though data was available. The cable is good beacuse I was able to use it with the manufacturer provided software. Please help.

    ough RS232 interface. When I wrote the VI and executed it the buffer always showed 0 bytes to read consequently nothing was read though data was available. The cable is good beacuse I was able to use it with the manufacturer provided software. Please help.Hi Suresh-
    The first step in troubleshooting serial problems is to attempt a serial loopback test (basically reading and writing to & from the same serial port) in LabView. Start off with the LabView <-> Serial example that ships with LabView. It is set up for this test. KB article 1M9D8H6Q is a great reference for serial questions and the description of setting up the loopback test. You can search for "Serial Communication Starting Point" or the document ID from www.ni.com/support.
    Also, serial instruments are sometimes fickle about timing. Try inserting 1 second delays after configurations, reads, and writes to see if this helps your performance. This does help quite frequently.
    If the loopback test works and the timing does not help, check for the ter
    mination characters (i.e. the last character of your serial write buffer). Often most instruments expect "\n" or "\r", try adding these to the end of your write buffer.
    Hope this helps, good luck -
    ben schulte
    national instruments

  • For selection parameter the default date should be of the previous month.

    Hi all,
    In my selection-screen what i want is  for the selection parameter "Selection period month" the default value to be the previous month.
    For example today is 24.09.2008 so the default value of this field has to be 200808 instead of 200809 today.
    please tell me how should i do this.
    thanks in advance.

    Hi,
    Check the following code:
    data: f_date type sy-datum,
          f_dd(2) type c,
          f_mm(2) type c,
          f_yyyy(4) type c,
          f_pdt type sy-datum.
    parameters: p_date like sy-datum.
    initialization.
    f_date = sy-datum.
    f_dd = sy-datum+6(2).
    f_mm = sy-datum+4(2) - 1.
    f_yyyy = sy-datum+0(4).
    if f_mm eq 0.
    concatenate f_yyyy '12' f_dd  into f_pdt.
    elseif f_mm eq 1 or
       f_mm eq 2 or
       f_mm eq 3 or
       f_mm eq 4 or
       f_mm eq 5 or
       f_mm eq 6 or
       f_mm eq 7 or
       f_mm eq 8 or
       f_mm eq 9.
    concatenate f_yyyy '0' f_mm f_dd  into f_pdt.
    else.
    concatenate f_yyyy f_mm f_dd  into f_pdt.
    endif.
    p_date = f_pdt.
    start-of-selection.
    write : / f_date,
             / f_pdt.
    Regards,
    Bhaskar
    Edited by: Bhaskar Chikine on Sep 24, 2008 12:49 PM

  • Trying to find out order of the missing dates, next day of the end date should be a start day in below example order is missing I need to find those dates whose order is missing

    Create table #T
    (EMP_ID int, DEPT_ID int, EMP_EFF_FROM_DATE date, EMP_EFF_TO_DATE date )
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values (10,       10001,       '8/1/2008', '10/31/2009');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,      10001,       '11/1/2009',              '2/25/2010');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,     10001,       '2/26/2010',              '5/1/2011');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,    10001,       '8/1/2011',              '10/30/2011');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,   10001,       '12/1/2011',             '10/31/2012');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,  10003,       '7/1/2007',              '10/31/2007');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10, 10004,       '9/27/2004',              '6/8/2006');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,10004,       '6/30/2006',              '6/29/2007');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,10007,       '6/25/2006',            '6/20/2007');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,10007,       '8/25/2007',              '5/25/2008');
    Select * from #T;
    narthan

    Try
    Create table #T
    (EMP_ID int, DEPT_ID int, EMP_EFF_FROM_DATE date, EMP_EFF_TO_DATE date )
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values (10, 10001, '8/1/2008', '10/31/2009');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10, 10001, '11/1/2009', '2/25/2010');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10, 10001, '2/26/2010', '5/1/2011');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10, 10001, '8/1/2011', '10/30/2011');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10, 10001, '12/1/2011', '10/31/2012');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10, 10003, '7/1/2007', '10/31/2007');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10, 10004, '9/27/2004', '6/8/2006');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,10004, '6/30/2006', '6/29/2007');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,10007, '6/25/2006', '6/20/2007');
    Insert into #T (EMP_ID , DEPT_ID , EMP_EFF_FROM_DATE , EMP_EFF_TO_DATE ) values(10,10007, '8/25/2007', '5/25/2008');
    Select * from #T;
    select a.EMP_ID , a.DEPT_ID,a.EMP_EFF_TO_DATE gapFrom ,c.EMP_EFF_FROM_DATE gapTo ,DATEDIFF(day,a.EMP_EFF_TO_DATE,c.EMP_EFF_FROM_DATE) [gapDelta(hours)] From #t a
    CROSS APPLY (select top 1 b.EMP_EFF_FROM_DATE, case when datediff(day,a.EMP_EFF_TO_DATE,b.EMP_EFF_FROM_DATE) =1 then 0 else 1 end chk from #t b where a.EMP_ID=b.EMP_ID and a.DEPT_ID=b.DEPT_ID and b.EMP_EFF_FROM_DATE > a.EMP_EFF_TO_DATE order by B.EMP_EFF_FROM_DATE) c
    where chk=1
    Thanks
    Saravana Kumar C

  • Pl/sql to extract data  with form: extract data is a text file

    Hi dear all,
    to be straightforward here is the problem: we currenlty developing with oracle tools :" Developer Suite 10g version 10.1.2.0.2" an interface .
    Using oracle forms, we would like to program a command button that will be in charge of pooling the data from the database and offer the client to save it on his desktop. The extracted data should be a one single flat text file having a one single continuous row. and the data extracted are from a 10 g database( one table having one column(varchar2(240); and 192 rows );
    attached with this mail is ou current script link with the command " when-button-pressed"
    PROCEDURE EXTRACTION_FICHIER_FIC_BDF IS
    n_bouton number;
    LF$File CLIENT_TEXT_IO.FILE_TYPE;
    LC$Name Varchar2(100) ;
    LC$Fic Varchar2(100) ;
    LN$Lines Pls_integer := 0 ;
    LC$Line Varchar2(4000) ;
    -- cursor --
    Cursor C_CUR Is
    SELECT ENREGISTREMENT_BDF
    FROM ops$admO7.fic_bdf
    ORDER BY 1;
    BEGIN
    LC$Name := 'd:\AA1217.bdf';
    LC$Fic := WEBUTIL_FILE.FILE_SAVE_DIALOG
    'd:\',
    LC$Name,
    'Choisir l''emplacement du fichier à sauvegarder'
    If LC$Fic is null Then
    Return ;
    End if ;
    -- Open the file --
    Begin
    LF$File := CLIENT_TEXT_IO.FOPEN( LC$Fic, 'W');
    Exception
    when others then
    message( 'OPEN FILE ERROR ' || LC$Fic );
    raise form_trigger_failure;
    End ;
    -- Write the lines --
    For Cur In C_CUR Loop
    LC$Line := Cur.ENREGISTREMENT_BDF;
    CLIENT_TEXT_IO.PUT_LINE( LF$File, LC$Line ) ;
    LN$Lines := C_CUR%ROWCOUNT ;
    End loop ;
    -- Close the file --
    CLIENT_TEXT_IO.FCLOSE( LF$File ) ;
    set_alert_property('AL_MESSAGE',alert_message_text,'Export terminé avec succès');
    n_bouton :=show_alert('AL_MESSAGE');
    synchronize ;
    Exception
    When form_trigger_failure Then
    CLIENT_TEXT_IO.FCLOSE( LF$File ) ;
    Raise ;
    END;
    thanks if advance !!!!!

    Hello,
    what's your problem with this? You posted a lot of useful information like version infos and code (Hint: when you post code you can do this with the tags so it gets formated), but I cannot see what exactly is failing or behaving unexpected, so you might share that too ;)
    cheers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • How to configure network settings in solaris 10

    hi i have downloaded solaris 10 and installed on dell dimension desktop,as i have gone through the instalation guide,i see i dont get netwotk configuration (DNS,DHCP.....)settings during installation,it havent asked me about those settings,It just as

  • Dell PowerEdge SC1420 with Ultra 320 scsi dirves

    I am having a problem with installing Solaris 10 on the Dell PowerEdge SC1420 with Ultra 320 SCSI drives using PERC 320/DC Controller. The installation hangs at Configuring Devices and gives me some output messages: NOTICE: MSG From Adapter: NMI ISR:

  • Upgrade 10.3

    The new design is ugly. The new tiles, the backgrounds, the super sized button in most apps, it is ugly and not ergonomic. I would pay to get the previous version back, dismissing happily all new features. I would uninstall the amazon appstore, i do

  • Time to update

    Believe it or not I am still using an Ipad 1, 16gb but because I cannot upgrade it to ISO 7, I think it is time to upgrade to another ISO device. However the wifi signal on ipad 1 seems to be alot stronger that the other Ipads, I have not check this

  • Currency Factory Technique

    What is Currency Factory Technique ?