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

BDC Table Control issue in tcode SOST recording

Former Member
0 Likes
1,109

Hi All,

I am using the SOST tcode in recording to resent the emails after selecting the row in table control. While  recording when I am selecting any email from the list to resend I am not getting the row selection code capture in the SHDB recording. Please let me know how to get the row selection code and the logic to get the next proceeding row in BDC.

Thanks & Regards,

Ramesh Kumar Singh

Hi All,

I am using the SOST tcode in recording to resent the emails after selecting the row in table control. While  recording when I am selecting any email from the list to resend I am not getting the row selection code capture in the SHDB recording. Please let me know how to get the row selection code and the logic to get the next proceeding row in BDC.

Thanks & Regards,

Ramesh Kumar Singh

6 REPLIES 6
Read only

Former Member
0 Likes
1,019

Hi Ramesh,

First thing it is not table control in SOST it is an ALV which we cannot capture in BDC recording. This is the problem with SAP ALVs that we cannot do recording on them directly. I also faced the same problem some time back.

Better you look for other options rather than recording SOST.

Thanks,

Zuber

Read only

0 Likes
1,019

you can use tables related to SOST like SOES etc. and read what ever values you would like to read , based on the status (like waiting error ) and then using FM you can resend the mail.

Please debug program  rssosoststat to get the exact FM needed ( I had the name but I can not recall it now) and needed parameters can be taken from above mentioned tables.

Hope above information help.

Read only

Former Member
0 Likes
1,019

This message was moderated.

Read only

Former Member
0 Likes
1,019

Hi Ramesh,

BDC cannot be used for the transaction SOST.

Instead you will have to fetch the data from the table associated with SOST and resend it.

You can refer the following links that might be helpful to you.

https://scn.sap.com/thread/1577467

http://scn.sap.com/message/8474894

Regards,

AyyamPerumal

Read only

Former Member
0 Likes
1,019

Hi Ramesh,

Could we know the requirement why do you want to record resending the emails?

Probably we could think other ways to achieve it..

Thanks

AJ

Read only

0 Likes
1,019

Zuber/Gaurav/Ayyam,

Thanks for your promt reply.

@Ajay :  My requirement is that what ever out going mail which will get listed on SOST, I have to forward those mail in BCC to support team mail [email protected].

Thanks & Regards,

Ramesh Kumar Singh