2009 Feb 03 4:25 PM
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?
a®
2009 Feb 03 5:02 PM
Hi check if this UE might help :
EXIT_SAPLBPFC_001
EXIT_SAPLBPFC_002
2009 Feb 03 4:45 PM
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
2009 Feb 03 5:08 PM
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
a®
2009 Feb 03 5:02 PM
Hi check if this UE might help :
EXIT_SAPLBPFC_001
EXIT_SAPLBPFC_002
2023 Aug 23 11:16 AM
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)