Error BAPI_APOATP_CHECK Object not found

Dear Gurus,
When making a global availability chek from ECC im getting the followin error:
Error when calling function BAPI_APOATP_CHECK en el
servidor APO SCXCLNT117: Exception condition
"OBJECT_NOT_FOUND" raised.
Any ideas?
I'll very appreciate your kind help
Best Regards
-Italo

Hi,
The error could be :
1. STO does not exist.
The STO is not in APO. Either the order and STO are stuck in the CIF, or just the STO is stuck in the CIF - check the CIF queues.
2. Delivery creation failed.
There is not enough available stock at the pack plant on the date required. Check R/3 transaction CO09 to see stock availability.
3. Checking the material/pack plant in transaction CO09, the check goes to a Product Availability screen in R/3 instead of the Product Availability screen in APO. Or a proper availability check is not carried out when raising a delivery.
The material / pack plant is not in an active ATP integration model.
Regards
Vinod

Similar Messages

  • Error encountered while signing. Windows cryptographic service provider reported an error. Object not found. Error code:2148073489. Windows 7, Adobe Reader XI, Symantec PKI, Smart Card and CAC. I have seen other threads for this error but none have a reso

    Error encountered while signing. Windows cryptographic service provider reported an error. Object not found. Error code:2148073489. Windows 7, Adobe Reader XI, Symantec PKI, Smart Card and CAC. I have seen other threads for this error but none have a resolution. Any help would be appreciated.
    Sorry for the long title, first time poster here.

    This thread is pretty old, are you still having this issue?

  • ERROR:NameNotFoundException: Object not found in lookup of MYDB

    NW 7.0 SP3
    I have defined a datasource MYDB by VA,and it tests OK.
    I wonder about how to use it in J2EE project or in WebDynpro Project.
    I created a J2EE project ,in the Web Model ,i new a class Test:
    public static Connection myconn(){    
         Context ctx = new InitialContext();
         Connection conn = null;
         DataSource dataSource = null;
         dataSource = (DataSource) ctx.lookup("MYDB");
        conn = dataSource.getConnection();
        return conn;
    then in webcontent ,I new a JSP page:
    <%
      Connection conn = com.Test.myconn();
    java.sql.Statement st = conn.createStatement();
    String str = "select * from TMP_NAME";
    ResultSet rs = st.executeQuery(str);
    rs.next();
    String str1 = rs.getString(1);
    %>
    after build and deploy the *.ear,the server returns an error:
             com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of MYDB.
    Now I do not know anything else should I do,such as create a reference,and so on.
    Thanks for you all help!

    Hi,
    Try the code as below:
    DataSource ds = (DataSource) context.lookup("java:comp/env/jdbc/MYDB")
    Go through the below help link:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/82/fdbf2085f65f43a71e755fc904478d/content.htm
    Go through the below thread for more info:
    Re: datasource using VA
    Regards,
    Charan

  • Lync Powershell help -getting error "Management Object Not found"

    Hi,
    I want to reference a list of users in Lync that do not have a HostedVoicemailPolicy applied. Please can someone help me..
    I have a list of users that form a txt file I am referencing called $lynctest.
    User1
    User2
    User3
    NoSuchUser1
    NoSuchUser2
    I have the following and its not catching the error so that I can output to another file.
    try
    foreach($lyncuser in $lynctest)
        Get-CsUser -Identity $lyncuser | select displayname, hostedvoicemailpolicy
    catch
       write-host "$lyncuser user not found" > "c:\datatemp\listofusers.txt"

    Not super efficient, but quick and dirty.  If you're talking about thousands of users, this might be too slow and we can work something else out.  If you're talking about a handful, this might be fine.
    foreach($lyncuser in $lynctest) {
    $founduser=Get-CSUser|Where-Object {$_.samaccountname -match $lyncuser}
    if ($founduser) {
    "The user exists"
    else {
    "The user does not exist"
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications
    This forum post is based upon my personal experience and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • While posting T.code VL02N "co object not found " what have to do

    Hi
    Friends..
    while posting T.code VL02N "co object not found " what have to do
    General Ledger related to Co object what i want todo.
    showing error " Co Object not found"
    Thank you.
    Ashok kumar

    Hi
    Assign a cost centre to the cost element of the general ledger account specified.
    Transaction KA02
    another option is got OKB9 and assign cost center to GL account at company code level.
    regards
    Srinivas

  • Shared object not found.

    Installed Oracle 10g on SUSE 9.2 server. When I reboot, Oracle does not come up. I get the error Shared object not found. The object it is looking for is libhasgen.so. I verified that this library exists on the system.
    Does any one have any ideas?
    Thanks
    Kasu

    publish the one that doesnt work to AS2 and see

  • OES2-NetWare VO url object not found

    I've just installed NetWare 6.5 sp7 overlay. Everything seems ok except for
    virtual office.
    The url, https://serverip/vo gives error 404 object not found.
    Have I missed something?
    Tom

    Have you actually installed VO? If there an include line for it at the end of the apache configuration file (sys:apache2\conf\httd.conf)?

  • Error CREDIT_SEGMENTS_ADD COIOB NOT FOUND FOR object CC...

    Hi All,
    My user is geting the ERROR while running the actual OH calculation through CJ45 as below:
    Error CREDIT_SEGMENTS_ADD COIOB NOT FOUND FOR object
    Message NO k5011.
    As this is more ralaing to the costing sheet, this refers to controlling module.
    We have verfied the Note 515426, but the correction were delivered in 4.7 itself. My client is using the  6.0 verion.
    Can anybody suggest the reason for the above error.
    Thanks & Regards
    Shankar

    HI,
    whats the message class, message number?
    BR Christian

  • Error in AS2 adapter. Object not found in lookup of as2.. Its urgent..!!

    Hi AS2 experts,
    *When i tried sending an xml to partner system using AS2 adapter.. Mapping is succesfull and message is failing in receiver AS2 adapter.
    1. I used the following parameters in AS2 Module.
    ModuleName                                                       Module Key
    localejbs/Seeburger/solution/as2                              solutionid
    localejbs/ModuleProcessorExitBean                          exit
    ModuleKey    ParameterName         ParameterValue
    exit                JNDIName     deployedAdapters/SeeXIAS2/shareable/SeeXIAS2
    Iam getting the following error.
    Success     MP: Processing local module localejbs/Seeburger/solution/as2
    Error :   MP: Exception caught with cause com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of as2.
    Error :  Exception caught by adapter framework: Object not found in lookup of as2.
    Error : Delivery of the message to the application using connection AS2_http://seeburger.com/xi failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Object not found in lookup of as2.: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of as2..
    2. When i tried by removing Modulename "localejbs/Seeburger/solution/as2"
    It is showing the below error like AS2ID is missing.. but its there in party configuration.
    Error :
    Unable to forward message to JCA adapter. Reason: Fatal exception: com.sap.aii.af.ra.cci.XIRecoverableException: SEEBURGER AS2: AS2 Adapter failure # Outbound configuration error: Sender configuration incomplete - perhaps AS2ID missing.., SEEBURGER AS2: AS2 Adapter failure # Outbound configuration error: Sender configuration incomplete - perhaps AS2ID missing..       
    Can anyone has idea what might be wrong.
    Kindly suggest me asap.
    Thank You.
    Regards
    Seema.

    Hi,
    Plesae go through below links
    /people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact
    EDI Adapter by SeeBurger
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/206e2b65-2ca8-2a10-edad-f2d1391644cb
    B2B(EDI) Integration using SAP Netweaver XI and Seeburger AS2 Adapter
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00f9cdf5-d812-2a10-03b4-aff3bbf792bf
    Integrating XI with SeeBurger
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6dc02f5d-0601-0010-cd9d-f4ff9a7e8c33
    and
    Check with below configuration
    Configuration for AS2 or simple file adapter.
    We are using this module configuration for converting EDI D96A format to XML:
    1 localejbs/CallBicXIRaBean Local Enterprise Bean bic
    2 localejbs/CallSapAdapter Local Enterprise Bean 0
    bic destSourceMsg MainDocument
    bic destTargetMsg MainDocument
    bic logAttID ConverterLog
    bic mappingName See_E2X_ORDERS_UN_D96A
    bic saveSourceMsg ORIGINAL_EDI
    can someone please tell me the module configuration for reverse mapping at receiver end,i.e.,XML to EDI D96A
    basically,I need mapping name for this.
    Scheme=AS2ID
    Name = WAN network no of the partner who is sending the file
    Sender AS2 adapter configuration:
    Few changes in the module parameter tab.
    localejbs/CallBicXIRaBean bic
    CallSapAdapter 0
    Module configuration:
    bic= destSourceMsg = MainDocument
    bic= destTargetMsg = MainDocument
    bic= mappingName= See_E2X_EDIFACT_ORDERS_UN_D93A which does the conversion of EDI-XML.
    Receiver AS2 adapter configuration:
    When the adapter is used in a receiver channel, it obtains a message from the Integration Engine and sends it to a business partner. In this case, the following steps are required:
    1. Define the channel as a Receiver channel on the Parameters tab
    2. The last step ensures the module sequence is complete:
    Make sure the module ModuleProcessorExitBean does exist in the module sequence:
    Module Name=localejbs/ModuleProcessorExitBean
    Type=L
    Module Key=Exit
    • with the following module parameter:
    Module Key=Exit
    Parameter Name=JNDIName
    Parameter Value=deployedAdapters/SeeXIAS2/shareable/SeeXIAS2
    File receiver:
    localejbs/CallBicXIRaBean bic
    CallSapAdapter 0
    Module configuration:
    bic= destSourceMsg = MainDocument
    bic= destTargetMsg = MainDocument
    bic= mappingName= See_X2E_EDIFACT_ORDERS_UN_D93A
    ONly the mapping program name changes from E2X to X2E. IN ur case it will be See_X2E_ORDERS_UN_D96A
    Thanks
    Swarup

  • XI--- OpenJMS error  Object not found in lookup of XIJMSService

    Hi all,
    I am trying XI-->OpenJms (Server).
    I have included openJms.jar library in aii_af_jmsproviderlib.sda and deployed using SDM.
    In JMS receiver adapter I am using the following Configuration:
    Transport protocol: JMS Provider with JNDI .
    Queue connection factory : org.exolab.jms.client.JmsConnectionFactory
    JNDI-Name JMSQueue: org.exolab.jms.client.JmsQueue
    Context Factory : org.exolab.jms.jndi.InitialContextFactory
    JNDI-Server adress :tcp://10.1.102.5:3035
    In RWB i am getting the following for this scenario:
    Error Exception caught by adapter framework: Object not found in lookup of XIJMSService.
    Kindly help what other configurations are required.
    Best Regards,
    Lemine

    Hi Sebastian,
    I have still the same problem.
    could you send me a screen shot with your configuration?
    (openjms configuration).
    my email: [email protected]
    I have the following standard configuration in my modul:
    Verarbeitungssequenz:
    Modulname:                                         Type:
    ocalejbs/SAP XI JMS Adapter/ConvertMessageToBinary    L
    localejbs/SAP XI JMS Adapter/SendBinarytoXIJMSService L
    could that cause for that prblem ?
    Thanks for helpful answer.
    best regars.
    Lemine.

  • XI error: Object not found in lookup of RfcAFBean

    Hi Forum,
    In a scenario, I have a BPM, which makes a synchronous call to R/3 for execution of a rfc enabled Function module, while doing so, it gives an error as a response, which i can see in the MONI:
    <b>com.sap.aii.af.ra.ms.api.DeliveryException: Object not found in lookup of RfcAFBean</b>
    what can be the reason for the error? and how can it be avoided?
    pls help

    it might be a cache problem, run the CPA cache and check.
    ir, id cache the data here also.

  • Problem with WCS, with an error message (Error: Object not found in device)

    I  have a problem with WCS, I can not open the window monitor /  controllers with an error message (Error: Object not found in device)  -> https: / / 10.19x.xxx.xx/webacs/switchDetailAction. do? ControllerID = 23735
    by  cons I can open the window configures / controllers -> https: / /  10.19x.xxx.xx/webacs/switchGeneralAction.do? command = detail &  ControllerID = 23735
    Is there a way to recreate the database or the object? thank you in advance

    thank you for your help
    Unfortunately, the command "refresh config from controller"  does not solve the problem because we have a negative result
    (in mode retain or in mode delete) with the following logs :
    Log file wcs-0-0.log
    10/19/10 12:07:16.333 ERROR[snmpmed] [23] Response VarBind missing for class InterfaceConfig attribute isInterfaceWired
    Log file tomcat_localhost_access_log
    10.197.xxx.xx - - [19/Oct/2010:12:07:16 +0000] "POST /webacs/switchListCommandAction.do HTTP/1.1" 200 47399
    10.197.xxx.xx- - [19/Oct/2010:12:07:16 +0000] "GET /webacs/alarmSummaryAction.do?command=summary&dojo.preventCache=1287490037130 HTTP/1.1" 200 421

  • Object not found in lookup of BAPI_USR01DOHR_G, error key: RFC_ERROR_SYSTEM

    Hi SDN,
    I am getting the following exception , When click on Equipment Card in Work Environment, ESS.
    Bean BAPI_USR01DOHR_GETEMPLOYEE not found on host XXX, ProgId=XXX: Object not found in lookup of BAPI_USR01DOHR_G, error key: RFC_ERROR_SYSTEM_FAILURE  
    Please help me out to resolve this issue.
    regards,
    Sree.

    Hi Lukas,
    Following is the dump in /nwa.
    Bean BAPI_USR01DOHR_GETEMPLOYEE not found on host EPBIDEV, ProgId=SAPSLDAPI_DV1: Object not found in lookup of BAPI_USR01DOHR_GETEMPLOYEE.registered entries for FuctionName=JNDIName : {GET_AWF_LOCALIZED_STRING=PRTRFC_BASE, GET_AWF_SUBPROC_LOG_DATA=PRTRFC_BASE, RSWR_ZIP_STREAM_GET=PRTRFC_BASE, SALV_WD_EXPORT_PDF=PRTRFC_BASE,... [see details]
    Full Message Text
    Bean BAPI_USR01DOHR_GETEMPLOYEE not found on host EPBIDEV, ProgId=SAPSLDAPI_DV1: Object not found in lookup of BAPI_USR01DOHR_GETEMPLOYEE.registered entries for FuctionName=JNDIName : {GET_AWF_LOCALIZED_STRING=PRTRFC_BASE, GET_AWF_SUBPROC_LOG_DATA=PRTRFC_BASE, RSWR_ZIP_STREAM_GET=PRTRFC_BASE, SALV_WD_EXPORT_PDF=PRTRFC_BASE, RSWR_SYSTEM_ALIAS_CHECK_PROXY=PRTRFC_BASE, RSRD_X_MAP_TO_PRTL_USERS_PROXY=PRTRFC_BASE, RSPOR_SHORT_TO_URL_CONVERT=PRTRFC_BASE, CPETEST=PRTRFC_BASE, LSO_COL_GET_TEMPLATES=PRTRFC_BASE, RSWR_SAP_ROOT_FOLDER_GET=PRTRFC_BASE, LSO_COL_GET_EXT_ROOMACCESSURL=PRTRFC_BASE, RSRD_GET_PORTAL_USERS=PRTRFC_BASE, CREATE_AWF_TASK=PRTRFC_BASE, CANCEL_AWF_SUBPROCESS=PRTRFC_BASE, RSRD_X_GET_PORTAL_INFO_PROXY=PRTRFC_BASE, RSRD_X_PRODUCE_PROXY=PRTRFC_BASE, LSO_COL_GET_TEMPLATE_INFO=PRTRFC_BASE, RSPOR_PORTAL_CALL=PRTRFC_BASE, RSWR_RFC_SERVICE_LISTENERS_GET=PRTRFC_BASE, LSO_COL_GET_PORTAL_USER=PRTRFC_BASE, RSDAS_X_PROV_DESCRIBE_PROXY=PRTRFC_BASE, LSO_COL_SET_ROOM_USERS=PRTRFC_BASE, RSWR_URL_QUERY_COMPRESS_PROXY=PRTRFC_BASE, LSO_COL_CREATE_ROOM=PRTRFC_BASE, RSRD_MAP_TO_PORTAL_USERS=PRTRFC_BASE, RSTT_TRACE_BI_PORTAL_START=PRTRFC_BASE, RSOD_MIGRATE_DOCUMENT_PROXY=PRTRFC_BASE, LSO_COL_DELETE_ROOM=PRTRFC_BASE, RSWR_LOGGER_CONFIG_SET=PRTRFC_BASE, RSWR_BINARY_CONTENT_GET=PRTRFC_BASE, RSPOR_SETUP_CHECK=PRTRFC_BASE, RSWR_FOLDER_CONTENT_GET=PRTRFC_BASE, RSDAS_X_PROV_OBJECT_DET_PROXY=PRTRFC_BASE, LSO_COL_GET_ALL_CATEGORIES=PRTRFC_BASE, LSO_COL_GET_ROOMS=PRTRFC_BASE, UWL_PUSH_ITEMS=PRTRFC_BASE, RSWR_TEMPLATE_PROCESS_PROXY=PRTRFC_BASE, RSWR_PREEXECUTION_PROXY=PRTRFC_BASE, LSO_COL_REMOVE_USER_FROM_ROOM=PRTRFC_BASE, RSWR_BOOKMARK_ADJUST_PROXY=PRTRFC_BASE, RSRD_X_GET_INFO_PROXY=PRTRFC_BASE, RSWR_JAVA_VERSION_INFO_GET=PRTRFC_BASE, RSWR_RFC_SERVICE_TEST=PRTRFC_BASE, RSRD_BROADCASTING_KM_RFC=PRTRFC_BASE, LSO_COL_GET_ROOM_USERS=PRTRFC_BASE, RSWR_ROOT_FOLDER_GET=PRTRFC_BASE, LSO_COL_ADD_USER_TO_ROOM=PRTRFC_BASE, RSWR_ABAP_EXCEPTION_TEST=PRTRFC_BASE, RSWR_SERVICE_DISPATCHER_TEST=PRTRFC_BASE, RSRD_STORE_ONLINE_LINK=PRTRFC_BASE, RSWR_CLUSTER_INFO_GET=PRTRFC_BASE, LSO_COL_GET_INT_ROOMACCESSURL=PRTRFC_BASE, LSO_COL_GET_ROOM_OWNERS=PRTRFC_BASE, BICS_CONS_GET_VIEW_DEF_J_PROXY=PRTRFC_BASE, RSWR_TIME_GET=PRTRFC_BASE, GET_AWF_SUBPROC_ATTACHMENTS=PRTRFC_BASE, LSO_COL_GET_ROOM_PRIVACYTYPES=PRTRFC_BASE, RSWR_STRING_CONTENT_GET=PRTRFC_BASE, RSRD_FOLDER_WRITABLE=PRTRFC_BASE, RSWR_LOGGER_CONFIG_GET=PRTRFC_BASE, RSWR_CACHE_INVALIDATE_PROXY=PRTRFC_BASE, RSWR_RFC_VERSION_INFO_GET=PRTRFC_BASE, RSOBJS_GET_PORTAL_VIEWS_RFC=PRTRFC_BASE, RSWR_SESSION_TERMINATE_PROXY=PRTRFC_BASE, RSPOR_NODES_READ=PRTRFC_BASE, RSPOR_NODES_SAVE=PRTRFC_BASE, RSRD_X_DISTRIBUTE_PROXY=PRTRFC_BASE, SUWL_NOTIF_PUBLISH=PRTRFC_BASE, LSO_COL_GET_ROOM_INFO=PRTRFC_BASE, RSDAS_X_PROV_PROCESS_PROXY=PRTRFC_BASE, RSPOR_URL_TO_SHORT_CONVERT=PRTRFC_BASE}
    All JCos are tested successfully.
    regards,
    Sree.
    Edited by: sree pedasingh on Mar 22, 2011 10:48 AM

  • PI Seeburger AS2 Error: Object not found in lookup of as2..

    Hi ALL
    Can you please help us understand which object the following error refers to....
    Delivering the message to the application using connection AS2_http://seeburger.com/xi failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of as2..
    Your help is greatly appreciated!!
    Thank you,
    Patrick

    Please check the module chain (module configuration). Very likely reason is that you have the solutionid module as2 defined (which is default) but forgot to deploy the solution id module (you can find it in the distribution tools folder. Name of the deploy file: SeeXISolutionIdModule.ear).

  • 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.

Maybe you are looking for

  • Screen sharing and multiple users

    I have an iMac at home that is used by multiple family members. I have multiple logins enable so it is common to have 2-3 accounts logged in at once. I would like to use screen sharing to connect to my account even when one of the kids is logged into

  • How to add form fields dynamically

    Hi I have a form with several fields, and in one section I have one check box and two text fields in a row and also have one button "Add more" when I click on the Add more button I need to create one more row with the above fields dynamically. how ca

  • EJB error after redeployment

    Dear experts, I have to make an adapter module for an FTP sender channel that converts .xls files to XML. I took the coding from: http://wiki.sdn.sap.com/wiki/display/ABAP/AdapterModuleToReadExcelFilewithMultipleRowsandMultiple+Columns It works fine.

  • Proxy Authentication in OLT

    Hi Everyone, In OpenScript I can enter proxy, port & authentication in the Preferences settings. But what about OLT? In the settings for the added scripts, I can add a proxy & a port. Where/how can I set the proxy authentication? OLT/OS version 9.1 S

  • Videocam to iMovie direct...

    Hi, I have been recording on a Sony Handycam to Mini-DVD and then transcribing the Mini-DVD using HandBrake on a PC to a compatible format for PC and Mac OS X, then publishing worldwide. Recently, I disposed of all my PC's (bad technology) and have g