Dump Error in ES55 Connection Object

Dear Experts,
I am getting the error when I am saving the connection object.
Error in the ABAP Application Program
The current ABAP program "CL_EEWA_RFC_CONTAINER_LOCATIONCP" had to betTerminated. because it has come across a statement that unfortunately cannot be executed.
The following syntax error occurred in program
"CL_EEWA_RCI_COMMON============CP " in include
"CL_EEWA_RCI_COMMON============CM003 " in line 145:
"The data object "LS_EQUI" does not have a component called "LOGIKNR_WA"
It seems, I am missing some config settings.
Please help me to close this issue.
Thanks
Aswin

Hi Aswin
The problem is not caused by the number ranges, but an inconsistency between the Data Dictionary and the code.
The code for method GET_SERVLOC_BY_CONTAINER of class CL_EEWA_RCI_COMMON (in the shortdump as CL_EEWA_RCI_COMMON============CM003), selects information from view V_EQUI_WASTE and tries to populate an internal structure using the fieldname LOGIKNR_WA of the view.
Please check the view V_EQUI_WASTE contains an append called EEWA_EQUI_WASTE (transaction SE11, the append should be at the bottom of tab "View Flds." (probably not). Afterwards check if append view EEWA_EQUI_WASTE exists (again use transaction SE11).
If EEWA_EQUI_WASTE is missing altogether or if the view V_EQUI_WASTE doesn't contain the APPEND, there was a problem with the SAP installation or an upgrade. Please check with Basis and SAP to get this fixed.
Are you by any chance using waste management? Or are you a stock standard power company?
I wouldn't expect this code to be called, when you don't use waste management, so there might be some customising someone (ab)used: IMG: SAP Utilities: Waste Management.
Yep
Jürgen

Similar Messages

  • Error in creating Connection Object and Device Location

    Hi ,
    When i am creating Connection Object and Device Location , system is giving dump . all other object are working fine.
    the error is gievn below :
    Error in reading table TE130.
    i checked this the table , its have no entries ( mainly field ISTYP is blank ) and this is the cause of problem .
    Could you please tell me that how to fill this table before creating Connection object and device location. i think some configuration should be needed for this but i dont know how .
    thanks and regards
    Deepak.

    Hi Deepak,
    You can check standard configuration in client 000.
    Meanwhile you can use this settings:
    ISTYP TPLKZ FLTYP NUMKI NUMKE
    C     AO_GP     A     01     OC
    D     AO_GP     G     02     OC
    This is where you define structure indicator for isu technical location category.
    ISTYP correspond to the type of technical location in ISU, C for connection object and D for device location
    The content of TPLKZ is defined in the following menu in SPRO.
    Plant Maintenance and Customer Service
    Master Data in Plant Maintenance and Customer Service
    Technical Objects
    Functional Locations
    Create Structure Indicator for Reference Locations/Functional Locations
    Hope it helps,
    Regards,
    Daniel Valenzuela
    Edited by: Daniel Valenzuela on Feb 4, 2008 3:22 PM

  • Error in creating connection object

    Dear Experts
    When I am creating connection object using ES55 , I get Stop message saying : " Alternate ID not supported" and when i see Help it indicates : An alternative indicator is active in Customizing of the functional location. This functionality is not supported for connection objects and device locations
    what could be going wrong
    Plesae suggest me the solution
    Thanking you in advance
    warm regards
    narasimha

    Hi,
    Please check the following settings in SPRO:
    Plant Maintenance & Customer Service - -Master Data in Plant Maintenance & Customer Service --Technical Objects --Functional Locations --Alternate Labeling of Functional Locations - - Activate Alternative Labeling --
    In this setting pls inactive the setting for Alt.Label.Then go to ES55 and try.It will work.
    Thanks,
    Banasri Mitra

  • External content type error: Business Data Connectivity object not found.

    Hello
    I have to change the external database (external system) for an external content type. The database view on the new database is exactly the same as on the old database.
    After changing the external system of the external content type, this happens:
    When I try to add a new item to the list, I get this error under the external data field:
    "Business Data Connectivity object not found. Administrators, see the server log for more information."
    Also, when I try to update the external data field, it is not possible because the buttons are grey.
    When I add a new external data field to the same list, I can use the external content type. For some reason the current external data field doesn't update.
    Any ideas?
    Any help would be much appreciated!

    Have you implemented both ‘Read List’ & ‘Read Item’ operations in your ECT?
    This may be helpful -
    https://sharepointcreations.wordpress.com/2014/03/13/business-data-connectivity-object-not-found/
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • Connection object creation error(ES55)

    Dear Friends,
    When I try to create a connection object using tcode ES55 I am getting an error "Alternative ID Not supported", Message E7045, "An alternative indicator is active in Customizing of the functional location. This functionality is not supported for connection objects and device locations".
    If I deactivate at Functional Location Level, system asks activation settings are not maintained.
    Can somebody guide me on this issue.
    with regards,
    Dayanand

    Dear william,
    I am not able to execute tcode ES55, becoz if I activate alternate labeling, system throws an error to deactivate it. If I deactivate it system throws an error to activate it.
    Please suggest how to overcome this. We are using IDES 800 only. Do we need to update any patches.
    with regards,
    Dayanand

  • Error when run the transaction ES55 or ES56 of Connection Object

    Dear Expert,
    I like to say that our organzation is going to SAP 4.7 to 6.0. All the basis activity has been comlpleted & now its testing time.
    I was faced the problem when create connection for Business partner. Actually when I write the t-code ES55 for creation of coonection Object in SAP menu path & press enter then show the error "system settings for the alternative labeling of functional locations have not been maintained in Customizing."
    So I have activate the funclocation location alternative labelling. after that again run the T-Code es55 this time show the error "An alternative indicator is active in Customizing of the functional location. This functionality is not supported for connection objects and device locations"
    Please suggest me how we customized the conection object 7 how will resolve the error.
    Thanks & Regards,
    Deepak

    Hello Deepak,
    please read note 964931:
    These alternative labeling systems are not provided with the standard
    product for the IS-U connection object and device location.
    If you want to use alternative labeling systems for the IS-U connection
    object and device location, SAP recommends a remote consulting.
    Regards
    Olivia

  • Error when calling rollback on connection object

    Hi,
    I am using 10g client connecting to 9i database on Linux RHEL 3.0 with gcc 3.2.3
    When I call connection->rollback(), (where connection is of type Connection), my application core dumps with the following error : "pure virtual method called"
    I looked in occiControl.h and the method is pure virtual. However, so is the terminateStatement, but i don't have any trouble when i call that.
    Any ideas?
    Other api's for Connection object such as createStatement and terminateStatement work fine.
    Thanks much,
    Nilofer

    Want to correct my previous post. Problem was not with the connection being passed as a pointer (pointers and references work the same way as far as virtual calls are concerned. Both are valid.).
    Problem was with the connection object. Under certain conditions, it would get released somewhere before the call to rollback.
    Thanks,
    Nilofer

  • Connection Object Error

    Hi,
    When i create an Connection oBject in the fresh system,the system throws the below error message:
    ""Error in reading table EFISEL
    Message no. E9014
    Diagnosis
    An error occurred during reading of one or more table entries. This error was reported by the database system.
    System Response
    The system does not permit the reading of one or more table entries.
    It is possible that an SAP short dump has been written from the SAP basis system.
    Procedure
    Find out if the SAP short dump provides additional information.
    You can view SAP short dumps using Transaction SM21.""
    Can any one suggest the solution.
    Thanks.

    Hi Santhosh,
    Please check the entries in the following path:
    SPRO-SAP Utilities-Master Data-Connection Object-Define Field Selection for Address Data.
    It might happen that for some of the fields data are not maintained properly. Please look into this and hopefully it will solve your issue. Please check which are required and which not to be displayed etc. The error is happening due to some inconsistency in the above configuration as understood from the error message.
    Thanks.
    Nirmalya

  • An error occured while opening the connection: Object reference not set to

    After I uninstalled Oracle Developer Tools for Visual Studio .NET 10.1.0.4 and installed Oracle Developer Tools for Visual Studio .NET with Oracle10g Release 2 ODAC 10.2.0.2.21 I got the error message below when I want to connect to my 10g database using Oracle Explorer.
    Error:
    An error occured while opening the connection: Object reference not set to an instance of an object
    I use OracleConnection to open also cannot be done. But I use Oracle SQL Developer I can connect to orcl that I cannot connect using ODAC 10.2.0.2.21 in my laptop.
    Please help me.
    Ming Man

    Sorry my mistake, I double checked, the one I uninstalled is ODAC 10.2.0.2.20 and not ODAC 10.1.0.4.
    But I have that error.
    Ming Man

  • Problem in creating the ADODB.Connection object Error Number returned:-2147024770

    Hi,
    We are migrating our applications from Windows 2003 to 2008 application server. We have vbs script in a job which is invoked from Tivoli Workload Scheduler (Windows)/JOBLNCH 8.5.1. We are getting the error while creating ADOBD object (Error Number returned:-2147024770).
    The error does not occur when we directly run the job on the 2008 server, but only when invoked throught the TWS scheduler. Also, this error is not occurring on 2003 server when run through the TWS.
    Here is the code snippet used to create object.
    set oSrcConnect = CreateObject("ADODB.Connection")
    Could you please help us identify if any settings need to be changed to avoid this error. Many Thanks for looking into the question.

    Hi,
    Error -2147024770 = hex 8007007E
    Least significant 32 bits are hex 7E = decimal 126
    C:\>net helpmsg 126
    The specified module could not be found.
    This usually indicates that the COM object you're using is trying to load a DLL that is not installed.
    Based on only this error message, there's no way we can tell you how to fix your script.
    Bill

  • Errors occurred during extraction of UD Connect object field- table not fou

    Hi,
    In BI 7.0 system I can't select any UD Connect source object on the "Extraction" tab page of  the DataSource maitenance screen. If I type the table name (which is "UDITEST") into it and then hit the "Proposal" tab page, I get the following error:
    Errors occurred during extraction of UD Connect object field-list: Errors occurred during extraction of UD Connect object field-list: UDCADAPTERROR::RSSDK|200|Table: uditest not found|
    Message no. RSDS_ACCESS036
    Analysis:
    1) We have tested the BI JDBC Connector using the URL:
    http://xxxabcdev03:50000/TestJDBC_Web/TestJDBCPage.jsp
    We got the list of tables displayed (UDITEST table is also displayed)=> connector is configured properly.
    2) When we are trying to configure the Source system in rsa1->modelling->source systems-> UD connect -> create,
    a) RFC Destination: We are using an RFC Connection that is already in place of type 'T'   between the J2EE engine and BI ABAP engine. We tested this connection from SM59 -> TCP/IP connections and it is working fine.
    How do we test whether the RFC between J2EE engine and BI ABAP engine is a 2 way RFC connection?
    b) Logical System Name: We have manually typed in free text 'UDC_local'. Could you please clarify do we need to type in manually or select the logical system name from the F4 help?
    Which logical system name should we enter here exactly.. pls clarify.
    Do we have a seperate logical system name for the J2EE server...?
    c) Type of Connector : JDBC
    d) name of connector: SDK_JDBC
    e) Source system name: SDK_JDBC
    f) Type and Release : blank
    Thanks to any answers in advance!
    Best regards,
    Syam

    Hi,
    Tried to give the Logical System Name in uppercase ie: UDC_LOCAL.
    Now, when I click on the F4 of 'UD Connect Source Object' in Extraction tab, I get the message as below:
    "Extraction of existing UD Connect data source objects".
    But no list of tables is being displayed. When I entered the table name (UDITEST) manually, it gives the same error as :
    " Errors occurred during extraction of UD Connect object field- table not found"...
    Could you please specify from where is the UD Conenct source object fetched from?
    Rgds
    Syam

  • Connection object, alternate ID error

    Hello experts,
    when i  create connection object i get the error:  "ID is not supported"
    please resolve this problem.
    Regards.
    Harsh

    Dear Harsh,
    For error message "Alternative ID not supported".
    Please see SAP note 1163742 there is a normal correction instruction which can be implemented automatically and there  is a modification correction instruction which has to be implemented separately.
    I hope this is helpful for you.
    Regards

  • Connection object - error message : Incomplete address; enter country

    Dear experts,
    I want to to create a Connection Object in the Web IC.
    I enter the address information (with the country) then save.
    The following error message is displayed : "Incomplete address; enter country"
    Has anybody already encountered this problem?
    Do you have any idea how we could solve this?
    Thanks a lot for your help.
    Regards,
    Pascale

    Hi,
    Have you resolved it?
    Regards,
    Vamshi.

  • ABAP Dump: Error when attempting to IMPORT object "MC02M_0ITM_TAB".

    Hi All,
    We Enhanced the Data Source 2LIS_02_ITM by adding 2 Fields and then Migrated to Prod. Initially Transports are moved by mistake by Migration without clearing the outbound queue (LBWQ). So V3 Jobs started failing. For this we deleted all the LUW in LBWQ and then executed V3 and it went fine with out any error. And its been 4days that we dont have any failure with V3 Updates.
    Now we have one more issue with V1 Update.
    We are getting Dump when user is trying to update or create the records.
    This is the dump error message.
    " An exception occurred that is explained in detail below.
    This exception cannot be caught in the context of the current statement.
    The reason for the exception is:
    When importing the object "MC02M_0ITM_TAB", the component no. 100 in the
    dataset has a different type from the corresponding component
    of the target object in the program "SAPLMCEX".
    The data type is "P" in the dataset, but "C" in the program."
    Have anyone of you faced this issue. Please give me the solution what to do. I got SAP Note for this 328181
    Please help me with above issue.
    Regards
    RK

    Forgot to add this Info in my previous thread.
    Information on where terminated
        Termination occurred in the ABAP program "SAPLMCEX" - in "MCEX_UPDATE_02_V1".
        The main program was "RSM13000 ".
        In the source code you have the termination point in line 1
        of the (Include) program "LMCEXU55".
        The program "SAPLMCEX" was started in the update system.

  • BO 4.0 - Database error: Unable to connect to SAP BW Incomplete logon data

    Hello Experts,
    I have enabled a 'SSO to database' between SAP BW and Business objects by referencing to the documents related to below link.
    [http://wiki.sdn.sap.com/wiki/display/BOBJ/HowtosetupSSOagainstSAPBWinSBOBI4.0forLDAPusers]
    I have created a universe connection with option 'use single sign on when refreshing reports at view time' and have created a universe on top of my BEx query by log-in to the universe designer tools using my LDAP account.
    Now when I run the report with either SAP account or LDAP - I am able to run a adhoc webi report on this universe and get data either through the webi rich client or via BO 4.0 Info-view/Launch Pad.
    But the issue is that when other users are trying to run webi queries on this universe either through Info-view/launch pad or rich client by log-in via LDAP Authentication - they get the below error: I have given SAP_ALL to this user for time being and also have done the necessary configuration for 'simple user format' in CMC so these user has 1 account with 3 alias definitions: Enterprise, SAP, R/3.
    Database error: Unable to connect to SAP BW server Incomplete logon data -
    If the user logs on into the BO 4.0 Info-view/launch pad or webi rich client using his SAP authentication than he is able to run and retrieve data.
    I also get a dump in the SAP BW system - I analyzed the dump in SAP BW using st22 tcode and it gives the error short text as - Incomplete logon data and run-time error -  CALL_FUNCTION_SIGNON_INCOMPL
    Desired outcome:
    I want the users to log-in to webi rich client or BO 4.0 Launch pad/Info-view using their 'LDAP'  authentication and run reports against the universe on SAP BW/BEx query without any errors or additional username/password requirements.
    Can someone please tell me if I am missing any steps/configuration and guide me to achieve the above mentioned desired result ?
    Any help in this matter would be greatly appreciated.
    Thanks & regards,
    CD.

    Hi Simone,
    Thank you for the reply.
    Here are the things done by me.
    1. Generated the keystore file and imported it in BI 4.0 CMC on  SAP Authentication Option tab
        ([http://wiki.sdn.sap.com/wiki/display/BOBJ/GeneratekeystoreandcertificateforSAPBO+BI4.0])
        ([http://wiki.sdn.sap.com/wiki/display/BOBJ/SetupofSAPSSOServiceinSAPBOBI4.0+CMC])
    2. Generate the certificate file cert.der and this cert is imported in SAP BW with STRUSTSSO2 transaction.
        ([http://wiki.sdn.sap.com/wiki/display/BOBJ/ImportSAPBOBI4.0certificateintoSAP+BW])
    3. BW Roles/Users have been imported into CMC.
    4. SAP Users and LDAP users are mapped/aliased with each other using the registry key method
        ([http://wiki.sdn.sap.com/wiki/display/BOBJ/HowtomapSAPusersandLDAPusersinSBOBI4.0+CMC])
    I haven't explicitly configured STS (Security token service) as STS is a part of Adaptive processing server (APS) and I have verified that by going to servers in CMC and then to analysis services.
    I have searched for SAP OSS notes related to my issue but couldn't find any note related to SAP BW SSO with Business objects 4.0. Most of the notes are relevant for BO XI 3.1 environments.
    Thanks & regards,
    CD.

Maybe you are looking for

  • Error starting WebLogic Server from Workshop

    I get the following error when trying to start WebLogic server from within Workshop. Any ideas? Also, it looks like the sample code that came with the first beta is no longer there - is that supposed to be the case? Build # 2002.0423.3 Values from Wo

  • Error 200019 encoder

    Hy, I am sampling 3 analog channel with an external sample clock from quadrature encoder (via a pulse per each falling and rising edge of the channel A and B). When I go over 50 Khz I have the Error 200019. How is it possible? I have a PCI6221 250KS

  • Find any materials about badi: hrhap00_admin

    hi,experts. i am suprised that there is no demo about baid hrhap00_admin  in standard system. so i am refused how to use this badi. can anyone show some information about this badi ? thanks a lot. yours ping.

  • Different behaviour when opening a hyperlink in Sharepoint

    Hello, One of our users computer has started opening documents differently when using a hyperlink to a document on a sharepoint site. He gets a Open / Save / Save As dialog instead of the document opening directly in the associated program, fx Excel.

  • PurchaseOperation: Purchase failed with code 5002

    When I try to download a book that I purchased to one of my workstations, I get the following output within `/var/log/bookstore.log`: Jun  2 15:55:50 hostname iBooks[17397] <Critical>: MZBookKeeperStoreURLOperation: Starting URL operation with url=ht