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