Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SAP mail content

Former Member
0 Kudos

I am using FM "SO_OBJECT_SEND" to send an email to SAP inbox. Contents of this mail are passing through table 'objcont' to this FM.

There are 10 lines of content to be displayed in the mail. These lines are appending and populating into table 'objcont'.

Problem is Lines in the table 'objcont' are displayed as a string in the SAP mail.

How to display them in different lines ?

Regards,

Matt.

1 ACCEPTED SOLUTION

former_member189059
Active Contributor
0 Kudos

Hello Matt,

I think it would be better to use the FM SO_DOCUMENT_SEND_API1

Internally in the above FM, it converts the text message to objcont using the include LSOI1F25 and then passes it to FM SO_OBJECT_SEND

1 REPLY 1

former_member189059
Active Contributor
0 Kudos

Hello Matt,

I think it would be better to use the FM SO_DOCUMENT_SEND_API1

Internally in the above FM, it converts the text message to objcont using the include LSOI1F25 and then passes it to FM SO_OBJECT_SEND