Application Development and Automation 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: 
Read only

How to insert an image using t-code So10

Former Member
0 Likes
12,765

Hi,

i want to insert an image in a mailer part. so please any one help me in , how to insert an image in mailer part using so10 tcode.

Thanks in Advance

3 REPLIES 3
Read only

FredericGirod
Active Contributor
0 Likes
6,858

Hi,

why do you want to use SO10 to insert a picture ?

there is simpler solution ..

se71 ..

regards

Fred

Read only

Former Member
0 Likes
6,857

Hello,

First of all you have to upload the image in transaction SE78.

In this example am using the SAP logo.

Then in the transaction SO10, create the text element.

Then insert the command line as follows :

/: BITMAP ENJOY OBJECT GRAPHICS ID BMAP TYPE BMON DPI 100

ENJOY = the name of the picture of the sap logo.

The output is as follows:

Thanks and kind regards,

Yovish.

Read only

Former Member
0 Likes
6,855

Hi Somi Reddi,

First go to tcode SO10 tcode as below:

Press create Button:

Insert logo as graphics and Press enter

and Save.

Now goto tcode se71.

Create a page, window and insert window in page.

In text element of page window insert the text element as standard as below:

then press enter

save and activate the form

Now the test the form the output is as:

Thanks ,

Vineesh B.