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

SOST/SCOT - Repeat Send Mails

former_member194669
Active Contributor
0 Likes
2,434

All,

This is my requirement.

I have to repeat resend some of the mails from my inbox. I find the following FM to do this

SO_SEND_PROCESS_REQUEUE but i am not sure how to get the values importing table SEND_PROCESS

Any info how to get the values import table SEND_PROCESS?

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
1,693

Hi check if this UE might help :

EXIT_SAPLBPFC_001

EXIT_SAPLBPFC_002

All,

This is my requirement.

I have to repeat resend some of the mails from my inbox. I find the following FM to do this

SO_SEND_PROCESS_REQUEUE but i am not sure how to get the values importing table SEND_PROCESS

Any info how to get the values import table SEND_PROCESS?

4 REPLIES 4
Read only

Former Member
0 Likes
1,693

Hi,

Try this...

use the function module SX_SNDREC_SELECT...to get the details of type SOXSP2TAB..(SOST)..

Then pass the internal table which you got from the function module to the following subroutine

form resend using cur_table type t_tab_sost.                 "#EC CALLED..

Hope this gives some clue..

Thanks

Naren

Read only

0 Likes
1,693

Naren,

Thanks

Your clue give me some hint.

I have found the tables we need to go from SOOD> SOOS> then call fm SO_SEND_PROCESS_REQUEUE

J@Y

I am looking for the tables and not exits. Anyway thanks for your time

Read only

former_member156446
Active Contributor
0 Likes
1,694

Hi check if this UE might help :

EXIT_SAPLBPFC_001

EXIT_SAPLBPFC_002

Read only

ablessojoshua
Discoverer
0 Likes
1,693

Please use the below class.

cl_sndrec_bcs=>requeue( it_sndrecs ).

Sample codes are available in actual SOST repeat send option(LSBCS_OUTF4C -> FORM REQUEUE)