Skip to Content
0
Former Member
Jun 28, 2007 at 10:32 AM

problem in sending mail

27 Views

Hi

actually i want to send a mail with the following message through SAP server. Which was populated in

 it_message

. and now i want to print the document number also along with this statement in the same message. when i was trying to send both the document number and the message the message is displaying fine but when i put an loop its not reading the data in the internal table

read table int_bseg .



   loop at int_bseg.

it_message =  int_bseg-belnr.

* it_message = 'Assignment Date is coming After 2 Days'.

  append it_message.

endloop.

regards

Pavan