Position Activity Sequence Resulting in data extracting error

hi gurus
can any body tell me what is this position activity sequence error resulting in data extracting error, plz help. this is very high priority for me.
regards
dev

I rebuild the report using a tabular form and populated the primary key with a PL/SQL expression and now it appears to be working. P1_ISSUE_NO is the primary key on the issue table and I could not figure how to get it in the issue_no field of the tabular report when a new line was entered I ended up putting the following code in for the default for
issue_no on the report:
Begin
return :P1_ISSUE_NO;
end
It works great.

Similar Messages

  • [sap-bw] SAP HR data extraction errors....into BI 7.0 ...from ECC 6.0..

    Hi Gurus,
    We are doing HR data extraction with the following details:
    Cube: 0PT_C01 - Time and Labor
    data source: 0HR_PT_1 - Times from personal work schedule
    Records in ECC: 15mill +.
    "Init load with Data "is being loaded in packets of 40K records (400 packets approx).
    Each time we load (we tried reloading after deleting data and reinit) it is loading same records. But it is giving the following error. Surprisingly this error is coming for different packets in different loads. for ex: 1st time packet 6...2nd time packet 58....3rd time 122 etc.....it keeps changing...
    Processing end : Errors occurred
    Error when generating the update program
    Diagnosis
    An error occurred during program generation for InfoSource 0HR_PT_1 and
    InfoProvider 0PT_C01 . This may be extrapolated to incorrect update
    rules.
    Procedure
    Check and correct your update rules and then generate the update program
    again. You can find help on the error in the error log.
    We reactivated and verfieid update rules. But no use.
    Appreciate any kind of help.
    thanks in advance.
    J.

    Oscar,
    Thanks for the help.
    We tried the following one by one.
    1. Delete and recreate update rules.  To be frank....there is no CODING or complication in there...
         It did not work.
    2. Tried loading only to PSA.  It loaded 15mill records perfectly.  But when we tried updating target cube, 
        same story with many more errors.....earlier we had 10 packages failed out of 387.......
         this time almost every  alternate package is marked red and same error....update generating update
         program.....
    Hope somebody will come up with a solution.

  • Master Data Extraction Error

    Hi Experts,
    I am doing MAster Data Extraction, i have done with major works in R3 Side, but i am facing as issue while distributing the Mode,
    Before that i brief the things what i have done,
    1) ALE Configuration in ERP R3 System
    2) Created a New Logical System for Receiver PI System
    3) Created the Logical System for Sender R3 System & Assigning the Client
    4) Configured of RFC Destination Pointing to PI System
    5) Configured of Communication Port
    6) Configurated of Partner Profile
    7) Created ALE distribution Model/Customer Distribution Model
    After creation of the Model  i ahve added  the Message type. Then Partner Profile needs to be generated and the Distribution model needs to be distributed from the Edit Menu.
    But while doing the above step i am facing a issue as " No Messages have been defined for the selection conditions in the model".
    Please do needful.

    hi,
    if you''re a PI started I'd suggest:
    http://www.sap-press.com/products/Mastering-IDoc-Business-Scenarios-with-SAP-NetWeaver-PI.html
    chapter:
    3 ... Master Data Distribution ... 95
    for a good start
    Regards,
    Michal Krawczyk

  • Adobe Form (data extraction error)

    Hi Experts,
    i'm trying extract data from PDF file. (Adobe Offline scenario).
    I'm getting this XML runtime error.
    could anybody can help me to solve this problem.
    This is my code ,
    CALL TRANSFORMATION id
    SOURCE XML lv_xml_data_string
    RESULT T_sums      = wa_sums
           customer    = wa_cus
           bookings    = wa_book
           connections = wa_conn.
    Here is the error
    >>>>>>>>>>>>>>>>>>>>>
    Error analysis                                                                                An exception occurred that is explained in detail below. 
        The exception, which is assigned to class 'CX_XSLT_RUNTIME_ERROR', was not     caught and   therefore caused a runtime error.      The reason for the exception is:       Either the source document contains invalid XML or it is handled      incorrectly in the ABAP program that called the transformation.
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    i will appreciate valuble answers.
    Thanks ,
    Lahiru.

    Hi Experts,
    i'm trying extract data from PDF file. (Adobe Offline scenario).
    I'm getting this XML runtime error.
    could anybody can help me to solve this problem.
    This is my code ,
    CALL TRANSFORMATION id
    SOURCE XML lv_xml_data_string
    RESULT T_sums      = wa_sums
           customer    = wa_cus
           bookings    = wa_book
           connections = wa_conn.
    Here is the error
    >>>>>>>>>>>>>>>>>>>>>
    Error analysis                                                                                An exception occurred that is explained in detail below. 
        The exception, which is assigned to class 'CX_XSLT_RUNTIME_ERROR', was not     caught and   therefore caused a runtime error.      The reason for the exception is:       Either the source document contains invalid XML or it is handled      incorrectly in the ABAP program that called the transformation.
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    i will appreciate valuble answers.
    Thanks ,
    Lahiru.

  • Data extraction error

    Dear gurus,
    I'm using 0CRM_SRV_PROCESS_H data source to extract data . In source system using RSA3 ,i can see 7 records are available but when i extract through BW , system returns that there is no record in source system.
    How to resolve this
    Thank you
    BR

    Hi Saravanan,
    Apart from wht other frnds have mentioned.
    1)Do a full load and Delta Load in the Infopak and check.
    2)Check whether anything has been written in CMOD for this datasource,may  be beacuse of this thngs are getting filtered and the data is not getting populated.
    Rgds
    SVU123

  • BW Data extraction error?

    Hi
    I am trying to do extraction from IDES  ECC6  to BI ...when i run Infopackage my monitor is allways yellow status.
    i ckecked in :
    SM58:  No service for system SAPPIS, client 800 in Integr ation Directory
                Message no. SR053 ( IDOC_INBOUND_ASYNCHRONOUS )
    SLDCHECk is fine
    Source system connection check is OK
    SM59 RFC connection is OK
    This is first time i am doing extraction on this system am i missing any config.
    Kindly help me!!!!
    Thanks
    Babu

    Hi!
    Got the same case. Solved.
    The problem was the lack of authority of the user BWREMOTE in the source system for an object B_ALE_RECV with  EDI_MES = RSRQST. The desired profile for the user is S_BI-WX_RFC.

  • TSQL Search and Extract Different Activity Sequences in a given set of data

    Hello,
    I have the following tables
    1) EVENT_NAMES (EVENT_NAME_ID, EVENT_NAME)
    1 PM
    2 PM WASH
    3 Backlog
    2) EVENT_NAME_SEQUENCE(SeqParentKey, Event_Name_ID,Seqorder)
    Data looks like below
    1  2   1
    1  1   2
    1  3   3
    2  1   1
    2  3    2
    Event_NAME_Sequence contains the Sequence which I need to find in the RAW data table. Currently there are 2 sequence which I need to find (identified by SeqParentKey). I need to find Seq(PM WASH, PM and BACKLOG) and Seq(PM,Backlog) in RAW DATA TABLE for
    a particular Equipment
    RAW DATA TABLE looks like below
    3) EVENT_NAMECHANGE( EQMT, EVENT_NAME, STARTTIME, ENDTIME)
    Sample data is as shown below
    MACH_101    PM WASH    2014-01-01 10:00:00.000    2014-01-01 11:00:00.000
    MACH_101    PM              2014-01-01 11:00:00.000    2014-01-01 15:00:00.000
    MACH_101    Backlog      2014-01-01 15:00:00.000    2014-01-01 16:00:00.000
    MACH_103     PM WASH    2014-01-01 10:00:00.000    2014-01-01 11:00:00.000
    MACH_103     PM              2014-01-01 11:00:00.000    2014-01-01 15:00:00.000
    MACH_106    PM               2014-01-01 15:00:00.000    2014-01-01 16:00:00.000
    MACH_106    Backlog      2014-01-01 16:00:00.000    2014-01-01 18:00:00.000
    MACH_101    PM               2014-01-02 15:00:00.000    2014-01-02 16:00:00.000
    MACH_101    Backlog      2014-01-02 16:00:00.000    2014-01-02 18:00:00.000
    MACH_900     PM               2014-01-02 15:00:00.000    2014-01-02 16:00:00.000
    MACH_900     REPAIR      2014-01-02 16:00:00.000   2014-01-02 18:00:00.000
    The records in BOLD is the output I would need
    Below are the scripts for table and data
    CREATE TABLE EVENT_NAMES
    EVENT_NAME_ID int,
    EVENT_NAME varchar(100)
    INSERT INTO EVENT_NAMES values(1,'PM')
    INSERT INTO EVENT_NAMES values(2,'PM WASH')
    INSERT INTO EVENT_NAMES values(3,'Backlog')
    CREATE TABLE EVENT_NAME_SEQUENCE
    SeqParentKey int,
    EVENT_NAME_ID int,
    SeqOrder int
    INSERT INTO EVENT_NAME_SEQUENCE values(1,2,1)
    INSERT INTO EVENT_NAME_SEQUENCE values(1,1,2)
    INSERT INTO EVENT_NAME_SEQUENCE values(1,3,3)
    INSERT INTO EVENT_NAME_SEQUENCE values(2,1,1)
    INSERT INTO EVENT_NAME_SEQUENCE values(2,3,2)
    CREATE TABLE EVENT_NAMECHANGE
    EQMT varchar(100),
    EVENT_NAME varchar(100),
    STARTTIME DATETIME,
    ENDTIME DATETIME
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_101','PM WASH','2014-01-01 10:00:00.000','2014-01-01 11:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_101','PM','2014-01-01 11:00:00.000','2014-01-01 15:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_101','Backlog','2014-01-01 15:00:00.000','2014-01-01 16:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_103','PM WASH','2014-01-01 10:00:00.000','2014-01-01 11:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_103','PM','2014-01-01 11:00:00.000','2014-01-01 15:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_106','PM','2014-01-01 15:00:00.000','2014-01-01 16:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_106','Backlog','2014-01-01 16:00:00.000','2014-01-01 18:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_101','PM','2014-01-02 15:00:00.000','2014-01-02 16:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_101','Backlog','2014-01-02 16:00:00.000','2014-01-02 18:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_900','PM','2014-01-02 15:00:00.000','2014-01-02 16:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_900','Repair','2014-01-02 16:00:00.000','2014-01-02 18:00:00.000')
    Any help on creating a Generic logic would help as in future there would be Event sequences added to EVENT_NAME_SEQUENCE table

    So that was an interesting problem!
    I decided to go for a solution where build concatenated lists to compare these. As started to play with it, I realised that there is risk for a scaling problem, so I introduced some optimisations. And it seems that they helped me to find the final solution.
    There are two CTEs. The first CTE builds a fixed-width list of the event-name ids for each sequence. I also extract the length and the first value of each sequence.
    In the next CTE I find the start of all sequences in the EVENT_NAMECHANGE table. For each row where the the event is the first of a sequence I read as many rows as there are in the sequence and form a fixed-width list of event-name ids. If this list matches
    the sequence list, this row is returned from the CTE, together with the count of the sequence.
    In the final query, I repeat the CROSS APPLY in the second CTE, but this time without FOR XML to get the actual rows. I need DISTINCT here, since one sequence may include another.
    It is of course impossible to test performance without knowledge of the actual table. But is my assumption that EVENT_NAMES and EVENT_NAME_SEQUENCE are fairly small table, whereas EVENT_NAMECHANGE is big, maybe 100 millions of rows. Obviously the table has
    to be scanned once, but I think performance should be proportional to the number of rows in the table times the length of the longest sequence.
    Here is my complete test script.
    CREATE TABLE EVENT_NAMES
    EVENT_NAME_ID int NOT NULL P,
    EVENT_NAME varchar(100)
    INSERT INTO EVENT_NAMES values(1,'PM')
    INSERT INTO EVENT_NAMES values(2,'PM WASH')
    INSERT INTO EVENT_NAMES values(3,'Backlog')
    CREATE TABLE EVENT_NAME_SEQUENCE
    SeqParentKey int,
    EVENT_NAME_ID int,
    SeqOrder int
    INSERT INTO EVENT_NAME_SEQUENCE values(1,2,1)
    INSERT INTO EVENT_NAME_SEQUENCE values(1,1,2)
    INSERT INTO EVENT_NAME_SEQUENCE values(1,3,3)
    INSERT INTO EVENT_NAME_SEQUENCE values(2,1,1)
    INSERT INTO EVENT_NAME_SEQUENCE values(2,3,2)
    CREATE TABLE EVENT_NAMECHANGE
    EQMT varchar(100),
    EVENT_NAME varchar(100),
    STARTTIME DATETIME,
     ENDTIME DATETIME
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_101','PM WASH','2014-01-01 10:00:00.000','2014-01-01 11:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_101','PM','2014-01-01 11:00:00.000','2014-01-01 15:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_101','Backlog','2014-01-01 15:00:00.000','2014-01-01 16:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_103','PM WASH','2014-01-01 10:00:00.000','2014-01-01 11:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_103','PM','2014-01-01 11:00:00.000','2014-01-01 15:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_106','PM','2014-01-01 15:00:00.000','2014-01-01 16:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_106','Backlog','2014-01-01 16:00:00.000','2014-01-01 18:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_101','PM','2014-01-02 15:00:00.000','2014-01-02 16:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_101','Backlog','2014-01-02 16:00:00.000','2014-01-02 18:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_900','PM','2014-01-02 15:00:00.000','2014-01-02 16:00:00.000')
    INSERT INTO EVENT_NAMECHANGE VALUES('MACH_900','Repair','2014-01-02 16:00:00.000','2014-01-02 18:00:00.000')
    go
    WITH matchlists AS (
       SELECT seq.SeqParentKey, seq.cnt, seq.first, xml.matchlist
       FROM   (SELECT SeqParentKey, COUNT(*) AS cnt,
                      MIN(CASE SeqOrder WHEN 1 THEN EVENT_NAME_ID END) AS first
               FROM   EVENT_NAME_SEQUENCE
               GROUP  BY SeqParentKey) AS seq
       CROSS  APPLY (SELECT str(ens.EVENT_NAME_ID) AS [text()]
                     FROM   EVENT_NAME_SEQUENCE ens
                     WHERE  ens.SeqParentKey = seq.SeqParentKey
                     ORDER  BY ens.SeqOrder
                     FOR XML PATH('')) AS xml(matchlist)
    ), matchstarts AS (
       SELECT start.*, ml.cnt
       FROM   EVENT_NAMECHANGE AS start
       JOIN   EVENT_NAMES en1 ON start.EVENT_NAME = en1.EVENT_NAME
       JOIN   matchlists ml ON en1.EVENT_NAME_ID = ml.first
       CROSS  APPLY (SELECT TOP (ml.cnt) str(en.EVENT_NAME_ID) AS [text()]
                     FROM   EVENT_NAMECHANGE next
                     JOIN   EVENT_NAMES en ON next.EVENT_NAME = en.EVENT_NAME
                     WHERE  next.EQMT = start.EQMT
                       AND  next.STARTTIME >= start.STARTTIME
                     ORDER  BY next.STARTTIME
                     FOR XML PATH('')) AS xml(eventlist)
       WHERE  charindex(ml.matchlist, xml.eventlist) = 1
    SELECT DISTINCT next.*
    FROM   matchstarts ms
    CROSS  APPLY (SELECT TOP (ms.cnt) next.*
                  FROM   EVENT_NAMECHANGE next
                  WHERE  ms.EQMT = next.EQMT
                    AND  next.STARTTIME >= ms.STARTTIME
                  ORDER  BY next.STARTTIME) AS next
    ORDER  BY next.EQMT, next.STARTTIME
    go
    DROP TABLE EVENT_NAMECHANGE, EVENT_NAME_SEQUENCE, EVENT_NAMES
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Invalid data status error during the data extraction

    Hi,
    while extracting capacity data from the SNP Capacity view to BW. i get the "invalid data status error" and the data extraction fails.
    when debugged the bad requests of the ODS object, i found that for a certain product(which has both positive and negative input and out qtys) co-product manufacturing orders were created. but this product was not marked as the co-product and functionally its fine.
    how can i rectify the data extraction problem..can you advice.
    Thanks,
    Dhanush

    Sir,
    In my company for some production order status some are having "errors in cost calculation" ie "cser" .how to deal these kind of errors.

  • PO Position Hierarchy Data Export Error

    We recently performed an upgrade to 11.5.10 and are experiencing issues in the PO module. The problem we're having occurs when trying to do a data export of our position hierarchy. I have no problems defining or setting up the hierarchy however, when I click Tools >> Export Data, I am recieving the error message below. Any help or suggestions would be greatly appreciated.
    **************************** Error Message **************************************
    APP-PER-289792: Before you can run a mail merge or data extraction from this window, your system administrator must define a Web ADI integrator and associate it with the window. There are currently no integrators associated with this window.
    *************************** End Error Message *********************************

    Pop-Up Blocker is not an issue. Metalink note: 280495.1 briefly descibes the process I am dealing with.
    I am now trying to follow directions in the metalink note listed below. I am recieving the same error they discribed.
    Metalink Note: 360105.1
    "If you get the error, “You do not have permission to access this functionality", then you need to add the submenu, ”HR ADI Seeded Integrator Form Functions” to your Navigator Menu, and try again. "

  • Position Hierarchy Data Export Error  [ PO/ Purchasing Module]

    We recently performed an upgrade to 11.5.10 and are experiencing issues in the Purchasing module. The problem we're having occurs when trying to do a data export of our position hierarchy. I have no problems defining or setting up the hierarchy however, when I click Tools >> Export Data, I am recieving the error message below. Any help or suggestions would be greatly appreciated.
    **************************** Error Message **************************************
    APP-PER-289792: Before you can run a mail merge or data extraction from this window, your system administrator must define a Web ADI integrator and associate it with the window. There are currently no integrators associated with this window.
    *************************** End Error Message *********************************

    Pop-Up Blocker is not an issue. Metalink note: 280495.1 briefly descibes the process I am dealing with.
    I am now trying to follow directions in the metalink note listed below. I am recieving the same error they discribed.
    Metalink Note: 360105.1
    "If you get the error, “You do not have permission to access this functionality", then you need to add the submenu, ”HR ADI Seeded Integrator Form Functions” to your Navigator Menu, and try again. "

  • Position Hierarchy Data Export Error  (Purchasing Module)

    We recently performed an upgrade to 11.5.10 and experiencing issues in the PO module. The problem we're having occurs when trying to do a data export of our position hierarchy. I have no problems defining or setting up the hierarchy however, when I click Tools >> Export Data, I am recieving the error message below. Any help or suggestions would be greatly appreciated.
    **************************** Error Message **************************************
    APP-PER-289792: Before you can run a mail merge or data extraction from this window, your system administrator must define a Web ADI integrator and associate it with the window. There are currently no integrators associated with this window.
    *************************** End Error Message *********************************

    As Sumit has said earlier and confirmed by you that this is not on a OA page but on a PUI, I don't see the relevance of this thread in OAF forum.
    If WebADI setup is not done, I don't see a reason why it should work. That makes me believe that this feature wasn't even working before the upgrade you have mentioned. Was it?
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Error 8 when starting the extracting the program-data load error:status 51

    Dear all,
    <b>I am facing a data exracton problem while extracting data from SAP source system (Development Client 220). </b>The scenario and related setting are as the flowings:
    A. Setting:
    We have created 2 source system one for the development and another for the quality in BW development client
    1. BW server: SAP NetWeaver 2004s BI 7
    PI_BASIS: 2005_1_700 Level: 12
    SAP_BW: 700 Level:13
    Source system (Development Client 220)
    2. SAP ERP: SAP ERP Central Component 6.0
    PI_BASIS: 2005_1_700 Level: 12
    OS: SunOS
    Source system (Quality Client 300)
    2. SAP ERP: SAP ERP Central Component 6.0
    PI_BASIS: 2005_1_700 Level: 12
    OS: HP-UX
    B. The scenario:
    I was abele to load the Info provider from the Source system (Development Client 220), late we create another Source system (Quality Client 300) and abele to load the Info provider from that,
    After creating the another Source system (Quality Client 300), initially I abele to load the info provider from both the Source system – , but now I am unable to load the Info provider from the (Development Client 220),
    Source system Creation:
    For both 220 and 300, back ground user in source system is same with system type with same authorization (sap_all, sap_new, S_BI-WX_RFC) And user for source system to bw connection is dialog type (S_BI-WX_RFC, S_BI-WHM_RFC, SAP_ALL, SAP_NEW)
    1: Now while at the Info Package : Start data load immediately and then get the
    e-mail sent by user RFCUSER, and the content:
    Error message from the source system
    Diagnosis
    An error occurred in the source system.
    System Response
    Caller 09 contains an error message.
    Further analysis:
    The error occurred in Service API .
    2:Error in the detail tab of the call monitor as under,
    <b>bi data upload error:status 51 - error: Error 8 when starting the extracting the program </b>
    Extraction (messages): Errors occurred
      Error occurred in the data selection
    Transfer (IDocs and TRFC): Errors occurred
    Request IDoc : Application document not posted (red)
      bw side: status 03: "IDoc: 0000000000007088 Status: Data passed to port OK,
                                    IDoc sent to SAP system or external program"
      r<b>/3 side: status 51:  IDoc: 0000000000012140 Status: Application document not posted
                                   Error 8 when starting the extraction program</b>
    Info IDoc 1 : Application document posted (green)
       r/3 side: "IDoc: 0000000000012141 Status: Data passed to port OK
                     IDoc sent to SAP system or external program"
       bw side: "IDoc: 0000000000007089 Status: Application document posted,
                     IDoc was successfully transferred to the monitor updating"
    Have attached screen shots showing error at BW side.
    •     check connection is ok, tried to restore the setting for bw-r3 connection – though same problem
    •     Have checked partner profile.
    <b>what's wrong with the process? </b>
    Best regards,
    dushyant.

    Hi,
       Refer note 140147.
    Regards,
    Meiy

  • Creating a service program in inventory results in 'no data found error'

    Hi,
    i tried creating a service program as was given in the sep 2001 issue of the crm newsletter. While saving the item it results in the following error:
    FRM-40735 ON-INSERT trigger raised unhandled exception ORA-01653
    ORA-01403 No data Found
    What could be the possible cause for the occurrence of this error?
    Thanks & Regards,
    Nithya

    You're doing a lot of unnecessary conversion of dates into character strings and back into dates again.
    Keep it simple and just use dates as-is:
    SQL> select * from T_REC_PER;
                     VAL START_PERIOD         END_PERIOD
                       5 15-OCT-2008 00:00:00 30-OCT-2008 00:00:00
                       6 31-OCT-2008 00:00:00 06-NOV-2008 00:00:00
                       8 07-NOV-2008 00:00:00 12-NOV-2008 00:00:00
    SQL> declare
      2     ls_per   date := to_date('17-OCT-2008','DD-MON-YYYY');
      3     ln_val   number;
      4  begin
      5     select t.val
      6     into   ln_val
      7     from   T_REC_PER t
      8     where  ls_per between t.start_period and t.end_period;
      9     dbms_output.put_line(ln_val);
    10  end;
    11  /
    5
    PL/SQL procedure successfully completed.
    SQL> declare
      2     ls_per   date := to_date('09-NOV-2008','DD-MON-YYYY');
      3     ln_val   number;
      4  begin
      5     select t.val
      6     into   ln_val
      7     from   T_REC_PER t
      8     where  ls_per between t.start_period and t.end_period;
      9     dbms_output.put_line(ln_val);
    10  end;
    11  /
    8
    PL/SQL procedure successfully completed.

  • 'Error 8 occurred when starting the data extraction program'

    Hello Experts,
    I am trying to pull master data (Full upload) for a attribute. I am getting an error on BW side i.e. 'The error occurred in Service API .'
    So I checked in Source system and found that the an IDOC processing failure has occurred. The failure shows 'Error 8 occurred when starting the data extraction program'.
    But when I check the extractor through RSA3, it looks fine.
    Can someone inform what might be the reason of the failure for IDOC processing and how can this be avoided in future. Because the same problem kept occurring later as well.
    Thanks
    Regards,
    KP

    Hi,
    Chk the idocs from SM58 of source system are processing fine into ur target system(BI system)...?
    Chk thru Sm58 and give all * and target destination as ur BI system and execute and chk any entries pending there?
    rgds,
    Edited by: Krishna Rao on May 6, 2009 3:22 PM

  • R/3 SP Import:Open data Extraction requests Error

    We are getting the below error when Basis doing the upgrade support packeage in R/3 source system.
    Open Data Extraction Requests
    The system has found a number of open data extraction requests. These
    should be processed before starting the object import process, as
    changes to DDIC structures could prevent data extraction requests from
    being read after the import, thus causing them to terminate. You can
    find more information about this problem in SAP Note 328181.
    Call the Customizing Cockpit data extraction transaction and process all
    open extraction requests.
    Intially we have cleared the entries in LBWQ,RSA7 and SM13.But after clearing these entries also we are getting the same above error.
    For support package upgrade in R/3 do we need to delete the SETUP table also in production environment?.
    Is there any other way around without deleting the setup table to upgrade support package in R/3 system?
    Please help us with your inputs urgently..
    Thanks
    Message was edited by:
            Ganesh S

    Thanks Siggi for the suggestion.
    We have already cleared the v3 updates by running RMBWV* job manually.After clearing all the entries in LBWQ,RSA7 and SM13 still we have got the same above error.
    When we imported In R/3 development system after deleting the setup table we didn't get the above error.But we are concerned about deleting the setup table in production system
    though already deltas are running fine.
    Is there any other way around? or deleting the setup table is the only option?
    Please help...

Maybe you are looking for

  • How to synchronize File Manager Server when I install Agile on distributed?

    The Environment I install is : two Agile Server , two File manager Server ,one Web Proxy Server, one DB Server . The Agile version I install is Agile 9.3.1 for Linux ,the Middleware is weblogic 10.3.2 . Now I finish install two Agile Server ,and succ

  • Depreciation for an Asset

    Hi Gurus, How can make a capitalised asset not depreciate or put the depreciation on hold for a year but the asset still forms part of my asset register. Please advise, Thanks, Themba

  • No Analog audio input?

    Been reading a lot about lack of an analog input option - lots of external devices not working. Is this in fact true? Does anyone know how to get line level recording into the iphone from a mic or guitar then? Thx

  • BSEG Table update

    Hi All, My requirement is like that, Whenever I do the posting I want to update the BSEG Table field xref3.Please suggest is there any BTE exist for this. Points are surely awarded. Thanks Garg

  • ACS v5.2 and Citrix Repeater - Configuring shell (exec)

    Hi      I am trying to get a Citrix Repeater 8540 authenticating with a v5.2 ACS. I can get the authentication via TACACS+ to work OK but I do not have access to some the configuration options in the GUI (like logging) - It is saying I do not have th