<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Automatic Forwarding</TITLE>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi, Brad-</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>if a Boss maintains&nbsp; a n d&nbsp; =
activates a=20
substitution via&nbsp;(Workflow)Inbox --&gt; Extras --&gt; Maintain / =
Activate=20
Substitution, </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>then this means auto forwarding between =
the Boss=20
and his Assistant. If the Boss does not activate, but his Assistent does =
via=20
</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Inbox --&gt; Extras --&gt; Substitute =
for, then=20
this is no auto forwarding.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Here is a Form to check wether&nbsp; a =
user BOSS=20
has set up an auto forwarding to a user ASSISTANT:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>FORM CHECK_AUTO_FORWARDING USING =
VALUE(BOSS) LIKE=20
SY-UNAME<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
VALUE(ASSISTANT) LIKE=20
SY-UNAME<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
ONFLAG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LIKE=20
SY-BATCH.<BR>&nbsp; CLEAR ONFLAG.<BR>&nbsp; SELECT * FROM=20
HRUS_D2<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
WHERE=20
US_NAME&nbsp; =3D&nbsp;=20
BOSS<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;=20
AND REP_NAME =3D&nbsp;=20
ASSISTANT<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;=20
AND BEGDA&nbsp;&nbsp;&nbsp; &lt;=3D=20
SY-DATUM<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;=20
AND ENDDA&nbsp;&nbsp;&nbsp; &gt;=3D=20
SY-DATUM<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;=20
AND ACTIVE =3D 'X'.&nbsp;&nbsp; " is only set via auto forwarding Extras =
--&gt;=20
Activate Substitution<BR>&nbsp;&nbsp;&nbsp; ONFLAG =3D =
'X'.<BR>&nbsp;&nbsp;&nbsp;=20
EXIT.<BR>&nbsp; ENDSELECT.<BR>ENDFORM.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2><BR>&nbsp;</DIV></FONT>
<DIV><FONT face=3DArial size=3D2>If you skip the field ASSISTENT, you =
can check if=20
the Boss has set up auto forwarding to any user.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Best regards&nbsp; Ulrich</DIV></FONT>
<DIV>&nbsp;</DIV></BODY></HTML>