PO from SRM to supplier via PI 7.1

Hello Experts,
I have a scenario where I need to send PO request from SRM to PI 7.1 via proxy and then from PI 7.1 to third party supplier via HTTP port.
I have imported all the ESR objects from market place and are available in my ESR. Many scenarios are there with many Integration process, actions and all.
Now I am confused which one to use from the above available scenarios during the creation of integration scenario in ID. Since my scenario only needs to send PO create, change and cancellation request.
Please suggest,
if I have use Service_Procurement_SupplierEnablement from ESR
or I have create manually the configuration with only oubound interface Send_PurchaseOrder_out.
I appreciate your help.
Thanks,
Madan Agrawal

Madan,
If  I am not mistaken then EBP (Enterprise Buyer Professional) is nothing but a part of SRM and SUS (Supplier Self Service) is for the supplier.
EBP: EBP documents
SUS: http://wiki.sdn.sap.com/wiki/display/SRM/SupplierSelfService
Came across some links ...might be useful for you :
Standard SRM content problem
Documatation for SRM scenario Service_Procurement_SupplierEnablement
Edited by: Puneet Singhal on Mar 3, 2011 10:48 AM

Similar Messages

  • PI Development  to Transfer PO  from SRM to Suppliers through PI 7.1

    Hi,
    PI Development Question:
    I have requirement to Transfer PO Document(XML) from SRM 7.0 to PI and PI to Suppliers in cXML format. In PI , SLD I have created Technical and Business System for SRM System. I am planning to use HTTP adapter in cXML format to Suppliers. I have URL from Supllier Where to Post this PO Document. But When I am trying to Configure in SLD  for Suppliers( As Third Party Systems) its asking System Name and Host Name.
    Do I need to request Suppliers for Hostname and System name too regarding their system?
    For each supplier do I need to create a seperate Technical and Business System? If yes, When PO sent from SRM, based on Supplier on PO How to identify for whom I need to sent the PO(Purchase Order).?
    What is the complete process from SRM->PI -> Suppliers? If you have any steps or documentation for this please let me know.
    Thanks for your help!
    Thanks,
    Monica

    Hi Monica,
    Create one business system for SRM and for cXML suppliers. Use them for all the suppliers. For SRM you can assign the technical system giving the techincal details for SRM and for all suppliers you can create busniess system something like Sys_DCorpcXML  where D is for development and for Quaity you can give Q and P for production (you can cahnge according to your naming standards). Now assign the role as application system and the corresponding xi as integration server.
    > Do I need to request Suppliers for Hostname and System name too regarding their system?
    No need to ask them
    > ( As Third Party Systems) its asking System Name and Host Name
    Specify as I mentioned above
    > For each supplier do I need to create a seperate Technical and Business System?
    Use teh same business system for all the suppliers
    > how to identify for whom I need to sent the PO(Purchase Order).?
    Configure and route them in receiver determination based upon supplier no. etc.
    Regards,
    ---Satish

  • Sending Bids from SRM to suppliers and receiving responses

    Hi Experts,
    Help me with a suggestion for sending Bids from SRM to suppliers and receiving responses - preferably through email adapter.
    Regards,
    Hemanthika
    Edited by: hemanthika patnaik on Apr 28, 2008 2:24 PM

    Sorry for the delay,
    I have worked in a similar integration with SRM - XI, but the only difference is that we used Proxy -- HTTPS for Purchase Order Request.
    In your case it would be:
    1. Create custom IDOC and Message type.
    2. Find the triggering process from the SRM side, trigger the IDOC from SRM.
    3. Generate the partner profile and ALE config.
    4. Import the custom IDOC in XI.
    5. Use a map in XI to convert the IDOC data to customer format.
    6. Use  HTTP adapter to connect.
    7. In the HTTP adapter you can use url method or the RFC destination to do the connectivity. ( I would recommend using the RFC destination to do it.)
    8. You should be receiving an acknowledgment from the customer when the document is posted at their end.
    9. The response is either 200 for successful transmission. It would be 400 or 500  for errors.
    10. Use the response message to do a message map with the mail adapter.
    11. Generate the content of the mail adapter using the message map.
    12. In the message map ideally you should use Value mapping to generate the   TO and FROM data. (This enables you to change the receipients while in development and production without changing the message mappinng program.)
    13. Use mail package in the Mail adapter to send the mail content to the business users.
    Hope this helps.
    Indranil.
    Award points if this helps

  • Purchase order Confirmation data from SRM to MM

    Hi,
    I am trying to send Purchase order Confirmation data from SRM to MM via PI. In SRM portal i am able to see that the data has been send successfully. But i am not able to receive any data in PI nor iam able to any messages going from  SRM in SXMB_MONI.
    Please help me.
    Thanks & Regards
    Kasturika Phukan

    Hi,
      In SRM check in sxmb_moni is there any queue is blocked.
      If not then,
      Check your proxy settings.Select Go To and check connection Test.
      Go to sm59 and check H type RFC destination is maintained.
      Go to sxmb_adm check the Global setting value,
      Application system,dest://RFC destination is maintained.
      In XI,
      Go to SLD.
      Check Technical system (client with logical system) maintained.
      Check Business System maintained with role of application system,Related integration engine
      maintained.
    Regards,
    Prakasu.M

  • Price Information data from SRm to MDM

    Hello,
    I m working on SRM-MDM Catalog 2 scenario.
    I have imported lookup table data in MDM using MDMGX transaction.
    But i couldnt get data for Price Lookup Qualified Table.
    Can anybody please tell me how should i send Price Information data from SRM?
    Thanks,
    Maheshwari

    Hi,
    By MDMGX, you replicate only the lookup table data.if you want to see which kind of look uptable data it replicate, you can refer the FS Guide/Config Guide of SRM-MDM.
    when you replicate the main table data from SRm to MDM via XI then you will get all those info related to price in the Qualified lookup table.
    Hope this will help you.
    TNR,
    saurabh...

  • Retrieving MDM catalog data from SRM

    Currently we have a requirement to pull MDM catalog data from SRM with supplier product number as input.
    We have a remote function call which has input fields u2018Catalog idu2019 and u2018Catalog itemu2019 to retrieve the catalog details from MDM.
    However we could not able to find the relation ( say database table) between the supplier product number and catalog id/catalog item in SRM.
    Is there any other RFC/APIu2019s to meet this requirement or to find relation between supplier product number and catalog id/catalog item in SRM itself?
    Kindly provide your suggestions and throw light on how to progress on this requirement.
    Thanks.
    Regards
    K Arasu

    Hi,
    The field NEW_ITEM-MANUFACTMAT[n] is used to capture manufacturer part number/supplier part number and is mapped as such automatically in the SRM BO coding.
    Regards,
    Jason

  • PO from SRM to External Suppliers

    Hi,
    We want to implement the follow scenario :
    Send a PO from SRM in XML format to an external supplier using XI 3.0 , but the cuestion is whether
    XI has and predefinied scenario for this task , if not ,what is the recomenndaion to implement??? ,
    we need to develop all the interface??
    the BBP_PO_SEND_XML is valid for this task?? or only for vendors???
    example:
    (SRM) ourCompanyPO.xml ->XI->Office deppot system(http)
    thank's
    best regards

    Hi,
    If there is predifned scenarios, it will have only Repository objects (Mapping , Interfaces, Message Types etc). So I am not able to find the Target structure for this sceanrio. You can get PO message into XI. For this you can use existing interfaces etc.
    Actually I am using SRM5.0. But I am usig deleivered content for R/3->XI->SUS.. So here I am sending PO from R/3 to SUS and External systems. Here for external systems I am sending as a xml file itself.
    I am not able to find the same as yours in my imported content. But I have PurchaseOrderRequest ....some message here. SO you can make use of that to get the PO xml into XI (via Proxy/RFC). Then you need to do the mapping etc for the target side as per the requierement. You may need to do the target strcutre etc.
    I think,I have already given this thread-
    XML PO Transfer To Vendor in SRM 5.0 via NW2004S/PI 7.0
    Hope this helps,
    Regards,
    Moorthy

  • E-mail supplier not trasfered from mm to sus via xi

    Dear customizer,
    we have a problem,i trasfer supplier via xi from mm to sus,i create the idoc Z_CREMAS_SUSMM as configuration guide suggest,but this idoc don't contain the supplier e-mail, so this isn't trasfered to sus.Because this e-mail is very important for notification i must solve this problem.I have a 4.6c R/3 and SRM 5.0
    Thanks for your collaboration.

    Hello Alessio,
    Is the problem you are facing that BP is not getting created in SRM??  If so then do the following:
    <i>
    <b>You need to configure the User Exit VSV00001 as per the configuration guide.
    This will carry your vendor email address....</b></i>
    Also ensure the following:
    <i><b>add 'BBP_SUS_BP_REG_CREATION' as the docu object for the email and turn off the flag of 'use self registration component'</b>
    </i>
    Then hope the email stuff won't bother u...
    Thanks,
    Himadri

  • Topic: Microsoft's Silverlight for Mac. I wanted to video stream a movie via Verizon FIOS. It demanded Silverlight.dmg Macbok Pro refused to download from 3rd party supplier (CNET). How can I get this?

    Topic: Microsoft's Silverlight for Mac. I wanted to video stream a movie via Verizon FIOS. It demanded Silverlight.dmg.  Macbok Pro refused to download from 3rd party supplier (CNET). How can I get this from Apple?  The Verizon FIOS video website was churning on the error message, "Checking device registration status."  It got stuck in a loop. Verizon tech support never came on. Was on terminal "Hold."  Any recommendations?

    Never download anything from CNET. The site is untrustworthy and is known to distribute Windows spyware intentionally.

  • Product Contract and supplier data transfer from SRM to SAP XI

    Dear MDM Guru's
    I want to transfer product data from SRM system to SRM MDM catalog by executing the transaction BBP_CCM_TRANSFER. But not found any materials  or blog or articles on configuration and integration steps between SAP SRM and SAP XI.
    Need a same information on SRMMDM_CTR_TRANSFER - For contract data, Suppliers data.
    Please help.
    Regards
    Jacob

    HI Jacob,
    I believe below documents will give you the information which you are looking.
    [SRM-MDM Catalog Setup - Ready Reference|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/806f3d56-0d29-2d10-9abf-c0df6f0fdfe8]
    [SAP NetWeaver Master Data Management - SRM Catalog: Configuration for SAP NetWeaver Exchange Infrastructure - Ready Reference|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/601d4fee-719f-2910-4f86-fa030ab07358]
    [SAP NetWeaver Master Data Management - SRM Catalog: SRM - EBP Configuration|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10d1bde2-699f-2910-8e86-f46bfe045fdc]
    Please revert if you still get any question, after going though these documents..
    - Shiv

  • Not able to create supplier from SRM 7.0 portal

    Hi all,
    I am trying to  create a supplier from SRM 7.0 portal .I provided all the details and while I am saving I am getting an error
    Enter the business partner number.
    I gave LOCAL8 as partner number in company data  basic data and in supplier data tab I am provinding vendor as LOCAL8.
    While I am saving I am getting an error Enter the business partner number.
    The supplier is also not getting saved in the system.
    Thanks and rgeards,
    Rajesh

    Hi,
    Please verify the following details - it may resolve your issue.
    In transaction PPOMV_BBP under the attributes for your vendor group, please ensure attributes are adapted properly so that only one system is affected. (I mean only local system entry should be there).
    Please check the customizing settings for the customizing path - SAP Supplier Relationship Management --> SRM Server --> Technical Basic Settings --> Settings for Supplier Synchronization
    Especially the settings for "Information on Automatic Download from Marketplace" are important as the maintained value there are automatically taken into consideration for various transactions like BBPGETVD (Vendor replication) etc
    For example:
    Entry under Vendor Root column should be proper and without any spaces in between -u201CVGXXXXXXXXu201D
    While creating the vendor, the normal system behaviour is that the content of field 'Central Organisational Object for Bidder' is determined automatically by the system. Please verify whether it is getting derived automatically.
    Regards,
    Guru

  • Quick report what are the notiifications are send out from SRM via SOST

    Hi all
    Can i have a list of messages sent out of SRM (from SRM via SOST.)
    sc completed by the buyer -
    but i want a set of all reports. so that i can decide i can filter go / no-go from srm system .
    any help is appreciated,
    what are the events are triggered notification.
    for eg. COMPLETED ...when buyer completed , requestor gets notification.
    so what are the other events. i have forgotten
    user creation too right? like that many..
    WHAT ARE THE ACTIONS IF I DO IN THE WEB , SOST entries will get created?. I KNEW BACKEND METHOD to download all sost message. but really we should know without seeing sost.
    Muthu

    You can check the fields of these tables via SE11
    Purchase Document Date  -  EKKO-BEDAT
    Item Description  -  EKPO-TXZ01
    Net price per item - EKPO-NETPR.
    Regards,
    Rich Heilman

  • Vendor replication and exchange documents from SRM to SUS (using PI)

    Hi Gurus,
    We are implementing scenario plan driven procurement with suppllier collaboration on SRM 7.0.
    Our architecture involve:
    A server machine with SRM 7.0 (SRM server and SUS components both in this machine)
    A server machine with Netweaver PI 7.0
    A server machine with EP 7.0
    A server machine with SAP R/3 4.6C
    Now we are working on vendor replication process in order to carry out vendors from R/3 to SUS (on portal enviroment) and we made following steps:
    - Replication of vendor from R/3 to SRM by mean tx BBPGETVD: OK
    - Replication of vendor from SRM to SUS (on portal enviroment) by mean tx BBP_SP_SUPP_INI:
    In this step we put the BP (created  with tx BBPGETVD) on field "Supplier" but we obtained the Message no. BBP_XP004
    "No vendor allowed for vendor portal"
    So we want to know, in connection with mentioned architecture, the way to perform this activity in order to replicate the suppliers in SUS.
    Is possible perform activities related to exchange documents (by mean Netweaver PI) between SRM and SUS (as necessary for our implementation scenario) if these mentioned components are installed and configured on the same phisical server machine?
    What is the best recommendation about installation of SRM and SUS? A unique server machine or separated server machines?
    Is there any inconvenience or technical reason having SRM and SUS in the same server machine?
    Thanks in advance.
    Regards,
    Horacio

    Hi Nikhil,
    Thanks for your soon response.
    Our process involve PR and PO manual creation in MM and then PO (with ALE message type) is routed to a supplier in SUS via XI. We could achieve that steps succsesfully.
    We don´t have in scope neither use SRM for sourcing nor PO creation (via IDOC) in MM.
    In connection with my previous explanation; Would you say that our process is MM-SUS?.
    If yes, can I follow the steps mentioned in below link described at point u201CProcess Flow Without Supplier Registrationu201D?. What´s the difference between creating and replicating bussiness partner data?.
    http://help.sap.com/saphelp_srm40/helpdata/en/c0/7a0859ee91d54aa48a69fb5d2c4089/content.htm
    Thanks in advance.
    Regards,
    Horacio

  • PO replication from SRM 4.0 to R/3 4.7

    Hi,
    What is the program from where the delta changes are replicated from SRM 4.0 to R/3 system. I want to check the data that is passed to R/3 from SRM in runtime.
    Regards,
    Rav

    Hi Rav,
    I guess you have extended classic scenario.
    In this case please use the function module BBP_PD_PO_TRANSFER_EXEC_V2.
    This function module calls the plugin BBP_PO_INBOUND of the R/3 backend via RFC for updating the PO changes (or at the first time during the PO creation).
    Regards,
    Peter

  • Tax code determination when a PO is created from SRM

    Hi Experts
    I am using extended classic SRM 7.0
    When a PO is transferred to the SAP backend system, sometimes the TAX code is different from what was supplied in FM BBP_PO_INBOUND.
    It looks like; tax code determination in backend system determines a different code and does not use the tax code supplied when PO is created.
    Is there a way to override this tax determination in backend system so that it uses the Tax code supplied rather than determine a tax code that is different?
    This seems to be a problem when a new PO is created because when I change the PO and this sent again, the backend system is updated correctly with the Tax code supplied from SRM.
    I hope some has come across this type of situation and can suggest something.
    Regards

    I put your HTML page (TEST2.html) and CSS file (body_new.css) on my server and it looks OK.
    http://www.ossiningdesignguild.com/TEST2.html
    It's possible your web server is not properly configured and sends a Content-Type HTTP header that says text/plain instead of text/css for your style sheet file.
    If you're using Apache, have your server admin check the httpd.conf file for MIME type settings.
    Should they need assistance, send them here:
    http://httpd.apache.org/docs/2.2/configuring.html
    This is not a problem with your main site since the CSS is embedded, rather than remote.
    I'll call you after lunch.
    Ken

Maybe you are looking for

  • Closing or Disposing the Connection Does Not Release Open Cursors

    Hi, I have an architecture like this: Web Service ---> Business COM+ Component ---> Data COM+ Component I found that doing a SetAbort() plus explicitly close and dispose the OracleConnection object in my COM+ component does not necessarily close the

  • Payment Process Request split output by payment batch amount

    Hello, I have task to create multiple electronic outputs from payment process request. Example: I run payment process request with 4 payments (A, B, C, D) with amounts: 1000$, 2000$, 3000$, 2500$ then in payment process it splits by payee into 3 paym

  • SpaceDesigner using only 2 processors at a time???

    Hi, I was running some benchmark tests using the Benchmark Song using the Space Designer. When I fired it up I was surprised to see that only 2 processors of the 4 cores were being used, and they're not always from one processor, so I could get core

  • Managing storage of 16 gb iPhone?

    hi, I recently purchased a 16 gb iPhone. I Hope someone could clarify, how iOS manages the storage needs of apple'a cloud services. Say that I have music collection of over 50 GB, suppose I also uploaded my 20 gigabyte photo collection to the new pho

  • HDD Replacement program

    I have an Imac which had its disk replaced by Apple. It was backed up by Time Machine and it was running Mountain Lion. Now it is back to Snow Leopard. My original start up disk is Snow Leopard. So I restored my Time Manhine and all data is there Tha