Data of FI, SRM and R3 in MDM

hi!
here's my question;
what information should i take for the three systems?
what happen if i create the mdm schema with all the fields, and tables that are used in FI, SRM and R3 and create a big repository with one main table of products, and a big subtable of suppliers?
the performance will be affected?
is there any documentation that explains how many subtables you can use?  or what to do in this cases?
thanx

In general this is not a good idea.  There are several reasons for this:
First is performance.  In order to mimic the complexity of the ERP data models, you would have to incorporate a large number of qualified lookup tables.  The more complex relationships you have in your MDM data model, the worse the performance will get.  MDM has to index all of the attributes you configure (for keyword or sorting) in the data model which has a hit on the memory of the server.  Additionally, your Import and Syndication Servers are going to choke if you have a large attribute set.
Next, in SAP there are some tables that have a matrix of lookup values.  For example, sales office field in the sales area is dependant upon a configuration which is a combination of sales area plus other things.  So you have the following affect:
x [ 1, 2, 3]
y [ 4, 5, 6]
z [ 7, 8, 9]
If I select X, I want 1,2, and 3 to be available to me.  If I select X and Y, then I want 1, 2, 3, 4, 5, and 6 to be available to me.  This sort of complexity is very difficult to rebuild into MDM. 
Third, there are some attribute sets in ECC which have proven to be incredibly difficult to build into MDM for technical reasons.  For example, Partner Functions. 
You want to design your data model to be restricted to enterprise level attributes (if possible).  This gives a more global view of the entire landscape.

Similar Messages

  • SC data updation in SRM and in the R/3

    Hi
    I have few doubts regarding the updation of the shopping cart data to SRM and from SRM to R/3.
    1) when we enter the data in the SC and press the "order" button , i know that the data is atored in the tables
    CRMD_ORDERADM_H and CRMD_ORDERADM_I (am i right ?? are there any other tables which i am missing??). i want to know which abap program extracts the data which we enter in the EB WEB and puts the data into the above tables. How exactly the updationof data into the above mentioned tables takes place.
    2) from SRM how the data is taken to r/3 ? when these data trnsfer exactly occurs. ( I mean whether isis after yhe approval work flow is completed ??)I know some programs which hepls in the transfer of data,  like BBP_reqreq_transfer  and  clean_reqreq_up. Are there any other programs or FM or BADI which comes into pictre during the transfer of SC data from SRM to r/3.
    thanks
    sankar.

    Hi Sankara,
    1- All tables that are used for document storage are described in transaction BBP_PD (there are several other tables than the CRM* ones).
    Concerning the tables populating, I think you didn't understand that when you are running the SC creation transaction in the WEB, it is an ABAP transaction that is running in the SRM server. It is this transaction that manages the data populating in the database (with FMs).
    2- The data is transfered after the WF is completed to the backend it is done through RFC calls for RS PR PO and Entry Sheets, and through IDOCS for GR and IV .
    The FM BBP_REQREQ_TRANSFER is called at the end of the SC WFs, to create follow on documents. In case of Backend documents creation (RS, PR or PO) Badis are available in SRM to change/enrich the document before the RFC call to the backend.
    Regards.
    Vadim

  • 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

  • MDM integrity between SRM and R/3

    Hi All,
    How MDM integrity of the process validations being made between SRM and R/3 for the creation of different documents.
    Please share me any documents regarding MDM intergirty between SRM and R/3. This is not related to Catalogs,
    1. Creation of documents like GOA in SRM and distributed to R/3. How MDM will validate that data.
    2 If same material available in different backend system. while creating Contract in SRM, MDM should check the R/3 materials in MDM
    3. How to integrity works for Vendors.
    Thanks
    ravi

    Hi,
    Take a look in these threads:
    [Re: material master replication|Re: material master replication]
    [Master Data Synchronization between SRM and ERP|Master Data Synchronization between SRM and ERP]
    [Re: Material replication|Re: Material replication]
    Rgs,
    Pedro Marques

  • 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

  • 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

  • SRM and MDM Material repository

    Hello!
    We'll implement MDM as a material repository which will consolidate materials info from different backend systems (SAP and non-SAP). We will also implement SRM 6.0, which will receive data about materials, product categories, etc. from MDM.
    Has anyone worked with a similar landscape?
    Regards,
    Gustavo

    Hello!
    We'll implement MDM as a material repository which will consolidate materials info from different backend systems (SAP and non-SAP). We will also implement SRM 6.0, which will receive data about materials, product categories, etc. from MDM.
    Has anyone worked with a similar landscape?
    Regards,
    Gustavo

  • SRM and SRM-MDM: Error when ordering less than Price Base Quantity

    Hi!
    We face the following issue:
    We have an item without material master in the MDM-catalog. The price is scaled, and 5.00 EUR up to 100 items, and 4.80 EUR for more than 100 items
    If we order 90 items, the price is calculated to 5.00 EUR in MDM, BUT the price is displayed as 0.00 EUR per 100 items when transferred to SRM. The price is also 0.00 when transferring to SAP ERP backend.
    If we order 100 items or more, the price is calculated correctly in MDM, and also transferred correctly to SRM and ERP. This also applies if we order e.g.  110 items - everyting looks correct (price for 110 is 5.28 EUR).
    AND: in both cases, we can observe the price is correct in the OCI !
    So, something happens in SRM if we order less than the Price Base Quantoty
    SRM5.0, SRM-MDM 2.0
    Since the price is correct in the OCI we would suspect the error to be somewhere in SRM? Any ideas?
    brgs ziggy
    Edited by: ziggy ziggy on Oct 27, 2009 10:35 AM

    Hello Ziggy,
    Could you please check OSS notes 1311046 and 1296024.
    We found OSS note 1339905 and in the correction instructions were quite a few notes relating to a '0' price issue.
    Obviously I don't know on which support pack level you're on.
    Good luck,
    Franz

  • Data transfer between SAP and SRM

    Hi all,
    I'm new with SRM and like from a help.
    Working with SAP 4.7 and now with SRM 5.0, I need make the two systems if communicate.
    I need send from SAP to SRM the master data, Material, Customer, Material Group, Cost Center.
    I need send the shop car from SRM for create a PR in SAP.
    I need send the documents RFQ, PO and Contract from SAP to SRM. For RFQ need receive in SAP the data of price updated by the customer.
    How to make this conection? There are standard interface for these data? What are these interfaces?
    Thanks,
    Luciano Lessa

    Hello Ashutosh,
    Thanks your help.
    I have one question about replicate of the material master. In step by step say for complete the CRMSUBTAB table with following values:
    User  ObjectName  U/D             Obj. Class   Function  Obj. Type  Funct. Name
    CRM       empty       Download    Material        empty      empty       CRS_MATERIAL_EXTRACT
    CRM       empty       Download    Material        empty      empty       CRS_CUSTOMIZING_EXTRACT
    CRM       empty       Download    Material        empty      empty       CRS_SERVICE_EXTRACT
    In our system is so:
    User  ObjectName  U/D             Obj. Class                    Function  Obj. Type  Funct. Name
    CRM       empty       Download    Material                        empty      empty       CRS_MATERIAL_EXTRACT
    CRM       empty       Download    CUSTOMIZING             empty      empty       CRS_CUSTOMIZING_EXTRACT
    CRM       empty       Download    SERVICE_MASTER      empty      empty       CRS_SERVICE_EXTRACT
    This configuration is correct?
    The field OBJ.CLASS is key of table, so not is possible add three like values. 
    Thanks,
    Luciano Lessa

  • SRM and MDM Catalog issues

    Hi
    We are experiencing an unique problem.
    We have SRM 4.0 with MDM 1.0 as Catalog?
    One of the issues that we are facing is price for items in held shopping carts. changes whenever MDM Catalog is refreshed.
    We refresh our MDM catalogs twice a week.
    So when a user who has a held shopping cart changes the shopping cart
    the price of existing items in the cart changes.
    All help/advice on this issue is appreciated.
    Thanks,
    Nikhil

    hi Jorge,
    Can you elaborate on response?
    How do i check the if in BBP_WS_ENTITY_V update view the field OCI_VALIDATE in the record corresponding to your catalog has the value?
    Note the price of the item in catalog is same ....but for some reason the one in held shopping cart changes after the catalog is refreshed.
    Thanks,
    Nikhil

  • Data Source Catalog SRM

    Dear All,
    Iu2019m using Catalog in SRM 5.5.
    I need to realize a query BI 7.0 to MD Catalog, but I donu2019t find any data source standard from SRM system.
    Has anyone experienced similar problems? I donu2019t find any SAP note on the subject.
    Thank you in advance,
    Alberto

    Hi Jason, you're right!
    I do not know exactly the operation of SRM extractors.
    But I know that the Catalogs are loaded from the SRM and the data does not reside in the back end.
    I have already used the extractors Shopping Cart and Purchase Orders that work properly but I do not know what  extractors start (also enhancement later) to pull out the data of Catalogs.
    From SBIW I found  only extractor of heads of catalogs: 0BBP_CAT_ID_TEXT.
    This, however, only extracts of the text catalogs but without the hierarchy of levels below.
    You know there is something that works for MDM-SRM Catalog or some documentation about it on the tables that SRM uses in order to?
    Thank you very much,
    Alberto

  • Data load problem - BW and Source System on the same AS

    Hi experts,
    I’m starting with BW (7.0) in a sandbox environment where BW and the source system are installed on the same server (same AS). The source system is the SRM (Supplier Relationship Management) 5.0.
    BW is working on client 001 while SRM is on client 100 and I want to load data from the SRM into BW.
    I’ve configured the RFC connections and the BWREMOTE users with their corresponding profiles in both clients, added a SAP source system (named SRMCLNT100), installed SRM Business Content, replicated the data sources from this source system and everything worked fine.
    Now I want to load data from SRM (client 100) into BW (client 001) using standard data sources and extractors. To do this, I’ve created an  InfoPackage in one standard metadata data source (with data, checked through RSA3 on client 100 – source system). I’ve started the data load process, but the monitor says that “no Idocs arrived from the source system” and keeps the status yellow forever.
    Additional information:
    <u><b>BW Monitor Status:</b></u>
    Request still running
    Diagnosis
    No errors could be found. The current process has probably not finished yet.
    System Response
    The ALE inbox of the SAP BW is identical to the ALE outbox of the source system
    and/or
    the maximum wait time for this request has not yet run out
    and/or
    the batch job in the source system has not yet ended.
    Current status
    No Idocs arrived from the source system.
    <b><u>BW Monitor Details:</u></b>
    0 from 0 records
    – but there are 2 records on RSA3 for this data source
    Overall status: Missing messages or warnings
    -     Requests (messages): Everything OK
    o     Data request arranged
    o     Confirmed with: OK
    -     Extraction (messages): Missing messages
    o     Missing message: Request received
    o     Missing message: Number of sent records
    o     Missing message: Selection completed
    -     Transfer (IDocs and TRFC): Missing messages or warnings
    o     Request IDoc: sent, not arrived ; Data passed to port OK
    -     Processing (data packet): No data
    <b><u>Transactional RFC (sm58):</u></b>
    Function Module: IDOC_INBOUND_ASYNCHRONOUS
    Target System: SRMCLNT100
    Date Time: 08.03.2006 14:55:56
    Status text: No service for system SAPSRM, client 001 in Integration Directory
    Transaction ID: C8C415C718DC440F1AAC064E
    Host: srm
    Program: SAPMSSY1
    Client: 001
    Rpts: 0000
    <b><u>System Log (sm21):</u></b>
    14:55:56 DIA  000 100 BWREMOTE  D0  1 Transaction Canceled IDOC_ADAPTER 601 ( SAPSRM 001 )
    Documentation for system log message D0 1 :
    The transaction has been terminated.  This may be caused by a termination message from the application (MESSAGE Axxx) or by an error detected by the SAP System due to which it makes no sense to proceed with the transaction.  The actual reason for the termination is indicated by the T100 message and the parameters.
    Additional documentation for message IDOC_ADAPTER        601 No service for system &1, client &2 in Integration Directory No documentation exists for message ID601
    <b><u>RFC Destinations (sm59):</u></b>
    Both RFC destinations look fine, with connection and authorization tests successful.
    <b><u>RFC Users (su01):</u></b>
    BW: BWREMOTE with profile S_BI-WHM_RFC (plus SAP_ALL and SAP_NEW temporarily)
    Source System: BWREMOTE with profile S_BI-WX_RFCA (plus SAP_ALL and SAP_NEW temporarily)
    Someone could help ?
    Thanks,
    Guilherme

    Guilherme
    I didn't see any reason why it's not bringing. Are you doing full extraction or Delta. If delta extraction please check the extractor is delta enabled or not. Some times this may cause problems.
    Also check this weblog on data Load errors basic checks. it may help
    /people/siegfried.szameitat/blog/2005/07/28/data-load-errors--basic-checks
    Thanks
    Sat

  • Link SRM and back-end in a query

    hi experts,
    i'm doing a query in SRM 4.0 with a back-end ECC 6.0.
    This query includes some TABLES/VIEWS of SRM and others of ECC 6.0 (MM module). Pay attention: i know how is possible to link the views between them, i need to know how to connect two system (SRM and ECC6.0 - MM module) in the same query.
    thanks a lot
    ab

    Hi,
    thank you for your response. This query is developed with tool SQ01, and his scope is to get data from R/3 tables (Eban,Ekko,Ekpo,Lfa1) and SRM tables (BBP_PDView_IAP,BBP_PDView_ACC,...), for view shopping cart state on SRM, and its relative Purchase Order on MM.
    Can you make me an example for RFC-enabled function modules (Business APIs) ?
    thanks a lot
    ab

  • PO with status "Deleted" in SRM and status "Awaiting Approval" in BW

    Hi,
    Report Purchase Order status ( 0BBP_PO_Q007) on ODS 0BBP_PO shows status "Awaiting Approval" for Purchase Orders that have status "Deleted" in the SRM source system.
    Any idea about an appropriate OSS note or other work around solution?
    Thanks in advance for your replies.

    1) The PO data can be extracted from SRM or R/3 . But the advantage of extracting data from R/3 is that you have lot many other data while compared to SRM system . In case u are having SRM and Sap R/3 or ECC as your backend system , it is always better to  extract PO data from R/3 or ECC. In case your backend system is going to be other than SAP system , probably we can think of extracting data from SRM.
    2) GR and invoice data always have to be pulled from R/3 system
    3) Shopping cat details exist only in SRM and the details has to be extracted only from SRM .
    Suggest to extract 1) shopping cart from SRM  2) PO,GR and Invoice from SAP R/3 or ECC.
    Hope above clarifies your questions
    Regards
    Mani
    Message was edited by:
            Manikanda Ilango S.
    Message was edited by:
            Manikanda Ilango S.

  • Issue in Material Master data replication in SRM 7.13

    Hi All,
    We have implemented SRM 7.13 and facing an issue in material mater data delta replication.When we create a new material in ECC it does not get replicated to SRM and gives the ERROR 'Specify the relevant unit of length' and 'Validation error occurred: Module COM_PRODUCT_MAT_VALIDATE, BDoc type PRODUCT_MAT.'  in SMW01.
    But when changes are done to the same material in ECC it gets repicated without any issues.
    Please provide your help to reolve this issue.
    Thanks,
    Ankur

    Hi Ankur
    Check your settings in CUNI transaction which UOM is this happening for or for all ?
    You should go to that and check what are the conversion values maintained As seen below
    In CUNI transaction go to utlilties > Adjustment select your R/3 system and click on Check mark
    Also replicate the UOM from backend . By going to R3AS and fill DNL_CUST_BASIS3 and execute
    Lastly go to Table T006 and T006A and click on Check table ...
    Doing this would sync your UOM with that of ECC and ideally the error should vanish if not
    share the screenshots
    You can solve the errors mentioned above by implementing the following notes:
    Call transaction SE16, enter SMOFAPPL, and set entry EBP.
    Check the notes as below
    520227 - Set type CRMM_PR_TAX (implement manually!)
    720819 - Consumer entries
    428989 - Filtering irrelevant data (for example, Sales and Distribution) Example: see attachment mod.txt.
    675101 - Execute report: COM_CATEGORY_TRANSPORT
    Note 872533 - FAQ: Middleware
    Note 402591 - Download Customizing object DNL_CUST_BASIS3
    Note 1609476 - Error loading tables DNL_CUST_PRICE and DNL_CUST_BASIS3 from ERP.
    Note 393939 - Table TCURX is not downloaded from R/3 System
    Note 1038966 - Entries missing in TCURX after load of DNL_CUST_BASIS3
    Also refer to these who faced similar issue as yours
    http://scn.sap.com/thread/1769891
    http://scn.sap.com/thread/1355188

Maybe you are looking for

  • Cisco ip phone 9971 registration failed with CME 8.5

    Good day! I have voice bundle 2951 with 15.1.3(T) IOS version and  a few 9971 ip phones. In addition to it I've downloaded current SIP firmware for these phones (sip9971.9-2-1) and configured my CME as follows: voice register global mode cme source-a

  • ISE 1.1.2 and certificates

    Hello all, i have a pretty simple setup, 2 admin/mon node and 2 PSN Both PSN  have public cert installed and on the admin, i did add a private CA root cert. Problem: the CA root cert was upgraded from a SHA1 to SHA256RSA. I imported the new CAroot to

  • Mini not going to sleep

    After installing the latest firmware 1.01 on my Intel CoreDuo Mini it no longer goes to sleep although the screen goes black at the prescribed time. I now have to press the button in the back to 'force' it to go to sleep. Has anybody else noticed thi

  • Foreign trade data incomplete for item 000010

    Hi, When we release the billing doc (while sending for accounting), I am getting the following message: "Foreign trade data incomplete for item 000010" While debugging I found when the field UVALL is "X" such message will come. Can anyone tell me why

  • Não consigo imprimir arquivos em pdf

     peço solução para imprimir arquivos em PDF