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

Exporting Graphics

Former Member
0 Likes
1,698

Hi,

I want to export graphics which is into our SAP system.

When i go to se78 i get only two options ie import and transport.

Is their any way to export the graphics. coz we don't have the bmp file.

we want to export this graphics and again import into another system.

[we want to use that picture in our another instance]

Rgds,

Fattesingh

5 REPLIES 5
Read only

JoseMunoz
Active Participant
0 Likes
1,138

I was looking for the same as you and I didn't find a solution. Just the manual solution, to have the image in a .jpg/.gif and import to the other system.

Sorry

Read only

Former Member
0 Likes
1,138

hi Vinay,

the problem is that we don't have the grapgic file with us and the graphic is one of the server and the same we want to use in another server so we want export the graphic to the disk and again import it into the another system using se78.

is their any option available for this.

Rgds,

Fattesingh

Read only

Former Member
0 Likes
1,138

Hi Fattesingh,

1)Use Windows Images to convert your graphics file into BMP file and transport this BMP file using SE78.

2)Use report RSTXTRAN to transport logos/graphics from one system to other system.

Thanks,

Vinay

Read only

Former Member
0 Likes
1,138

You can try exporting graphics throgh transaction SMW0 with all formats.

Regards,

Krishnakumar

Read only

Former Member
0 Likes
1,138

Hai Fattesingh

Go through the following

You can achieve as per below:

1) I want to upload a coloured logo from my desktop to SAP

- Upload your logo via SE78.

- Select 'Import' button from application toolbar of SE78, and perform upload.

2) Then i want to upload that coloured Logo into my SAP Script output

- At SE71, goto Text Element from your window logo (window where you locate your company logo), and place the following statement:

/: BITMAP 'COMPANY_LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 150

3) Then i want to make that Coloured logo to be Printed on Layout screen visible as with same color as i uploaded.

Thanks & regards

Sreenivasulu P