Service Cofirmation not replicated in Backend system

Hi All,
  When we are confirming service good in the SRM browser it is not being replicated in R/3, WS10400010 is being triggered and completed successfully but the data is not replicated in R/3.
I have checked the successful one and it has system status I1017,I1018 but the one which failed to replicate in R/3 has no statuses I1017 and I1018.
Can any one let me know what is the actual problem and what needs to be checked in R/3 whether the data is flowing or not.
Its urgent and every reply is hoghly appreciated.
Regards,
Ravi G

Hi Ravi,
Check in SLG1 & RZ20 (Application Monitors) for any error logs and detailed error description.
Check whether the programme BBP_GET_STATUS_2 is running properly in the back groung or not in the back ground.
In case the IDOC is getting failed check for the reason for failure of the IDOC in back end R/3 using WE05 / WE02 txn.
Please make  the desired changes as per the IDOC failure message and reprocess the IDOC.
Hope this will make you clear about the issue. Clarifications are welcome.
Do update us for further help.
Award points for helpful answers.
Rgds,
Teja

Similar Messages

  • SRM 7.0 Contract not replicating to backend system

    Hi,
    We have created CCTR global outline agreement in SRM 7.0 extended classic scenario. the contract is not replicating into backend. we have maintained necessary message types BLAORD, COND_A in ECC system as inbound parameters for partner type as SRM system.
    when i looked rz20, i am seeing the message as "back end data could not be read"
    When I executed function module B46B_CTR_TRANSFER I am getting an error, RFC destination could not be found.
    please let me know what we are missing.
    thanks
    vem

    "Hi,
    I guess your SRM70 connected to backend ECC with EHP4 pack applied. If so, Central contract will not use IDocs instead it works on new eSOA technology where Xi/PI need to be set up to process service calls.
    If you are not using EHp 4 pack on your ECC, then SRM70 use IDocs to distribute contracts to backend.
    Thanks,
    Jagadish
    Hi jagdish,
    we are on SRM 7.0 and ENHPack 4.0 and as you said its picking up the eSOA route to distribute contracts in backend ECC system.
    I would like to know how can we  this programmatically ( BADI / Enhancement points)  and force system to pick the ALE/IDOC route ???
    Do you know any BADI / Enhancement points where we can implement this ???

  • SRM 7.0 PO not replicated to Backend ECC 6.0 Ehp 4

    Hi SRM Gurus,
    SRM 7.0  SP 8 - ECC 6.04 SAPKH60406 ECS
    RFx Response to PO -
    SRM Local PO is created and is in held status.  Purchaser gives the source of supply and Acc Assignment and order it.
    PO now is in Ordered status.
    Issue: this PO is not replicated to Backend ECC 6.04.
    Did the Debugging as follows:
    1.  BP at B46B_DPO_TRANSFER.
    2.  Got the PO GUID from the BBP_PD transaction.
    3.  FM BBP_PD_PO_TRANSFER_EXEC, execute it and it  stopped in the breakpoint.
    4.  On 'FUNCTION 'BBP_PO_INBOUND' DESTINATION lv_destination',  hit F6.
    5. Checked  lt_bapi_return details.
    Here there should be information regarding some error during the PO copy to backend.
    With this error message you can check why the PO was not created in backend.
    ERRORS from Backend are as follows:
    1.   No instance of object type PurchaseOrder has been created. External reference:   E  BAPI 001
    2.   Document contains no items       E    ID 06   Number 010
    3.   Please enter items first.              W   ID 05                 005
    No XML messages in SXMB_moni both in SRM side and ECC side.
    What am i doing wrong here?  Any help is highly appreciated.
    with regards,
    Freemind

    RZ20 errors:
    Local Errors:   Business to Business Procurement(600)
    Error reading export data for EXEC transfer of purchase order
    Error in local purchase order; no update of references in EXEC system
    Backend Errors:
    PO 3000000051: No instance of object type PurchaseOrder has been created. External reference:
    Purchase order 3000000051: Document contains no items
    Purchase order 3000000051: Transfer Failed; Resubmit
    Since we are in SRM 7.0 ECC 6.04 Ehp 4,  with PI 7.11 + ROS and no SUS.
    doent the system uses ESOA Service for PO replication.
    We did CCTR / CPPR scenarios too. Both are sucessful.
    Do we need to impl BADI PUR_SE_PO_INTERFACE_OUT_SELECT
    But thats for Service hierarchy and Service POs -  We dont have Service hierarchy or SUS in our SLD.
    IF PO replication also uses PI, what configuration do i need to do?

  • PO not replicated in Backend

    Hi,
    I have created a SC and that SC got approved by all the approvers. PO also generated in SRM. But that PO is not replicated in backend. I have checked that PO in SRM through Process purchase order. The status in "Error in process" and even I have make changes in the PO through Process PO and order it. But then also it has not replicated in backend and the Status is also same as earlier.
    Could any one can tell me what should be the right way to replicate this to backend?
    I am using Extended classic and self service procurement.

    Hello,
    You can check if the PO in question can be transferred manually to ECC system, in order to check if there is an error with this action:
    - Breakpoint at FM B46B_DPO_TRANSFER;
    - SE37 BBP_PD_PO_TRANSFER_EXEC, enter PO header GUID and execute;
    - Program will stop at FM where the BP was set;
    - Look for statement CALL FUNCTION 'BBP_PO_INBOUND' DESTINATION lv_destination;
    - F6 or F5 to debug into ERP (2nd session will start). Here you can check the table lt_bapi_return in order to check if the PO has been created or not in backend.
    Kind regards,
    Ricardo

  • Plan driven procurement: PO not replicated at backend

    Hi Experts,
    I am working with extended classic scenario (SRM 7.0 and ECC 6.0).  
    If I create a shopping cart and then PO at SRM, this PO is transfer to ECC sucessfully.
    But for external requirements, purchase order is not replicated into ECC.  So, if purchase requisitions is created at backend, transfer to SRM,  PO created at SRM without errors, then PO is not replicated at backend. 
    No errors appear at SLG1 nor RZ20 nor SMQ1/2.
    After debugging I found out that SUBTYPE field from BBP_PDIGP table is empty.   
    Any idea how can this issue could be solved?  How can be PO replicated at ECC?
    Thanks in advance!
    Best Regards,
    Martín Amat

    Hello,
    You can check if there is an error returning from backend.
    Follow the steps below:
    - Breakpoint at FM B46B_DPO_TRANSFER;
    - SE37 BBP_PD_PO_TRANSFER_EXEC, enter PO header GUID and execute;
    - Program will stop at FM where the BP was set.
    - Look for statement CALL FUNCTION 'BBP_PO_INBOUND' DESTINATION lv_destination;
    - F6 or F5 to debug into ERP (2nd session will start). Here you can check the table lt_bapi_return in order to check the result.
    If you have a RFC with dialog user, you can debug through the ECC system and check why and when the error message is generated.
    Regards,
    Ricardo

  • Local PO not replicated to Backend.

    Hi SRM Gurus,
    We are in SRM 7 ECC 6 Ehp 4 PPS. Ext Classic.
    Create PO from the RFx Response.  Local PO is created in held status. 
    BBP_PD shows bunch of errors/ warnings:
    Term of payment does not exist in target system
    Incoterm in document is not the incoterm in supplier/bidder master
    You are not allowed to enter a tax jurisdiction code for country US.
    SLG1 errors:
    No instance of object type PurchaseOrder has been created. External reference:
    Back-End Message:E002(MEPO) : "PO header data still faulty"
    Back-End Message:E049(06) : "Enter a vendor"
    Back-End Message:W005(W5) : "Please enter items first"
    Now the questions:
    1.   SRM 7.0 ECC 6 Ehp 4 PPS activated Ext. Classic -  Local PO created from RFx response goes to held status.
          Does the backend replication happen through eSOA.  If yes?  What service i have to configure in SOAManager both ends.
    2.   Is it possible to by-pass ECS scenario using ZBBP_EXTLOCALPO_BADI for PO creation alone in the Backend system?
    3.   When you create PO from RFx response, how will the ACC Assignment handled  if i use By-Pass Badi.
           Will the PO if at all created in the ECC will it be in held status.
    Why we want to by-pass ECS for PO alone is we have a Release Order to be done in Backend from this PO.
    Number Ranges, Document Types are configured correctly.
    In PPOMA, i have configured DP_PROC_TY as ECPO and PO (SRM) do i need to give Trans Type of ECC too.
    I also have configured BSA referring ECC ECPO and PO defined.
    Kindly go thro all these information and kindly share your thoughts.
    Highly appreciated.
    With warm regards,
    Freemind.

    Hello,
    this is strange, because in ECS the local PO gets an ID, and this ID is used during the transfer to R/3.
    Debug BBP_PD_PO_TRANSFER_EXEC once again to see where this ID is cleared.
    To you have activated the BADI BBP_ECS_PO_OUT_BADI to transfer data to R/3 ?
    Be carefull, some BADI need to populate all export parameters/tables (E_*) otherwise the inbound data is considered as erased.
    Where is the ID disappearing ? in SRM just before calling R/3, or in R/3 ? In that case look at user-exit or BADI is R/3.
    Rgds
    Christophe

  • Service interface not listed in business system in ID.

    Hi Experts,
    In my QA system service interfaces are not listed in business system in ID, i have added product and SWCV in SLD and i am still unable to see the service interfaces of SWCV that i have added. i have done SLD and CPA cache refresh, restarted the QA system but still unable to resolve the issue.
    Please suggest how to resolve this issue.

    Hi Venu,
    i have done SLD and CPA cache refresh, restarted the QA system but still unable to resolve the issue.
    Try if "Compare from SLD" works? This can be accessed by going to ID -> double-click business system -> communication component -> adapter specific identifiers
    Regards,
    Mark

  • Could not connect to backend system through portal via Web Dispatcher

    Web dispatcher redirecting problem
    Dear Experts,
    I have implemented a scenario which comprised of customizing that is developed in Portal EP7. What customizing does is getting report from backend system (ERP 6.0)
    According to the needs for reaching the portal from internet I configured the SAP Web Dispatcher in the environment as you may see its contents below.
    The problem is when I run the customizing in portal system then it requires connecting to backend system (ECC 6.0) to get the data (report). But from this point on web browser comes to a blank page, could not view the data that is from backend system via portal. Because in the time when it tries to retrieve data in backend system, on the left bottom of the explorer the indicator shows internet address that system uses connecting to the backend system as local network address of the backend system which is not known in internet therefore I get blank page.
    The question is how to configure the web dispatcher in a way that both portal and backend systems could be reachable from internet?
    Contents of profile file of Web Dispatcher as;
    SAPSYSTEMNAME = WDP
    SAPGLOBALHOST = portald
    SAPSYSTEM = 02
    INSTANCE_NAME = W02
    DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTAMD64
    DIR_EXECUTABLE = $(DIR_CT_RUN)
    Accesssability of Message Server
    rdisp/mshost = portald
    ms/http_port = 8101
    Configuration for medium scenario
    icm/max_conn = 500
    icm/max_sockets = 1024
    icm/req_queue_len = 500
    icm/min_threads = 10
    icm/max_threads = 50
    mpi/total_size_MB = 80
    SAP Web Dispatcher Ports
    #icm/server_port_0 = PROT=HTTP,PORT=81$$
    SAP Web Dispatcher Ports
    icm/server_port_0 = PROT=HTTP,PORT=60000
    icm/HTTP/redirect_0 = PREFIX=/, TO=/irj/index.html
    icm/HTTP/redirect_0 = PORT=50000
    #maximum number of concurrent connections to one server
    wdisp/HTTP/max_pooled_con = 500
    wdisp/HTTPS/max_pooled_con = 500
    Configuration for medium scenario
    icm/max_conn = 500
    icm/max_sockets = 1024
    icm/req_queue_len = 500
    icm/min_threads = 10
    icm/max_threads = 50
    mpi/total_size_MB = 80
    Regards,
    Ali Taner

    Hi,
    To resovle this you must have registered FQDN for your backend system as well. When you call the report from Portal using internet it should call that FQDN of your backend system then DNS will resolve this & you will get the expected page. This way only you can resolve this issue.
    Thanks,
    Sachin Sable

  • MSS Component not connected with Backend system

    Hello All,
    In our NW Portal 7.01 system, we have got old Business package of MSS 60.1 & when we are trying to connect to our backend system R/3 4.7, we are able to connect it.
    Now we have upgraded portal to EHP1 and then we are trying to do the same, then we are not able to connect to MSS business package, as we are getting TP Host missing error and connection not able to do with R/3 system
    Has anyone come across such scenario? please update us asap.

    Just 1 correction, we are able to work successfully with NW 7.0, but not after upgrade to EHP1.
    So need to know, whether anyone is able to work with NW 7.01?

  • Change in account assignment for Limit Order SRM not replicated to backend

    User has made in SRM (5.0 Ext Classic scenario) a limit shopping cart with Invoice and Confirmation and Acc. assigment 'Known' . This resulted in a PO with has been replicated to backend . In MM PO with Imtem category 'D' has been created.
    The user know reports that he has made wrong account assignment and asks for change so that the new cost assigment appears in his Confirmations as proposal.
    Normally I am able to do this through Tx 'process purchase order' (BBP_POC) in SRM and it is properly replicated to backend - meaning PO in MM is updated with new cost assigment
    However for this limit order the changes I have made in BBP_POC seems not to be replicated into backend and hence on goods receipt it still shows the old assigment.
    Anyone an idea of cause for this?
    Thanks in advance for any reply or help

    Hello,
    1) Are you seeing any errors in rz20.
    2) You may consider transferring the PO again to the backed using the function module BBP_PD_PO_TRANSFER_EXEC.
    3) If you see any account assignment errors , check the account assignment in SRM and ERP PO are the same or as mapped in the table BBP_C_ACC
    Regards,
    Pavan

  • LDAP Userid not present in Backend System

    We are trying to implement a scenario where the user are present in LDAP but are not present in the backend system "ECC".
    Case Scenario: User log into portal using "testid" and want to access the BSP view which pull up the information from the backend system. Now this "testid" is not present in ecc system so i am looking for solution to achieve this scenario where "testid" will be able to pull the information without being created in ECC system.
    This is required for our external customer which we donot want to setup in ecc system.
    Any suggestion or if some one has implemented this scenario and can share how they did it will be really appreciated

    Hi,
    1.) Licensing. Noteably the first aspect that would come from SAP themselves will be licensing. You still need to be transparent about licensing with SAP in your scenario.
    2.) Traceability. If any breaches are made or if any issues occur in yoru backend system, you will need to determine the exact time and it may be that the issue was invoked by several users acting on the system at the same time.
    3.) Locking/Synch and Session Terminations. If mulitple users (using the same backend ID) perform update tasks on the database you may find that they will incur locking issues from trying to update the same record. Synchronous jobs may also result in issues similarly when invoked by different users on the same ID. Session management on the backend systems (dependant on the application) may also result in situations where multiple users may be limited to the max number of concurrent connections under their ID or sessions be "locked" as a result of terminations on the client side - which would require to be cleaned up from time to time.
    While the above are some of the aspects that can be encountered, SAP generally handles these situations rather well, yet from a system managnment perspective you will encounter them from time to time.
    PS: Depending on how you map users - individual mapping can become cumbersome particularly if mappings need to change etc. You can also map at a group level. This will make your life easy particularly say for vendors who have several employees yet need to map to one ECC ID to transact - just create a group per vendor assign the users to the group and map the group to the ID.
    You can also us mass upload to map users efficiently - see:
    http://help.sap.com/saphelp_nw72/helpdata/en/48/a96f43db653206e10000000a42189c/frameset.htm
    https://cw.sdn.sap.com/cw/docs/DOC-107900
    example:
    [User]
    uid=user0002
    Last_Name=Johnson
    $usermapping$:BCE:user=ext_user0002
    $usermapping$:BCE:mappedpassword=initial1

  • Service Order not replicated in R3

    Hello Gurus;
    Here's my scenario, i need a service order to be created in CRM and replicate in R3, i have no problem with the sales item but some struggle with the service item.
    I know that standard CRM wouldn't allow me to replicated object type BUS2000140 in ECC but BUS2000140 is the only object type that allow me to have it relevant for resource planning which i need in my scenario. I tried with BUS2000146 and works perfectly in the replication bid but doesn't work for me because i can not make it relevant for resource planning.
    Is there any possible way i can make BUS2000140 fly through or any other object type i can use to have the service order relevant for resource planning??
    Looking forward to hearing from  you guys
    Edited by: F. Rocca on May 28, 2010 12:20 AM

    Hello Rocca,
    It is hard coded in FM CRM_SALESDOCUMENT_FILTER that the item which is assigned to object type BUS2000140 would be removed from the upload relevant item list.
    To get it replicated, I am afraid that you need to modify the relevant coding here.
    Best regards,
    Maggie

  • DSM service is not deployed in managed system

    Hi pros,
    in our system landscape, we installed DSM&BRFplus instance and multiple SAP ECC systems. The purpose is to use DSM to deploy BRFplus services to managed systems. However,
    When deploying BFFplus functionsto a managed system via DSM. Although in DSM it says the function has been deployed successfully. But when checking in the managed system (via program "FDT_GENERATION_TOOL"), no functions were generated.
    As a result, in the managed system I can not use API to invoke any BRFplus service. Can anyone help on this? I have checked RFC destination setup and added managed systems.
    thanks

    Hi Nisha/Vikram,
    Thanks for your reply. I have executed above command as per the note 1907909.But again I am able to find the agent when I am executing step4 of managed system configuration (assign diag agant). I checked the error log in agent admin and I could find below error.
    CIM_ERR_FAILED: User credentials are invalid or user is denied access <WBEMHttpRequestSender.java:398:newCommunicationException()>
    For this I found that "slddsuser" is getting locked time and again.I am not aware as why this user id is getting locked repetitively.
    Incorrect client ID. The stub is not connected yet.
    Nested exception
    is:
    com.sap.engine.services.rmi_p4.P4IOException: Cannot make connection.
    <P4ObjectBrokerClientImpl.java:726:getException()>
    Unexpected exception.
    Nested exception is:
    com.sap.engine.services.rmi_p4.P4IOException: InterruptedException while
    waiting fot the message.
    <P4ObjectBrokerClientImpl.java:739:getException()>
    Diagnostics agent is not connected to solution manager server,
    connection status: DISCONNECTED
    <SMDJNDILookupAgentSideImplementation.java:120:_lookup()>
    Object not found in lookup of SMD_DataEnrichment_Registrator.
    <ServerContextImpl.java:652:lookup()>
    No
    connection with the server. <ClientContext.java:2835:close()>
    Please Suggest
    Thanks
    Aditya Roushan

  • PO is not populated to backend system

    Hi,
    We use Extended Classic Scenario and create a PO from sourcing cockpit.
    When we create a PO we get a successful message. PO is created in SRM but is not populated to R/3.
    In RZ20 monitor I don't have any message.
    Regards,
    Pierre

    Hi,
    If this error is in development/quality system and only with this one PO ?
    If yes, then try to create a new PO and look if it shows in R/3.
    Next thing, in transaction BBP_PD look for your PO and check for any errors and status of  PO.
    Regards,
    Marcin

  • Agent and TNSListener service can not run when system starting

    The Agent and TNSListener services can not run automaticaly when system startes.If run Agent service by hand in control panel,system prompt 3221356559 error message.If run TNSListener service in control panel,system prompt none.But after refresh,TNSListener service is not running.How can i do next?Thanks very much!

    geno.nullfree wrote:
    I'm not sure but since it's saying there's a library issue, you could try running:
    # ldconfig
    Failing that you could try a:
    # pacman -Rns slim
    # pacman -Syu slim
    I tried both "ldconfig" and "pacman -XXX", but the problem is still there.
    Maybe I need use another way to recompile slim in my machine.
    But I have no time to test it now, I will try it another day.
    Thx for replies.

Maybe you are looking for

  • Shut Down bug reproducable - Macbook appears to shut down when it doesn't

    So, I've run into this issue 4x now, and it's the same every single time. The bug - when you shut down your Macbook, everything appears shutdown, but in reality it's not, your batteries get drained, and a bad day at work ensues. How to reproduce the

  • Run Executable in LV 8.2

    I have an executable that was created in LV (8.5 or lower) that does X that was created and sent to me by the manufacturer of the device it controls (via USB).  When I open the executable, I have 1 line of user control by entering a string, but every

  • When  run of APP getting error

    Dear SAP Gurus, when we running APP F110 we getting follwing error. "With holding tax not allowed in payment related to deffered tax invoice" Vendor inv is posted with D7 tax code for only this its stopping. will you pleasse help me to fix it. Regard

  • Trouble with popup not initialized until addPopUp is called

    I am having troubles with initialization.  I have a class given below.  I new() it at the start and use PopUpManager.addPopUp to display it. My problem is that the line query:QueryWIthOption id="filterComp" is a class with a lot of variables.  Howeve

  • SEO for iweb..... any suggestions

    Having used iweb for a while now and hosting our site through mobileme, I am looking at optimising it and generating some search engine traffic. I have tried iweb Buddy with not much success and was hoping someone could help point me in the right dir