Link to Standard repository(s) MDM7.1

Hi All,
Could you please let me know the direct link to download the MDM 7.1 standard repository(s).
thanks,
Alexander.

The correct forum for this question would be the MDM forum. So please move this thread to SAP NetWeaver / SAP Masterdata Management in order to get a response.

Similar Messages

  • Links to download the MDM standard repository

    Hi,
    Could you please let me know the Link to download the MDM7.1 standard repository(s); *.a2a files.
    thanks,
    Alexander
    Found one Business content 7.1
    Edited by: Alexander Raja on Sep 29, 2009 6:22 PM

    Rmerrill,
    Please go ahead and follow the links and instruction given in the link below:
    http://forums.adobe.com/thread/981369
    -Mandhir

  • External Links in KM Repository

    Hi,
    How to create external links in KM repository in Web Dynpro Java application?
    Thanks
    Sundar

    Hi,
    Creating Links
    When you create a link, you can specify whether it is internal or external. You create a link as follows:
    IResource link = parent.createLink(u2033linku2033, u2033/documents/fileu2033,LinkType.INTERNAL, null);
    Identifying the Link Type
    It is useful to know the link type because it gives an indication of the operations that are possible on the link target. The repository framework distinguishes between internal and external links. Internal links refer to resources that are integrated in the repository framework, whereas external links refer to objects that are not integrated in the repository framework, for example, documents stored on a web site. If a link is internal, you can access the target as a resource that offers the operations associated with repository framework resources. If a link is external, you can only access the target as a URL and not as a resource object. As a consequence, most of the operations associated with resources are not available.
    Determining the link type is therefore often a prerequisite for handling a link target effectively.
    The code extract shows how you can find out what type of link is involved.
    if( LinkType.INTERNAL.equals(resource.getLinkType()) ) {
    // resource is an internal link to another resource
        IResource target = resource.getTargetResource();
        if( target == null ) {
            // link is broken, because target does not exist anymore as a resource,
            // so use the RID of the internal linku2019s target instead.
            URL targetURL = resource.getTargetURL();
    } else if( LinkType.EXTERNAL.equals(resource.getLinkType()) ) {
    // resource is an external link to an URL
    URL target = resource.getTargetURL();
    } else { // if( LinkType.NONE.equals(resource.getLinkType()) )
    // resource is not a link
    The repository framework also distinguishes between internal links that are static and dynamic. Dynamic links follow their target after the execution of operations like copy and move, whereas static links do not. When you create a link, the repository framework decides whether it will be static or dynamic.
    For more information: SAP NETWEAVER DEVELOPER'S GUIDE 2004S. Page .20
    Patricio.

  • Related Content links in the repository tables

    We have 150 FR reports and many of them are using Related Content links. I am trying to find the easiest way to view all the Reports that have Related Content links and which reports they are linking to. I was trying to see about writing a sql against the tables but need to know which tables to join and what fields to select.
    If anyone has a sql they have built to do similar selects or a feature in EPM that I am missing let me know.
    Thanks!
    Robert

    Indeed, we have the same issue with our Solaris 10 containers.
    None of the network interface are visible since we upgraded to Solaris 11.1.
    Highly likely that we will have to fallback to 11.0
    root%A-infmagt004[8] zoneadm -z udsr02 boot
    Dec 7 09:55:41 gvas-infmagt004 mac: [ID 469746 kern.info] NOTICE: net0 registered
    Dec 7 09:55:41 gvas-infmagt004 mac: [ID 469746 kern.info] NOTICE: dmz0 registered
    Dec 7 09:55:41 gvas-infmagt004 mac: [ID 469746 kern.info] NOTICE: vd155 registered
    Dec 7 09:55:41 gvas-infmagt004 mac: [ID 469746 kern.info] NOTICE: vd157 registered
    Dec 7 09:55:41 gvas-infmagt004 mac: [ID 469746 kern.info] NOTICE: vd153 registered
    Dec 7 09:55:41 gvas-infmagt004 mac: [ID 469746 kern.info] NOTICE: vd301 registered
    Dec 7 09:55:43 gvas-infmagt004 dlmgmtd[65]: [ID 183745 daemon.warning] Duplicate links in the repository: net0
    Dec 7 09:55:43 gvas-infmagt004 dlmgmtd[65]: [ID 183745 daemon.warning] Duplicate links in the repository: dmz0
    Dec 7 09:55:43 gvas-infmagt004 dlmgmtd[65]: [ID 183745 daemon.warning] Duplicate links in the repository: vd155
    Dec 7 09:55:43 gvas-infmagt004 dlmgmtd[65]: [ID 183745 daemon.warning] Duplicate links in the repository: vd157
    Dec 7 09:55:43 gvas-infmagt004 dlmgmtd[65]: [ID 183745 daemon.warning] Duplicate links in the repository: vd153
    Dec 7 09:55:43 gvas-infmagt004 dlmgmtd[65]: [ID 183745 daemon.warning] Duplicate links in the repository: vd301
    root%A-infmagt004[4] zlogin udst02 ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    useless.

  • Oracle apps 11i - customization in Create Timecard link in Standard OTL page

    Hi everyone,
    I have got a requirement to add some functionalities in oracle 11i - Create Timecard link in standard OTL page .Mentioned below is the Requirement.
    When the engineer clicks the 'Save' button in the create timecard link in OTL page, it should save the time card and check the status of the timecard.If the specific timecard being saved is either "approved" or
    "submitted", a pop-up notification should warn the Engineer.
    Warning:
    "Warning – By clicking yes, all previously submitted versions of this timecard will be retracted. The Timecard will need to be resubmitted and reapproved. Are you sure you wish to continue? Yes, No"
    If engineer clicks YES, then an email notification should send to engineer and Manager ,notifying them that the timecard has been retracted and will need to be resubmitted.
    If the timecard has never been saved before or is currently pending or rejected let the engineer save the timecard without showing the warning and normal process should follow.
    Can anyone help me out here.I wanted to know the complexity of the issue.
    Which method should be adopted to do this.? Can anyone tell me which logic needs to be implemented here.
    Thanks,
    Sukanya

    Hi Kristofer,
    When the Employee pressed the Save button and if the status of timecard is Approved/Submitted , a popup should display.
    I have created a page with two buttons (Yes and No) with  warning  "By clicking yes, all previously submitted versions of this timecard will be retracted. The Timecard will need to be resubmitted and reapproved. Are you sure you wish to continue?"..
    If Employee pressed Yes...I need to save the timecard and normal process should follow..
    Here even if I called the PFR of the TimecardListCO(Standard) controller, It's not working.
    Is there a way to create the page dynamically with two buttons ?So that I can write the code in the extended controller itself rather than creating a new page.
    Which method should I follow to implement this?
    Kindly provide your suggestion...
    Thanks,
    Sukanya

  • Link two different repository in MDM

    Hi,
    In order to address common org elements like company code, currency , Manufacturer etc ;
    Is it feasible to create one common-repository main table with all the above field info which is required across many objects(customer,vendor,material etc) and then link the common repository to the individual repository which need some attributes of the common repo information? This is to eliminate creating that common table separately for each individual repositories otherwise.
    I am in MDM 5.5 SP04 and trying to understand how I can link/reference the common repository to the individual repositories.
    Is it possible by using 'Remote Key' in Import manager for this purpose? How I can bring a repository in source side of IM?
    Any  idea about the issue is and detail steps of possible solution (excluding Java API route) is appreciated.
    -regards, reo

    Hi Prashant,
    Thanks for the reply.
    I was expecting not to load at all the common repo info to the individual repository but just to link them which ever individual repo need it.
    Hope I am able to make the point.
    For example I am now connecting a lookup table say company-code to my main table. Instead of creating a company code lookup table here , I will link my main table to look the common repository.
    This will enable all objects not to create a company-code lookup table in their respective repository but link it to the common repository to populate the data.
    Thanks , -reo

  • Crawling/Indexing external links in CM-Repository

    Hi all,
    I would like to do the following:
    - Create an external Link or a HTML site with external links in a CM-Repository.
    - Create an index with a crawler, which crawls the
    created  links and HTML site and follows links on
    external sites to a certain depth.
    I used the standard crawler for this. But it had not the
    desired effect: Only the HTML sites directly in
    CM-Repository and behind the external links are crawled
    but no links in these sites are recognized by the crawler
    I adjuste the crawler parameters like:
    - Maximum Depth: 10
    - Follow Links (ticked)
    - Follow Redirects on Web-Sites (ticked)
    but it did not help!
    I know it sounds like you could just say: "Use a
    Web-Repository for this..." but I can not do this in
    this context. Or is this the only repository manager
    which is aware of following links?
    Any help will be appreciated!
    Best regards!
    Mirko

    Hi Matthias,
    thank you for your reply!
    The reason why I did not want to use Web-Repositories for this was, that I could not find a documentation on how to create the necessary objects in KM programmatically.
    (And I think it is not obvious from the documentation that you specifically need a Web-Repository for this!)
    Is there a API to create a HTTP-System, WebSites and Web-Repositories which is documented?
    I could not find any on SDN, but perhaps you or anybody else knows some resources?
    Best regards!
    Mirko Heger

  • SP05 standard repository passwords - Will reward good points

    Hi,
       We unarchived the standard repositories from Business content for SP05 patch 01 (materials, customers and vendors). In the console the repository is locked and needs login credentials. I could not find information on what user id and password to use for first time login.  Please tell me what user id / password to use for first time login to standard repositories (We have just unarchived the a2a files)
    Will reward good points
    Thanks
    Harsha

    Hi Harsh,
    <b>"For unlocking  repository, Choose Login from the context menu and enter a username and password (for the standard repositories the default username is Admin without a password). Otherwise use the username and password that you have defined in the repository".</b>
    This is mentioned in the Upgrade Guide of SP5 at page no 13. you can check using link <a href="https://websmp110.sap-ag.de/~sapidb/011000358700000271872007E">Upgrade Guide SP5</a>
    Please try user Id "Admin" and password blank once more. If not successful this time then it seems that you have by mistake changed the password of the repository.
    Hope this will help you. Please let me know the results.
    Thanks,
    <b>Shiv</b>

  • ABAP Mapping : Link to the repository

    Hello,
    I'm taking a look at PI Mapping with ABAP. In the documentation I find how I have to program the ABAP part, but I am missing the link with the messages defined in P.
    I made a class 'ZA_CL_KCL_MAPPING' with interface IF_MAPPING in it.
    I made the changes to the exchange profile, putting 'R3ABAP|ABAP-Class;R3XSLT|XSL (ABAP Engine)' in 'com.sap.aii.repository.mapping.additionaltypes'.
    What is the step by step process to make my ABAP mapping really work ? Where do I put my missing link .
    Thanks in advance.
    Kris

    Try giving this entry in Exchage Profile under  IntegrationBuilder>IntegrationBuilder.Repository>com.sap.aii.repository.mapping.additionaltypes
    R3_ABAP|Abapclass;R3_XSLT|XSL (ABAP Engine)
    Close IR and Reopen. Now in interface mapping you can select the ABAP Mapping Type. Then give your abap class name there exactly what you defined in SE38.
    Activate and test using Test tab of Interface Mapping. Use some sample payload of Source XML which you should be knowing.
    Note:- Message Mapping is not required.
    Regards,
    - Gujjeti.
    Edited by: Praveen Gujjeti on Mar 23, 2009 7:35 PM

  • Can i add a "print" link in standard KM iViews??

    Hi All,
    I have done some Portal development.
    I am new to KM.
      I have some doubts:
    1.       I want to develop custom News Component, Discussion Group & Discussions etc.. What perspective I should use? I mean, is it PDK? Or is there something else?
    2.       In a standard KM iView (for ex: in a news iView), can I add a link called print (say) to print the whole content in the iView? Or should I have to make a custom development for that.
                Please tell me what I should refer to. Any classes like IRoom, IDisscussionGroup etc..????
    Plz help me.
    <b>Regards,
    Sai Krishna.</b>

    Any ideas/solutions? Please do share.
    Sai.

  • Poster Frame QT Movie linked to standard QT Movie loads in Firefox not I.E.

    Ok, this may be a rare question here. Here's what I've done following a small blurb of directions in iMovie6/iDVD the Missing Manual by David Pogue. (awesome book)
    I've created a "poster frame movie" in QT. This is a one -frame movie I use as the picture on the page.
    This poster frame movie, when clicked, is linked to a full version of the same movie that opens in the same place. The reason for this poster frame movie is to start the QT plug-in download as soon as someone reaches my page so there is no wait time when they click to watch the movie, it should be instantaneous.
    I tested this last night on my Mac with Firefox, and after clicking the poster frame movie (i.e.) the picture; the linked movie loaded right away. This worked on PC with Firefox as well.
    However, when this is page is loaded in Internet Explorer, on Mac or PC, the poster frame movie is there, but when clicked, the full movies do not load.
    Can anyone think of why or what setting I.E. may have that doesn't allow my QT movies to load when other browsers allow it?

    Yup, that's your problem.
    Before the <embed> you should add:
    <param name="href" value="http://blip.tv/file/get/Awarner20-AnniversarySecondTry745.mov">
    <param name="target" value="myself">
    As predicted, your problem is that while the QuickTime plug-in has the HREF and TARGET parameters, they are missing from your OBJECT code, meaning that the QuickTime ActiveX Control will never see them. You need to include all parameters in both places (unless you want different behavior in IE).
    Also, TECHNICALLY, you should also add a </embed> just before the </object>. The <embed> tag, like, for instance, the <p> tag is self-closing, but the most recent XML standard (HTML is a subset of XML) says, "Thou shalt close all of thy tags". So it won't make a bit of difference in function, but it is good practice. And yes, you should also close your <p> tags and use <br /> or <br></br>, too.
    (although technically we're not supposed to use EMBED at all anymore, as it isn't in the HTML spec, but it works with all browsers except IE while OBJECT doesn't always...)
    --Dave Althoff, Jr.

  • Screen exits linking to standard screen

    Hi sap guru's,
    I am sivakumar, i am working with exit on IS-U and CRM if anybody have the idea on these concept give reply.
    I nedd a help on Screen exits, can any one pls send me deatail procedure for creating screen exit and the important thing how to give link between subscreen in screen exit and standard screen.
    I have seen lot of thread but i coudn't find clear idea for linking subscreen to standard screen. pls provide clear procedure for linkinf if any code needed for that where we  have to write code what is that.
    Urgent.
    Regards,
    Sivakumar,

    Hi,
    Goto T.code SMOD or CMOD.
    Example component :MEREQ001
    Select the screen Exit and Just Press Activate Button
    On double clicking on that will take u to a sreen give the descirption and save.
    Goto SE80 and Give the FG :XM02 and then write your code in the SCreen and Includes Provided there.
    Send me Ur Mailid, I would send you attachment with screen shots.
    Bala.M

  • Linking of standard texts in sapscripts

    After creating standard text in so10, how do we link these texts so that it can be used in sap scripts.

    Hi,
    you should have searched first... But here is the answer
    INCLUDE name OBJECT name ID name PARAGRAPH name LANGUAGE   name
    e.g. /:INCLUDE mytext OBJECT TEXT ID ST LANGUAGE EN
             Here the standard text created in SO10 with name mytext is
             included in the form in language EN (English)
    In future please search before posting

  • Creating links to standard API

    I'm new to using javadoc and I want to have my pages link to the standard API,
    example:
    in my field summary i have something like this:
    private static java.awt.Color MANILA
    I would like it to say
    private static Color MANILA
    where Color is a link to the Color class documentation.
    throughout my html pages all of the standard API classes are not links. Is there some way I can tell javadoc to generate these links for me?

    Use the -link option.While -link http://java.sun.com/j2se/1.5.0/docs/api currently works fine,
    is there a URL that always redirects to the current docs? E.g. if you used
    http://java.sun.com/products/jdk/1.2/docs/api as mentioned in the javadoc
    man page of JDK 1.2.2, you have now broken links because these docs
    were removed from Sun's site.

  • UPK 11 Installation into EBS - Link to Standard Online Help goes away

    Hello,
    I have a question where I need your help. We have installed EBS R12.1.3 and UPK 11. As soon as we perform the described steps in the In-Application Support Guide for UPK11, we are getting only the UPK Player back, when we click on "help in EBS". The Standard Helps is gone, and we can't bring it back. This is the case for the Forms and the Web Interface.
    We would like to get a choice if we like to continue with
    a) UPK Player or
    b) EBS Standard Help
    Has anyone an idea how to solve it?
    Kr
    Volker

    Hello Kerry,
    thanks for your replay. Let me explain how I have understood the way to work with In-Application UPK Content.
    If you enable context sensitive recording in UPK (new profile option in EBS R12.1.3.), your content will be marked and each topic will be flagged to be related to EBS. The idea behind is to limit the topics when a user asks for UPK help to the once which are related to the current form.
    This marker is also related to the generation of the /oracle/hemi/oracle_gateway.html file as part of your content, which is located in my "Publishing Content/PlayerPackage/oracle/hemi" folder.
    So I took everything under PlayerPackage and have put it into my EBS folder $OA_HTML/PlayerPackage (simple ftp).
    I changed the Web Agent profile value which points currently to /OA_HTML/PlayerPackage/oracle/hemi/oracle_gateway.html and it works like described in my first post.
    The content we are deploying this way is only related to EBS. In addition we have recorded more Topics related to other 3rd party systems. We haven't decided yet where to put this. Personally I wouldn't put that into the same folder, but would create some links from a to-be-created help entry screen (simple html) to allow users to go to EBS UPK help directly or to any other 3rd party UPK material. In all cases my own links will point to the different Players' package oracle_gateway.html files.
    PS: we are currently investigating to which extend the metalink note ID 1446398.1 helps us (the Peoplesoft part)
    Is my explanation helpful?
    Any follow up question is welcome!
    Volker

Maybe you are looking for

  • How difficult would it be to implement an iMessage whitelist..?

    iMessage spam is a really big problem to me and my family members.  And getting worse by the week. Blocking individual senders is ludicrously ineffective and Apple seems to be reluctant to allow us to block entire domains (which would really help). S

  • Using PostgreSQL through a DB Link connection

    Hi, I'm trying to connect to PostgreSQL using a DB Link connection but when retrieving the users in the Discoverer Administrator after selecting the Database Link I got the following error: Database Error - ORA - 00904: "USERNAME" invalid identifier.

  • Creation of field without data element

    Hi all, i want to create a field SLNO without data element, i.e. by assigning direct data type NUMC. by doing so while activating it is giving the below message. "The table must be adjusted by unloading and reloading it in the database. This function

  • Problem accessing photo's from icloud when upgraded from iphone 3gs to 5

    I upgraded from an iphone 3gs to a iphone 5, but I don't seem to be able to access my photo's that were stored on icloud. As these consisted a lot of my granddaughter from birth I would not like to loose them, even tho I have some copies on my comput

  • ITunes 7.3.1 cannot run as it has detected a problem with your audio..

    Hey I installed iTunes 7.3.1 last night, and when I click to open it, a message comes up saying 'iTunes 7.3.1 cannot run as it has detected a problem with your audio configeration' Please help Thanks