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

Problem in Sending mail

Former Member
0 Likes
949

Hi,

I am sending smartform output as PDF attachment throngh mail while executing the program i am getting sy-subrc =0.

then when seeing in SOST transaction i am getting Still no entry in queue also wwe have completed the SMTP configuration working fine .....

Any suggestion...

Ramesh T

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
910

Hi,

Check the t-codes SCOT and SBWP.

Hi,

I am sending smartform output as PDF attachment throngh mail while executing the program i am getting sy-subrc =0.

then when seeing in SOST transaction i am getting Still no entry in queue also wwe have completed the SMTP configuration working fine .....

Any suggestion...

Ramesh T

6 REPLIES 6
Read only

Former Member
0 Likes
911

Hi,

Check the t-codes SCOT and SBWP.

Read only

0 Likes
910

Hi,

In transaction SBWP tested working fine for sending mail from that transaction but through programi is not working...

Thanks,

Ramesh.T

Read only

ciaran_heffron
Product and Topic Expert
Product and Topic Expert
0 Likes
910

Hi Ramesh.T

Error 'Still no entry in queue' points towards a missing COMMIT WORK in the sending application. So please add 'COMMIT_WORK' = 'X' after the send function has been called in a program and then test again.

Thank you,

Ciará

Read only

0 Likes
909

COMMIT WORK gives shortdump on quality server. please give anyother solution.

Read only

0 Likes
909

Hi..

Ginve COMMIT WORK = 'X' in function module for sending mail, it will work

Regards,

Gopi M

Read only

Former Member
0 Likes
909

Hi Ramesh,

Please check the below link it may useful for you

[]

Thanks

Surendra