Questions tagged [sap-enterprise-portal]

Formerly known as "SAP NetWeaver Portal" or commonly known as "SAP Portal". This tag should NOT be used for questions about "SAP Help Portal" or "SAP Cloud Platform Portal".

21 questions
4
votes
0 answers

Use SAP Logon ticket with .Net Application using SSO22KerbMap or SAPSSOEXT

I am looking into option on using Single Sign On (SSO) from a SAP Portal to a Non-SAP ASP .Net application. Reading through the documents and online searches, I found there are couple of approaches 1. Use "SAPSSOEXT" to evaluate the Logon ticket in…
3
votes
1 answer

Complete ADFS login programmatically

I need to perform a complete AFDS login action in code. I cannot redirect the user to the ADFS login page. The user has already authenticated using a custom authentication mechanism and I use the same credentials to authenticate to ADFS, this to…
ITD
  • 363
  • 2
  • 10
3
votes
1 answer

SAP Enterprise Portal with thirdparty content

Anyone integrated SAP Enterprise Portal with a third party web content management system (e.g. Vignette)? I don't have too much exposure to SAP Portal, but I know it provides a J2EE App Server and there are something called iViews which I would…
Eqbal
  • 4,722
  • 12
  • 38
  • 47
2
votes
1 answer

How to read users from SAP UME

How to establish a connection to SAP EP (portal) from Java application using JCO? We are able to connect to ABAP system but not able to get more info to establish connection to SAP PORTAL and read UME users.
Ram
  • 423
  • 4
  • 26
2
votes
5 answers

Automated testing with SAP

I'm looking for help on a couple of things. 1.) Does anyone have any advice/recommendations on automated testing solutions for SAP? 2.) Does hp's Unified Functional Test (UFT) have a framework that integrates with SAP? I appreciate the help, and…
user3802966
  • 57
  • 1
  • 1
  • 3
1
vote
2 answers

Alternative Style(CSS) methods in SAP Portal?

I am overriding a lot of SAP's Portal functionality in my current project. I have to create a custom fixed width framework, custom iView trays, custom KM API functionality, and more. With all of these custom parts, I will not be using a lot of the…
Mike Cornell
  • 5,909
  • 4
  • 29
  • 38
1
vote
1 answer

Export/Import of SAP UME roles using Java

In NetWeaver Portal it is possible to Import / Export roles. I want to create a custom tool which have the same behavior. How I can achieve this using JAVA code? I couldn't find any Classes or Interfaces to do this in UME API. Note: The custom tool…
Amir Suhail
  • 1,284
  • 3
  • 12
  • 31
1
vote
1 answer

Get localhost of client machine in Java WD

I have created a Java Web Dynpro in the portal intranet. The localhost of the local machine is needed, but I'm only able to get the servername, serverlocalhost and the local machine ip-address. When I'm running following code on a local java…
user2206834
  • 379
  • 1
  • 5
  • 13
1
vote
2 answers

SQL selecting all records with IN statement

In my case, only the first 2 parameters are mandatory. When the users hasn't given the rest of the parameters, I'm using the charachter '%' for the LIKE statement so all data will be shown. Any idea how to solve this for the IN statement? The…
Timvdb92
  • 63
  • 9
1
vote
0 answers

watir-webdriver result not same as manual test

... or when is a click not a click..? I'm testing SAP Enterprise Portal using cucumber & watir-webdriver. During manual tests I observe the portal behaving as expected. During the cucumber tests (same user+pass) the portal behaves differently and my…
DerekC
  • 762
  • 5
  • 10
0
votes
1 answer

Optional routing parameters ar not passed on Prem

Hello, we are facing an issue with passing optional parameters using routing. Parameters are passed to another view when the app runs on BTP, but not on Prem. The route is defined as follows: { name: "routname", pattern:…
keshet
  • 1,716
  • 5
  • 27
  • 54
0
votes
1 answer

Using SAML in Portal to Authenticate with 3d party website

We are running a website where users need to be authenticated from the SAP Enterprise Portal. Scenario: User logs in into SAP portal via SAML Authentication. This user can view a link in the Portal he can click the link and will be transferred to a…
FastSolutions
  • 1,809
  • 1
  • 25
  • 49
0
votes
1 answer

Read data from Excel data by JSPDynpage

I have created JSPDynpage component and I am trying to read Excel file using Apache POI 3.2 API. I have followed the chapter "File Upload" in the guide "Running an Enterprise Portal > Core Development Tasks > HTML-Business for Java" in the SAP Help…
Aaliya
  • 85
  • 2
  • 10
0
votes
1 answer

Can't get round a ClassCastException

While trying to cast the result of a context.lookup() call in my portal application, I'm getting a ClassCastException for two out of three attempts at casting different results. After some research I think this:…
Tom George
  • 13
  • 2
-1
votes
1 answer

Make development on SAP Netweaver AS more comfortable?

I'm developing a J2EE-based web application on a SAP Netweaver Application Server. I have 2 questions: I have to deploy PAR file every time I want to test my JSPDynPage or portal component on this remote server. This operation is expensive if I…
jRicca
  • 585
  • 2
  • 5
  • 11
1
2