cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Data From EP to Web Dynpro

Former Member
0 Kudos

Hi All,

I have Web Dynpro (ABAP) applications related to EP frontend. In this application, I can modify any record(s). For tracking these changes I am maintaining a table in SAP R/3 where I am capturing the user id and the system date of the person making those changes.

The login is done via EP frontend.

Appreciate your help.

Regards,

Prosenjit.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi Abhimanyu,

Can you tell me how to go about capturing the EP user id in my ABAP Web Dynpro Application?

Thanks!

Prosenjit.

Former Member
0 Kudos

Thanks Abhimanyu,

I use a separate login for going into the portal say pc77888 and a password, where upon I get to access the dynpro components.

If I need to catch the EP user id how should I proceed?

Thanks!

Prosenjit.

abhimanyu_lagishetti7
Active Contributor
0 Kudos

you have to create a portal application or web dynpro java application to get User ID of the Portal and call web dynpro application

this link will be helpful to retrieve Portal User ID

http://www.octavia.de/fileadmin/octavia_files/content_bilder/Hauptnavigation/SAP_NetWeaver/WebDynpro...

Abhi

Former Member
0 Kudos

Apologies for skipping the question...

I want to know how can I capture the user id and the system date from EP into my ABAP web dynpro component.

Thanks in advance.

Prosenjit.

abhimanyu_lagishetti7
Active Contributor
0 Kudos

How did you created the System in EP, what is the user mapping?

is it Single Sign-On?

if Yes, sy-uname will give you the User ID

If not you have to pass User ID and other parameters from Portal to Web Dynpro ABAP, you don't have any configuration for this. you have to create a portal application and call Web dynpro ABAP application from this.

Abhi

abhimanyu_lagishetti7
Active Contributor
0 Kudos

what is the question?

Abhi