cancel
Showing results for 
Search instead for 
Did you mean: 

Clarification on sending smartform as an email pdf attachment

Former Member
0 Kudos

Hi All,

I want to clarify how to send a generated smartform as pdf attachment. I know we can develop an ABAP program to do that. But i want to know whether is there any way that a functional guy can create a new output and condition in nace transaction so that the SAP will itself internally convert smartform as pdf and deliver it as an attachment. Is there any way that we can config SAP to do so.

Message was edited by:

ben

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

/community [original link is broken]

forumID=50&threadID=73413&messageID=789362

/community [original link is broken]forumID=50&threadID=54914&messageID=573413

Please give me reward points

Murali Poli

Former Member
0 Kudos

Hi

The functional people has to configure the Output type with medium 7 to send the output as Mail to the correct receipient.

Using Scripts I have sent the PO output to Mail without writing any extra code

the Driver program will take care s of the respective Medium and Receipient to deliver the output

In the case of Mail the medium is 7 and in the case of print output it is 1.

So have to configure the SCOT and SOST to send mails to proper destinations using proper protocals.take the help of a basis guy.

I think in smartform driver program also there is such facility.

check for the fun module ADDR_GET_NEXT_COMM_TYPE and the related code in driver programs

see its functionality in PO driver program SAPMF06P and see in the driver program of smartform.

Regards

Anji