cancel
Showing results for 
Search instead for 
Did you mean: 

How to send multiple customer statements by email using RFKORD11

Former Member
0 Kudos

Hi All,

How to send multiple customer statements by email using RFKORD11 program.

As of now we copied the stanadard program and sending the customer statements by email, one by one.

if i execute the z program it will show the customer statement and send mail option.

if i click send mail it will send that customer statement to the corresponding customer.

then again i need to click back, it will show next customer statement and click on send mail.

Pl guide me, if any one worked on this program.

Regards,

Mahesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Madhurivs23
Participant
0 Kudos

Hi .

You first need to copy that program to Z and make the changes in it. Can you convert sapscript to smartform?

then you can write a logic to send mail in the loop.

to send the pdf file

https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/mailsendthroughoutputcontrols

Regards,

Madhuri

Edited by: madhuri sonawane on Jun 10, 2009 4:20 PM

Former Member
0 Kudos

Hello,

I had the same issue. I developed a Z program and a new layout from the scratch and with the selection having a select option with multiple selections. Pass the parameters to the OPEN_FORM with import parameters dialog = Space. Then user does not have to click email for each vendor.

Regards,

Isuru