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

Similar Messages

  • Transfer 'Title (from SRM Org) of the approver'  to PR

    Hi Gurus
    SRM 5.0 , Classic, always create PR
    How do I transfer 'Title (from SRM Org , e.g Manager, Director etc ) of the approver'  to PR ?
    -Pranav

    Hi Disha,
    Thanks.
    Step 1) PPOSA_BBP
    Step 2) Go to any Org.
    Step 3) Double click on any Position
    Step 4) Go to 'Basic Data' of Position TAB
    Step 5) Go to Description of the Position (e.g PRODUCT MANAGER )
    I want to transfer "PRODUCT MANAGER" to the PR
    -Pranav

  • 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

  • I could not transfer photos from iphone to macbook through iphoto. It is giving an error " could not be imported, file is in unrecognized format"

    I could not transfer photos from iphone to macbook through iphoto. It is giving an error " could not be imported, file is in unrecognized format"

    Did you look in iTunes?

  • How to transfer Vendor from SRM  to SAP R/3

    Hi...
    How to transfer Vendor registered in directly via self regstration in SRM to SAP r/3 system
    regds
    Kumar

    Hello Kumar,
    Please find the SAP documentation:
    http://help.sap.com/saphelp_srm50/helpdata/en/b2/a298403de08368e10000000a1550b0/frameset.htm
    I have not tested the functionality but as per documentation Under Business Partner Monitor transaction, you can synchronize SRM vendors with ECC vendors directly using a pushbutton Transfer Change to Backend.
    Other useful threads.
    Tranfer vendor data from SRM to ERP (R3 / ECC)
    Vendor data transfer from SRM to R/3.
    Hope this helps.
    Thanks
    Ashutosh

  • Transfer attachment from SRM SHC to ECC PO

    Hi,
    Im working on SRM 7.0.Classic scenario.I need to enable the transfer of attachments from SRM SC to R/3 PO.Can anyone explain the steps to achieve the above?
    Also in case of extended classic scenario,is the attachment transferred automatically from the SRM Local PO to ECC PO?
    Thanks!
    regards,
    SRM Tech

    Hello SRMTECH,
    You have to do some configuration settings in SPRO
    SPRO>Supplier Relationship Management>SRM Server>Cross-Application Basic Settings>Define Settings for Attachments.
    We are also working for the same requirement. We have did following configuration / customization to achieve this.
    - Activated BADI "BBP_CREATE_BE_RQ_NEW" in SRM and set the indicator as follow:
    cs_ctrl_att-BE_DOC_TYPE = 'SRM'.
    cs_ctrl_att-BE_storage_cat = 'DMS_C1_ST'.
    cs_ctrl_att-TRANSFER_ACTIVE = 'X'.
    - In ECC Side T.code DC10 and defined document type for SRM with following
    Add a New Document Type SRM (if not already exists). Set 'Use KPro', 'Version Assign' and 'Change
    Docs'. Set the Internal and External Number Range (02 and 01). Use MCDOKZNR as Number Exit.
    Ver No. Incr = 1 and Set the File Size (Usually 10000000 bytes).
    Once the Document Type is created, define Object links to PO Item and Pur Req Item. Use - Screen
    Number 247 and Screen Number 248 with Valuation Object of EBAN and EKPO for Objects EBAN
    (PReq) and EKPO (PO) for Doc Type SRM.
    After doing this changes we were able to transfer attachements but we are still facing one issue as we were not able to open that particular document in ECC / R3.
    See related threads for more pointers:
    Attachment transfer issue from Shopping cart to Purchase req in ECC
    Re: How to check the attachment in ME53N
    Re: Sending attachments from SRM to SAP Purchase Requisition
    Re: Attachments with follow-on documents.
    Arshad

  • Document transfer from SRM to DMS through content server

    Hi Everybody,
            In one of scenarios we need to transfer documents attached to the shopping cart line items in SRM to R/3.
           For that we followed the following procedure.
           1.In the SRM to R/3 system, the attachments are driven by the BADIs.
           2.In the BADI, if we define DMS_C1_ST as the storage category for R/3 Database, the DMS should work
           3.The existing DMS, the customized content server is Z_DMS.
          4.Using SRM (with Z_DMS)we are able to create the Document Info Record
          5.The attachments are not reflected in DMS (driven through SRM)
          6.When the attachments are added in the DMS manually, DMS works perfect
         I am thinking there might be some configuration required in content server for the conversion of original application files.
         If anybody have the solution for this please post here.
    Thanks,
    Rajesh.

    Hi
    <b>Please refer to the links below -></b>
    Re: Attachments in PR and PO
    Re: Sending attachments from SRM to SAP Purchase Requisition
    Re: Transfer  SC attachment from srm 5.0 to backend R/3
    Re: Attachments to backend
    Re: Attachments in PR and PO
    Re: URL vs. document attached in back end EBP 4.0 Classic/4.7 E
    http://help.sap.com/saphelp_47x200/helpdata/en/41/648838ab4e8a11e10000009b38f8cf/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/49/b32640632cea01e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/d6/806c39917d423ee10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/9b/c2b9375e62545ce10000009b38f889/frameset.htm
    Do let me know incase you still have any queries.
    Regards
    - Atul

  • SRM MDM Catalog - Transfer Contracts from SRM - XI - MDM

    Hi,
    We are implementing SRM MDM Catalog1.0 with SRM 5.0 & ECC 6.0.
    We have already configured XI content for MDM Catalog.
    We have also done the basic settings for transferring contracts from srm to XI (including Backend System & Check box in Contracts for transfer to catalog).
    But when i run the report SRMMDM_CTR_TRANSFER, the log tells me that contracts transfer has been initialized, but I cant see any XML message in SXMB_MONI
    Can someone pls help and tell me why is that happening??
    Thanks in advance.
    Regards,
    Jasmeet

    Hi Mausam,
    yes we have a SRM system from which we want are going to be sending Contracts, Prod Id's, Product Categories, Suppliers List etc from SRM to MDM using XI.
    We have the Pre delivered content for XI from which we have set up the Interfaces etc.
    This mapping between SRM-XI-MDM works pretty fine if i try to send Products or suppliers from SRM. I can see the IDOCs being generated. But when i run the report for Contracts, I cant see any IDOC in SXMB_MONI in SRM which is my source system.
    So hence my question..... Is there some other way by which Contracts are transferred and if so then how and where can I see it.
    Regards,
    Jasmeet

  • BBP_PO_INBOUND_BADI:Transfer value from SRM to ECC PO custom field

    Hello, everyone
         Our SRM version is 7.13 with classic scenario,  ECC version is 6.17.  transferring quotation data to ECC for creating PO by PI.
        I created a custom field such as Z1 for PO in ECC ,  I need transfer someone value from SRM to Z1 when press 'create PO' in quotation,
    So  I have to use BADI:BBP_PO_INBOUND_BADI in ECC before PO generating,  but I found the breakpoint can not  reach this BADI, Why ?  how should I do?
    I used to apply normally  this BADI in SRM7.02 and ECC6.05  without PI  with extend classic scenario.
    Thanks very much
      Jesse.

    Hi Jesse,
    I think the BBP_PO_INBOUND_BADI  is used to enhance the data when the PO is sent via BAPI.
    Please check the PI interface name that you are using and find out the Proxy name (in Tcode: SPROXY) and find an Enhancement spot (either in SRM or in ECC).
    Regards
    Venkat

  • Sending Custom fields from SRM to ECC through BAPI

    Dear All ,
    I am looking for a step by step instructions on how to send my data i.e Start date and end date at ITEM :LEVEL for limit items from SRM to ECC
    It is currently only sent a Header level . I have almost read all the posts and yet not able to figure out . Please can you some one help me to understand .
    Checked the below
    http://scn.sap.com/thread/476423
    http://scn.sap.com/thread/170189
    http://scn.sap.com/thread/26494
    http://scn.sap.com/thread/1399901
    http://scn.sap.com/thread/1991218
    and also  checked the SAP official page :
    http://wiki.scn.sap.com/wiki/display/ABAP/BAPI?original_fqdn=wiki.sdn.sap.com#BAPI-Passingcustomfield
    http://wiki.scn.sap.com/wiki/display/SRM/Transfer+process+of+the+Shopping+Cart
    http://scn.sap.com/docs/DOC-2726
    However no luck . I also opened a similar thread previously but still unable to get an end to end understanding .Please could some one guide me for this one ?  Currently what I found out there is a class CL_BBP_BS_ADAPTER_PO_CRT_ERP10 where CREATE_DOCUMENT decides what fields would be passed .. In that there is a FM which is being called from ECC .. and in that there is header and header X field ..
    which has the fields which I need VPER start and end date ..
    CALL FUNCTION 'BAPI_PO_CREATE1'
           DESTINATION av_rfc_dest
           EXPORTING
             poheader               = as_po_out-is_poheader      "#EC ENHOK
             poheaderx              = as_po_out-is_poheaderx
    h
    Now I wnat the same fields to be passed at item level of the SC .. Please could you confirm on what exactly I should do ?
    I saw the below tables not sure what I should do with them to include the 2 fields I want which should be passed to ECC .
    TABLES
              poitem                 = as_po_out-it_poitem        "#EC ENHOK
             poitemx                = as_po_out-it_poitemx       "#EC ENHOK
                 extensionin            = as_po_out-it_extensionin   "#EC ENHOK
      *      extensionout      = as_po_out-it_extensionout "not used by SRM
              poexpimpitem      = as_po_out-it_poexpimpitem      "#EC ENHOK
              poexpimpitemx     = as_po_out-it_poexpimpitemx     "#EC ENHOK
             potextheader      = as_po_out-it_potextheader "not used by SRM
    *      popartner         = as_po_out-it_popartner    "not used by SRM
    Please can some one let me know for the below queries :
    1, How to identify If I am checking on the right method .
    2. How I can create these 2 fields voer start date and end date and pass them to EKPO table of PO in ECC ?
    3. How to create these 2 fields in BAP and pass it further from SRM to ecc
    4. How would they be visisble in SC portal screen ..
    Please guide me on this would be really grateful . Thanks in advance for the help
    Regards
    Vinita

    Hi Madhu,
    Please check out this note 1027081 which is for the PO Held in classic scenario.
    Praveen.

  • 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

  • Transfer PO from SRM to R/3 - Error in Process

    Hi,
    I have a big problem witch ONE PO in SRM.
    We are working in SRM, extended classic scenario.
    I have ONE PO which I can't get to our R/3 system. The error message SRM respont with is: 'Net price must be greater than 0'. I have been looking into the order, and there is definitely no wrong data in the order regarding the price, or other data?
    Br. Kim

    Hi
    <u>Please through this -></u>
    <b>Seems to some OSS Note is missing in either you R/3 backend or the SRM system -></b>
    Note 841021 - Manual price entered disappears - error 06 218
    Note 932236 - BAPI_PO_CREATE1: Purchase order price unit not transferred
    Note 580225 - Purchasing BAPIs: Conditions and pricing
    Note 853970 - BAPI_PO_CREATE1: Net price is not transferred
    Note 571860 - BAPI_PO_CREATE1: Price is not transferred
    Note 487605 - ME21N: 06 218 'Net price must be greater than 0'.
    <b>Refer to these link as well for details.</b>
    <u>Problem with BAPI_PO_CREATE1
    PO created with status : Transfer Failed (E.Sys.)
    Problem with BAPI_PO_CREATE1
    Re: Error in pricing when doing sourcing in EBP 4.0
    Re: STO classic scenario SRM 4.0</u>
    Hope this will help.
    Regards
    - Atul

  • Transfer text from SRM SC to Purchase requisition

    Hello all ,
    I want to transfer SC item text to purchase requisition's item text. Is there any BADI to achieve this task ?
    Thanks,
    SM.

    Hi,
    In the standard,the SC item text is mapped to the item text in PR which is created in the R/3 backend.However if the transfer of text is not happening,you can implement the logic for trasnferring the SC item text to PR item text in the  badi BBP_CREATE_REQ_BACK which contains the method FILL_REQ_INTERFACE.
    BR,
    Disha.
    Do reward points for  useful answers.

  • New Macbook Pro transfer files from older Macbook Pro through WiFi--- BIG MISTAKE!! Two days of transferring!!

    I just bought the new MacPro 2012, why does the transfer of my files from my old MacbookPro to the new MacbookPro taking so long? It is taking over 2 days over the WIFi!! It is ridiculous! Why did Apple give up firewire? Maybe this is a complaint. There should have been a warning on the possible length of time that it takes to transfer files. Most of us have photos, video and applications to transfer. There needs to be another way to transfer files. Am I missing something?? What if I needed to USE my laptop for work? it has been out of commission for 2 days, because of the transfer. Should I interrupt it? What should I do?

    You waited two days?
    I would have stopped after two hours.
    I can do a full drive clone in under 2 hours, migrate manually in about a half a hour using a external drive.
    Should I interrupt it? What should I do?
    Yes, and there is obviously something wrong with one or the other machines.
    I would hold the command r keys down and boot the new Mac into Recovery
    Then use Disk Utility to erase the Macintosh HD partition
    (use one step from the right if it's a hard drive and wait, it's better for it**),
    Then reinstall 10.7 from Apple's servers (you need ID and password)
    Install 10.7 compatible programs from fresh original sources (older PPC based ones from 10.5 and 10.6 won't run)
    http://roaringapps.com/apps:table
    You can learn how to reinstall your free iLife here as well as learn about Lion Recovery HD (partition on the boot drive)
    https://support.apple.com/kb/HT4718
    Then create other user accounts (if necessary) and then transfer files manually into the same named account's when logged into them.
    You get a cleaner machine, because you find out what user files are corrupted on the original drive as those won't transfer as the drive will get stuck on them when you try copying/writing them in some cases. 
    This is know as a "fresh install" method, because basically only vetted files are returned to a new machine. Everything else is fresh and clean.
    I do this method with all new machines and haven't have a lick of trouble ever. Hard drives can be slightly problematic.
    **Sometimes what happens is a hard drive can't write data, this is where the secure erase method come in if it's a hard drive, as it maps off bad sectors ahead of time before laying of data when the secure erase is checked to make sure it occured.

  • How can i transfer files from iphone to iphone through bluetooth

    how can i transfer files in iphone 4 through bluetooth options. Do i need to install any application for that ?

    Here is one such application that will do the job.
    Bluetooth-U
    B-rock

Maybe you are looking for

  • Where can I buy a 15" Macbook pro with Snow Leopard installed

    I would appreciate knowing where can I buy a 15" Macbook pro with Snow Leopard installed

  • How to many an appointment?

    how can i make an appointment online without going to an apple store and how much will it cost me to fix my my cracked iphone 5 screen?

  • I can't get my pc workin` right...

    Been getting the old IRQ_NOT_LESS_EQUAL BSOD since I upgrade my motherboard and cpu to the MSI K8N Neo2 Platinum. If I run Prime for more than 10minutes and my pc BSOD's with either (the infamous) 'IRQ_Not_Less_Equal' or 'Memory Management' (normally

  • Back to Mac error -36

    I get the above error trying to use back to my Mac with TC. This worked flawlessly before I replaced my Belkin pre-n router at home with TC. Anyone know what -36 means? John

  • Help! Real Application Cluster!

    Is there anyone who setup real application cluster on linux machine. I wanna setup RAC( two instance on one machine ). I don't have shared storage. Can I setup with extra ide harddisk? Is SID same each instance on one machine? Give me your informatio