Error in Supplier List SRM7.0

Hi,
We are in SRM7.0 Classic Scenario.
We get the following error when maintaining a Supplier List and the document cannot be saved.
"Partner Purch.Org .Auth .For Release not found".
Trying to maintain Supplier List for Product category and Purch Org. Supplier is extended to the POrg in SRM/ECC. Not using contract. Only Supplier.
Could there be any other settings that could be missing?
Thanks
Sukumar

Hello Sukumar.
Check the HEADER tab of the Supplier List while creating.
If there is no value in "Release Authorized Purch Group", then ADD an entry.  Then CHECK.
Sunny.

Similar Messages

  • Approved Supplier List - Item list update in SRM 7.0

    Hello,
    I have a custom screen from where supplier adds the product category themself. Now my question is - If the supplier adds any product category, it should be added in the approved supplier list. If he deletes any product category it should be deleted. We have FM BBP_PD_AVL_UPDATE to do this job. but it not working fine. Even I am not sure whether i am using it properly or not. I have initially added the Del indicator and if I remove the Active indicator it gives an error message -"Status and active flag in one item do not match" . Can any one give some sample code or any other option to do this functionality.
    Thanks
    Abhi
    Edited by: Abhishek Bansiwala on Oct 6, 2010 1:27 PM

    Hi All,
    Below is the sample code to update the item list of Approved Supplier list number.
    Call Function module -  'BBP_PD_AVL_STATUS_CHANGE' before the FM 'BBP_PD_AVL_UPDATE'.
    Code -
          CALL FUNCTION 'BBP_PD_AVL_RESET_BUFFER'.
    ****Change Item status
    ****Get Item details based on Object Id
      CALL FUNCTION 'BBP_PD_AVL_GETDETAIL'
        EXPORTING
          i_guid          = wa_sup_list-guid
          i_object_id     = wa_sup_list-object_id "object id or supplier list number whose item list need to be updated
          i_with_itemdata = 'X'
        IMPORTING
          e_header        = ls_avl_header
        TABLES
          e_item          = it_avl_item
          e_partner       = it_avl_partner
          e_orgdata       = it_avl_orgdata.
    ****Update the partner list
          MOVE-CORRESPONDING ls_avl_header TO ls_avl_header1.
    ****Fill item list
          APPEND LINES OF it_avl_item TO it_avl_item1.
          READ TABLE it_avl_item1 INTO wa_avl_item1 WITH KEY guid = wa_avl_partner-p_guid.
          wa_avl_item1-del_ind = 'X'.
          wa_avl_item1-itm_released = ' '.
          MODIFY it_avl_item1 FROM wa_avl_item1 TRANSPORTING del_ind itm_released WHERE guid = wa_avl_partner-p_guid.
    ****Fill partner list
          APPEND LINES OF it_avl_partner TO it_avl_partner1.
          CALL FUNCTION 'BBP_PD_AVL_STATUS_CHANGE'
            EXPORTING
              iv_item_guid = wa_avl_item1-guid  " Item guid for which we are updating
              iv_activity  = 'ITIN'     " ITIN for Delete line item, ITAC for Adding line item
            TABLES
              et_messages  = it_mess  "message returned
            CHANGING
              ev_changed   = it_xfeld.  "updated if the status is changed
            CALL FUNCTION 'BBP_PD_AVL_UPDATE'
              EXPORTING
                i_header   = ls_avl_header1  "header detail
                i_save     = 'X'
              IMPORTING
                e_changed  = v_field " set if the avl is updated
              TABLES
                i_item     = it_avl_item1 "pass all existing line item and change the line item which needs to be updated
                i_partner  = it_avl_partner1 " pass all partners as it is
                i_orgdata  = it_avl_orgdata " pass org data as it is
                e_messages = it_message1.  "returning message
            IF v_field IS NOT INITIAL.
              CALL FUNCTION 'BBP_PD_AVL_SAVE'
                EXPORTING
                  iv_header_guid = ls_avl_header1-guid.
              COMMIT WORK AND WAIT.
            Endif.
    Let me now if you have any issues.
    Thanks
    Abhi

  • Subsequent addition to new product categories of supplier list

    Hi,
    Business Requirement:
    An existing supplier, for whom a contact person is already created and is having a valid user ID and password, now wants to send his requests to include him in the supplier list for some more product categories.
    Supplier selects some more product categories in a webpage of portal.
    System sends a link to supplier's email, which on clicking, will take him to a page where he can enter the answers to questionnaires assigned to the product categories(s) selected by him.
    Buyer verifies the answers and subsequently add him to some more product categories in the supplier list or rejects the request submitted by the supplier.
    Question:
    1. We would like to know, what is standard business process available in SAP which is "SOMEWHAT" similar to above requirement.
    2. If available, Which (SICF) service needs to be used for this? or what settings/configurations are required to achieve this.
    Thanks.
    Ganapathi
    Details: SRM7.0 SP07, ECC Ehp4, Using MM-SUS.

    Any update please.

  • Delete/deactivate a Supplier List

    Hello,
    How can we achieve to delete or deactivate a supplier list. No standard action buttons for this are available, deleting or deactiving all items in a supplier list results in an error/not being able to save the document. How can one delete/deactivate a supplier list or is it there for eternity?
    Kind regards,
    Tim

    Muhtu, Jay,
    SAP replied with the following:
    For SRM 7.0 if you want to deactivate a complete vendor list.
    -          Search the vendor list
    -          Display vendor list
    -          Press edit button
    -          Press save/hold button
    Vendor list will then be saved in status u201CNot Releasedu201D and will not be found as source of supply anymore.
    You can visit SRM SDN forum : https://www.sdn.sap.com/irj/sdn/forums
    -          SRM - General
    -          SRM u2013 Shopping Cart&Catalog
    -          SRM- Workflow & User/vendor/org. Management.
    Kind regards,
    Tim

  • Supplier list not available

    Hi,
    I have created sales order successfully using the id proc_sales. while creating PO using proc_agent user, I need to assign the supplier to the sales order qty which is required to be procuired.
    Now when  I am going to select suplier, It is not showing any supplier, I am stuck here How to get the supplier list.
    Please suggest...
    Regards,
    Sanjeev Mourya

    Hi
    Please find the below log files details.
    LOG File details -
    was sent from host with IP= / Name=. Expiration reason was: . RID=
    [EXCEPTION]
    #6#/webdynpro/dispatcher/sap.com/cafeugpuirtwc/WorkCenterRunTime#127.0.0.1#127.0.0.1#Application session has expired. Please restart the application.#7936e4c0e82b11dbbf9b0018fe79f67c#com.sap.tc.webdynpro.clientserver.session.SessionExpiredLongJumpException: Application session has expired. Please restart the application.
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doSessionManagementPostProcessing(ClientSession.java:800)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:251)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    #1.5#0018FE79F67C0068000009400000090400042DD5BD5E66D5#1176295935259#com.sap.engine.services.servlets_jsp.client.RequestInfoServer#sap.com/tcwddispwda#com.sap.engine.services.servlets_jsp.client.RequestInfoServer#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_1##0#0#Error##Plain###Processing HTTP request to servlet [dispatcher] finished with error. The error is: com.sap.tc.webdynpro.clientserver.session.SessionExpiredLongJumpException: Application session has expired. Please restart the application.
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doSessionManagementPostProcessing(ClientSession.java:800)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:251)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    #1.5#0018FE79F67C0068000009420000090400042DD5BD5E6975#1176295935259#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#sap.com/tcwddispwda#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_1##0#0#Error#1#/System/Server/WebRequests#Plain###Processing HTTP request to servlet [dispatcher] finished with error.
    The error is: com.sap.tc.webdynpro.clientserver.session.SessionExpiredLongJumpException: Application session has expired. Please restart the application.
    Exception id: [0018FE79F67C0068000009400000090400042DD5BD5E66D5]#
    #1.5#0018FE79F67C005E00000D3F0000090400042DD5BD658E5F#1176295935728#com.sap.workflow.wizard.reg.JWFWizardConnector#sap.com/tcwddispwda#com.sap.workflow.wizard.reg.JWFWizardConnector#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###getAllInstances:null#
    #1.5#0018FE79F67C005E00000D400000090400042DD5BD658F2D#1176295935728#com.sap.workflow.wizard.reg.JWFWizardConnector#sap.com/tcwddispwda#com.sap.workflow.wizard.reg.JWFWizardConnector#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###getAllInstances:null#
    #1.5#0018FE79F67C005E00000D410000090400042DD5BD684A37#1176295935916#com.sap.esadiscovery.component.supplier.SuppliersListCompV2Interface#sap.com/tcwddispwda#com.sap.esadiscovery.component.supplier.SuppliersListCompV2Interface#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###In execute() --- begin#
    #1.5#0018FE79F67C006B00000AC70000090400042DD5BD7791A2#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###javax.resource.spi.EISSystemException: failed to connect server localhost due to:com.sap.mdm.net.ConnectionException: Unable to create new connection.#
    #1.5#0018FE79F67C006B00000AC80000090400042DD5BD77972E#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.mdm.connector.utils.CatalogDataPoolingManager.init(CatalogDataPoolingManager.java:255)#
    #1.5#0018FE79F67C006B00000AC90000090400042DD5BD7797AF#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.mdm.connector.utils.CatalogDataPoolingManager.getCatalog(CatalogDataPoolingManager.java:127)#
    #1.5#0018FE79F67C006B00000ACA0000090400042DD5BD779824#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.mdm.connector.connection.MdmManagedConnectionFactory.createManagedConnection(MdmManagedConnectionFactory.java:102)#
    #1.5#0018FE79F67C006B00000ACB0000090400042DD5BD779899#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:320)#
    #1.5#0018FE79F67C006B00000ACC0000090400042DD5BD779912#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:189)#
    #1.5#0018FE79F67C006B00000ACD0000090400042DD5BD779986#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.mdm.connector.connection.MdmConnectionFactory.getConnectionEx(MdmConnectionFactory.java:216)#
    #1.5#0018FE79F67C006B00000ACE0000090400042DD5BD7799F8#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.esadiscovery.mdm.MDM_DAO.connectToMDM_Managed(MDM_DAO.java:90)#
    #1.5#0018FE79F67C006B00000ACF0000090400042DD5BD779A68#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.esadiscovery.mdm.MDM_DAO.getSuppliers(MDM_DAO.java:689)#
    #1.5#0018FE79F67C006B00000AD00000090400042DD5BD779AD6#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.esadiscovery.ejb.getsuppliers.XApps_GetSuppliersByProductID_WS_EJBBean.getSuppliersByProductID(XApps_GetSuppliersByProductID_WS_EJBBean.java:47)#
    #1.5#0018FE79F67C006B00000AD10000090400042DD5BD779B55#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.esadiscovery.ejb.getsuppliers.XApps_GetSuppliersByProductID_WS_EJBLocalLocalObjectImpl0.getSuppliersByProductID(XApps_GetSuppliersByProductID_WS_EJBLocalLocalObjectImpl0.java:103)#
    #1.5#0018FE79F67C006B00000AD20000090400042DD5BD779BD0#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)#
    #1.5#0018FE79F67C006B00000AD30000090400042DD5BD779C3E#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)#
    #1.5#0018FE79F67C006B00000AD40000090400042DD5BD779CAF#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)#
    #1.5#0018FE79F67C006B00000AD50000090400042DD5BD779D1F#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at java.lang.reflect.Method.invoke(Method.java:324)#
    #1.5#0018FE79F67C006B00000AD60000090400042DD5BD779D8D#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)#
    #1.5#0018FE79F67C006B00000AD70000090400042DD5BD779E02#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)#
    #1.5#0018FE79F67C006B00000AD80000090400042DD5BD779E78#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)#
    #1.5#0018FE79F67C006B00000AD90000090400042DD5BD779EEF#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)#
    #1.5#0018FE79F67C006B00000ADA0000090400042DD5BD779F63#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at SoapServlet.doPost(SoapServlet.java:51)#
    #1.5#0018FE79F67C006B00000ADB0000090400042DD5BD779FCE#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)#
    #1.5#0018FE79F67C006B00000ADC0000090400042DD5BD77A03C#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)#
    #1.5#0018FE79F67C006B00000ADD0000090400042DD5BD77A0AB#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)#
    #1.5#0018FE79F67C006B00000ADE0000090400042DD5BD77A11D#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)#
    #1.5#0018FE79F67C006B00000ADF0000090400042DD5BD77A190#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)#
    #1.5#0018FE79F67C006B00000AE00000090400042DD5BD77A203#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)#
    #1.5#0018FE79F67C006B00000AE10000090400042DD5BD77A275#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)#
    #1.5#0018FE79F67C006B00000AE20000090400042DD5BD77A2F0#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)#
    #1.5#0018FE79F67C006B00000AE30000090400042DD5BD77A362#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)#
    #1.5#0018FE79F67C006B00000AE40000090400042DD5BD77A3D5#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)#
    #1.5#0018FE79F67C006B00000AE50000090400042DD5BD77A446#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)#
    #1.5#0018FE79F67C006B00000AE60000090400042DD5BD77A4BC#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)#
    #1.5#0018FE79F67C006B00000AE70000090400042DD5BD77A52D#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)#
    #1.5#0018FE79F67C006B00000AE80000090400042DD5BD77A59A#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at java.security.AccessController.doPrivileged(Native Method)#
    #1.5#0018FE79F67C006B00000AE90000090400042DD5BD77A608#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)#
    #1.5#0018FE79F67C006B00000AEA0000090400042DD5BD77A67D#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)#
    #1.5#0018FE79F67C006B00000AEB0000090400042DD5BD77A700#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###javax.resource.spi.EISSystemException: failed to connect server localhost due to:com.sap.mdm.net.ConnectionException: Unable to create new connection.#
    #1.5#0018FE79F67C006B00000AEC0000090400042DD5BD77A778#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.mdm.connector.utils.CatalogDataPoolingManager.init(CatalogDataPoolingManager.java:255)#
    #1.5#0018FE79F67C006B00000AED0000090400042DD5BD77A7E8#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.mdm.connector.utils.CatalogDataPoolingManager.getCatalog(CatalogDataPoolingManager.java:127)#
    #1.5#0018FE79F67C006B00000AEE0000090400042DD5BD77A859#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.mdm.connector.connection.MdmManagedConnectionFactory.createManagedConnection(MdmManagedConnectionFactory.java:102)#
    #1.5#0018FE79F67C006B00000AEF0000090400042DD5BD77A8CD#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:320)#
    #1.5#0018FE79F67C006B00000AF00000090400042DD5BD77A940#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:189)#
    #1.5#0018FE79F67C006B00000AF10000090400042DD5BD77A9B3#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.mdm.connector.connection.MdmConnectionFactory.getConnectionEx(MdmConnectionFactory.java:216)#
    #1.5#0018FE79F67C006B00000AF20000090400042DD5BD77AA29#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.esadiscovery.mdm.MDM_DAO.connectToMDM_Managed(MDM_DAO.java:90)#
    #1.5#0018FE79F67C006B00000AF30000090400042DD5BD77AA96#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.esadiscovery.mdm.MDM_DAO.getSuppliers(MDM_DAO.java:689)#
    #1.5#0018FE79F67C006B00000AF40000090400042DD5BD77AB04#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.esadiscovery.ejb.getsuppliers.XApps_GetSuppliersByProductID_WS_EJBBean.getSuppliersByProductID(XApps_GetSuppliersByProductID_WS_EJBBean.java:47)#
    #1.5#0018FE79F67C006B00000AF50000090400042DD5BD77AB7C#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.esadiscovery.ejb.getsuppliers.XApps_GetSuppliersByProductID_WS_EJBLocalLocalObjectImpl0.getSuppliersByProductID(XApps_GetSuppliersByProductID_WS_EJBLocalLocalObjectImpl0.java:103)#
    #1.5#0018FE79F67C006B00000AF60000090400042DD5BD77ABF5#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)#
    #1.5#0018FE79F67C006B00000AF70000090400042DD5BD77AC61#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)#
    #1.5#0018FE79F67C006B00000AF80000090400042DD5BD77ACCF#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)#
    #1.5#0018FE79F67C006B00000AF90000090400042DD5BD77AD3E#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at java.lang.reflect.Method.invoke(Method.java:324)#
    #1.5#0018FE79F67C006B00000AFA0000090400042DD5BD77ADA9#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)#
    #1.5#0018FE79F67C006B00000AFB0000090400042DD5BD77AE28#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)#
    #1.5#0018FE79F67C006B00000AFC0000090400042DD5BD77AE99#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)#
    #1.5#0018FE79F67C006B00000AFD0000090400042DD5BD77AF0A#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)#
    #1.5#0018FE79F67C006B00000AFE0000090400042DD5BD77AF7C#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at SoapServlet.doPost(SoapServlet.java:51)#
    #1.5#0018FE79F67C006B00000AFF0000090400042DD5BD77AFE6#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)#
    #1.5#0018FE79F67C006B00000B000000090400042DD5BD77B051#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)#
    #1.5#0018FE79F67C006B00000B010000090400042DD5BD77B0BD#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)#
    #1.5#0018FE79F67C006B00000B020000090400042DD5BD77B12D#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)#
    #1.5#0018FE79F67C006B00000B030000090400042DD5BD77B19E#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)#
    #1.5#0018FE79F67C006B00000B040000090400042DD5BD77B216#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)#
    #1.5#0018FE79F67C006B00000B050000090400042DD5BD77B287#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)#
    #1.5#0018FE79F67C006B00000B060000090400042DD5BD77B2F8#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)#
    #1.5#0018FE79F67C006B00000B070000090400042DD5BD77B36B#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)#
    #1.5#0018FE79F67C006B00000B080000090400042DD5BD77B3D8#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)#
    #1.5#0018FE79F67C006B00000B090000090400042DD5BD77B448#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)#
    #1.5#0018FE79F67C006B00000B0A0000090400042DD5BD77B4BE#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)#
    #1.5#0018FE79F67C006B00000B0B0000090400042DD5BD77B52C#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)#
    #1.5#0018FE79F67C006B00000B0C0000090400042DD5BD77B59C#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at java.security.AccessController.doPrivileged(Native Method)#
    #1.5#0018FE79F67C006B00000B0D0000090400042DD5BD77B608#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)#
    #1.5#0018FE79F67C006B00000B0E0000090400042DD5BD77B676#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)#
    #1.5#0018FE79F67C006B00000B0F0000090400042DD5BD77B716#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###com.sapportals.connector.connection.ConnectionFailedException: Connection Failed: failed to connect server localhost due to:com.sap.mdm.net.ConnectionException: Unable to create new connection.#
    #1.5#0018FE79F67C006B00000B100000090400042DD5BD77BACC#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.mdm.connector.connection.MdmConnectionFactory.getConnectionEx(MdmConnectionFactory.java:226)#
    #1.5#0018FE79F67C006B00000B110000090400042DD5BD77BB43#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.esadiscovery.mdm.MDM_DAO.connectToMDM_Managed(MDM_DAO.java:90)#
    #1.5#0018FE79F67C006B00000B120000090400042DD5BD77BBAF#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.esadiscovery.mdm.MDM_DAO.getSuppliers(MDM_DAO.java:689)#
    #1.5#0018FE79F67C006B00000B130000090400042DD5BD77BC1A#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.esadiscovery.ejb.getsuppliers.XApps_GetSuppliersByProductID_WS_EJBBean.getSuppliersByProductID(XApps_GetSuppliersByProductID_WS_EJBBean.java:47)#
    #1.5#0018FE79F67C006B00000B140000090400042DD5BD77BC96#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.esadiscovery.ejb.getsuppliers.XApps_GetSuppliersByProductID_WS_EJBLocalLocalObjectImpl0.getSuppliersByProductID(XApps_GetSuppliersByProductID_WS_EJBLocalLocalObjectImpl0.java:103)#
    #1.5#0018FE79F67C006B00000B150000090400042DD5BD77BD0D#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)#
    #1.5#0018FE79F67C006B00000B160000090400042DD5BD77BD7D#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)#
    #1.5#0018FE79F67C006B00000B170000090400042DD5BD77BDEB#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)#
    #1.5#0018FE79F67C006B00000B180000090400042DD5BD77BE59#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at java.lang.reflect.Method.invoke(Method.java:324)#
    #1.5#0018FE79F67C006B00000B190000090400042DD5BD77BEC3#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)#
    #1.5#0018FE79F67C006B00000B1A0000090400042DD5BD77BF36#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)#
    #1.5#0018FE79F67C006B00000B1B0000090400042DD5BD77BFA4#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)#
    #1.5#0018FE79F67C006B00000B1C0000090400042DD5BD77C014#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)#
    #1.5#0018FE79F67C006B00000B1D0000090400042DD5BD77C085#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at SoapServlet.doPost(SoapServlet.java:51)#
    #1.5#0018FE79F67C006B00000B1E0000090400042DD5BD77C0EE#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)#
    #1.5#0018FE79F67C006B00000B1F0000090400042DD5BD77C162#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)#
    #1.5#0018FE79F67C006B00000B200000090400042DD5BD77C1CD#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)#
    #1.5#0018FE79F67C006B00000B210000090400042DD5BD77C23B#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)#
    #1.5#0018FE79F67C006B00000B220000090400042DD5BD77C2AB#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)#
    #1.5#0018FE79F67C006B00000B230000090400042DD5BD77C31A#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)#
    #1.5#0018FE79F67C006B00000B240000090400042DD5BD77C388#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)#
    #1.5#0018FE79F67C006B00000B250000090400042DD5BD77C3F8#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)#
    #1.5#0018FE79F67C006B00000B260000090400042DD5BD77C467#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)#
    #1.5#0018FE79F67C006B00000B270000090400042DD5BD77C4D9#1176295936916#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)#
    #1.5#0018FE79F67C006B00000B280000090400042DD5BD77C547#1176295936931#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)#
    #1.5#0018FE79F67C006B00000B290000090400042DD5BD77C5BC#1176295936931#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)#
    #1.5#0018FE79F67C006B00000B2A0000090400042DD5BD77C629#1176295936931#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)#
    #1.5#0018FE79F67C006B00000B2B0000090400042DD5BD77C696#1176295936931#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at java.security.AccessController.doPrivileged(Native Method)#
    #1.5#0018FE79F67C006B00000B2C0000090400042DD5BD77C701#1176295936931#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)#
    #1.5#0018FE79F67C006B00000B2D0000090400042DD5BD77C76E#1176295936931#System.err#sap.com/XApps_GetSuppliersByProductID_WS_Ear#System.err#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Plain###     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)#
    #1.5#0018FE79F67C006B00000B2E0000090400042DD5BD77D08A#1176295936931#com.sap.engine.services.ejb#sap.com/XApps_GetSuppliersByProductID_WS_Ear#com.sap.engine.services.ejb#J2EE_GUEST#0####7a360540e82b11dbb48a0018fe79f67c#SAPEngine_Application_Thread[impl:3]_130##0#0#Error##Java###
    [EXCEPTION]
    #1#com.sap.engine.services.ejb.exceptions.BaseEJBException: Exception in method getSuppliersByProductID.
         at com.sap.esadiscovery.ejb.getsuppliers.XApps_GetSuppliersByProductID_WS_EJBLocalLocalObjectImpl0.getSuppliersByProductID(XApps_GetSuppliersByProductID_WS_EJBLocalLocalObjectImpl0.java:119)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.NullPointerException
         at com.sap.esadiscovery.mdm.MDM_DAO.disconnectToMDM_Managed(MDM_DAO.java:54)
         at com.sap.esadiscovery.mdm.MDM_DAO.getSuppliers(MDM_DAO.java:699)
         at com.sap.esadiscovery.ejb.getsuppliers.XApps_GetSuppliersByProductID_WS_EJBBean.getSuppliersByProductID(XApps_GetSuppliersByProductID_WS_EJBBean.java:47)
         at com.sap.esadiscovery.ejb.getsuppliers.XApps_GetSuppliersByProductID_WS_EJBLocalLocalObjectImpl0.getSuppliersByProductID(XApps_GetSuppliersByProductID_WS_EJBLocalLocalObjectImpl0.java:103)
         ... 25 more
    java.lang.NullPointerException
         at com.sap.esadiscovery.mdm.MDM_DAO.disconnectToMDM_Managed(MDM_DAO.java:54)
         at com.sap.esadiscovery.mdm.MDM_DAO.getSuppliers(MDM_DAO.java:699)
         at com.sap.esadiscovery.ejb.getsuppliers.XApps_GetSuppliersByProductID_WS_EJBBean.getSuppliersByProductID(XApps_GetSuppliersByProductID_WS_EJBBean.java:47)
         at com.sap.esadiscovery.ejb.getsuppliers.XApps_GetSuppliersByProductID_WS_EJBLocalLocalObjectImpl0.getSuppliersByProductID(XApps_GetSuppliersByProductID_WS_EJBLocalLocalObjectImpl0.java:103)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    #1.5#0018FE79F67C005E00000D420000090400042DD5BD77DCA2#1176295936931#com.sap.esadiscovery.component.supplier.SuppliersListCompV2Interface#sap.com/tcwddispwda#com.sap.esadiscovery.component.supplier.SuppliersListCompV2Interface#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###In execute() --- error#
    #1.5#0018FE79F67C005E00000D430000090400042DD5BD77DD22#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###javax.xml.rpc.soap.SOAPFaultException: Exception in method getSuppliersByProductID.#
    #1.5#0018FE79F67C005E00000D440000090400042DD5BD77E33D#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.buildFaultException(MimeHttpBinding.java:735)#
    #1.5#0018FE79F67C005E00000D450000090400042DD5BD77E3B5#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.processDocumentFault(MimeHttpBinding.java:857)#
    #1.5#0018FE79F67C005E00000D460000090400042DD5BD77E411#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1432)#
    #1.5#0018FE79F67C005E00000D470000090400042DD5BD77E46B#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.esadiscovery.model.supplier.proxies.Config1BindingStub.getSuppliersByProductID(Config1BindingStub.java:73)#
    #1.5#0018FE79F67C005E00000D480000090400042DD5BD77E4C5#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.esadiscovery.model.supplier.proxies.Config1BindingStub.getSuppliersByProductID(Config1BindingStub.java:89)#
    #1.5#0018FE79F67C005E00000D490000090400042DD5BD77E51F#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.esadiscovery.model.supplier.Request_XAppsGetSupplierByProductID_WSViDocument_getSuppliersByProductID.execute(Request_XAppsGetSupplierByProductID_WSViDocument_getSuppliersByProductID.java:89)#
    #1.5#0018FE79F67C005E00000D4A0000090400042DD5BD77E580#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.esadiscovery.component.supplier.SuppliersListCompV2Interface.execute(SuppliersListCompV2Interface.java:218)#
    #1.5#0018FE79F67C005E00000D4B0000090400042DD5BD77E5DB#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.esadiscovery.component.supplier.wdp.InternalSuppliersListCompV2Interface.execute(InternalSuppliersListCompV2Interface.java:171)#
    #1.5#0018FE79F67C005E00000D4C0000090400042DD5BD77E637#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.esadiscovery.component.supplier.wdp.InternalSuppliersListCompV2Interface$External.execute(InternalSuppliersListCompV2Interface.java:225)#
    #1.5#0018FE79F67C005E00000D4D0000090400042DD5BD77E694#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.caf.eu.gp.ui.co.exec.wd.COExecWD.execute(COExecWD.java:303)#
    #1.5#0018FE79F67C005E00000D4E0000090400042DD5BD77E6EA#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.caf.eu.gp.ui.co.exec.wd.wdp.InternalCOExecWD.execute(InternalCOExecWD.java:170)#
    #1.5#0018FE79F67C005E00000D4F0000090400042DD5BD77E742#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.caf.eu.gp.ui.co.exec.wd.COExecWDInterface.execute(COExecWDInterface.java:122)#
    #1.5#0018FE79F67C005E00000D500000090400042DD5BD77E79D#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.caf.eu.gp.ui.co.exec.wd.wdp.InternalCOExecWDInterface.execute(InternalCOExecWDInterface.java:132)#
    #1.5#0018FE79F67C005E00000D510000090400042DD5BD77E7F7#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.caf.eu.gp.ui.co.exec.wd.wdp.InternalCOExecWDInterface$External.execute(InternalCOExecWDInterface.java:243)#
    #1.5#0018FE79F67C005E00000D520000090400042DD5BD77E851#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.caf.eu.gp.ui.act.container.VContainer.onPlugFromDispatcher(VContainer.java:367)#
    #1.5#0018FE79F67C005E00000D530000090400042DD5BD77E8AA#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.caf.eu.gp.ui.act.container.wdp.InternalVContainer.wdInvokeEventHandler(InternalVContainer.java:167)#
    #1.5#0018FE79F67C005E00000D540000090400042DD5BD77E903#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)#
    #1.5#0018FE79F67C005E00000D550000090400042DD5BD77E95C#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.navigate(ClientApplication.java:826)#
    #1.5#0018FE79F67C005E00000D560000090400042DD5BD77E9B5#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.navigate(ClientComponent.java:873)#
    #1.5#0018FE79F67C005E00000D570000090400042DD5BD77EA0D#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doNavigation(WindowPhaseModel.java:498)#
    #1.5#0018FE79F67C005E00000D580000090400042DD5BD77EA66#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:144)#
    #1.5#0018FE79F67C005E00000D590000090400042DD5BD77EABF#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:330)#
    #1.5#0018FE79F67C005E00000D5A0000090400042DD5BD77EB18#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)#
    #1.5#0018FE79F67C005E00000D5B0000090400042DD5BD77EB73#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)#
    #1.5#0018FE79F67C005E00000D5C0000090400042DD5BD77EBCC#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:727)#
    #1.5#0018FE79F67C005E00000D5D0000090400042DD5BD77EC26#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:663)#
    #1.5#0018FE79F67C005E00000D5E0000090400042DD5BD77EC7F#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:229)#
    #1.5#0018FE79F67C005E00000D5F0000090400042DD5BD77ECD8#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)#
    #1.5#0018FE79F67C005E00000D600000090400042DD5BD77ED30#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)#
    #1.5#0018FE79F67C005E00000D610000090400042DD5BD77ED8A#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:877)#
    #1.5#0018FE79F67C005E00000D620000090400042DD5BD77EDE6#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_103929350#PROC_AGENT#1f7dfdb0e82b11dbbb620018fe79f67c#SAPEngine_Application_Thread[impl:3]_123##0#0#Error##Plain###     at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:227)#
    #1.5#0018FE79F67C005E00000D630000090400042DD5BD77EE3F#1176295936931#System.err#sap.com/tcwddispwda#System.err#PROC_AGENT#83468##iwdfvm2160.ad_ERP_10

  • SRM:upload supplier list in srm

    Dear Expert,
    I am using SRM-EBP 7.0, my basic aim to upload supplier list .i already gone through so many threads but not got satisfactory result.I know these function module required to do all process.
    1)BBP_PD_AVL_GETLIST
    2)BBP_PD_AVL_CREATE
    3)BBP_PD_AVL_UPDATE
    4)BBP_PD_AVL_SAVE
    But when i create it got error i think it is bz of field input.Can u tell me approach to get it done .all mandatory thing for filling table.
    Like In  Creation  function
    Import parameters
    I_PARK
    I_SAVE
    I_TESTRUN
    I_HEADER
    IT_ATTACH
    Tables
    I_ITEM
    I_PARTNER
    I_ORGDATA
    I_LONGTEXT
    I_HCF
    I_ICF
    thax in advance.
    Edited by: nshahare on Sep 15, 2010 10:14 AM

    Could you please let us know the system setup you are working with i.e SRM &  backend system.
    You may explore Pgm: BBP_VENDOR_GET_DATA for further details as this a std. SAP program used to upload vendors from backend to SRM.
    Sandip

  • Massive creation of Supplier Lists

    Hi there!
    How can we massively create Supplier Lists in SRM 7.0?
    Thanks
    Ezequiel

    Hi Robin,
    I am trying to generate the Supplier Lists using the FM BBP_PD_AVL_CREATE, but many errors are shown. I have set up an OSS message to SAP but no support is given as status of the FM is not released.
    The following is the data I am entering:
    I_SAVE: X
    I_HEADER: DESCRIPTION ///// CATEGORY ////// CATEGORY_ID
    I_ITEM:  NUMBER_INT=1 ////// ITM_RELEASED=X
    I_PARTNER: PARTNER_GUID ////// PARTNER ////// PARTNER_NO
    I_ORGDATA: P_GUID
    I am getting the following messages:
    M MSGID                MSG MESSAGE
    E BBP_PD -                295 Enter at least one item that is active or undergoing checks
    A BBP_PD -                550 Incorrect interface data for set 78 in method C
    A BBP_PD -                550 Incorrect interface data for set 77 in method C
    A BBP_PD -                550 Incorrect interface data for set 61 in method C
    A BBP_PD -                550 Incorrect interface data for set 35 in method C
    A BBP_PD -                550 Incorrect interface data for set 34 in method C
    A BBP_PD -                550 Incorrect interface data for set 21 in method C
    A BBP_PD -                550 Incorrect interface data for set #6 in method C
    A BBP_PD -                550 Incorrect interface data for set #5 in method C
    A BBP_PD -                550 Incorrect interface data for set #4 in method C
    A BBP_PD -                550 Incorrect interface data for set #3 in method C
    A BBP_PD -                067 Transaction type  does not exist; check entries
    A BBP_PD -                063 Internal number range is missing for transaction type; inform syst. admin
    A BBP_PD -                002 Interface data contains errors
    A BBP_PD -                002 Interface data contains errors
    Can you please advise on the data I am entering in the FM.
    Many Thanks,
    Ezequiel

  • How To Import Approved Supplier List  ?(do  not  create PO)

    hi,
    when i import Approved Supplier List through the Purchasing Document Open Interface (PDOI). Affter this ,a Purchase Order be created.
    i do'nt want PDOI to create Purchase Order ,how to do??
    thanks very much !!
    ==========================================
    my test data is :
    l_iface_rec po.po_headers_interface%ROWTYPE;
    l_iface_lines_rec po.po_lines_interface%ROWTYPE;
    l_iface_rec.org_id := l_org_id;
    l_iface_rec.interface_header_id := 101;
    l_iface_rec.process_code := 'PENDING';
    l_iface_rec.action := 'ORIGINAL';
    l_iface_rec.document_type_code := 'BLANKET';
    l_iface_rec.document_subtype := NULL;
    l_iface_rec.document_num := NULL;
    l_iface_rec.approval_status := 'APPROVED';
    l_iface_rec.agent_id := 61;
    l_iface_rec.vendor_id := 1;
    l_iface_rec.vendor_site_id := 1;
    l_iface_rec.interface_source_code := 'Test';
    l_iface_rec.batch_id := 987654321;
    l_iface_lines_rec.interface_header_id := 101;
    l_iface_lines_rec.process_code := 'PENDING';
    l_iface_lines_rec.action := 'ORIGINAL';
    l_iface_lines_rec.line_num := 1;
    l_iface_lines_rec.line_type_id:=1;
    l_iface_lines_rec.item_id := 1001;
    l_iface_lines_rec.unit_price := 1.01;
    Edited by: Shaowei.Zhang on 2009-11-20 下午9:39

    Hi Shaowei;
    Please follow below and see its helpful:
    [Link 1|http://www.oracleappshub.com/oracle-purchasing/approved-supplier-lists-asl/]
    [link 2|http://forums.oracle.com/forums/thread.jspa?threadID=936670&tstart=15]
    Regard
    Helios

  • Open Interface for Approved Supplier Lists and Sourcing Rules

    Hi All,
    Is there an open interface or an API available for Appeoved Supplier Lists and Sourcing Rules.
    Thanks and Regards,
    MPH

    Hi sandeep,
    I prefer to use the API mentioned.
    However this is in Oracle Manufactirung and we dont use that module instead I want to define them in Oracle Purchasing.
    can I still do it in Purchasing using the same API.
    Further as per the document there are 3 entities
    01) Sourcing Rule/Bill of Distribution
    02) Receiving Organization
    03) Shipping Organization
    Do I need to define all 3 in order to make it work?
    Thanks and Regards,
    MPH

  • Error while doing listing

    Hi,
    I am getting error while doing listing. "Manual module selection and checking procedure not possible at present.
    Please advise the resolution and root cause of the error.
    Regards
    prawmu

    i clearly mentioned what was the error occured for me agian ur asking quetion means i can't  tell m . i created an article in mm41 while doing the listing in wsm3 that time this error is occuring if u can solve i will be happy
    thank u
    rk

  • Problems publishing a web-access on Sharepoint: Error when modifying list schemes

    Good afternoon.
    I have an application built with an access database with several forms and web macros which is published on Sharepoint 2010. Through this application - not too big not too complex (ca. 10 tables / less than 2000 records at most) - I receive updates
    that are loaded into external applications, mainly excel worksheets, ms project files and so on.
    I have been going through the cycle of developing and publishing new versions of the application on the same site for more than a year; suddenly, from severeal weeks ago on, I started receiving the following error affecting random tables (not always the
    same) which crashes the compilation and publishing:
    "Error when modifying lists schemes. Changing name to "ID" field on list XXXX failed"
    And each time the list is different. And of course I am no trying at all to change the name of any ID field !????
    Any clue of what might be happening?
    Thank you

    The article might have missed the step where the blogger might have missed the step. Read the following article and which confirms that you cannot use user controls in SB solutions.
    http://msdn.microsoft.com/en-us/library/gg615454.aspx
    If you are trying to build this in SharePoint 2013 then you must know that custom code is deprecated from SB solutions.
    Deprecation
    of Custom Code in Sandboxed Solutions
    For SP 2013 your best bet is to create an APP or create a farm solution (God please forgive me). :)
    Amit

  • Effect of Approved Supplier List

    Hi,
    i wonder if there is not any effect after I entered supplier-item combination into Approved Supplier List. I expected to - at least - see all approved suppliers in the Supplier Item Catalog. But this seems not to happen.
    Can please somebody clarify if entering a supplier in ASL should lead to a result in the Supplier Item Catalog.
    If not: Does it work if I additional to the ASL enter Sourcing Rules? Is this enough to find the supplier in the Supplier Item Catalog?
    I also tried it with quotations: This works. Quotation entries are shown in the catalog. But here I have the problem that - e.g. for price updates - I do not know how to find all quotations with a specific item on it. Does there exist a search form?
    Thanks for any help!

    Purchasing > RFQ & Quotations > Quote Analysis
    Enter the item number and you can find all quotes for that item.
    Hope this answers your question
    Sandeep Gandhi
    Independent Techno-functional Consultant
    Omkar Technologies Inc
    513-325-9026

  • Operating unit in the Approved Supplier list

    Hi Gurus,
    I am looking for a query to find the Operating Unit in the Approved Supplier list. I can only see the owning_organization_id column in the po_approved_supplier_list table not the org_id.
    Please help.
    Thanks in advance !!
    KM

    Have you checked the HP support website to see if there is a Firmware upgrade for your new printer?  In most instances, a Firmware upgrade is needed before you can use Airprint.
    On the product control panel, touch the ePrint icon ( ).
    Touch Settings , and then touch Product Update .
    Touch Check Product Update to apply the available update

  • "Supplier list" in PO and "Invitation List" in Sourcing

    Hi,
    Is it possible to use "Supplier list" in PO as "Invitation List" in Sourcing ?
    Regards.

    Hi,
    Supplier List and Invitation List are entirely different even though they use same suppliers.
    Supplier List cannot be used as Invitation List in Oracle Sourcing.
    Thanks
    -Arif.

  • Supplier list clarification

    Hello Guys
    I came to know that in Supplier list creation, we can display backend ECC contracts. And this is possible only with Classic scenario. If we activate extended, the SAP documentation says itu2019s not possible to do that. I want to know why?
    And again, Supplier list can be used in Direct procurement incase of Extended classic scenario and again why it is not possible with Direct procurement in Classic scenario.
    Please reply Guys, Thanks in Advance.

    Hello Richardo
    Thanks for your answer.
    I have a question, in classic or extended classic, this is the standard system behavior or we can control this in configuration / BADI implementation. i.e. is it possible to use local contracts as source of supply in classic scenario.
    Second, what are the possible source of supply in classic and extended classic for a shopping cart with selection of priority from top and is there any configuration to change this priority ie vendor list first, contract second etcu2026 to change the standard.
    Thanks in advance.

Maybe you are looking for