Error in filling the table.

Hi to all
        I am trying to fill the setup table for 2lis_03_bf.But i am getting the following error
: No extract structure active or no bw connected.
when i intimated to onsite team this very simple issue i ahve to active the D.S.When i checked it is in active only.Please give me some solution.
Thanks to all

Hi
Take a look at this SAP OSS Note 914268
Symptom
Within an instance, you use the NetWeaver components of SAP ERP and BW.
When you execute transactions like to fill rebuild tables in Logistics, the system issues the termination message M2 630:
     No extraction structure active or no BW connected
The connection test and the settings for the Myself source system are definitely correctly maintained.
Other terms
OLTP, extractor, data extraction, DataSource, API service, SAPI, RSA2_SERV_BW_CONNECTED, OLI1BW, OLIZBW, OLI3BW, OLI9BW, 2LIS_XX_XXX, M2630, SBIW, LIS, rebuild
Reason and Prerequisites
The problem is caused by a program error.
Prerequisites:
Within an instance, you are using the NetWeaver components of SAP ERP and BW. Thus, potential data loading processes are executed by using the Myself source system connection.
No other BW system is connected for data as a target system.
Cause:
Prior to NetWeaver, you could not operate ERP and BW in one common system. For this reason, the case that Logistics data need to be loaded into the same system for BW functions was not considered. The system as "source system" does not recognize that the system is connected as a "BW system".
Solution
To correct the problem, you need Service API 7.00 Support Package 08 or PI 2004.1 4.6C Support Package 13 in the affected source system. The attached composite SAP note informs you on which software components contain Service API 7.0 and lists the corresponding Support Packages of these components.
Alternatively, implement the attached program corrections.
In the BW system, you only need to implement the correction if the BW system is affected in its role as a source system for itselt (myself connection) or for another BW system.
Caution: Service API is an internal component. Therfore, it is not delivered separately but as a part of other software components: PI, CRM, PI_BASIS and several others. Thus, a composite SAP note is created for each SAPI correction note. This composite note describes which Support Packages of the above mentioned software components contain the SAPI correction. However, the composite SAP note will only be released when the corresponding SAPI Support Packages are released.
Regards
Pradip

Similar Messages

  • Error while filling the set up table for 2LIS_11_VAITM

    Dear Experts,
    i am facing an error while filling the set up table for 2LIS_11_VAITM in the source system.
    The error was "Company code for sales org 9000 does not exist (document 1326)".
    when i checked the document in the Header table VBAK,company code was blank for the document .
    Company code was there in the selections for the setup table.
    The error means that company code should be maintained for the sales document as per my knolwedge.i think document was not created properly in the source system.
    Could you please help me out to over come the problem.
    Regards,
    Sunil...

    in the selection screen for filling the setup table, there is a parameter No. tolerated faulty documents
    you'll have to enter at least '1' here in your case
    it might be that there are other erronuous records, in that case it will crash again, and you'll have to increase the value for this parameter
    (under "normal" circumstances, all documents in the source should be correct... but apparently it's possible to circumvent this)

  • Error while filling setup tables for 2lis_13_vahdr

    Dear friends,
    I am getting below Error while filling setup tables for 2lis_13_vahdr.
    More faulty documents found than the tolerated 0000000000
    Message no. M2222
    Can any one guide me how to address this issue.
    Thanks and Regards
    Nithya

    Hello Nithya,
    It seems the No of tolerated faulty documents that you have given is 0. So when you initialize try to these.
    While executing OLI*BW including a value in the maintain  "No. tolerated faulty documents" - 5000 or 10000.
    Then execute the program in background.
    Once the job is completed check the background job log if any errors.
    Thanks
    Chandran

  • Error while filling setup table for Sales

    Dear Team,
    We are getting following error while filling setup table for Sales (application component 11) and for Billing (application component 13),
    application component 11
    Error determining rate: foreign curr.  local curr. INR date 08.10.2007 (doc. 673624) (JOB - RMCVNEUA)
    Message No M2810
    application component 13
    Billing document 480050000: error determining stats. currency rate (no updating)
    More faulty documents found than the tolerated 0000000000 (JOB - RMCVNEUF)
    I have seen lot of threads based on this but all r showing diffrenent currency to INR but for the above mentioned documents currency is in INR only so why it is showing the error I am not able to determine.
    If anybody faced this problem kindly reply to this.
    Best Regards,
    SG

    Hi There,
    Might be your using a wrong document number.
    I mean if your using the 11 you should use only Sales document number and for 13 you should only use billing document number.
    If you use vice versa that error will throw.
    Regards,
    MQ

  • Timeout error while filling setup tables

    HI all
    I am getting timeout error while filling setup tables(OLI1BW).I clicked on execute button on hte screen.Its not scheduled as a background job.
    Going through threads i have come to know that to solve this issue
    1.BASIS team have to increase backgroung processses or memory
    2.run it as a background job.
    When I went to Program->Executein the backgroundPrint background parameters window has popped up.
    What to do in there?I am afraid if I include parameters like printer name....what is it and how long is it going to print?
    Please let me know.
    Thanks,
    Harika.

    thanks for the reply.
    it was set to LOCL only.
    But i have 3 options in the dropdown  windowsprinter :Send to onenote2007
                                      Microsoft XPS document writer
                                      OUrprinteraddress
    WHich one to choose here?
    Edited by: harikag on Aug 10, 2011 8:47 AM

  • Error while filling DDIC table.

    hi friends,
    when i try to insert or modify the DDIC table (which is made by user)
    it Shows the error message
    (The type of the database table and work area (or internal table)          
    "T_FTAB" are not Unicode-convertible . . . . . . . . . .          )
    how to rectify the error.
    thanks in advance.

    Hi Bhupi.
    I also had the same error in my program yesterday.
    I have found the cause,
    I would like share it with you,
    The Possible reasons for this error are,
    1. The Work area and the Table has Different Structures.
    2. There might be some extra fields in your table that the user table.
    3. Missing fields
    Let me tell you my Issue, If it is the same case as yours, That will be good.
    I used Infotype P0006 and PA0006 in HR.
    When I wrote a SELECT query -
    select * from PA0006
                into T_table6.
    But, T_table6 is refered to P0006 and * is used.
    I got the same error.
    Because, The Table T_table6 refers to P0006 which has the stucture different with respect to Infotype PA0006.
    As the Infotype P0006 has no MANDT field and PA0006 has Mandt field and may be some extra fields.
    So declaration is also very important.
    Hope that's usefull.
    Good Luck & Regards.
    Harsh Dave

  • Error while filling the Setup tables

    Hi Experts,
          I tried to fill the setup tables using the transaction code SBIW. But there I found an error saying that
    "Error determining rate: foreign curr.  local curr. EUR date 25.07.2007 (doc. 2497)
    Message no. M2810".
       Please help me in this..
    With Regards,
    Yokesh Kumar.

    Hello Yokesh,
    Please check whether the Exchange rates that are used in the records are maintained in SPRO.
    Thanks
    Chandran

  • Dump error while filling the Setup table

    Hi All,
    I am trying to fill the setup table.While filling the stup table for 2lis_03_BF datasource, i got the Dump error after some time. I have checked the data in Setup table and found 9000 records.
    Shall i proceed further by pulling the data from R/3 to BW.I have checked the data in RSA3 and got some data.
    Shall i schedule the data from BW side.
    Pls help on this issue.
    Thanks,
    Siva.

    Thanks Reddy and JS.
    I have checked the TCODE SM37 and found no jobs are available. I have checked the TCODE : NPRT and found some logs.In this, it is not showing any errors.
    I have checked in SM21 and found some errors.
    Time_______________Text
    17:08:10____________Transaction Canceled M2 630 ( )
    17:23:47____________Run-time error "TIME_OUT" occurred
    17:23:47____________> Short dump "090302 172347 sand1_W2 2_00 " generated
    17:30:08____________Status: 80% of IL00.DAT is in use
    17:30:17____________Status: 90% of IL00.DAT is in use
    17:30:18____________Overflow of Paging File (032768 Blocks)
    17:30:18____________Run-time error "MEMORY_NO_MORE_PAGING" occurred
    17:30:19____________> Short dump "090302 173018 sand1_W2 2_00 " generated
    Shall i execute filling the setup table again. Do i need to give termination time More ( 2 Hrs difference)
    Any issue on refilling the setup table again.
    Pls suggest.
    Thanks,
    Siva.

  • Error while filling setup tables

    Hi All,
    By mistake my Delta queue for SD Deliveries (2LIS_12_). NOw as a solution we are filling in the setup tables again.
    But the request for filling up the tables cancelled giving the error "Document number does not exist".
    I donot know, how to solve this? Plz help me ,....Its really really urgent.
    Thanx in advance.

    Hi Preet,
    Go through this links:
    Re: problem when initializing setup tables for lo update
    "No extraction structure active or no BW connected"
    LO: No extraction structure active or no BW connected
    Thanks,
    Ajay

  • Error while filling setup table for Quality Mangement D/Sources

    HI Experts,
    Iam trying to fill the QM setup tables.
    Steps iam following are
    1.T-code OLIQBW
    2.Selecting Event QV, QE and gave selection parameters and name for Run.
    3. Execute
    4.Run Time Error CALL_FUNCTION_PARM_UNKNOWN
       Exception  CX_SY_DYN_CALL_PARAM_NOT_FOUND
       Date and Time          27.08.2009 11:21:01                                                                               
    Function parameter "I_ADDITIONAL_DATA" is unknown.

    Hi Mansi,
    Runtime Errors         CALL_FUNCTION_PARM_UNKNOWN                                                 
    Exceptn                CX_SY_DYN_CALL_PARAM_NOT_FOUND                                             
    Date and Time          27.08.2009 11:56:20                                                                               
    ShrtText                                                                               
    Function parameter "I_ADDITIONAL_DATA" is unknown.                                                                               
    What happened?                                                                               
    Error in ABAP application program.                                                                               
    The current ABAP program "SAPLQMER" had to be terminated because one of the                  
         statements could not be executed.                                                                               
    This is probably due to an error in the ABAP program.                                                                               
    Function module "QEEA_COMBINE_TO_ONE_FEATURE" was called                                     
         with the parameter "I_ADDITIONAL_DATA".                                                      
         This parameter is not defined.                                                                               
    Error analysis                                                                               
    An exception occurred. This exception is dealt with in more detail below                     
         . The exception, which is assigned to the class                                              
          'CX_SY_DYN_CALL_PARAM_NOT_FOUND', was neither                                               
         caught nor passed along using a RAISING clause, in the procedure                             
          "QMER_EXTRACTION_RD_RESULTS" "(FUNCTION)"                                                   
    Since the caller of the procedure could not have expected this exception                     
          to occur, the running program was terminated.                                               
         The reason for the exception is:                                                             
         The reason for the exception is:                                                       
         Function module "QEEA_COMBINE_TO_ONE_FEATURE" was called                               
         with the parameter "I_ADDITIONAL_DATA".                                                
         This parameter is not defined.                                                                               
    Missing RAISING Clause in Interface                                                        
         Program                                 SAPLQMER                                       
         Include                                 LQMER$01                                       
         Row                                     5                                              
         Module type                             (FUNCTION)                                     
         Module Name                             QMER_EXTRACTION_RD_RESULTS                                                                               
    Trigger Location of Exception                                                              
         Program                                 SAPLQMER                                       
         Include                                 LQMERU01                                       
         Row                                     488                                            
         Module type                             (FUNCTION)                                     
         Module Name                             QMER_EXTRACTION_RD_RESULTS

  • Error while filling setup table for 2LIS_03_BF

    Hello,
    I am getting an error while filling set-up table for 2LIS_03_BF.
    Following is the screenshot of the same.
    If I check in ST22, I get following,
    I could fill the setup table for other datasource 2LIS_03_BX without any problem.
    Please suggest.

    Hi,
    Can you try filling the setup table data for that range in background?
    Sometimes because of huge data that you are trying to fill it might through you a dump. So please execute it in background and see if it works?.
    But still can't really say what that dump tells from what you attached.
    Thanks,
    Sathya

  • Error when filling setup table

    Hi!
    I'm trying to fill the set-up table in R3 for SD Billing Documents.
    SBIW (Display IMG (Settings for App Specific Datasources --> Logistics --> Managing Extract Structures --> Initialization --> Filling in the Setup Table --> App. specific setup of statistical data)..
    When running the program i get this error msg:
    "More faulty documents found than the tolerated 0000000000"
    The result is that the program stops. Some of the data is coming into the set up tables, but this seems to be inconsistent.
    Anybody know what I could do?
    BR
    Bjørn

    Thanks a lot..
    How can I find the log of dumped jobs?
    BR
    BJørn

  • Short dump error while filling setup tables for 2LIS_06_INV

    Hi All,
    I am trying to fill the setup table.While filling the stup table for 2lis_06_inv datasource, i got the Dump error after some time.
    Error
    Runtime Errors         DBIF_RSQL_SQL_ERROR
    Exception              CX_SY_OPEN_SQL_DB
    Short text
        SQL error in the database when accessing a table.
    plz can anyone help me out...

    Dear friends,
    I tried it by giving the selection on fiscal year,but again same problem.If i give 1 0r 2 document numbers in selection then extractor works fine.
    error:in detail.
    Runtime Errors         DBIF_RSQL_SQL_ERROR
    Exception              CX_SY_OPEN_SQL_DB
    Short text
        SQL error in the database when accessing a table.
    Information on where terminated
        Termination occurred in the ABAP program "SAPLMRMBW" - in "BW_RETRIEVE_DB_CO".
        The main program was "RMCENEUR ".
        In the source code you have the termination point in line 827
        of the (Include) program "LMRMBWF01".
        The program "SAPLMRMBW" was started as a background job.
        Job Name....... "RMCENEUR"
        Job Number..... 10524100
        The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in
        procedure "BW_RETRIEVE_DB_CO" "(FORM)", but it was neither handled locally nor
         declared
        in the RAISING clause of its signature.
        The procedure is in program "SAPLMRMBW "; its source code begins in line
        806 of the (Include program "LMRMBWF01 ".
      806 FORM bw_retrieve_db_co  USING    t_mcrbkey_bv    TYPE mcrbkey_t
      807                                  t_mcrbkey_nbv   TYPE mcrbkey_t
      808                                  t_ekbe_acc      TYPE t_ekbe
      809                         CHANGING t_mcrbco        TYPE mcrbco_t.
      810
      811   TYPES: BEGIN OF s_target.
      812   TYPES: table_left LIKE rbco.
      813   TYPES: table_right TYPE rbex.
      814   TYPES: END OF s_target.
      815   TYPES: t_target TYPE TABLE OF s_target.
      816
      817
      818   DATA: t_rbco_nbv  TYPE t_target,
      819         t_rbco_bv   TYPE t_target,
      820         s_rbco      TYPE s_target,
      821         s_ekbe      LIKE ekbe,
      822         s_mcrbco    TYPE mcrbco,
      823         l_index     LIKE sy-tabix.
      824
       825 * Data source: invoice item non-background
      826   IF NOT t_mcrbkey_nbv[] IS INITIAL.
    *>>>>>     SELECT * FROM  rbco AS r LEFT OUTER JOIN rbex AS i*
      828        ON   ( rmandt = imandt AND
      829               rbelnr = ibelnr AND
      830               rbuzei = ibuzei AND
      831               rcobl_nr = icobl_nr )
      832        INTO TABLE t_rbco_nbv
      833        FOR ALL ENTRIES IN t_mcrbkey_nbv
      834        WHERE r~gjahr = t_mcrbkey_nbv-gjahr AND
      835              r~belnr = t_mcrbkey_nbv-belnr.
      836   ENDIF.
      837 * Data source: invoice item background
      838   IF NOT t_mcrbkey_bv[] IS INITIAL.
      839     SELECT * FROM  rbco AS r LEFT OUTER JOIN rbex AS i
      840        ON   ( rmandt = imandt AND
      841               rbelnr = ibelnr AND
      842               rbuzei = ibuzei AND
      843               rcobl_nr = icobl_nr )
      844        INTO  TABLE t_rbco_bv
      845        FOR ALL ENTRIES IN t_mcrbkey_bv
      846        WHERE r~gjahr = t_mcrbkey_bv-gjahr AND
    Thnks in advance

  • Error in filling setup tables

    While filling the setup tables iam getting this error.
    Material 009011-004 could not be converted from unit EA to unit FT
    Message no. QMEX 010
    Diagnosis
    There is no quantity conversion of unit EA into the base unit ofmeasure FT in material master 009011-004.
    System Response
    During compression of the MCQALS communication structure, allquantities must be converted into the material base unit of measure. Inthis case, the quantity key figures were inconsistently updated fromthe MCQALS communication structure into the quality info system orBusiness Information Warehouse for material 009011-004.
    Procedure
    - Fill in the missing quantity conversion in material master 009011-004 .
    - After filling in the missing quantity conversions for all materials,carry out a reorganization.
    Regards
    Kunal

    Hi,
    Basically you need to check your R/3 system to make sure all Unit Conversions are maintained or not.
    With rgds,
    Anil Kumar Sharma .P

  • LO-COCKPIT: error in Filling Setup tables

    Dear Guru's:
    While filling setup tables from tcode: sbiw, I am getting following error:
    EXTRACT STRUCTURE NOT ACTIVE OR BW NOT CONNECTED.
    Bw is connected with R/3- I also have checked the connection thr' SM59, its working.
    And even Extract structure is Active.
    Then why this error is coming?
    Pls let me kno.
    Points will be rewarded.
    Thank you.

    Are you on Developement? If it is, please go to RSA6, look for the data source, and see if the extract structure is actually active, there may be one or more includes, check each one of them, if everything is fine, I would just reactivate it and move it to quality and production. If that happens only in Production, but it is fine in development, then I would make sure the development and production sytem extract structure matchs. Sometimes, someone modifies the development but never moved it to production. Check the last transport created for that extract structure too.
    thanks.
    Wond

Maybe you are looking for

  • Why is there distortion in Perspective Crop?

    Here are two crops of a banal subject, our dryer and its circular control knob.  Both done the same way, but look at the difference.  First result, with size 1876x1419, which is reduced  for this post, is obviously a distortion: I wasn't surprised or

  • Settlement Parameters on Product Cost Collectors

    The basic config on Product Cost Collectors has settlement to a material. 1) Does someone know how to change the settlement rules to settle to a GL account or Order for new materials 2) For old materials, does someone know how to change the settlemen

  • Web Dispatcher - Ports

    Hi all, We are currently running EP7 on a seperate DB server and just 1 Apps server for the Portal. We are in the process of installing a second Apps server and my understanding is that we also require a Web Dispatcher for the Load balancing. Questio

  • IE reversing order of spry menu items

    I've created a horizontal spry menu bar, and it works great except for one problem. When I open my page in Internet Explorer, the order of menu items from left to right is reversed. For example, "Home", which is my first item in the menu, is supposed

  • Fine Adjust White Balance with Option Key

    Hello, I find that I often want to make finer adjustments to white balance than is easy to do with the slider's scalesmall movements of the slider yield relatively large adjustments in the white balance. I would like to see a "magnifcation" of the sc