cancel
Showing results for 
Search instead for 
Did you mean: 

NetWeaver & LDAP for MII

Former Member
0 Kudos

Hi all:

For xMII V12 we have installed Netweaver 7.00, both the ABAP and Java stacks. We currently do not access any data from any SAP system. However, we may get some from ECC systems in the future. (2) questions:

1) Do we need the ABAP stack to get/access data from ECC, or any other SAP system, or is the Java stack all thatu2019s needed?

2) Weu2019d like to use LDAP to user maintenance. Can we use LDAP to manage users in the Java stack directly, or does it have to go through the ABAP stack to do this?

Thanks.

Dave

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi

1. Standard procudure: You always need a backend system to get the data.

If you are using only Java then u have to configure JDBC and extract data from non-SAP system.

2. If you are using UME store as Java the you can configure LDAP at java end else you have to do the configuration at ABAP end.

Former Member
0 Kudos

Thanks P.

We would like to leverage the LDAP capability without reliance on ABAP. This means that we will likely have to re-install with Java stack only.

Dave