PORTAL and IS-U functions

Portal Gurus,
     I have a requirement to integrate the IS for utilities in the portal. Is there a business package that handles this function or is the functionality involved in the CRM business package by any chance? how do you think we can implement this solution ...development with webdynpro(java/abap)? or using the PCUI of CRM?
let me know !!

Hi,
As far as I know, you can only have one active industry extension in a system.
SFW5 will not allow you to activate more than one industry solution : if the industry solution for public sector is already active, I believe you will not be able to activate the IS-Utilities.
You will need to install separate systems for activating each Industry extensions separately.
Enterprise Extensions (components which start with EA-) are usually compatible with Industry Solutions (components which start with IS-). It is only possible to activate one Industry Solution but additionaly several Enterprise Extensions can be activated.
I hope it helps,
Hélène

Similar Messages

  • Calling and executing a function module in the Portal iview development

    Hello Portal development gurus...
        I am very new to portal iview development and am learning a lot of stuff.. I now have a requirement to do the following:
      1. I need to use the NWDS to create java code in developing an iview
      2. I need to call and execute a function module and display the parameters pulled in from the function module onto a Jsp.
    3. I need to create an iview based on this deployed component.
    Could anybody please explain me how to do the coding on this front?
    I appreciate if anybody can share documentation about this kind of a development.
    As always, points galore for useful and helpful suggestions.
    Regards,
    ~~~LB

    Hi,
    Firstly Have you searched in SDN for the same, anyhow please go through the link to work on the requirement
    [/docs/DOC-8061#15|/docs/DOC-8061#15]
    Go through the thread which will talk in detail
    [https://forums.sdn.sap.com/click.jspa?searchID=19551584&messageID=6348955|https://forums.sdn.sap.com/click.jspa?searchID=19551584&messageID=6348955]
    Hope this helps.
    Cheers-
    Pramod

  • Preventing PrintScreen and Copy+Paste Function on Portal Pages

    Hi,
    There are some javascript codes available over internet which can be implemented on ordinary web pages to prevent PrintScreen and Copy+Paste functions.
    We tried to implement the same codes by putting into MasterHead but no success.
    We need to know if this is not possible, if possible how?
    regards

    Download and run Leopard Cache Cleaner and do a deep cleaning of all the cache files.  reboot.

  • Portal and shortcut sapgui

    Hi, i have see that i can make a portal transaction that can open with a shortcut the SAPGUI for windows/java?
    Shortcut information:
    [System]
    Name=S1D
    Description=VM01 - S1D
    Client=100
    [User]
    Name=XBOUCHET
    Language=EN
    [Function]
    Title=User Maintenance: Initial Screen
    Command=SU01
    [Configuration]
    WorkDir=D:\Documents and Settings\testing\SapWorkDir
    [Options]
    Reuse=1
    Want to know haow to send for exemple:
    USR02-BNAME=TITI
    And if i want to send more parameters,
    ex:
    USR02-BNAME=TITI
    USREFUS-USERALIAS= toto
    Thanks in advance.

    Gilles,
    If you have the system admin role, you can access the logs from
    http://<FQDN>:<port>/nwa > administration > monitoring > log files
    and if you are given a file server access, you can check the logs at
    <drive>:\usr\sap\<SID>\<Central instance name>\j2ee\cluster\server0\logs\defaultTrace.trc
    The error could be related to permissions.
    1. Check if you have the same user name in the portal and ABAP.
    2. Check if your SSO is working fine.
    Regards,
    Sandeep Tudumu

  • Creating a time channel in the data portal and filling it with data - Is there a more efficient way than this?

    I currently have a requirement to create a time channel in the data portal and subsequently fill it with data. I've shown below how I am currently doing it:
    Time_Ch = ChnAlloc("Time channel", 271214           , 1      ,           , "Time"         ,1                  ,1)              'Allocate time channel
    For intLoop = 1 to 271214
      ChD(intLoop,Time_Ch(0)) = CurrDateTimeReal          'Create time value
    Next
    I understand that the function to create and allocate memory for the time channel is extremely quick. However the time to store data in the channel afterwards is going to be highly dependent on the length I have assigned to the Time_Ch. In my application the length of Time_Ch is variable but could easily be in the order of 271214 or higher. Under such circumstances the time taken to fill Time_Ch is quite considerable. I am wondering whether this is the most appropriate way of doing things or whether there is a more efficient way of creating a time channel and filling it.
    Thanks very much for any help.
    Regards
    Matthew

    Hi Matthew,
    You are correct that there is a more efficient way to do this.  I'm a little confused about your "CurrDateTimeReal" assignment-- is this a constant?  Most people want a Time channel that counts up linearly in seconds or fractions of a second over the duration of the measurement.  But that looks like you would assign the same time value to all the rows of the new Time channel.
    If you want to create a "normal" Time channel that increases at a constant rate, you can use the ChnGenTime() function:
    ReturnValue = ChnGenTime(TimeChannel, GenTimeUnit, GenTimeXBeg, GenTimeXEnd, GenTimeStep, GenTimeMode, GenTimeNo)
    If you really do want a Time channel filled with all the same values, you can use the ChnLinGen() function and simply set the GenXBegin and GenXEnd parameters to be the same value:
    ReturnValue = ChnLinGen(TimeChannel, GenXBegin, GenXEnd, XNo, [GenXUnitPreset])
     In both cases you can use the Time channel you've already created (which as you say executes quickly) and point the output of these functions to that Time channel by using the Group/Channel syntax of the Time channel you created for the first TimeChannel parameter in either of the above functions.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • SRM One Client + Portal and MDM system on top of SAP EHP4 system

    Hi!
    we successfully upgraded SAP ERP 6.0 system to SAP EHP4.
    Now we would like to extend the functionality by adding the following components:
    - SRM One Client
    - Portal and MDM
    Question:
    1) Can some one explain  the procedure to do this?
    2  Where can I find the Installation files and documentation?
    Any helpful information will be very appreciated

    Hi!
    Thank you very much for your response!!
    My actual situation:
    I have a EHP4 for SAP ERP which has only ABAP stack.
    Questions
    1) Should/must I install a Java-Add In Instance?
    a) Is it possible to install a Java Add In Instance for EHP4 ERP system or do I need only a extra/new Windows server for this?
    b) what are the must usage scenarios I have to choose for the Java installation (Portal, MDM, PI)?
    2) what is the exact installation sequence (SRM One Client, SRM MDM, NW Portal)?
    Thank you very much!

  • Help with Apache Reverse Proxy configuration with SAP Portal and SAP Webgui

    Dear Experts,
    I have an issue configuring Apache to work with SAP Portal and ERP webgui. Accessing Portal through Reverse Proxy is working fine. But the problem arises when we try to open an iView ERP webgui transaction page from Portal with the Reverse Proxy. Have anyone implemented similar requirements and could advice on the configuration required on the Apache side? Thank you

    hi,
    pls check the below links for reference:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/24396589-0a01-0010-3c8c-ab2e3acf6fe2
    searchsap.techtarget.com/searchSAP/downloads/chapter-december.pdf
    1)Learn to implement the reverse proxy filter and portal gateway in SAP Enterprise Portal 6.0 on Web Application Server 6.40.
    https:/.../irj/sdn/nw-portalandcollaboration?rid=/webcontent/uuid/006efe7b-1b73-2910-c4ae-f45aa408da5b
    .2 )Configuring the Portal for Your Reverse Proxy Filter Solution . ... This document describes the reverse proxy filter mechanism in SAP Enterprise ...
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/32ad9b90-0201-0010-3c8a-c900cd685f8f
    3)have full reverse proxy functionality. Possibly. filter. requests. Internet ... Reverse proxy (optionally with authentication etc.) ...
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c066c390-0201-0010-3cba-cd42dfbcc8be
    Note:please reward points if solution found helpfull
    Regards
    Chandrakanth.k

  • Relationship of Portal and Used  disk space

    What is the relation ship between the portal and dataspace available in the particular system?

    When J2EE server starts up it deploys portal applications (sap and custom developed, at times it involved extracting archive files) to the file system. If you don't have enough disk space either portal may not come up or the sever will come up but it will not function properly.
    Hope it clarifies.
    Thanks and Regards,
    Prasanna Krishnamurthy

  • Portal and BW certificate must be different

    Hi,
    We've installed BI with BI Java and Portal as Addin on same System.
    We've configured the BI & Portal integration via NWA and everything is ok. But after when tested we got " The system is unable to interpret the SSO ticket received " errors during Bex Launcher.
    When we checked the configuration via RSPOR_SETUP Repost on ABAP Stack, everything except the following seems ok.
    Status 10: Import Portal Certificate into BI            <b>Portal and BW certificate must be different</b>
    Status 12: Maintain User Assignment in Portal           <b>System failure during call of function module RSWR_RFC_SERVICE_TEST</b>
    I think the problem is when we imported the Portal Certificate into BI, as they reside on same system error occurs at step 10.
    This is the production system. On Development System, Portal+BI Java are on another server than BI and this problem was not occured.
    Does anyone experienced this issue?

    Hi,
    Of cours I've solevd the issue via sap note "917950 SAP NetWeaver 2004s: Setting Up BEx Web"
    Here is the section you've to consider ;
    Add-In Installation and importing Certificates with identical system ID (SID)
    In case of Add-In installation, the system ID (SID) of
    AS-ABAP and AS-Java is identical. This causes problems
    during import and certificates, if you are using the
    Template Installer. Because the ABAP system does not allow
    to import a certificate with identical Distinguished Names (DN) (e.g. identical common names (CN), subject names, ...). Also the standard client of the J2EE must be different from the standard client of the ABAP system.
    If the common names are identical, the report RSPOR_SETUP
    displays the error message "Portal and BW certificate must be different" (English).
    If the client of the Portal certificate is existing in the
    ABAP system, the error message "Add-In Installation: check logon.ticket_client (see note 994785)" is diplayed.
    This issue could be solved by creating a new Portal
    certificate with a different Distinguished Name (DN). The
    steps to create a new Portal certificate are described in
    the report RSPOR_SETUP documentation of step "Export Portal Certificate to the Portal" (step 9):
         1. Delete J2EE certificate (SAPLogonTicketKeypair
    and SAPLogonTicketKeypair-cert) in Visual Administrator under Services Keystorage
         2. Create new J2EE certificate (SAPLogonTicketKeypair with other Distinguished Name) in
    Visual Administrator under Services Keystorage (as
    described in documentation of step 9 "Export Portal
    certificate in Portal", report RSPOR_SETUP)
         3. Delete J2EE certificate in certificate list
    and access control list (ACL) with transaction STRUSTSSO2
         4. Import new J2EE certificate to certificate
    list in transaction STRUSTSSO2
         5. Add new J2EE certificate to access control
    list (ACL) in transaction STRUSTSSO2
    See report RSPOR_SETUP documentation of step "Configure User Management in Portal" (step 8) or note 994785 how to
    change the standard client of the J2EE.
    Message was edited by:
            HUSEYIN BILGEN

  • Book on Weblogic Portal and beehive page flow portal integration

    I request oracle press to write a book on Weblogic Portal as well as Creating pageflow based portlets with weblogic portal and workshop.
    The old edocs.bea.com documentation sucks and does not meet the oracle press standard.
    Thanks
    Biren

    The Beta 9.2 Team,
    9.2 features sounds good and interesting. We are using BEA's Content management system(8.1) extensively.
    Our requirement is to create a portlet for Content Owner/Users to create HTML documents with images and upload it into BEA Repository. Upon uploading, Content Admin needs to be notified through email and they will either approve or reject the document. The content status again needs to be notified to the content owner/user via email.
    1. As known to everyone 8.1 doesn't have WYSIWYG editor and is included in 9.2. Can i reuse the 9.2 WYSIWYG functionality into 8.1 as a portlet??
    2. The following thread(http://forums.bea.com/bea/message.jspa?messageID=400001479&tstart=0) says
    - workflow ==> We have limited workflow support. We plan to enhance this in our next major release.
    Does this limited workflow support include email notification?
    Any inputs would be greatly appreciated!!
    Thanks,
    -Nach.

  • WAP-321, Captive Portal and Wi-FI repeaters

    Hi,
    So I am currently deploying a Wi-Fi Network based around Cisco WAP-321. I use the CP function with a Radius server to authentify my users. So far so good, when a user connect to one of the AP and uses his credentials, he can login and access Internet without any trouble. But I also use some Wi-Fi repeaters (Netgear WN-1000RP) to extend the range of my wireless network in places I can't install an AP. The repeaters effectively extends the range of my network, and I can connect on them without any trouble when the CP is turned off. However, when I turn on the CP, I access the login web page and enter my credentials, but no matter what, I can't login while connected on the repeater. After some research, it looks like I have to manually enter the MAC address in the MAC trough list of the AP. Except such a feature doesn't seem to exist on the WAP-321. I have tried using WDS bridge and Workgroup bridge, but without success, since I think it's only compatible with WAP-321 and WAP-121 devices.
    So I am kind of running out of ideas to make this work, and I would be very grateful if someone could help me out.
    Thanks in advance, do not hesitate to ask me for more informations if needed.

    My name Eric Moyers. I am an Engineer in the Small Business Support Center.
    I am sorry to hear that you are experiencing this issue. 
    While what I am fixing to share is not in any way a great solution, It can be utilized as a workaround.
    With the WAP321, after trying a few different scenarios that didn’t work. I simply created two vlans, leave the Untagged vlan as main vlan and changed the Management vlan to the second. I then attached the guest SSID to the Management VLAN. This allowed me to authenticate to my guest captive portal and get an IP and get out to the internet. The Main SSID still worked normally.
    Now for some caveats:
    Problem: If a wireless client knows the IP of the WAP and the username and password they could get into the WAP.
    Solution: Setup Management Access Control to an IP outside the DHCP scope for that VLAN and have a Strong Password.
    Problem: Management of the WAP321 can only be from an IP on the Management VLAN. (In my case 2)
    Solution: Setup Management Access Control to an IP outside the DHCP scope for that VLAN and have a Strong Password.
    Not the very best solution, but the only workaround I can come up with for now.
    Eric Moyers
    .:|:.:|:. CISCO | Cisco Presales Technical Support | Wireless Subject Matter Expert
    Please rate helpful Posts and Let others know when your Question has been answered.

  • Connection between Portal and MDM

    Hi all
    Can anybody help me on how to establish the connection between portal and MDM with step by step procedure.
    i am new to this combination .
    before i worked with portal but not worked with MDM .
    Regards
    Suresh babu

    Hello Suresh,
    As of my knowledge MDM IViews have the advantage to ful fil your neeed to provide connectivity moreover,that they are not complex in structure and are therefore not restricted by any underlying schema structure. As opposed to regular iViews in other systems which are embedded into the pages on which they appear, MDM iViews are more generic and granular in nature enabling their placement on a page to be more adaptable.
    The SAP Enterprise Portal (SAP EP) offers templates for creating the iViews. The following are some examples of these templates available at the link:
    [http://help.sap.com/saphelp_mdm550/helpdata/en/45/c9f8cac2124ebee10000000a11466f/content.htm]
    Procedure:
           1.      Create a new page using the page wizard.
           2.      To see the iViews you created on the new page, you need to link them to the page. Right-click each of the iViews that you created and from the context menu, select Add iView to Page &#8594; Delta Link
           3.      Double-click the new page you created and select:
    Page Content to view a list of the iViews that have been linked to this page
    Page Layout to view the layout currently assigned to this page. The iViews can be rearranged using the drag&drop function.
           4.      The visual structure of a page can be changed with the Page Layout function. Select Define Layout to reset the layout of the page.
           5.      Select Preview to view the page showing how the iViews have been arranged. The preview simulates what an end user sees at runtime.
    Detailed pictorial presentation available at:
    [http://help.sap.com/saphelp_mdm550/helpdata/en/45/c8e2fa5f0c2e97e10000000a155369/content.htm]
    Hope you will find it helpful.
    Regards,
    Krutarth

  • I have a macbook pro version 10.7.5 and my mailbox will not open at all and comes up with a quit message even though it is not open. how can i get into my account. it works on my iPhone an i have internet and all other functions working on my computer

    I have a macbook pro version 10.7.5 and my mailbox will not open at all and comes up with a quit message even though it is not open. how can i get into my account. it works on my iPhone and i have internet and all other functions working on my computer

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the name of the crashed application or process in the Filter text field. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, look under User Diagnostic Reports (not "Diagnostic and Usage Messages") for crash reports related to the crashed process. The report name starts with the name of the process, and ends with ".crash". Select the most recent report and post the entire contents—the text, not a screenshot. I know the report is long. Please post all of it anyway.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • Oracle9iAS R2 - Virtual Hosts with Portal and SSO with OIDDAS application

    Hi!
    I have installed a the machine with name minsk.discover.local. The machine have installed Infrastructure and Portal. The instalation is sucessfull and i work fine. But i have publish Portal to WEB with name intranet.discover.com.br. The Oracle describe:
    1 - Create the virtual hosts in SSO and PORTAL - OK
    2 - run ptlasst to create SSO Partners Applications - OK
    After this steps iwork fine with Portal and SSO, but when i click in portlet to create user to access the application OIDDAS, the Portal redirect to login page of SSO in address mct.com.br, the internal name, when then name not responde in the internet.
    I need a help!!!!
    Marcio Mesti

    I just spoke to the Oracle App server admins, the two servers in question are clustered.
    So my question changes slightly to:
    What is the best way to install and configure a webgate for clustered Oracle App servers with mulitple virtual hosts, that are residing behind a load balancer (Traffic Manager)?
    Thanks,
    Andy

  • External access to Portal and CRM B2B

    Hi,
    We have the sap portal and also CRM Java ..we have deployed the CRM Business package on the portal and used the portal IView to call the CRM java application. What is the best way to expose both the portal and CRM java to the external users?
    I know we can achieve this using sap webdisatcher, but there are certain limitation in sap webdispatcher when dealing with two separte host name..so please let me know how expose both portal and crm to the external users.
    Thanks

    First of all you need to have your network infrastructure in terms of Security Zones, SAP has a standard recommendation that I have always use when possible for growing your landscape and exposing your Solutions to either internal or external users:
    http://help.sap.com/saphelp_nw70/helpdata/en/9d/44d7bc73ddce4f96f09de874350e78/content.htm
    Depending on your security needs you can have 2 portals 1 external facing portal and one internal facing portal, or just 1 portal installed in the Inner DMZ , there is no formula is what your Architects prefer and there are  pros and cons in any scenario.
    Now answering your question you do not need to expose both instances (CRM and Portal)  you only need to expose SAP Portal  because the  purpose of Portal is to provide a single point of access to your u201Cbackendu201D solutions in your case.   So Sap Web Dispatcher will be good choice or you can use a Hardware Load Balancing, if this is for external users then you need HA.
    Hope this helps.
    Juan Jose Alvarado

Maybe you are looking for

  • TS2570 Safari V6 crashes at start up on OSX 10.8?

    I'm new to Apple support communities and "must choose a community" only goes to Snow Leopard v10.6! Hope someone can help. I've just upgraded OS to v10.8. I'm experiencing a problem of Safari crashing on my MacBook Pro start up from shut down with Mo

  • TDS on interst of Customer Deposits

    Dear All, Pls help me how the TDS will calculate on interest of customer Deposites. it is urgent. Regards panda.

  • Uninstalling oracle 10g enterprise edition from windows vista

    HI There, I want to uninstall oracle 10g enterprise edition from windows vista home premium edition. I have uninstalled it using oracle universal installer and then deleted folder from program files. But I am unable to delete the main folder i.e. D>O

  • Downloading and installing Lightroom 4 on Mac

    I have purchased LR 4 on the Adobe site and received the e-mail with the link to download.  I have downloaded the Mac version onto my computer but the installer cannot open it.  I keep getting the error: Operation could not be completed (com.apple.in

  • After restart or power off and on. total recent apps and data(call,sms history) loosing.

    i am using BlackBerry Z10 with 10.3.1. OS. 2-3 times i was tried. when ever i restart my Mobile, i am loosing recent apps and data like call and sms history. eg. today is 25th Apr 2015. today i was restarted my mobile. after restart data and apps are