Hi experts
how to pass a value from portal component to a webdynpro component , is it possible, i have both portal and webdynpro --- development components on diffrent tracks,
Regards
Govardan
Hi experts
how to pass a value from portal component to a webdynpro component , is it possible, i have both portal and webdynpro --- development components on diffrent tracks,
Regards
Govardan
The mobile edition of SAP Enterprise Portal is an extension of the existing portal offering based on SAP NetWeaver 7.3, in addition it is also available with SAP Enterprise Portal 7.4 SP4.
The SAP Enterprise Portal, mobile edition is a role-based, multi-channel portal that will easily aggregate applications, documents, and content, available to anyone, at any-time on multiple devices, giving you an out of the box, mobile-ready solution. The enhanced mobile workspaces and mobile homepagealso belongs to the Mobile Portal offering.
Get an impression of the Mobile Homepage:
The new version of the SAP Enterprise Portal, mobile edition (a.k.a "mobile portal") is available. It provides end users with a superior mobile experience, a mobile application gallery, enhanced personalization capabilities and integration with the customer's Mobile Device Management systems. All is fully integrated with SAP Fiori applications. The mobile application gallery enables IT to create a role based "catalogue" of mobile apps that users can access, discover and select relevant apps from. It provides a superior user experience and a native-like user interaction pattern. For more information, see this blog by Aviad Rivlin. The new version of the mobile portal is available with SAP Enterprise Portal, mobile edition 1.1 SP5.
Launcher: The launcher contains applications you can launch and folders you can access, arranged in a grid layout. You can assign custom icons to the applications and folders. An application in the launcher can be opened either in the portal content area, or in a new portal window:
Application Gallery:
Mobile Universal Worklist:
Presentations:
SAP Portal Mobile Edition - Overview
SAP Portal, Enterprise Workspaces 1.1 SP5 – Overview and New Capabilities
SAP Portal, mobile edition - Overview, Implementation and Future Plans
SAP Portal 7.3 Service Pack 9: What is New
Enterprise Workspaces: Extending SAP Enterprise Portal Capabilities
Solution Brief
SAP Enterprise Portal, Mobile Edition
Mobile Portal on SAP.COM
Set up a mobile portal for your mobile and desktop users
Blogs
Extending SAP Enterprise Portal with a Personalized Mobile Application Gallery
SAP Fiori and Mobile Portal, now available via a Rapid Deployment Solution
Enterprise Workspaces Extending SAP Netweaver Portal Capabilities
How to Consume your SAP Portal on any Device: Introduction
How to Consume your SAP Portal on any Device: End User Perspective
SAP Portal 7.3 SP8 Release – Portal On Device is Stepping Up!
SAP Portal: Mobile Portal Applications
Developing an RFC Mobile Portal Application
Movies on YouTube
Playlist for Mobile Capabilities of SAP Enterprise Portal
Documentation and SAP Notes
SAP Documentation on Help Portal
Release Notes SAP NetWeaver 7.3 SPS8
SAP Note 1705067 - Known issues (Service Marketplace User required)
Hi Experts,
Our environment details:
SAP Netweaver Portal 7.4
Integrated with SAP BO BI Platform 4.1 SP3
We have some dashboards published in SAP BO BI Launchpad. The users view the dashboards from hyperlinks in SAP NW Portal.
Since we upgraded our BO version from 4.0 to 4.1, the users are unable to view dashboards from portal - it just displays a white blank screen. This is happening only for IE (checked in version -9,10,11). With Firefox 29 and Chrome 34, the dashboards displays properly.
Any idea ?
Regards,
Arijit
Welcome to the first day of SAPPHIRE NOW and ASUG 2014. We are looking forward meeting you in our ASUG sessions as well as at the Platform and Technology Campus at SAPPHIRE NOW.
Here you can see our team members, who travelled to Orlando, they are all looking forward meeting you at the event: Eran Gans, Shani Limor, Asi Messica, Ohad Yassin, Aviad Rivlin, Amir Blich and Vitaly Vainer:
These are the sessions for today, Tuesday June 3 (click for better reading):
Our session recommendations may help you identifying the right sessions for you for the complete event:
Read also this session overview blog: http://scn.sap.com/community/enterprise-portal/blog/2014/04/28/sap-portal-at-asug-and-sapphire-now-2014
Connect to Us on the Social Way
You will also be informed on all SAPPHIRE NOW and ASUG activities in our social media channels:
Portal Hashtags on Twitter:
#SAPPortal – SAP NetWeaver Portal hashtag (news from the SAP Portal area)
#hanacloudportal - Cloud Portal hashtag (news from Cloud Portal)
#mobileportal - SAP Portal, mobile edition
#SAPFiori Launchpad
Watch the following SAP Community Network Spaces:
SCN Space for SAP Portal
Hello -
Please find below status of Portal after upgrade and suggest some solution.
1) /irj/portal is not working, giving 500 error.
2) NWA page is opening but after giving valid login credentials it
shows
blank screen.
3) User Admin page is also opening but after giving valid login
credentials it allows me to enter Identity Management but I cant do
anything.
4) I can not use Administrator for nwa since it is not working although
it is not locked. I have activated the emergency user SAP*.
5) Even by emergency user I am not able to change(password) any user in
Identity management. It gives message "contact your adminstrator"
6) I have tested LDAP authentication through SPNEGO wizard in nwa by
using SAP* and it is working fine.
6) I am attaching tshw trace for irj/portal.
Hi Portal experts,
We are on portal 7.0 SP26 and have deployed a custom portal KM scheduler. It is configured to run every 15 minutes and update portal database every 15 minutes. However, the scheduler does not seem to execute. Database sometimes gets updated and sometimes it is not. The status of the scheduler in KM component monitor is green. Any pointers on how this can be resolved or how can we be sure that scheduler is getting executed.
thanks,
Priyanka
We hope you had an exciting first day of SAPPHIRE NOW and ASUG conference. Here some impressions from our team in Orlando.
Our team at the daily briefing:
Amir at one of our sessions explaining the 3 main scenarios of HANA Cloud Portal:
Impressions from the SAP Fiori Café:
These are our sessions for today, Wednesday June 4 (click for better reading):
Read also this session overview blog: http://scn.sap.com/community/enterprise-portal/blog/2014/04/28/sap-portal-at-asug-and-sapphire-now-2014
Connect to Us on the Social Way
You will also be informed on all SAPPHIRE NOW and ASUG activities in our social media channels:
Portal Hashtags on Twitter:
#SAPPortal – SAP NetWeaver Portal hashtag (news from the SAP Portal area)
#hanacloudportal - Cloud Portal hashtag (news from Cloud Portal)
#mobileportal - SAP Portal, mobile edition
#SAPFiori Launchpad
Watch the following SAP Community Network Spaces:
SCN Space for SAP Portal
Hello,
I want to know that request has came from portal in code. How do I identify that in code?
Thanks,Bhushan
Dear Experts,
Please help,how to change the NWA login Screen in Portal 7.0.tell me any suggestions.
(http://portal:port/nwa)or(http://portalport/logon/logonServlet)
Thanks for advanced,
Thanks and Regards,
Durga Rao
Hi Experts
I am trying to decrypt the user login credentials while logging to SAP portal. Bellow code is used.
PrivateKey privKey = bean.getRandomKey();
Cipher cipher = Cipher.getInstance("RSA");
cipher.init(Cipher.DECRYPT_MODE,privKey);
cipherData = cipher.doFinal(new BASE64Decoder().decodeBuffer(enPwd));
But I am getting the error specified below, May I kindly request you please give me some approach to resolve this problem if you have come across the same issue earlier.
iaik.pkcs.pkcs1.b.b(Unknown Source)
iaik.pkcs.pkcs1.RSACipher.a(Unknown Source)
iaik.pkcs.pkcs1.RSACipher.engineDoFinal(UnknownSource)
javax.crypto.Cipher.doFinal(DashoA12275)
We use SAP Portal version 7.01 SP12 and JDK 1.4.2_19.
Configtool to set the path of the cookie and domain of the cookie are Changed.
"cluster-data" -> "Global Server Configuration" -> "services" -> "servlet_jsp"
Please find the attached image.
But Default setting are there that time it's working,But some security region that settings customized.the following way
This below settings is there that time working fine.
Please give your suggestion and Help...Solution is Required.
Thank you && Regards,
Durga Rao
Hi All,
I am working on Portal Logon page customization for Portal 7.4.
I downloaded the .war file for logon page customization and modified it as per requirement through NWDS by creating a Project.
Changes are done and they are reflected on logon screen as well. I followed this doc for the same: http://scn.sap.com/docs/DOC-27909 : (Kept the names of project created, alias, and provider as in the doc for now).
But now I also want to change the authscheme.xml file on server, so that any upgrades, don't overwrite my changes. Tried to change it by replacing the “com.sap.portal.runtime.logon” text/string in xml file with my ear project /application name which in this case was“tc~sec~ume~logon~uiEAR”.
But after these changes, the logon screen went blank, I mean on opening portal url, nothing comes up or it comes up with a runtime error.
However I was able to login into NWA.
For now I have reverted the changes, but any idea/pointers of what all needs to be changed in authscheme.xml.
Thanks,
Somya
Hello,
I would like to change the URL of my portal from http://abc to http://xyz using sapwebdispatcher
Checked the note : Change Portal URL - Portal - SCN Wiki
But that is for redirecting the request but I need to change the URL which you see in the address bar.
Thanks for your input
Naren
Hello,
we recently upgraded our BI System from 7.30 SP 8 to 7.30 SP10.
After the Upgrade we encounter, that we have two frames within our Input Ready fields of our WAD iViews. I already tried to fix our custom theme, but I can not find the aprobiate part within the Theme Editor.
Does anyone of you know how to get ride of the inner frame of the fields and can tell me the place to edit in the Theme Editor?
I do not want to delete the theme and start from scratch again to rebuild our design.
Thanks in advance and BR
Stephan
Welcome to the last day of SAPPHIRE NOW and ASUG 2014 conference. We hope you also learned about SAP Fiori and the SAP Fiori Launchpad, HANA Cloud Portal, Mobile Portal and the SAP Portal roadmap.
Here some impressions from the second day:
Hasso at the keynote talking about new opportunities for innovations:
John Appleby in one of our sessions talking how Bluefin Solutions extended SAP Fiori Launchpad with employee specific contextual content:
SAP Fiori Launchpad shown in the keynote:
These are our sessions for today, Thursday June 5 (click for better reading):
Read also this session overview blog: http://scn.sap.com/community/enterprise-portal/blog/2014/04/28/sap-portal-at-asug-and-sapphire-now-2014
Connect to Us on the Social Way
You will also be informed on all SAPPHIRE NOW and ASUG activities in our social media channels:
Portal Hashtags on Twitter:
#SAPPortal – SAP NetWeaver Portal hashtag (news from the SAP Portal area)
#hanacloudportal - Cloud Portal hashtag (news from Cloud Portal)
#mobileportal - SAP Portal, mobile edition
#SAPFiori Launchpad
Watch the following SAP Community Network Spaces:
SCN Space for SAP Portal
Good day,
We have just upgraded to Portal 7.10 SP18 CE and Portal 7.4 (Federated Portals). Since doing so we are having an issue accessing our CE content via a URL iView. We get a page saying "This content cannot be displayed in a frame". There is a link to open the item in a new window and when we click this the CE content comes up.
The problem with this is it results in a complete change to how our end users are used to using the system and will result in a lot of confusion.
Has anyone else experienced this and possible found a solution to it?
hi experts,
i have a requirement like , my portal can be accessed by two URLs one is public URL and another one is local intranet URL , is there any way to identify the URLs , through which end user is accessing the portal
Regards
Govardan
In this document all contribution of the SAP NetWeaver Portal movie challenge 2014 will be listed.
SAP NetWeaver Portal Movie Critic Blogs:
February
SAP NetWeaver Portal Movie Critic: Mobile Portal Introduction by Dirk Mayrock
SAP NetWeaver Portal Movie Critic: My personal highlight by Martin Kreitlein
March
SAP NetWeaver Portal Movie Critic: An Overview needn’t to be a boring one by Florian Henninger
NetWeaver Portal Movie Critic: Mobile Movie Review by Tammy Powlas
SAP NetWeaver Portal Movie Critic: SAP Portfolio by Yuvraj Singh
SAP NetWeaver Portal Movie Critic: OpenText Content Management by Guillermo Sanchez
SAP NetWeaver Portal Movie Critic: Any Time, Any Where and on Any Device by Raj Kumar Salla
SAP NetWeaver Portal Movie Critic: Wikis's by Pavan Maddipatla
SAP NetWeaver Portal Movie Critic: Portal Sarcasm by Florian Henninger
"SAP Netweaver change the world“. by Karthick S
April
SAP NetWeaver Portal Movie Critic:SAP Portal Hangouts by Supriya Gupta
SAP NetWeaver Portal Movie Critic:Portal Content&Site Management-A marriage between SAP and OpenText by Veerabhadram R.A Mantha
SAP NetWeaver Portal Movie Critic: Mobile Edition Overview by Neha Chopra
SAP NetWeaver Portal Movie Critic:SAP Fiori and SAP NetWeaver Portal, mobile edition by KANNAN NAIR
SAP NetWeaver Portal Movie Producer Blogs:
March
SAP NetWeaver Portal Movie Producer: Variable Speed Timer Control for Business Objects Dashboard by Peter Warren
At the end of the year the whole SCN Portal community will be able to vote in a poll in order to pick the best movie critic and movie producer blogs. The authors of the best blogs will receive an additional badge and more points.
More information in this announcement blog. We are looking forward to your contributions in 2014.
Hello,
I'm working with Web Page Composer and most recently with Dynamic Lists that i used for some kind of a newsfeed.
Obviously I can choose how much objects should be displayed.
I'm wondering if and how it's possible to include a pagination tool when more objects are available than the number chosen for max. displayed Objects?
Im thankful for any ideas or solutions regarding this.
Thanks in advance!
Greetings,
Hello experts,
what is the difference between webdynpro application and webdynpro component ?
In the Launchpad (lpd_cust), I see webdynpro applications (e.g hress_a_benefits) specified, but when I
try to open it from se80, it's not showing.
How do I access webdynpro application from backend ?
Thanks
Raghu