Multiple SRM and single ECC in landscape

Hi all,
I have a requirement where we need to implement SRM 7 in one region (so that we are able use the new features) and continue with SRM 4 for the other regions. Both the SRM systems will connect to the single ECC 5 system in the landscape.
Has anyone implemented a similar scenario where multiple SRM systems are connected to one ECC system
What are the problems that one will encounter.
Self service procurement, Supplier self services and strategic sourcing are the scenarios that are currently configured.
Contract management may be used in the future
Any suggestion / idea will be greatful
Thanks
Venkat

Hi Venkat,
yes, it's possible to link the same ECC backend system to different SRM systems (with different releases). We have also a scenario like this.
The only problem what comes up to my mind is, that you need to take care about the number ranges (as the PO, RS... number ranges are from the point of view external numbers).
Regards,
Peter

Similar Messages

  • Master Data in SAP SRM and SAP ECC

    Hi all,
    I have the following question: after I create a vendor in SAP ECC and, than, I replicate it in SAP SRM (through transaction BBPGETVD):
    1. if I modify all field of vendor on SAP ECC, is there an   
       authomatic way which update vendor data on SAP SRM, or  
       it is possible only through BBPUPDVD transaction?
    2. if I modify all field of vendor on SAP SRM, is there an   
       authomatic way which update vendor data on SAP ECC, or is it possible through some transaction?If yes, what is it?

    Hi Maria,
    You can execute BBP_VENDOR_GET_UPDATE_JOB report using SA38 txn. to automatically replicate vendors from R/3 to SRM.
    Schedule a back ground job for this report depending upon the frequency of update that is every day or every hour based on your requirement.
    The report BBP_VENDOR_SYNC automatically synchronizes the backend vendors with the SRM system.
    Make the Global settings for vendor replication and synchronization in SPRO
    SPRO -- > IMG ---> Supplier Relationship Management --> SRM Server -->Technical Basic Settings -->Settings for Vendor Synchronization --> Make Global Settings
    There is no automatic way for updating vendors in R/3 after making changes in SRM.
    Hope this makes you more clear. Clarifications are welcome.
    Award points for helpful answers.
    Rgds,
    Teja

  • Single access point with multiple ssids and single channel possible?

    Hi everybody.
    I have this silly question.
    Let say we have three vlans, vlan1,2,3  and they are mapped to wlans as follows:
    Vlan 1  ssid1
    Vlan 2 ssid2
    Vlan3 ssid 3
                      AP --------trunk------Switchted network.
    Our Ap  has mobile devices in three wlans, i.e ssid1ssid2 and ssid3
    Since AP uses half duplex mode,  mobile devices need positive ack from ap  before they can send data,  therefore once channel let say channel 3( assuming 802.11b is used) can be shared by all mobile devices in three wlans.  
    Is  my understanding correct?
    Thanks and have a great weekend.

    Hii ,
    Yes ,that is pretty much possible as suggested by other experts on board. Depending on your access point you will have 1 (2.4 GHz) or  both 2.4 & 5GHz radios.
    You can configure multiple SSIDs (up to 16 ) known as MBSSID mode in autonomous environment. In Controller based architecture you can configure up to 512 WLAN (SSID) and transmit any 16 of them per AP (using AP group feature). However , it is recommended to keep multiple SSID count below 8 as for each SSID separate beacon will be sent on air which consumes more air time.
    Hope this helps
    Thanks
    Vinay

  • Multiple source and single target

    Hi,
    I have 3 users in informatica and i wanted to find out tablespace size in gb and mb
    SELECT
         '$$TABLESPACE_NAME',
         SYSDATE,
    SUM(BYTES) / 1024 / 1024 / 1024 size_in_gb,
         SUM(BYTES) / 1024 / 1024 size_in_mb     
    FROM user_segments
    WHERE tablespace_name like '%$$TABLESPACE_NAME%'
    i confugred this wf and it has 3 session task and each session task confugured with one user but in wf connection details i can able to add only 1 parameter i.e. dbconnection_oltlp and dbconnecion_olap
    so what is happening it is reading size for one user only i.e. for dbconnection_oltlp and dbconnecion_olap.what about remaining users.i.e. remaining session task is getting failed
    i.e. dbConneciton_olap2
    thanks
    Chinu

    Hi
    I have 3 different session task in one workflow and each of them have different source now i want the parameters should generate automatically in paramaeters tab of DAC
    because when i am adding above query in informatica it is reading only one connection which confugured in task i.e. is not reading remaing 2 sources
    i.e. dbconnection_oltp and dbconnection_olap---session--1--reading it because confugred in task confugrtion of DAC)
    dbconnection_oltp1 and dbconnection_olap1---session-2(different source and target-not hitting to this connection)
    etc
    thanks
    chinu
    Edited by: Chinu on Aug 4, 2011 9:05 PM
    Edited by: Chinu on Aug 4, 2011 9:08 PM

  • SRM and MDM for material master in SRM contracts for multiple R/3

    Dear all,
    my question is:
    We are implementing SRM 4.0 in classic scenario with multiple R/3 back-end and we want to set-up Global Outline Agreements in SRM in a multi-backend environment where the Material Master are not harmonized.
    We heard that MDM and COntent Integraton can be a solution.
    Then detailled question is:
    Can we have 2 material numbers (e.g. ABC and XYZ) in 2 different R/3 systems refering the same product.
    Have the mapping done in MDM (Content Integrator?) to a third material number:123
    Replicating the material master 123 to SRM from MDM(?)
    Create global Outline Agreements in SRM for Material Master 123.
    Distribute the GOA as Outline Agreement to R/3 system 1 with the translation to ABC and to R/3 system 2 with the translation XYZ, all of that during the distribution step (or another).
    Have the call-offs quantities correct on 123 in SRM and BW?
    IF yes, how is it working, do you have some documentation discribing the scenario and the config steps to do?
    Thanks in avance

    Hello RD,
    That's a good question.
    You are on the right way. MDM is the tool for you.
    But..
    Content Integrator (CI) was first developped for Shell, to address the need of cross-referencing of material/supplier/category IDs, for:
    - reporting purpose (actual Spend Analysis)
    - mapping purpose (send of XML PO)
    CI was later "fusionned" into the new MDM (1.0) solution.
    So now, you can not order CI without MDM (even if some SRM slides still present CI).
    But mapping API where developped for all inboud/outbound interfaces in SRM, for materials only (good luck for you).
    You will find everywhere this piece of code:
      Call ECI
        CALL FUNCTION 'BBP_PRODUCT_MAP'
          TABLES
            it_input          = lt_mapping_in
            et_output         = lt_mapping_out
          EXCEPTIONS
            logsys_not_found  = 1
            driver_not_found  = 2
            product_not_found = 3
            internal_error    = 4
            OTHERS            = 5.
    So it is ok, you have the mapping call, but I don't know if all the rest of the process was really "finalized" (call of API mapping in CI, via XI). I personnaly never used it, but I assume it should work.
    I my opinion your process is supported by SAP:
    - Extract materials from both R/3 and consolidate them as a single product in MDM.
    - Distribute this product into SRM.
    - Maintain contracts on those products.
    - Distribute them to R/3 (The ECI call is also used during contract distribution).
    - Call offs corrects in SRM and BW
    For MDM documentation, look at netweaver area of service.sap.com.
    For MDM/SRM integration, look at SRM 4.0 spend analysis:
    https://websmp206.sap-ag.de/~sapdownload/011000358700004424262004E/GlobalSpendOverview.ppt
    For SRM contract distribution, call-offs, BW, look at SRM in details in service.sap.com/srm/SRM4.0:
    https://websmp206.sap-ag.de/~sapdownload/011000358700001966382004E/contracten.ppt
    For SRM5.0, see online help on help.sap.com.
    Rgds
    Christophe

  • Possibility of connecting multiple BW systems to single ECC system

    Hi all,
    I have a requirement in my company to connect multiple BW systems to single ECC system. Would like to confirm whether this may not be supported by all BW extractors in particular the delta mechanism?
    For logistics extractor in ECC side in RSA7 it stores BW System as target which shows they support multiple BW systems as target, but for FI extractors which keeps delta timestamps in BWOM2_TIMEST table, it doesn't store the target system. I'm afraid if we connect multiple BW systems to single ECC system, some of the delta records might go to one BW system and some others go to the other BW system when we execute delta load in both BW systems.
    Thank you very much in advance.
    regards,
    arie

    Hi,
    You can very well connect multiple BW systems to single ECC system and you will not miss any delta as well. In the source system for each delta data source a delta queue is maintained for each target system.
    for e.g. I have two BW systems ABW and BBW connected to AEC system then for 0FI_AP_4 data source we will have DQ1_ABW and DQ2_BBW as two different delta queues (I am not following any naming conventions, actual names will be as per the target system logical name).
    The settings maintained in BWOM2_TIMEST table are across the system and they define some global settings e.g. till what time the FI data should be extracted in BW system, for e.g. the time maintained is 2.00 AM then though you do extraction from multiple systems same data will be extracted till next time interval occurs.
    In summery you can very well connect multiple BW systems to a single ECC system.
    Regards,
    Durgesh.

  • Different Tax codes in SRM PO and replicate ECC PO

    Hello Experts,
    Problem related to the TaX code in replicated PO .
    We are in Extended classic scenario.
    In SRM, when creating Shopping cart we enter manual tax code like e1(20%) or e2(25%) etc and when PO gets generated and replicated in the backend the tax code changes from E1 to V4.
    Now in SRM PO the tax code is E1 and in backend replicated PO the tax code is v4.
    I have checked the condition records in MEK3 t-code in ECC and found that condition record for same region is v4, i think because of this condition record the system is overwriting the tax code which is coming from SRM system.
    Irrespective of any tax code which is coming from SRM PO , the ecc PO overwrites the V4 tac code for same region.
    How i can overwrite that the SRM and ECC should have the same tax code as chosed in SRM at the time of creating a SC or a PO
    Please help to accomplish
    Thanks
    Smriti
    Edited by: Smriti arora on Jan 19, 2011 10:40 AM

    Hello Experts,
    I have posted a thread 3 days back, any help will be greatly appriciated.
    Smriti
    Edited by: Smriti arora on Jan 24, 2011 1:03 PM

  • Multiple contract creation in ECC from a single GOA

    Hi Experts,
    I am working on a solution regarding to GOA in SRM - Contract in ECC creation and i am wondering about the following scenario:
    Create 1 GOA in SRM 5.0 for a central/global purchasing organization and when the appropriate BADI going to transfer it into ECC, it creates contracts for all company codes.
    At my current client they use GOA but until now they created 1 GOA for a specific p.org and the BADI transferred (and created) contract in ECC for the specific company code (they donu2019t have kind of central/global purch organization unit in ppoma). In the future they would like to create GOAs which are usable for all companies, but instead of creating (and changing) them manually (N GOA in SRM for N contract in ECC) they want to have an automatism.
    Does any of you have any experience on this? That would be really good if you can share with me some high level overview about concept.
    Thanks in advance for your help!
    Best Regards,
    Attila

    Hi,
    Let me correct if i am right:
    - Central Contract -> new concept of SRM 7.0. 1 contract which is visible and usable from ECC and SRM as well. (not available in SRM 5.0 - agree)
    - GOA -> it exist in SRM 5.0 for sure! (we are currenlty using it for ECC procurement).
    The solution what you are mentioned is good...but as you said only for SRM 70...we are in SRM 5.0 and we need solution for here. Do you have any idea?
    Currently i am thinking about a new solution based on "standard" functionalities: if a GOA need to be created for mulitple company, it has to be populated in Header distribution (all company will have the same contract header). It item detail all the required information need to be poupulate in SRM (i.e.: item 1 for p.org1/comp.cod1; item 2 for p.org2/comp.cod2).
    When this is done, the BADI need to check the informatoin in SRM GOA and create contract according to that -> in this case 1GOA is created, but the 2 items for totally different p.org/comp.code, the BADI needs to create 2 different contract in ECC (i would like to avoid using reference purchasing organization in ECC!
    Thanks in advance!
    Best Regards,
    Attila

  • SCRIPT TO IMPORT MULTIPLE PLACED IMAGES..AND OUTPUT MULTIPLE IMAGES TO SINGLE PDF.

    Anyone got a script to import multiple placed images into CS4? or is this possible in CS5?
    and can we output multiple layers into a single PDF in illustrator?  Or multiple layers into single JPEGS from illustrator with one command instead of individually saving out each page... would be a huge time saver for me.
    Currently I output each completed layer individually and then right click those outputted jpegs in their output folder and choose "combine supported files into acrobat..." to make a single acrobat file..
    I`d also like to be able to CTRL click multiple layers and go save as... only those layers get saved out...
    And so adding something in the Save for PDF output dialogue box to save layers to multiple pages would be a helpful time saver..

    In CS 4 and CS 5 you can drag and drop fro m the finder or the Bridge, and I guess any other similar type viewer, multiple number of image files to a document. You can configure the bridge in such a way as to allow you to see the Bridge and your document at the same time for this very purpose.
    If you just drag and drop the files are linked if you drag while holding the shift key then the files will be embedded.
    ID and PS CS 5 have a minibridge which works the sam way but is an actually panel and will stay in the front.
    I separate the images but they import one on top of another.

  • Is that possible to set up a multiple y-axis and single x-axis in one waveformchart (in LabVIEW 8.0)?

    Hello!
    Is that possible to set up a multiple y-axis and single x-axis in one waveform chart using LabVIEW 8.0?
    Because I need to display several channels in the same chart, if one channel has a very big data range and the others not, the channels with smaller data range will not be displayed very clear.
    Thanks!

    See similar thread at http://forums.ni.com/ni/board/message?board.id=170&message.id=154428&requireLogin=False

  • Can we use NWBC with both SRM and ECC

    HI
    Can we use NWBC both SRM and ECC . or do i have to use EP .
    Thanks,
    Pooja

    Hi
    Hope this will answer your question
    ECC Transactions in NWBC Browser SRM 7.0
    Thanks,
    Ashish

  • SRRELROLES TABLE COMPARISION BETWEEN SRM AND ECC

    Hi all
    i would like to compare both tables SRRELROLES  in ecc and srm for any one of SRM Business objects and linked ECC Business Objects for ALL the records not one records.
    how .any clue is appreciated.
    i followed peter methid but not works for me
    the relations are stored in the tables SRRELROLES (this consist the documents) and BBP_PDBINREL (this consists the links):
    In the table SRRELROLES are all of the the documents listed (SC, PO, BID...). Each line of the SRRELROLES consist a ROLEID. If you call the table BBP_PDBINREL with this roleid, as a result you will get the link (ROLEID_A or ROLEID_B) to the related documents.
    Whit this ROLEID just call the table SRRELROLES and you will get the related document.
    I tried in development box . it did not work. let me try other environment
    Regards,
    Peter
    muthu

    Sanjeev,
    Thanks for the reply. But still there is description difference in SRM - frontend and backend system.
    The SRM backend is correct but when we log ninto the SRM portal (frontend), the company code description are missing some characters. Can you pl let me know where is the frontend is picking the Company code description in SRM?
    Jit

  • Link between SRM and ECC invoice

    Dear gurus,
    I need to find the link between SRM and ECC invoice number, can you please provide me the related tables?
    Thank you in advance for your collaboration.
    Regards,
    Fuffo

    i don't have access to the system now but i guess will be table BBP_PDBEI.
    or you can go tcode BBP_PD, check in item level.
    cheers.

  • Mapping between SRM and ECC long text

    Hi Experts,
    Please advise if anyone know where SAP do mapping of long texts of SRM and ECC objects. I found it in one program in my last project but forgot the name.
    Regards,
    Kamal

    Hello Kamal,
    You can use BBP_LONGTEXT_BADI for mapping SRM text to ECC text.  SRM needs mapping rules to map SRM text into ECC text.
    For details check BBP_DPO_TO_BAPI_MAP that executes the mapping ( text_copy_rules_be_get ).
    Hope this helps.
    Thanks
    Ashutosh

  • SRM-Synching company code description between SRM and ECC

    Hi,
    I have two questions:
    1. Is company code descriptions and other details are stored in SRM (like T001 in ECC)?
    2. If yes, how can we synch the company code description in SRM and ECC? What is the program name to synch both system
    Jit

    Sanjeev,
    Thanks for the reply. But still there is description difference in SRM - frontend and backend system.
    The SRM backend is correct but when we log ninto the SRM portal (frontend), the company code description are missing some characters. Can you pl let me know where is the frontend is picking the Company code description in SRM?
    Jit

Maybe you are looking for