Region wise Repository for MDM ?

Hi,
We are in Migration of CCM to MDM.
In CCM we have so many catalogs.
So we are creating 3 repostoteries in MDM based up on the region.
Can any pls let me know the how the supplier data can be replicated to MDM ?
we dont have XI.
Please let me know is there any jobs to replicate.
Regards
Venkatesh P

Hello Venkatesh P
Import  manager and mdis help you.
You can configure integration between MDM and CCM without PI.
for data exchange you can use files
1) export data from CCM to file
2) put that file to inbound MDM directory
3) configure mdis for automatic import
more about mdis and import manager:
http://help.sap.com/saphelp_nwmdm71/helpdata/en/4b/72b8e7a42301bae10000000a42189b/content.htm
mdm console (outbound /inbound ports configuration):
http://help.sap.com/saphelp_nwmdm71/helpdata/en/4b/71608566ae3260e10000000a42189b/content.htm
Regards
Kanstantsin Chernichenka

Similar Messages

  • Region wise Repository for SRM MDM

    Hi,
    We are in Migration of CCM to MDM.
    In CCM we have so many catalogs.
    So we are creating 3 repostoteries in MDM based up on the region.
    Can any pls let me know the how the supplier data can be replicated to MDM ?
    we dont have XI.
    Please let me know is there any jobs to replicate.
    Regards
    Venkatesh P

    Hi Venkat.
    Supplier can be replicated from SRM to MDM through ROS_SUPPLIER_SEND_TO_CATALOG report.
    Also through MDMGX report you can configure the supplier table information fields to send to MDM.
    If you are looking for replicating records from CCM to MDM, if you can export the records in XML then you can import it to MDM through MDM Import Manager.
    Best Regards
    Bala

  • GDS repository for MDM server

    Greetings,
    A couple questions for GDS experts...
    1. Is there a GDS repository for MDM server? I am asking about an .a2a file. I am not able to find one. Could you please guide me to the location from where I can download it?  Thanks.
    2. When we extract data from ERP, it is stored on MDM server. This much I gathered from different presentations but in which repository does it go to?
    3. If there is an MDM repository for GDS solution then can we modify it and add more fields to it?
    Regards,
    -T

    Hi,
    I checked the directory listing of the folder where I extracted that zip file and as you can see below there is no a2a file.
    Regards,
    -T
    Directory of C:\software\SAPSWs\new folder
    11/04/2008  08:12 AM    <DIR>          .
    11/04/2008  08:12 AM    <DIR>          ..
    11/04/2008  08:00 AM    <DIR>          Connector
    01/27/2008  05:21 PM        30,149,843 GDS_1.0.6.1.ear
    01/27/2008  05:21 PM        16,109,596 GDS_ExternalValidations_1.0.6.1.ear
    11/04/2008  08:00 AM    <DIR>          MDM
                   2 File(s)     46,259,439 bytes
    Directory of C:\software\SAPSWs\new folder\Connector
    11/04/2008  08:00 AM    <DIR>          .
    11/04/2008  08:00 AM    <DIR>          ..
    01/25/2008  09:38 AM            67,243 com.sap.mdm.tech.connector.sda
    01/25/2008  09:38 AM         5,008,269 com.sap.mdm.tech.mdm4j.sda
    01/25/2008  09:38 AM         5,078,356 MDMJAVAAPI05_2.sca
                   3 File(s)     10,153,868 bytes
    Directory of C:\software\SAPSWs\new folder\MDM
    11/04/2008  08:00 AM    <DIR>          .
    11/04/2008  08:00 AM    <DIR>          ..
    01/25/2008  08:16 AM        24,251,867 MDMConsoleInstall_Ver5.5.42.103.exe
    01/25/2008  08:18 AM        27,671,239 MDMDataManagerInstall_Ver5.5.42.103.exe
    02/08/2008  12:15 PM       168,756,751 MDMServerInstall_Ver5.5.42.103.exe
                   3 File(s)    220,679,857 bytes
         Total Files Listed:
                   8 File(s)    277,093,164 bytes
                   8 Dir(s)   5,152,546,816 bytes free

  • Calmonth for the SD Report- Region wise sales

    Hi Guyz,
    I need to build a report for Region wise sales for 0SD_C03, the columns included the months Jan 2010, Feb 2010- which is a easy drag and drop. However, the challenge arises when the third column requires "UPTO FEB 2011" and the 4th column "UPTO FEB 2010".
    Can you please guide me here...
    Thanks,
    Regards,
    G!

    Hi Satyam...
    Thanks for the quick response. I tried to do it that way...by selecting Feb2010 and then restricting it with less than or equal to variable range. But, it doesn't seem to accept it. It prompts the following error messages when I try to save the query.
    Errors: The Characteristic value FEBRUARY 2010 for Infoobject 0CALMONTH is not numerical
    Errors: For Characteristic 0CALMONTH, enter value in a permitted format.
    Any other way we could do it??
    Thanks,
    Regards,
    G!

  • Generalise business rule to fetch common inputs region wise

    Hi,
    Our entity dimension is changed to program(Which means projects) dimension which will include the location as a parent and under that are the list of programs specific to that location. our legal entity is a custom dimension. This change is done to enable the workflow program wise. Now there are certain planning assumptions which are common across programs in a country. The common inputs are captured against a member in entity and legalentity dimension. The member names are something like IND_Prog_assumptions in entity dimension and India_Assumptions in Legalentity dimension. The hierarchy is something like below
    LegalEntity,India,Chennai,Location1
    LegalEntity,India,Chennai,Location2
    LegalEntity,India,India_Assumptions
    Entity,IND_Programs,Prog1
    Entity,IND_Programs,Prog2
    Entity,IND_Programs,IND_Prog_Assumptions
    There are sone calculations which will involve pulling the data from these common inputs. I have written a business rule by fixing each and every location separetely. Is there a way to generalise this? i.e. Check what the current location is. And then get the corresponding member like IND_Prog_assumptions for that location. Basically one fix statement which will do the calculation based on the selected entity and legalentity dimension.
    FIX(@DESCENDANTS(India),@DESCENDANTS(IND_Direct))
    "Shrinkage %" = @ROUND(((India_Assumptions->IND_Prog_Assumptions->"Holidays in a year")/(India_Assumptions->IND_Prog_Assumptions->"Total working days in a year"))*100,2);
    ENDFIX
    FIX(@DESCENDANTS(USA),@DESCENDANTS(USA_Direct))
    "Shrinkage %" = @ROUND(((USA_Assumptions->USA_Prog_Assumptions->"Holidays in a year")/(USA_Assumptions->USA_Prog_Assumptions->"Total working days in a year"))*100,2);
    ENDFIX
    Edited by: ragavhere on May 8, 2010 4:59 PM
    Edited by: ragavhere on May 8, 2010 5:07 PM

    Hi msandrews,
    Thanks for your response. Your suggestion worked well.
    But now the problem is different coz the requirement has changed. The common inputs are captured against the members like IND_Prog_Assumptions,US_Prog_Assumptions,Phillippines_Prog_Assumptions in the Entity dimension and India_Assumptions,USA_Assumptions,Phillippines_Assumptions in the Legalentity dimension. These common inputs have to be pushed to the other programs in the entity dimension as well as in the location dimension region wise. For eg. the value captured against IND_Prog_Assumptions and India_Assumptions have to be copied to the programs which run in india and the value captured USA_Prog_Assumptions and USA_Assumptions have to be copied to the programs running in USA. The hierarchy of LegalEntity and Entity dimension is here again for your reference.
    LegalEntity,Global,APAC,India,Chennai,Location1
    LegalEntity,Global,APAC,India,Chennai,Location2
    LegalEntity,Global,APAC,India,India_Assumptions
    LegalEntity,Global,APAC,Phillippines,City1,Location1
    LegalEntity,Global,APAC,Phillippines,City1,Location2
    LegalEntity,Global,APAC,Phillippines,Phillippines_Assumptions
    LegalEntity,Global,North_America,USA,City1,Location1
    LegalEntity,Global,North_America,USA,City1,Location2
    LegalEntity,Global,North_America,USA,USA_Assumptions
    Entity,Global_Direct,IND_Direct,SD_IND,Prog1
    Entity,Global_Direct,IND_Direct,SD_IND,Prog2
    Entity,Global_Direct,IND_Direct,BD_IND,Prog1
    Entity,Global_Direct,IND_Direct,BD_IND,Prog1
    Entity,Global_Direct,IND_Direct,IND_Prog_Assumptions
    Entity,Global_Direct,US_Direct,SD_US,Prog1
    Entity,Global_Direct,US_Direct,SD_US,Prog2
    Entity,Global_Direct,US_Direct,BD_US,Prog1
    Entity,Global_Direct,US_Direct,BD_US,Prog1
    Entity,Global_Direct,US_Direct,USA_Prog_Assumptions
    Entity,Global_Direct,Phillippines_Direct,SD_Phillippines,Prog1
    Entity,Global_Direct,Phillippines_Direct,SD_Phillippines,Prog2
    Entity,Global_Direct,Phillippines_Direct,BD_Phillippines,Prog1
    Entity,Global_Direct,Phillippines_Direct,BD_Phillippines,Prog1
    Entity,Global_Direct,Phillippines_Direct,Phillippines_Prog_Assumptions
    I tried to do something with DATACOPY. But nothing worked out. I am confused in proceeding.
    Your help is highly appreciated.
    Regards,
    Ragav.

  • Creating MDM repository for Material Master Data

    Hello MDM Gurus,
    I am new to SAP MDM. I want to create MDM repository for Material Master. What I unddertand is, I can create repository using Bussiness Content shiped with MDM software. I will copy *.a2a file to archive folder of MDM server and unarchive repository. I have following question for you.
    1. HOw do I use export maps and import maps which I found in Busines contenst\Material folder?
    2. How do I use MDM Lookup Tables which is xml document in Busines contenst\Material folder?
    3. Why is the use of MDMGX_55520_Material.txt file which I found in Busines contenst\Material folder?
    4. What is the use of *.xsd files and how can I use them?
    Thanks,
    Bhupesh

    Hi Bhupesh
    1. HOw do I use export maps and import maps which I found in Busines contenst\Material folder?
    save all the map files on your loacl machine. open import manager and select file-> Import, browse to the .map file and save the map with a meaningful name. now next time connect to the source file you want to import and OPEN the map saved.
    2. How do I use MDM Lookup Tables which is xml document in Busines contenst\Material folder?
    Businees content contains the standard  ECC refernce tables like countries, regions etc which can be refreshed from ECC. for this you have to configure MDMGX, defining all the ports in MDM and in ECC the tables from which data has to be refreshed. refer to below threads for details.
    Extract Data usnig MDMGX
    How to Export Materials from ERP to MDM 7.1 via MDMGX?
    3. Why is the use of MDMGX_55520_Material.txt file which I found in Busines contenst\Material folder?
    This helps us in configuring the table extraction from ECC, refer to thread-> Extract Data usnig MDMGX
    4. What is the use of *.xsd files and how can I use them?
    Schema files are used for syndicating the records from MDM to source system. Say we want to syndicate material master from MDM to ECC and in ECC they will be posted via MATMAS05 IDoc. these schemas are the structure of IDoc which will contain the values which will be syndicated from MDM.
    Let me know if you know some more details.
    regards
    Ravi

  • Define Reports For Branch Reporting/Region Wise Reports

    Hi,
    Is there any possibilities to define our own reports for Branch Wise/Region Wise Reporting?
    Kindly give me suggestion if possible with the process to create.
    Thanks
    Sap Guru
    kischowdary*gmail.com

    Hi:
    You can define your own customized reports for Branch Wise/Region Wise Reporting.
    This is the work of a technical person ie. ABAPer.
    You have to give him tables names,fields for defining reports.
    Alternatively, you can use SAP BW to define your customized reports.
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    MSReddy

  • MDM custom repository for BOM & Routing

    Anyone has done Custom MDM repository for Routing?.  If yes then could you please provide some information or documents about how the custom repository structure looks like?.  
    I have dome custom MDM repository for BOM.
    Thanks

    Hello,
    For custom development you can take the underlying database model as your reference
    You can refer the MDM Console guide which is available on
    http://www.service.sap.com/installmdm71
    regards,
    Abhishek

  • User Access By Region Wise

    Hi,
    I have 3 regions. I created user for these three regoins. How I can set the dashboards based on region wise.
    Eg: user belongs to xx region should only view xx region data in dash board.
    Please guide me in this issue
    Thanks
    EP

    You can set data level security....
    For this, go to the administration tools, open your repository there, go to manage-> security.
    You'll see your three users, click on one of them (Suppose you click on the user who belongs to "east" region.). Then
    click on permissions button. then go to the filters tab. and add the filters you want.
    for example,
    select a table you want to apply filter on, and add filter as region='East'.
    Hope that helps....
    Edited by: user9149257 on Mar 1, 2010 10:30 PM

  • Difficulties when creating a slave repository on MDM 7.1

    Hi Experts,
    We're trying to create a Slave repository on MDM 7.1, but when trying to connect to the other DBMS a message shows up saying that it's unable to connect with Database Server.
    I went to the MDM log and found the following message:
    Service 'MQ0', Schema 'system', ERROR CODE=12154 ||| ORA-12154: TNS:could not resolve the connect identifier specified Last CMD:
    Important information:
    The servers are different, one for the master and the other for slave. (the DB is also in each correspondent server).
    Both servers are on the same network.
    The Oracle Listener is up and working, we could telnet it.
    Does anybody faced with something similar?
    Thanks for the help
    Armando Martines Neto

    Adding the full log message from MDM:
    OCI Attach, try again ...
    Last CMD:
    ",MDSAdminServer@GetDbmsSettings,Oracle_DBConnection.cpp,201,,,,server_user,server_global,,,
    2009-07-20T19:20:57.918,11      ,24,"OCI Attach returned: -1",MDSAdminServer@GetDbmsSettings,Oracle_DBConnection.cpp,543,,,,server_user,server_global,,,
    2009-07-20T19:20:57.918,11      ,24,"Service '15.179.91.77', Schema 'mpmuser', ERROR CODE=12154 ||| ORA-12154: TNS:could not resolve the connect
    cheers,
    Armando Martines Neto

  • Region wise Sales Report / Sales Analysis

    Hi,
             I have a requirement of Region wise sales report. I have searched in the forum and found that I could acheive it through SE16-->VBRK-->REGIO field . I have tried executing the same, but the problem is when ever i am trying to pull up the sales for a particular region the system is giving an invoice number. But when I go to that particular invoice and see the PAYER , the PAYER is in the different region.
             Please let me know which region the system considers at the table level. I mean to ask which region the system considers for a particular transaction.
    Thankyou,
    Rakesh Tummala.

    Hello Rakesh,
    I am facing a similar issue that you are facing.  Yes, there is a region populated on the billing document in table VBRK.  However, depending on how your order entry is configured, the region listed in the billing document isn't necessarily the region the materials were shipped to.  To fine tune your requirement, are you looking for a report where the ship-to address is in a specific region or where the payer or sold-to address is in a specific region?
    If it's the ship-to address in a specific region, you'll need to develop a table join query in SQ01.  Join the tables VBRK --> VBPA --> ADRC.  VBRK is the billing document header table.  VBPA is the partner table where SH (ship-to partner) can be determined and it gives you an address code.  ADRC is the Business Address Services table that reads the address code and provides the address.  In the next step, make sure ADRC-REGION is a selection field so that you can specify the region.  Then, run the query, ensure VBRK-NETWR is an available field so that you can calculate the net value of billing documents for the specified region.
    If it's the payer or sold-to address in a specific region, this is easier since it's master data and not transaction-specific data (remember, your customer service group could be manually changing the ship-to location when creating a sales order, which is why you would need to follow the aforementioned steps).  You can do a quick search for accounts within a specified region then obtain the information in VBRK for the specified payers.
    I hope this information helps you, please provide questions if you need further clarification.

  • Sales region wise report

    my customer is asking for a report sales region wise.
    i have taken as org units like sales office for all their sales offices and sales group for their sales persons,
    now how can i configure sales region ie., north ease west south, to take a standard report
    pl give your inputs
    thanks

    If you want to take out the report sales office wise u can u se standard SAP t code : MCTG
    In the standarad view u cannot see the sales district in the same report...so u can copy the same program and add ur logic so that u can get ur dsired output.
    To create sales region, u can use sales distict field in custmer master field. define in config and maintain it cutomer master. u can use mass or XD99  transaction to update this field in all the customer master record.
    below is the menu path to define sales distirict:
    IMG>>SD masterdata>>Business partners>>Cusotmers>>>sales>>>define sales districts.
    Thanks,
    Shaik

  • Customer Ageing analysis-Region wise

    Hi,
    There is a requirement to see Customer ageing analysis region wise. Regions in SD are defined as Sales Offices. Sales offices are at the header level in Sales Order.
    If we can bring Sales office in Accounting document in some field, is there any way to see region wise ageing analysis in standard report.
    They also want to see Sales employee wise ageing analysis.Please let me know If there is any way out for this in standard.
    Regards,

    Hi,
    In the Standard Report Itself, if you select dynamic selection, you get the option of selecting the region from the Customer Master.  TCode (S_ALR_87012178)
    With this, you can achieve the result of getting the ageing report region wise.
    Hope this information is of some help to you.
    Appreciate any points awarded if found useful.
    Regards,
    Venkat

  • Could not save the document to the repository for the following reason

    Hi,
    Some of the Scheduled reports are getting failed because of the following Error.
    Could not save the document to the repository for the following reason: [repo_proxy 30] InfoStore::ObjectExport::commit - (Helpers::InfoStore::ObjectExport::commit) File Repository Server error : Failed to put the file to file server: frs://Output/a_242/027/084/5512178/aduu8vtfkntmvyv8lsnntas.wid already exists.(hr=#0x80042a4a)(Error #-2147210678 (WIS 30567)
    i have searched about this but no use no information on the same.
    So Pls let me know why this problem will occur and how to resolve this,I am new to this forum if any this is wrong pls let me know
    Thanks in advance,

    HiShwetabh Suman
    Thanks a lot for immediate response,
    Please go through the following
    From the logs I see a difference in the execution steps as below:
    [2014-03-31 10:24:15,364] [TID:13] [INFO ] [child.RunStatusTimerTask.run():17]: calling checkRunStatus
    [2014-03-31 10:24:31,887] [TID:3168] [INFO ] [child.ChildImpl.request():23]: request: [GetLoad]
    [2014-03-31 10:24:31,888] [TID:3168] [INFO ] [child.ChildImpl.request():25]: response: [1]
    [2014-03-31 10:24:37,879] [TID:3153] [ERROR] [webi.PublishingSubsystem.run():93]: Throwable exception caught:
    com.businessobjects.rebean.wi.ServerException: Could not save the document to the repository for the following reason: [repo_proxy 30] InfoStore::ObjectExport::commit
    - (Helpers::InfoStore::ObjectExport::commit) File Repository Server error : Failed to put the file to file server:
    frs://Output/a_165/024/084/5511333/aqew_jeqdcjcrukoadjdtk0.wid already exists.(hr=#0x80042a4a)(Error #-2147210678 (WIS 30567)
    Can you please help us understand the reason why the child.runstatustimertask.run() is called in the case where we get the failure. Because upon noticing the difference in the steps of execution I see that this method is called and after that the failure is occuring.
    Also, few other findings are that :
    1. The error occurs from both the nodes adaptive job servers randomly.
    2. The IFRS and OFRS of one of the node is not being used at all for any file transfers (though the configurations are exactly same).
    Please advise and help us get rid of the said error.
    Can u give any permanent solution for us

  • Region wise profitablity "Not Assigned Profit Center (s)"

    Hi,
    In report drill down at Region wise profitablity in BEx "Not Assigned Profit Center (s)" is showing how can this error be solved ?
    Thanks and Regards,
    Richa

    Hi Richa,
    I would first check, if the loaded Hierarchy is correct and activated. Then look on the Query which gives the "Not assigned" entry and look which Subregion is not assigned. Check with Source system, because it is a very good possibility, that the assignment is not done there.
    Usually: Do not hesitate to assume that BI/BW shows the correct data! Especially if the BI/BW was reliable for some weeks.
    If some error like this does show up, first check in the source system. In our environment, about 90% of errors of this kind are due to inexperienced Source system users, or new requirements which were just implemented in the Source system without telling the BI/BW crew.
    Kind regards,
    Jürgen

Maybe you are looking for

  • SSRS 2008, can I use exec sp and Select combo in dataset query pane for DataSet

    Hi, I'm trying to use this combo for my dataset: i.e. call sp and then use table resulting from this sp, and it give me an error <procedure or function has too many arguments specified> while generating report on Preview, but runs OK from query desig

  • Anyone else had problems downloading RH9 trial version?

    I have unsuccessfully tried to download the RoboHelp 9 trial version using various browsers (IE, Firefox, Safari) on both my work and personal laptops.  Received the following error message when trying to download the trial this morning using Safari.

  • Embedding reference/page links to external PDF, in Word document before exporting it as PDF...

    I have a substantial compilation of documents in a single PDF file: call this the reference material. I am writing a narrative concerning the above using Word 2010, which when complete I will export to PDF, to be included with the above reference PDF

  • Using CLOB data type - Pros and Cons

    Dear Gurus, We are designing a database that will be receiving comments from external data source. These comments are stored as CLOB in the external database. We found that only 1% of incoming data will be larger than 4000 characters and are now eval

  • N95 31.0.017 Firmware, another bug

    After updating my N95 RM-159 to 31.0.017 Firware, I noticed that when recording a movie, after 5 seconds it start to make breaks and the red ligth flash also. did anyone have this bug? Solved! Go to Solution.