cancel
Showing results for 
Search instead for 
Did you mean: 

Sending SAPScript by mail

Former Member
0 Kudos

Hi all,

I am working on zprogram in that I am calling SAPScript in that I have to send that script via mail to users in that I had used following function module CALL FUNCTION 'CONVERT_COMM_TYPE_DATA' and I had set the recipient e-mail address

as LW_COMM_VALUES-ADSMTP-SMTP_ADDR = 'email address ' for that I have to declare

LW_COMM_VALUES TYPE SZADR_COMM_VALUES

LW_SENDER TYPE SWOTOBJID

LW_RECIPIENT TYPE SWOTOBJID

LW_SNAST TYPE SNAST but the problem is that TYPE SZADR_COMM_VALUES is showing unknown type and another question is that weather this method will work or not ?

Thans

Rsatalkar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Using another FM 'SO_NEW_DOCUMENT_ATT_SEND_API1' to send mail