Print functionality in MDM Standard Business Packages iViews

Hi Experts,
I have successfully connected MDM repository and EP and created system objects and system aliases and suitable user mapping. Now I am having a page with 5 iViews - Text Search, PickList search, Hierarchy search, Resultset and ItemDetails.
The requirement is to have a print button in the page which when, clicked will generate a user friendly (preferrably a PDF) page and will allow the user to take a print out of the resulting PDF page generated.
I have gone through the following links
[Re: Print button;
To be more specific, I am still not sure how to add a custom button and action to a standard iView - the deployed portal content is not a Web Dynpro application =, although I am not very sure what exactly is it.
Regards.
Rohit

Hi vara,
Question 1: How to add default search criteria to Search iViews in
MDM Portal Business Package
Ans. You can make use of Named Searches. Open the Data Manager Create a entry in the Named Search table, select the desired Supplier as a search criteria and save the search in the Named Search created and assign this Named Search to the user in MDM Console. Now use this user while performing User Mapping step. This will limit the Records to the search criteria of the named search and whenever you create new records satisfying the search criteria, it will get added to named search automatically.
For 2 and 3
I tried this in MDM 5.5 SP02, but no luck
Regards,
Jitesh Talreja

Similar Messages

  • Available Services in Standard Business Package

    Hi All,
    What are all the services(applications) provided by MDM standard Business Package? Are there any links which clearly states the list of services supported.
    Thanks in Advance!!
    Regards,
    Revathi Raju.
    Edited by: Revathi Raju on Mar 11, 2009 8:45 AM

    Hi Revathi,
    Are you asking about the Standard Business content provided by SAP or the Standard Business package?
    Standard Business Content:
    SAP has provided Std Business content with the MDM 5.5 and 7.1 MDM server.These are nothing by predelivered SAP repoitories archives for different masters like Customer,Material,Vendor,Article,Product,Employee etc.All you have to do is unarchive these rep contents on to your MDM server and then you can work with them .
    The Services that they provide are:
    - You will get teh entire MDM rep ready to use
    - With this comes the XML Schema,Import and Syndication Maps
    - Remote systems and ports
    - And all such configurations predefined
    - So your data modelling work is almost done and you can work with your master data directly on the repositories.
    To know more on the Business Content please refer the below link;
    https://service.sap.com/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=1035773 - Business partner
    https://service.sap.com/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=1252846 - Products
    https://service.sap.com/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=1252884 - Customer
    https://service.sap.com/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=1255401 - Material
    https://service.sap.com/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=1252883 - Vendor
    https://websmp202.sap-ag.de/~sapidb/011000358700001119642007E - Article
    https://service.sap.com/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=1268212 - Employee
    The other thing is the standard Busines Package:
    These are the SAP predelivered Content to be used with MDM and other Netweaver components.
    - Like for example you have some predelivered sca files and Business contents to work with portal and MDM
    - SRM -MDM Buisness content to work with MDM and SRM catalog
    - MDM with GDS
    etc
    The features provided by these business packages is taht it enables easy to connect and use efficient integration between MDM and the other components.
    You can refer the scenario guide to know more on this:
    https://websmp209.sap-ag.de/~sapidb/011000358700001119482007E
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • Download Standard Business Packages of MM,SD for IViews

    Hi Experts,
    I want to download the Standard Business Packages for MM, SD Etc Modules.
    So from where i can get this, such that i am able to use them in Portal.
    Pls help me out.
    Regards,
    DS

    Hi,
    You can get them from the market place
    https://www.sdn.sap.com/irj/sdn/contentportfolio
    Regards
    Ayyapparaj

  • Changing in standard Business Package

    Hi
    I need to change the web dynpro component supplied in stanadard business package. These web dynpro component are called from portal Iviews.
    Should i make the Z copy of the webdynpro or starightway change to standard business package.
    How will it effect during upgrade or modification by SAP
    Best Regards
    Naresh

    Hi Naresh,
    when you create a z copy you must change the business package at least at the point where the WD application is called. So there are two points where SAP modifications will impact your changes.
    My suggestion: if you can't avoid using the portal at all, avoid at least making modifications.
    In the backend use the enhancement framework in order to be independent of SAP modifications. I put an example in the WD4A book, that shows how to work with the enhancement framework.
    regards, Ulli

  • Load balancing for Business Package iviews

    Hello Gurus,
       we have installed SRM Business packages on our Portal system and accessing the SRM which has 2 application servers.How can we make the iviews to access any one of the application server as the link to ITS in iviews is static.What is the easiest and best approach to get them load balanced using Business Package iviews.
    Regards!

    Dear G,
    As I see your back-end system has 2 app servers... to cofigure the portal iViews to use both app servers you need to define that in the portal system object that is defined to connect to the backend system... You should look if the system object you use for connecting to srm is of the type: "SAP_R3_LoadBalancing"
    See also: http://help.sap.com/saphelp_nw70/helpdata/EN/1f/bddf3d48b05d5ae10000000a11405a/frameset.htm
    In addition because you are talking about ITS you could configure a WebDispatcher in front of your Backend SRM system...
    Good Luck,
    Benjamin Houttuin

  • Customising Business Package iView by deleting fields/column

    Hi,
    I wanted to know the tools/procedure require to customise existing business package iViews (in a MSS implementation).
    If we want to say delete/add a particular field or column in an existing iView, what tools do we need? Visual Composer or Web Dynpro? Is there a step-by-step guide available for this?
    Your input is greatly appreciated!
    Thanks,
    Aniruddh

    HI Aniruddh
    If you want to change the iview, upload the par file of the iview to NDS, save it in another name.
    Then make the necessary changes, and again upload to the portal.
    Then make an iview based on the new par file.
    But I don't think SAP provides the source code along with the business package. So making the changes to the par file will not be a straight forward method. You will have to decompile the class files and make changes in them.
    It is a tedious activity.
    Regards
    Rajeev.

  • Documentation on Business Package iViews w/ associated tcodes

    Is there one source of documentation for all business packages that exists where we can look up if a business package iView is associated directly to a tcode in a back-end system (i.e. ECC, SRM, etc.)?

    The only source of documentation I can think of is the Package documentation link available under SDN > Portal > Portal Content Portfolio.
    Hope this helps.
    Sudha

  • Customize standard business package web dynpro

    Dear all,
    I am using the ess business package and there are some pages i wanted to customize. I have installed the SAP NetWeaver Developer Studio.
    How can i import the dynpro page into it and republish it back when my customization is done.
    Thanks,
    Regards,
    Bryan

    Hi Brian,
    Refer to this thread
    how will you customize ESS/MSS standard iviews?
    Cheers,
    Sandeep Tudumu

  • Issue regarding Cognos 82 Business Package iviews on SAP NW 7.0 Portal

    Hello,
    We have recently deployed Cognos business package (com.cognos.cognos82.epa) in NW 7.0 and followed the documentation provided by Cognos (i.e. Installing and Configuring Cognos8 on a SAP Portal). When testing the Cognos iView, we are getting the following error message:
    =======================================================
    Unable to process the request.
    CPS-CCM-1204 The method "initCookie" of the Markup interface failed.
    A more detailed description of the error that occurred can be found in the log.
    =======================================================
    Has anyone run into this error before?
    Another Question: Do we have to define a Cognos System in Portal Landscape? (This was not mentioned in the documentation!)
    Any help on this would be very much appreciated and also I will provide points.  Please help me on this
    With Regards,
    Sudheer

    Hello Sudheer,
    Get Cognos to provide you the documentation on "Enabling Single Signon with Cognos8..."
    In addition to importing the Cognos business package, you need to setup a SSO between Cognos and Portal.  so, your Cognos support should be able to provide you documentation on setting up SSO.
    hope this helps.
    regards,
    Harman

  • Usage of Standard Business Package for Project 50.3

    Hi Friends,
    We are mplementing Standard Package for Projects 50.3.
    SAP R/3 PS as backend for this package.
    Does any one have already implemented the same package? If so would appreciate can share their experiences?
    Would like to know, how much standard package can be utilized with minimum customisation / enhancing to users requirements.(we are developing entirely the funtionality of CJ20N Transaction in EP)
    Thanks in advance and suitably reward with points..
    Thanks
    Sudhakar

    Hi Sudhakar
    how did u go about the development ? did u manage to get the functionality of CJ20N ? Is there a BP available for CJ20N, CN33, CN41N, DP81?
    appreciate your inputs ?
    regards
    PN

  • News iviews in business package for CRM

    Hi ,
    I have uploaded the standard business package for CRM . In the first workset for "Home" the page for "news" has ivews like
    1) press releases referring to the path /sapcrmnews/Partnernews/PressReleases
    2) partner news referring to the path /sapcrmnews/Partnernews/PartnerNews
    3) success stories referring to the path /sapcrmnews/Partnernews/SuccessStories
    etc ...
    All of these iviews do not display the content and show an error message "Item not found . The item you are attempting to access is not available. Check that the name or link is correct. You might also check whether the associated repository is currently accessible."
    When I go to the KM content I can only see the folder /sapcrmnews but the directory structure that these iviews are looking for cannot be located . Should not the directory structure required by these iviews get created automatically when the business package is uploaded ? If not then do we need to manually create the directory structure ? How does the content get displayed in the iviews for the standard business package ?
    Regards
    Deepak Singh

    Hi Thomas,
    You have posted in the wrong forum. A solution has been already provided in "CRM Development" forum for this issue. Check out this,
    Re: CRMC_BLUEPRINT_C/ PCUI Attachments Viewable

  • Change iviews installed from a business package

    Hi experts,
    I'm working on EP 2004s and I would like to know if there is a way to change iviews installed in the portal from a business package using Visual Composer. Can I copy them into my own created package in VC?
    Thanks
    Panos

    Hi,
    Usually Business Package iviews - especially the older ones - aren't based on Visual composer models but rather older IView technology. Therefore, it should be impossible to change them in VC.
    I've heard that SAP may be considering releasing business packages (XSS?) as VC models but never heard any confirmation regrading this. Probbaly based on the support-related questions. I once blogged on this <a href="/people/community.user/blog/2007/01/30/enterprise-soa-explorations-fragments.
    Dick

  • Business Packages for Endusers for CRM 7.0

    Hello,
    we are using EIC based on CRM 7.0. Now we want to give our endusers which are working on a portal system 7.0 the possibility beside open tickets via mails and via phone also to create tickets directly from the portal. As far as I understood the documentation I can install on the portal a Business Packages. Is there a standard Business Packages, which I can use?
    Regards,
    Alexander

    Hello,
    we are now using a webform to let users create tickets. You can find the standard-webform on the crm system under
    /sap/bsp/sap/crm_erms_sample. We have created an iview, role  in the portal and added this bsp. afterwards we have started to change the standard webform.
    Regards,
    Alexander

  • Is KM ,TREX  is must For implementation of CRM business package?

    Hi all,
    Is KM ,TREX installation   is must For implementation of CRM business package on EP?
      regards
      Rajendra

    Rajendra,
    As you probably already have checked on portal content studio, this business package is functionally identical to the Business Package for CRM 50.2. The only difference is the addition of more languages that are not supported by EP 5.0.
    System Availability
    Primary Backend System 
    SAP - CRM 4.0   
    Portal Release 
    EP 6.0 (SP2 and higher), NetWeaver '04 (SP Stack 03 and higher), NetWeaver 2004s (SP Stack 04 and higher)   
    Other Prerequisites:
    SAP BW 3.1 + CONT 3.20
    R/3 4.6C (and higher), Plugin 2003.1
    SEM 3.5
    iView Runtime Technology:
    Java / HTMLB (WAS 6.20 and higher), BSP iView on WAS, BW iView (BW 3.20 and higher)
    Languages 
    English, French, German, Italian, Portuguese, Spanish, Chinese (simplified), Chinese (traditional), Czech, Danish, Dutch, Finnish, Hungarian, Japanese, Korean, Norwegian, Polish, Russian, Slowakian, Swedish, Thai, Turkish 
    James

  • Changing Business Package ( I award good points )

    If for example I import a business package into portal and I try to assign roles defined in the portal to the roles in the business package what are the considerations.Also pls let me know if can I change any particular object in the standard business package e.g. changing Iview properties.
    Is it recomended or I need to always make a Delta Link/copy of the object in question and do the changes.
    Thanks.
    Nirmal

    Nirmal,
    I don't think adding your roles to business package roles should cause you any problems provided you setup the Permissions on the content itself properly, e.g. setting your existing content up with Permissions allowing the business package roles to access them.
    If you are going to change anything on the business package content then I would create a delta-linked copy in a new folder of the same name as the original, but inder your content folders, otherwise when u upgrade or patch the new business package content will probably overwrite your changes. In any case it wont be immediately apparent that you have made changes to the standard content or what those changes are if you edit the original content.
    Cheers,
    Steve

Maybe you are looking for

  • ITunes plays videos and podcasts when I click on music.

    Hi all I have a problem. when i click on music in the left menu. I notice when playign through my music set to randome that i get all media including podcasts, mpe books and other things that i woul dnot expect to be showing. I just want to randomly

  • I want to sync my Outlook calendar with iCloud but NOT my contacts

    I use Outlook at home (on a PC using Windows 7) and that's where the vast majority of my work is done. I would like to use iCloud on the PC to synchronize my Outlook calendar with my other iOS devices (iPhone, iPad), but I do NOT want my contacts sha

  • Why is the Black Swan no longer available in the US store?

    Why is the movie the Black Swan no longer available in the US store and does any know when it will again be available for purchase / rent?

  • PA & OM Infotype

    Hi, What is the main difference b/w PA OM infotype? Is it possible to add PA Infotype in OM? with regards suresh

  • FBCJ issue

    Hi Gurus, While posting entries of loans & Advances through FBCJ (cash journal) open line item is not activated in system.it shows posted status instead of open line item. if we pass same entry via F-02 then it shows open line item in ledger of loan