PO XML proxy is triggered twice from ECC to SUS

Dear Experts,
We are using Classical scenario. Once a shopping cart is created and approved a PO will be created in ECC through PI and corresponding SUS PO will be created in SUS system, It will be triggered from ECC. when we check in SXMB_MONI transaction. There are 2 proxy genetared to SUS. Actually only one should trigger.
Kindly guide how it can be checked.
Thanks & Regards
Arun.K.P

Hi jackytam  ,
/people/yeusheng.teo/blog/2008/01/05/ordering-unit-vs-order-pricing-unit-in-srm-sus
you make get some pointers
regards,
Neelima

Similar Messages

  • Vendor replication from ECC to SUS

    Hi Gurus,
    We are replicating vendors from ECC to SUS.
    The XML message is failing in the SUS side.
    The error is
    Error during proxy processing An exception with the type CX_BBPX1_STD_MESSAGE_FAULT occurred, but was neither handled locally, nor declared in a RAISING clause Application
    Please find below SXMB_MONI trace
    <FAULT_TEXT>Error in XI interface: Exception occurredE:BBP_BUPA_SUPPLIER:089 -Unable to determine logical system of sender; check your data Program:
    It seems similar issue has been resolved in the below thread but there  is no mention of solution.
    ABAP Inbound Proxy Error !
    Please help in resolving the issue.
    With Regards,
    Malay

    Hi Malay,
    Kindly check if you have defined the logical system of SUS system under T-code SALE in your SUS client.
    Regards,
    Nikhil

  • Vendor Master Replication Error  from ECC to SUS : Error in ALE Service

    Dear Experts,
    We are implementing MM SUS (SRM 5.0). As a part of this we need to replicate vendors from ECC to SUS system via XI. We have created a Reduced Message Type Z_CREMAS_SUSMM and had set up the partner profile in WE20 with SUS logical system as destination and specifing the Message Type, and port of the XI system
    We executed the transaction BD14 for replication, it is resulting in error 29 : Error in ALE Service : Entry in Outbound table not found.
    Please provide inputs to overcome this problem
    Thank you,
    Regards,
    Ravi

    Hi,
    Check
    Re: Idoc Error Status "Entry in outbound table not found "
    Looks like some issue with the partner profile set up for the sender or receiver of the EDI message in WE20.
    Set up them again and When these have been set up try reprocessing your IDocs from BD87

  • Replicating GR from ECC to SUS

    Hi
    We are on SRM6.0 with MM-SUS classic scenario, in standrad MM-SUS scenario when ASN is created in SUS respective inbound delivery is created in ECC and GR if created agaisnt this inbound delviery GR is replicated to SUS.
    If user doesn't want to do GR agaisnt inbound dleivery but against PO will the GR be replicated to ECC, if not replicated can this configurable or is it an enhacnement that is required.
    with regards
    Manjunath

    Hello Manju,
    You can use RPODDELVERY for replication of GR from ECC to SUS.
    You can find more details
    Re: What reports are used to send PO, Conf and Inv from MM to SUS?
    Hope this helps.
    Thanks
    Ashutosh

  • How to pass PO customer fields from ECC to SUS ?

    Hi Gurus,
    We defined a customer PO field at ECC side and want to pass it to SUS and diaplay it in SUS PO, my question is, how to pass PO customer fields from ECC to SUS?
    Please advise.
    Thanks and best regards
    jack

    Hi jackytam  ,
    /people/yeusheng.teo/blog/2008/01/05/ordering-unit-vs-order-pricing-unit-in-srm-sus
    you make get some pointers
    regards,
    Neelima

  • Invoice and Credit Memo from ECC to SUS

    Hi Gurus
    Is it possible to replicate Invoice or a credit Memo from ECC to SUS if the PO was delvired to vendor through SUS.
    with Regards
    Manjunath

    HI ,
    part1 :
      ERS Invoice from ECC is transfered to SUS system for display purpose to Vendor in MM-SUS scenario. IDOC "GSVERF01" is used for this purpose.
    part 2 : Invoices can be created in SUS system by vendor against ASN ( Advanced Shipping Notification or purchase Order . The invoice is transfered to ECC system through XI. Message Interface for the same is "InvoiceRequest_Out" .
    For reference please check
    http://help.sap.com/saphelp_srm70/helpdata/en/74/344c430fab4d0bbc30996d56cc293a/frameset.htm
    Regards,
    Kalandi

  • Error while transferring Purchase Order from ECC to SUS

    we are working on plan driven procurement and transferring the PO from ECC to SUS, we are getting the error as "No partner found for partner number ECCSUS8".
    In ECC the Vendor No is ECCSUS8, trasfered vendor from ECC to SUS. Vendor registration is done based on the mail generated and vendor login is created in the portal and assigned the roles.

    Hi
    Are you facing this error in PO transmission to SUS (as you mentioned below)? or you are facing this error while sending out the vendors from R/3 to SUS from BD14?
    If you are facing this in vendor transmission, you need to remove the tick (flag) "Use self reg component" in SPRO-SRM server-Supplier Self-ServicesMaster DataMake Settings for Business Partners. Then you can transmit the vendors from R/3 succesfully.
    If this error is in PO transmission, need to analyse further.
    Pls do let me know.
    Thanks
    Kiran

  • File To Proxy : Handle the response from ECC to send mail without BPM

    Hi,
    Scenario: FILE To Proxy
    Requirement: We are receiving xml acknowledgement file from bank with IDoc number and status in SAP PI and the file is used to send the status number, message and and IDoc number to ECC. After request is received in ECC BAPI is executed to update the original status of outbound IDOC.
    There would be multiple records in file and PI will send all IDoc acknowledgement to ECC to update the IDoc status.
    Issue: Since PI send all records to ecc, if any single IDoc status update is failing in ECC how would it can be communicated to support.
    ECC can send success or error response in proxy but how we can use the same in PI to send mail to support. Or is there any better error handling we can go for in such scenario.
    Thanks,
    Vertika

    Hi everyone
    thanks for response.
    Interface 1: IDoc (ECC) to File (Bank) --> Done
    Interface 2: Acknowledgment File (Bank) to BAPI (ECC) where BAPI will update the status of IDoc sent in first interface.
    For Interface 2 : PI will receive file from Bank with multiple records i.e multiple IDoc numbers and their status. PI will invoke proxy to send the IDoc number and status number (eg 16) for all the records together. Now if BAPI fails to update status of any single IDoc in that file how support team will know that the particular record is failed. To handle this error ECC is saying they can send Error and Success back to PI. But the problem is how we can use that response in PI in the same interface to send emails to support team. Bank does not want any response back in this case. This is just to ensure proper error handling since this is bank related interface.
    Splitting the interface in two interfaces will definitely help. But is there some way which can be used in same interface and based on error response from ECC mail is triggered.
    If any one has better suggestion for such kind of error handling, please post the same.
    Thanks,
    Vertika

  • Triggering idoc from ECC to XI

    I have a idoc-xi-jms scenario where
    I have a matrial master, and whenever I change sth in it idoc got to be triggered from ECC with change pointer logic.
    I have changed 2 materials and when I ran the RBDMIDOC Program manually, surprisingly some 20000 idocs are triggered.
    Can somebody advise me how can I avoid this typical problem if I want to send only changed materials ( i.e only 2 idocs) ??
    Thanks
    kumar

    the change pointer program ususally accumlates all the changes ad then sends them out....
    chk the tables CDHDR and CDPOS for changes usually before you trigger the RBDMIDOC program.
    Also you can create use the enhancement spot to create a custom code which deletes the changes caused by other criteria than wht you are looking for.
    Hope this helps!!
    Cheers!!
    Sidharth

  • Error to send a IDOC from ECC to SUS

    Hi,
    I am trying to connect to SAP SUS System using HTTP adapter using PI 7.0.The scenario is
    ECC ->PI->SAP SRM. I have configured HTTP adapter as the receiver with addressing type as HTTP Destination. I have created a RFC destination of type H pointing to SAP SUS on PI. I have encountered the following error after executing the scenario.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>
      <SAP:P1>500</SAP:P1>
      <SAP:P2>Internal Server Error</SAP:P2>
      <SAP:P3>Error during parsing of SOAP header</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>HTTP server code 500 reason Internal Server Error explanation Error during parsing of SOAP header</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    I have configured HTTP receiver with Addressing type HTTP Destination and configured the HTTP destination field with RFC destination(Connection Type H) created on PI. Here my source and target structures are same i.e DELVRY03. I have triggered DELVRY03 idoc from ECC and i am expecting same xml to be sent to SAP SUS but stuck up with the above mentioned error.
    Someone know how fix this problem?
    Tks,
    Erik

    HI,
    As per my understanding to your scenario, You want to send one IDoc from ECC to SAP SUS system using SAP PI.
    So i hope you must have configured on all the steps required to Send one IDoc to PI syste, Secondly, are you using any Standard interface in PI to send data to SAP SUS system? If yes, you need to create an HTTP Destination for that system and then you have to create XI Receiver Adapter with that HTTP destination to post incoming message to SAP SUS system.
    Your error suggests you are using Plain HTTP adapter to post data to SAP SUS, which is in my understanding is incorrect.
    Regards
    Aashish Sinha
    Edited by: Aashish Sinha on Feb 21, 2011 9:15 AM

  • Limit service purchase order from ECC TO sus

    hi,
    while creating confirmation in sus, LIMIT Line is missing(MM-SUS scenario)
    and there is no table items  for confirmation.
    but from EBP-SUS scenario limit line is appering for
    confirmation.what needs to be done for getting limit line.
    regds
    Rami

    Hi,
    What method are you using to transfer PO from MM to SUS.
    Hope you are using the new method in MM via badi : Material management->purchasing->Enterprise services(purchasing)->BADI: Selection of Outbound Enterprise Services of Purchaser Orders
    You also need other configuration steps. Please check your solution manager content for detials.
    I think limit will be supported in SUS only if you use the above method
    Regards
    Sam

  • Restricting P.O output from ECC to  Sus component of SRM

    Hi,
    I do have a requirement of Restricting the output of P.O document created in ECC to SRM-Sus. When a P.O is created and saved in ecc system it mustnot be shared with
    SUS provided it has no indirect materials . I do have the logic with me . I created on routine in VOFM and customized it in "Define Message Schema for Purchase Order" in SPRO and the sy-subrc is set ne 0 if the condition fails . Then also the P.O is being shared with SRM-SUS . Are there any method for accomplishing this? Thanks in Advance,
    Pradeep.

    Hi ,
    Initially when I repliacted P of HR Org Struture it sucessfully craeted BP in SRM  and was CP in Org Structure.
    But suddenly , what happned don;t know, when I replicating Employees (P) in SRM , it is assigning  to respective Postion (S), but BP is not creating in SRM  and in the USERS_GEN  for this User, its postion and ORg Unit to whom it assigned is giving  below error
    Determination of connections to object 'BP' of 'CP' '00000015' failed
    Message no. BBP_UM_UI036
    I checked all this as per Note 550055, 934372..etc....checked respetcive setting in table T77S0...I checked address alos....but no any clue......IDoC in SRM posting sucessfully....
    Can anyone please suggest what should be the cause and solution of it ?
    Thanks
    NAP

  • Supplier Replication from MM to SUS

    Hi Experts,
    We are working on SRM 701 & ECC 600 EHP5 & PI 7.01.
    Requirement is to replicate suppliers from the ERP system to the SUS system through PI.
    Which integration scenario should I use in PI to do the required configuration?
    I tried with the integration scenario "supplier_base_management" which includes the business system of SRM , ERP and SUS. But I don't want to replicate suppliers between SRM to ECC in this requirement.
    Your help is very appreciated.
    Please note: I have read through the configuration guide in the service market place but unclear of what scenario to use in PI.
    Thanks
    Kasee

    Hi,
    You need to set up scenario SE_SERVICES_PROCUREMENT in Model Configurator which is precisely mentioned by Nikhil.
    Model Configurator itslef will take care of rest of the things.
    Actually you don't need RFC connection from PI to SRM for Supplier replication. It's basically done from ECC to SUS.
    Regards,
    yaniVy
    reward if helps

  • Outbound Proxy is triggered from CRM 4.0,  tag is missing in the payload

    Hi,
    A Outbound Proxy is triggered from CRM 4.0, one of the tag is missing in the payload. I had checked the SXMB_MONI in CRM and in XI as well both seems to miss that. I checked the BADI which triggers this PROXY the data is rightly populated to the PROXY method. Also, this problem is not occuring regularly but few times it misses the same tag. The occurrance defined in the datatype is 0 to 1. Can anyone help why this is happening..
    Many Thanks..

    This could rather be a logical error. May be the logic is not populating the XML tag on those occassions. I would suggest to debug in that direction.
    VJ

  • How to deactivate nterfaces triggering from ECC to SRM (Plan driven scenario)

    Hi SRM Friends,
    If I check in SXMB_Moni, I could see outbound interfaces  which are triggering from from ECC to SRM.
    Please guide me how to deactivate these XML messages.
    We are not using EPRTRANS table, not maintaining V_T160 tables.
    I don't know where to check further to deactivate this Plan driven scenario. Please suggest
    Best Regards,
    BV Babu

    Dear Rahul,
    Thanks very much  for the reply.
    Would like to inform you that we had to maintain an internal custom table entry to solve this issue.
    This is related to a workflow issue. WF triggered unnecessarily... this caused triggered XMLs.
    Regards,
    Babu
    Email : [email protected]

Maybe you are looking for

  • In channel table view Rows Ch name as column

    while viewing data as  channel table   how to  view  the  rows   in the column field & the   columns in the   row field

  • Pages 5.2 with EndNote Plugin - Slow/laggy/delayed typing

    Pages 5.2 OSX 10.9 Apple Pages EndNote plugin 2.0 EndNote 7.1 Pages documents without EndNote are fine, but using the Apple EndNote plugin after 2-3 pages with a few references typing gets extremely laggy (up to 1s per character) and seems to get wor

  • Exporting All Audio Files - Having Some Problems. . .

    Hi, Im trying to export all my audio and audio intrument files as audio files so that i can pass them over to someone for a remix. Im having a couple of problems: 1. Automation does not bounce with the tracks 2. The tracks that run though busses does

  • How to get adobe reader after replacing Windows

    How do I get Adobe back on my computer after I reinstall Windows 7?

  • How to realize abc analyse for opportunity

    hi experts, i want to build a bex query for abc analyse for opportunities, it should look like this: opportunity   probability  category   test1          75%          A   test2          30%          B   test3          15%          C i dont know how i