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

IDOC reprocessing with BD87

Former Member
0 Likes
1,018

Hello Friends,

I want to re-process some IDOC's using BD87. But there is a requirement to restrict this based on certain users who get can access based on their Sub division and module they support.

I there any place we can restrict this - I am looking at some Enhancement spots before it beings to re-process the IDOCS.

I can throw an error message and kick the user out if he is not authorised to do the same

REgards

Ramesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
678

Ramesh,

you can check this user exit

EXIT_SAPLBD11_001 from user exit ALE00001

get the user from sy-uname who is executing and process it

Thanks

Bala Duvvuri

Edited by: Bala Duvvuri on Aug 5, 2010 10:12 PM

1 REPLY 1
Read only

Former Member
0 Likes
679

Ramesh,

you can check this user exit

EXIT_SAPLBD11_001 from user exit ALE00001

get the user from sy-uname who is executing and process it

Thanks

Bala Duvvuri

Edited by: Bala Duvvuri on Aug 5, 2010 10:12 PM