cancel
Showing results for 
Search instead for 
Did you mean: 

Audit Trail of ABAP Web Dynpro in Portal

Former Member
0 Kudos

Hi All,

I have several ABAP web dynpro components linked to my portal. As in most cases, I will be having screens when I click some option in the Portal.

For example, I have a submission form which will be loaded with its initial field values when i click 'VIEW'.

If I make some changes in this form and click 'Submit' I want to capture the user id.

I have sorted out how to get the portal user id.

Now my question is "are there any standard SAP function modules that can capture the 'created by' and 'last modified by' fields of a web dynpro component?"

Thanks in advance.

Regards,

Prosenjit.

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

If the data is going to be saved in database, you can make use of Change Documents using transaction SCDO

and view the changes in transaction RSSCD100

Abhi

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks!