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

question about RSCONN01

Former Member
0 Likes
887

hi,

i have a special requirement concering sending emails in test-enviroment:

in the test-system the program RSCONN01 is NOT scheduled. this is the normal situation, as emails should not

"go out" in a test-enviroment.

but now for an user-test i have the requirement that specific emails (for a specific receiver-email-adress) should "go out".

is there a possibility to automaticly send emails for a specific single user without doing it manually in scot/sost transaction ?

br, M.

1 ACCEPTED SOLUTION
Read only

iftah_peretz
Active Contributor
0 Likes
641

Hi Martin,

use the FM SX_OBJECTS_SEND, under the object_id put the one you need according to

table soos. If I am not mistaking you should concatenate the following fields from SOOS as the object_id (I am not sure about the order) get the ones you need according to the needed sndnam and sddat and sdtim:

OBJTP

OBJYR

OBJNO

RECTP

RECYR

RECNO

output parameter should be initial.

the rest of the parameters you can see how they got it in lines 40 - 60 of program RSCONN01.

NOTE: this FM is powerful make sure you clear your sost before, whilst running tests.

Let me know how you did,

Best,

Iftah

hi,

i have a special requirement concering sending emails in test-enviroment:

in the test-system the program RSCONN01 is NOT scheduled. this is the normal situation, as emails should not

"go out" in a test-enviroment.

but now for an user-test i have the requirement that specific emails (for a specific receiver-email-adress) should "go out".

is there a possibility to automaticly send emails for a specific single user without doing it manually in scot/sost transaction ?

br, M.

1 REPLY 1
Read only

iftah_peretz
Active Contributor
0 Likes
642

Hi Martin,

use the FM SX_OBJECTS_SEND, under the object_id put the one you need according to

table soos. If I am not mistaking you should concatenate the following fields from SOOS as the object_id (I am not sure about the order) get the ones you need according to the needed sndnam and sddat and sdtim:

OBJTP

OBJYR

OBJNO

RECTP

RECYR

RECNO

output parameter should be initial.

the rest of the parameters you can see how they got it in lines 40 - 60 of program RSCONN01.

NOTE: this FM is powerful make sure you clear your sost before, whilst running tests.

Let me know how you did,

Best,

Iftah