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

HOW TO SEND A MESSAGE

Former Member
0 Likes
495

HOW TO SEND THE MESSAGE FROM ONE USER TO ANOTHER USER IN SAP

HOW TO SEND THE MESSAGE FROM ONE USER TO ANOTHER USER IN SAP

3 REPLIES 3
Read only

former_member221770
Contributor
0 Likes
476

try using FM TH_POPUP.

Read only

Former Member
0 Likes
476

Hi,

Go to transaction SBWP to use SAP's mail functionality.

If you want to use a function module in your program, use 'SO_NEW_DOCUMENT_SEND_API1'.

Check for sample code -

ashish

Read only

Former Member
0 Likes
476

thankx