cancel
Showing results for 
Search instead for 
Did you mean: 

/discussions/discussions2/7428...

Former Member
0 Kudos

Hello,

i want to use Webdynpro to display the results of a remote function call. This call should be executed by logged in portal user against an R/3. Authentication against the R/3 with SAP Logon-Tickets.

How can i made this?

regards

Marco

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi  Marco,

If you use the Sneak Preview version of the Web AS, you use the "normal" RFC. The Web Dynpro application needs to be authenticated (set the authentication within application properties on "true") and you need to map the users (e.g. within the Portal use -> Personalization -> User Mapping) or you need to synchronize the two UME stores using LDAP.

How to get the Web Dynpro User: WDClientUser.getCurrentUser().getClientUserID()

If you have a later version where you can make use of the "adaptive" RFC the procedure is slightly different because of the System Landscape Directory. Please let me know if that's the case.

Best regards,

Karin

Former Member
0 Kudos

Hello Karin,

thanks for the fast response.

Yes i have the version WAS 6.30 SP2.

regards,

Marco

Former Member
0 Kudos

Hello Marco,

The adaptive RFC is not available with 6.30 SP2, so you are able to use the procedure I described above.

Best regards, Karin