cancel
Showing results for 
Search instead for 
Did you mean: 

.Net to SAP User info needed?

Former Member
0 Kudos

Hi Gurus,

In our current landscape, we have .net application users accessing sap data and they update this sap data via bapi, while updating the same all the .net users use a generic user id.

EX: The user logs in to .NET as u201CXYZu201D but he updates the sap data as PQUSER (generic id).

Going forward, we would like to use the same .net user id XYZ to communicate with SAP (and not via generic id), so that, we can track as to who has updated the sap data in reality, how can we achieve this either in 4.6c / ecc 6.0?

Any help would be greatly appreciated!!

Best Regards,

Govind.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

I would use standard SAP functionality to track changes... which means you would need a unique SAP username for each user.

You can set up a periodic sync between AD or the database table you are using for authentication. You can also set up an immediate trigger to disable a user, add a new user, or change a user's password.

former_member182416
Active Contributor
0 Kudos

Hi

If you want to rack who has changed what , then

In this case all users must have SAP LoginIDs.

Regards

Rajendra

Former Member
0 Kudos

an other solution is to create a ztable to track theses updates.

And instead a BAPI you write a ZFUNCTION Which includes the bapi and you add on this code what you need to track the use who does the update with a simple ABAP SQL code.