2012 Sep 13 7:31 AM
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.
2012 Sep 14 9:23 AM
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.
2012 Sep 14 9:23 AM
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