Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Userspecfic Requirement

former_member251546
Participant
0 Likes
964

Hi,

Good day every one

Ive dev the userexit..its working fine. but its kicking to others.. so i want to keep the userspecific userexit..

how we gonna do it?

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
928

Which user exit you are refereing to and what is the requirement?

Regards

Vinod

Which user exit you are refereing to and what is the requirement?

Regards

Vinod

8 REPLIES 8
Read only

Former Member
0 Likes
929

Which user exit you are refereing to and what is the requirement?

Regards

Vinod

Read only

0 Likes
928

Ive dev two userexits..one is for iw32 and second one is for iw42..

in these t.code..other functional guys are working..so it disterbs them so i need to keep its on userspec.

already i put it on client specific but i need to keep it as userspecific.

Thank you for replying

Regards

Read only

0 Likes
928

Well then do the validation based on SY-UNAME before calling the code for the user exit

Read only

Former Member
0 Likes
928

Hi,

Use SY-UNAME field to get the user name. using IF condition you can fix your problem.

Write your exit code inside the if condition.

Regards,

Prajwal K.

Read only

0 Likes
928

Hi,

thank you

is there any userspecific table to read the username compare with current user..

Regards

Read only

0 Likes
928

Table Name:USR01 ,USR02

rfc:BAPI_USER_GET_DETAIL

Read only

0 Likes
928

Why would you want to compare the user names from a table?

Read only

0 Likes
928

Table USR01