XML PO Transfer To Vendor in SRM 5.0 via NW2004S/PI 7.0

Hi,
I'm trying to figure out how to implement the XML PO transfer in an SRM 5 system(Extended Classic scenario). I haven't been able to find any prior post on this subject or usefull documentation in SRM.
1. Why do we need to activate/code in BBP_PO_SEND_XML?
2. Is there a standard business scenario in NW2004s/ PI 7.0 for this process? If there is what's it called?
3. Usefull documentation on the process?
4. Suggestions or recommendations
Regards,
Jerry

Hi Jerry,
1. The sending of purchase orders to vendors per XML is executed by default via implementation BBP_PO_SEND_XML of BAdI EXEC_METHODCALL_PPF. SAP delivers implementation BBP_PO_SEND_XML as standard implementation. If standard behavior is not ok for you, you can change it (see note 492988). In this method, SRM checks if you use XI or BC (depending on vendor data and XI activation in SPRO), and then send the PO with function BBP_PO_SEND --> META_PO_SEND (BADI BBP_EBPXML_OUT_BADI to change systemtype from SAPXML to EBPXML).
Depending on the target system type:
BCEBPXML1  BBP_BAPI_PO_SEND
XIEBPXML1  BBP_XI_PO_SEND
XISAPXML1  BBP_SAPXML1_PO_SEND
In your case last FM is called to send a PurchaseOrderRequest message to XI (or a PurchaseOrderChangeRequest or a PurchaseOrderCancelationRequest).
2. There is no particular SRM business scenario, as this is not a "business" scenario (like Sourcing, self service proc...) but a technical interface. PO output is not linked to a particular scenario (common to all).
In XI you can find corresponding messages in Integration Builder (namespace http://sap.com/xi/SRM/Procurement/Global).
In term of XI Business Scenario, you can use scenario Service_Procurement_SupplierEnablement in Intergration Builder configuration.
3. SAP Solution Manager has all the configuration information you need.
For PO output http://help.sap.com/saphelp_srm50/helpdata/en/91/41faf2c220e84c9002a4ae4cc1906a/content.htm
http://help.sap.com/saphelp_srm50/helpdata/en/bc/62c13bdd55f821e10000000a11402f/content.htm
4. Plug & play
Rgds
Christophe

Similar Messages

  • Vendor Transfer from ECC to SRM-EBP

    I want to transfer vendor from ECC to SRM-EBP.I tried the T code BBPGETVD. But I am getting the below log:
    "Error: Error while Creating Business Partner (BP) Module: BUPA_CREATE_FROM_DATA Vendor: 0000100011".
    Please suggest.

    Hi
    I have seen this error. However kindly check in SRM side
    In BP transaction 0000100011. Is this vendor is vailable or not.
    OR
    do some cosmetic change in this vendor in XK02 and when you run BBP_VENDOR_sync REPORT BRINGS you this vendor in SRM
    Muthu

  • Transfer of vendor lnkages to SRM

    Hi,
    We have purchasing vendors and Invoicng vendors.Invoicing Vendors  in MM  are maintained as partner functions for Purchasing vendors in MM.
    While replicating the vendors individually or togeter in SRM the vendors get replicated but the linkage is lost.How to transfer the vendor along with the Partner functions to SRM so that we need not manually maintain the partner functions in SRM.
    Thanks,
    Manu

    Hi,
    When I execute the program BBP_VENDOR_SYNC,am getting the error as below:
    Error;Tab.BBP_VDSYNC_UPD not Maintained in SLG1.
    Pls advise.
    Thanks,
    Manu

  • PO Transfer Vendor in SRM

    Requirement:
    I have a requirement to restrict the PO sending for a specific vendor (External), during PO amendment in SRM system.
    SAP ---> XI ---> Vendor system.
    What I did:
    I was trying to use the method of copying the implementation BBP_PO_SEND_XML to a user-defined implementation ‘ZBBP_PO_SEND_XML’ (referring the note 492988).
    My query:
    1. In one of the blog I read " If you don't activate XI in the customizing, then SRM considers the BC scenario during the PO XML output ". Where do i need to set this?
    Is there any specific setting in SPRO for XI activation?
    2. During the PO sending none of the functions mentioned below is getting triggered:
    a. BCEBPXML1 BBP_BAPI_PO_SEND
    b. XIEBPXML1 BBP_XI_PO_SEND
    c.  XISAPXML1 BBP_SAPXML1_PO_SEND.
    Is the triggering of the FM's are scenario specific?
    3. Can anyone suggest a solution for my requirement?
    Kindly advice me how to proceed.
    Warm Regards,
    Jojo

    Hello Jojo,
    There is a specific setting that needs to be active  if you want to use XI as an XML interface.
    Go to Customizing>SRM> SRM Server -->Cross Application Basic Settings --> Enable use of Exchange Infrastructure.
    for example: Enable Use of Exchange Infrastructure
    Use
    Here you determine if Enterprise Buyer is to use the Exchange Infrastructure for communication between system components.
    Activities
    To enable the Exchange Infrastructure for your system, flag the indicator Use Application Infrastucture. The system then exchanges data between system components via interfaces of the Exchange Infrastructure.
    Example
    Within SRM scenarios, for example, Supplier Self-Services (SUS), you exchange documents between Enterprise Buyer and a SUS System
    with regards,
    mahesh

  • Can we transfer Business Partner from SRM to MM?

    Hi All,
    We created BP in SRM through Supplier registration, now we want this vendori .e BP to be present MM...is it prossible to transfer this vendor to MM?...
    Thanks
    Ravi

    Hi Ravi,
    Pls refer below threads. This should help you to map your requirement:
    Tranfer vendor data from SRM to ERP (R3 / ECC)
    Vendor replication from  SRM to R/3?
    External Vendor replication from SRM to R/3
    https://forums.sdn.sap.com/click.jspa?searchID=571462&messageID=1487382
    Replication of Vendor master from SRM to backend.
    Regards,
    Prashant
    Do reward points for helpful answers

  • Purchase Requisition transfer from ECC to SRM via XI

    Experts,
    Please let me know if you have any information on  the following issue:
    Environment : SRM 7.0,  ECC ep4,  Extended Classic scenario
    The purchase requisitions have been created in ECC and released. I believe in SRM 7.0  the PR's get automatically transferred to  SRM Sourcing cockpit via XI from ECC.
    One PR was pushed manually from SMQ1(Outbound queue ) in  ECC and this failed due to a login issue in XI.
    The XI was using the interface  PurchaseRequestERPSourcingRequest.
    My question is
    1. When the PR is released in ECC, where to check if the PR is pushed to XI. Do we need to schedule a job? When I checked SMQ1 (outbound queue, the queues are empty)
    2. Do we need to define the partner profile in ECC for XI in We20. If so, then what message types to use for the  IDocs going from ECC to XI.
    2. Do we need to configure the interface PurchaseRequestERPSourcingRequest in XI to map the incoming PR from ECC.
    3. In transaction SXMB_moni in XI  I am not able to pull the  XML messages. What options options do I need to
    set to pull the messages that errored out.
    Thanks,
    Scott.

    Hi All,
    Hope this helps you for XI configuration
       Importing Business Scenarios for Sourcing
    In this section, you transfer the business scenario Strategic Sourcing from the SAP Integration Repository, generate it, and activate it.
    Prerequisites
    You have:
    Defined the business systems for SAP Supplier Relationship Management (SAP SRM) and SAP ERP in the SAP System Landscape Directory. For more information about SAP NetWeaver Process Integration (SAP NetWeaver PI), see the SAP Marketplace
    Imported the SAP NetWeaver PI content for SAP SRM into the SAP Integration Repository.
    Procedure
    Log on to the SAP Netweaver PI system.
    Choose Integration Builder: Configuration.
    In the left pane, select the Objects tab.
    Choose  Service Without Partner  Business System .
    Right-click to display the context menu and choose  Business Systems  Assign Business System . This opens the wizard.
    Choose Continue. The wizard guides you through the required steps.
    Create the business system for both SAP SRM and ERP (you can bypass this step if the business system is already setup).
    Select a business system.
    You can create communication channels either manually or automatically. You can create them automatically here. In this case, the systems are applied from the SAP System Landscape Directory (SLD). Channels must be complete in terms of URLs and authentication information.
    Choose Finish, and then choose Close.
    11. On the main screen, choose  Tools  Transfer Integration Scenario from Integration Repository . This opens a wizard.
    Choose Name using input help SE_Sourcing_Enhancements
    Choose Continue. The scenario name is SE_Sourcing_Enhancements.
    Choose Finish and then choose Close. The Business Scenario Configurator opens automatically.
    Choose Component View.
    The Select Component View window opens.
    Choose Apply.
    Choose Assign Services. The Assign Services to Application Component window opens.
    Press F4 to retrieve the available services.
    Choose Assign.
    Select the related service and choose OK.
    Assign a business service to all roles.
    Choose Configure Connections.
    Select the connections from the Service Assignment tab.
    Press F4 in the Communication Channel field.
    Select a communication channel. This channel must be of type XI.
    Note
    If the systems are applied from the SAP Landscape Directory, the Integration Builder automatically creates the communication channels.
    If the systems are not applied from the SAP Landscape Directory, you create communication channels manually. To do this choose an existing service and then Communication Channel using context menu New. You must assign a communication channel for each connection.
    End of the note.
    Choose OK and then choose Apply.
    Choose Generate to open the Create Configuration Objects window.
    Choose Simulation, then Generate, then mark all in the list Scope of Generation.
    Choose Start to generate a log. Check the log for errors and save it if required.
    In the Close Integration Scenario screen, choose Apply.
    In the left pane, select the Scenarios tab; your scenario has been added.
    In the left pane, select the Change List tab.
    Expand the Standard Change List.
    Right click on the scenario name SE_Sourcing_Enhancements and choose Activate.
    Regards
    Sam

  • Supplier Registration - Is it possible to push new created vendor in SRM?

    Hi SRM / SUS experts,
    We are defining Supplier Registration processes and had a question with regards to it. After getting supplier information through forms and questionnaire, let's say I approved it and then converted it to Vendor in SRM. Then, is it possible to push newly created vendor back to ECC? I see (database) icon to push vendors to ECC in monitor Business partners transaction, but it is disabled. I am thinking since I have not set up XI integration with ECC, the icon is disabled.
    Will you please share your experience with this functionality?
    If it can be pushed, then which account group will it take when it is created inECC and which views are created (General data views?)? Is it created under same number as SRM business partner?
    Your inpur is highly appreciated.
    Thanks,
    Chandra

    please refer to the following SAP help for more details on the Montior Business Partners --> and what can be done there
    http://help.sap.com/saphelp_srm50/helpdata/en/e6/4b4b3c99c53c33e10000000a11405a/frameset.htm
    --> you have to open the tree --> Business Partner Monitor..
    and for the option --> to be enabled --> to transfer to backend -> it is looking for two flags
    1) Xi should be active in your system
    and please refer to the following code --> which decides wether the backend transfer should be enabled (or) disbaled...
    technically i know where it happens
    transaction se38 --> enter --> LBBP_SUPP_MONIF05..
    find the code which starts with -->
    Enable Icon For XI backend Transfer

  • Xml data transfer into numbers

    HI there folks, Does anyone know if there is a script in existence to use xml to transfer data into numbers

    You can open an XML using an XML editor like this one (ther are others which you favorite search engine will help you find):
    http://xmplifyapp.com
    XML will open in Numbers if you change the extension to ".txt" but it will look something like:
    As far as a script I think it would have to be very specific to the XML you want to import at this time.

  • Error during creation of Local Vendors in SRM

    Hi
    I am trying to create a Local Vendor in SRM using "Manage Business Partner" option through browser. After giving in all the details when I save the vendor the system creates a Business Partner ID (BPXXXXXXXXXXXX) but doesn't create a Business Partner Number. And moreover the vendors below the Root Node are created as Plant and not Persons.
    Can someone kindly help me out.
    Regards
    Manoj

    Hi manoj
    What value given here for Central Organizational Object for Bidder in Company code data? in the managing Business partner. You need to Give your vendor organisation structure value PPOSA_BBP (5XXXXXXX). However whenever BP created it will be available in bUT000 table
    Create as a vendor.
    regards
    Muthu

  • Transfer of Vendor Balance from one profit center to other

    Hi All
    I need some help regarding Transfer of Vendor Balance from one profit Center to other profit cneter. I am in ECC 6.0 and activated document splitting.
    Regards
    Venkat

    Hi Kamal
    You are right. My requirment is to transfer Vendor balance in PC 1000 to PC 2000. If I post using 9KE0 it is not affecting in the respective vendor account. Since we are in ECC 6.0 with document split option we have to post the same transfer entry through any FI transaction only.
    Regards
    Venkat

  • Transfer posting vendor to vendor

    dear consultant
    Transfer posting vendor to vendor at which movement type using & T code
    please guide
    regards
    mahesh

    Hi Mahesh ,
    No such movement exists .
    What exactly is your business scenario ? Explain in detail.
    Regards
    Ramesh Ch

  • How to add payment advice for XML file filed in vendor account group

    Hi All,
    I have a requirment to add Payment advice for XML file field in vendor account group under payment transcation tap,
    kindly advice where i can add above mention field in vendor account group.
    thanks
    khaja

    done

  • He XML message is going over to SRM from XI , but getting an application error (Exception)  when checking in sxmb_moni on the SRM side

    hi experts  ,
    we are using classic scenario (ECC 6.6 & SRM 7.0)
    we have are configured Procure-to-Pay Scenario ,Note 1263876 - SAP SRM: Configuration of Procure-to-Pay Scenario.
    but facing issue.
    The XML message is going over to SRM from XI , but getting an application error (Exception)  when checking in sxmb_moni on the SRM side. So we are not able to see the PR in the Sourcing cockpit in SRM.
    error as below
    <SAP:Category>Application</SAP:Category>  
    <SAP:Code area="ABAP">APPLICATION_ERROR</SAP:Code>  
    <SAP:P1 />  
    <SAP:P2 />  
    <SAP:P3 />  
    <SAP:P4 />  
    <SAP:AdditionalText />  
    <SAP:ApplicationFaultMessage namespace="http://sap.com/xi/SRM/SE/Global">ExchangeFaultData</SAP:ApplicationFaultMessage>  
    <SAP:Stack>Application has thrown an exception</SAP:Stack>  
    <SAP:Retry>M</SAP:Retry>  
    </SAP:Error>

    Hi Vijay,
    Can you tell us the interface name?
    If it is stuck in FEH (Application Error) in SRM then you can check the detail error by going into tcode /n/sappo/ppo2.
    You need to enter the Business Process, Order Assignment and Mode Of Postprocessing Order and then execute.
    It will show you all the messages stuck in application error for that interface and if you double click on any one of them you will get to see the detailed error with options to Discard, Repeat etc.
    Let us know if this helps you.
    Regards,
    Mayur

  • Transfer of Vendors to GTS

    Hi,
    I have setup vendor partner function VN to be transferred to GTS.
    Is there any way, we can control transfer of vendors by account group?
    Actually, I don't want all the vendors to be transferred to GTS. I just want only vendors of speciifc a/c groups to be transferred to GTS
    Any idea
    Thanks,
    Chakri

    You can use the user exit to code your requirement in the backend R/3 system.
    Main Program: SAPSLL/CREMAS_DISTRIBUTE_R3
    Function: SLL_LEG_PARR3_003
    User exit program: ZXSLLLEGPARR3U03
    In the user exit program, code the requirement and pass only the dat you need.

  • Replicating vendors from SRM to ECC

    Hi All,
    We are implementing SRM 7.0 EHP1 and we have a SRM-SUS scenario.
    We have a requirement where we want to replicate the vendors from SRM to ECC.
    I know that there are standard programs and interfaces for replicating vendors from ECC to SRM, but are there any standard programs XI/PI interfaces that are available for replicating vendores from SRM to ECC?
    Please share your thoughts....
    Thanks in advance!

    Hi Jack,
    Unfortunately I don't have a config guide for it. Can you speak to your XI/PI consultant and just ask him to configure this scenario in XI/PI.
    PS: Before this you should import all SRM related business content in your PI system.
    Regards,
    Nikhil

Maybe you are looking for

  • The readOutLoud tool is not working why is this happening?

    i need help using this tool, the reading tool, when i try to activate it in the VIEW menu, and  then selecting "read only this page"  only generates an error  or the program shut down. i have installed already the complemet for reading  but its still

  • Why can't I download Flip4mac update via Safari?

    Because of continuing, apparently unresolvable problems with Firefox 3, I decided to use Safari instead. Apart from Safari being deadly slow, periodically I have had this problem. Each time I receive a "wmv" file, I am told that my Flip4mac is out of

  • In MSS Managers can able to view their subordinates

    Dear Gurus,   We have an requirement where in the manager should be able to display only his reporting employees when ever the managers logs in EP MSS portal without maintaing chief relationship. For Eg if 5 managers are existing in Org unit and all

  • Audible Password on File Import  Crashes Program

    I have a new iMac and have iTunes and an Audible account. I have no problem downloading from Audible site to iTunes. However, I already have some files downloaded from audible previously and want to import them. I do the import routine, but every tim

  • Completing value contract

    Hi all, I have a problem about the completion of value contracts. I have defined that the document type that releases these contracts is a ZOR sales order document type. Is this correct or I should use WA Rel. to Value Contr.   document type? I have