cancel
Showing results for 
Search instead for 
Did you mean: 

STS- Abap Function E-Mailaddress generator

Former Member
0 Kudos
62

Dear all,

Does anyone know in which <b>function</b> it is possible

to determine how exactly the system knows to which

persons e-mails (via Data monitor) are generated?

Tnx,

Kurt

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member93896
Active Contributor
0 Kudos

Hello Kurt,

there is no function. The email addresses are stored in the STS configuration (stored as XML on the database).

If you use the "Load email from system" button in the configuration, the email is read from the user master data (transaction SU01D).

If you are looking for some ABAP coding, check program UPS_STS_REMINDER.

Regards,

Marc

SAP NetWeaver RIG

Former Member
0 Kudos

Marc,

Thanks for your reply.

Still I'm struggling with a language issue in STS. In my business case 2 types of users (French & Dutch),in the same user hierarchy, need to access the STS monitor according to their language.

But, when I launch the STS Planning session, the system automatically creates a link with an extension EN (for English). So if a Dutch user opens this link, he will automatically be connected in English (while it should be Dutch).

So I'm trying to find out if we can redirect this link according to the logon language of the user.

I read note 587220, still this doesn't solve the issue.

Kurt

former_member93896
Active Contributor
0 Kudos

Kurt,

now I understand the problem: It's the link in the email that is wrong.

I checked and believe it is a program bug. Please open a message to SAP support to get it fixed. In function module UPS_STS_GET_URL the following line should be deleted:

CONCATENATE g_url '&sap-language=' sy-langu INTO g_url.

Regards,

Marc

SAP NetWeaver RIG