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

sap script logo

Former Member
0 Likes
714

hello experts,

can you plaese say me how to write conditions for uploading various logos in sap-script.

Correct answers will be apprecialted with good points.

thanks

Sunita.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
678

Hi,

You need to write th condition

If comp code = 'A'

/: INCLUDE Z_YOUR_LOGOA OBJECT TEXT ID ST LANGUAGE E

elseif comp code = 'B'

/: INCLUDE Z_YOUR_LOGOB OBJECT TEXT ID ST LANGUAGE E

elseif comp code = 'C'

/: INCLUDE Z_YOUR_LOGOC OBJECT TEXT ID ST LANGUAGE E

endif.

Regards,

Balaji.

hello experts,

can you plaese say me how to write conditions for uploading various logos in sap-script.

Correct answers will be apprecialted with good points.

thanks

Sunita.

5 REPLIES 5
Read only

prasanth_kasturi
Active Contributor
0 Likes
678

hi

Read only

0 Likes
678
logos for different company codes.

If comp code = 'A'
/: INCLUDE Z_YOUR_LOGOA OBJECT TEXT ID ST LANGUAGE E
elseif comp code = 'B'
/: INCLUDE Z_YOUR_LOGOB OBJECT TEXT ID ST LANGUAGE E
elseif comp code = 'C'
/: INCLUDE Z_YOUR_LOGOC OBJECT TEXT ID ST LANGUAGE E
endif.
Read only

Former Member
0 Likes
679

Hi,

You need to write th condition

If comp code = 'A'

/: INCLUDE Z_YOUR_LOGOA OBJECT TEXT ID ST LANGUAGE E

elseif comp code = 'B'

/: INCLUDE Z_YOUR_LOGOB OBJECT TEXT ID ST LANGUAGE E

elseif comp code = 'C'

/: INCLUDE Z_YOUR_LOGOC OBJECT TEXT ID ST LANGUAGE E

endif.

Regards,

Balaji.

Read only

prasanth_kasturi
Active Contributor
0 Likes
678
          • to upload in your sap system***********

goto se78

click on GRAPHICS general graphics

you get bitmap images.

double click on it.

give the name there and select color bitmap image.

press f5(import)

in the field file name press f4

you can upload pictures from your pc.

**********to upload in your sap-script****

then go to se71.

go to page windows of your sap-script,

double click on the window you want to upload the picture

and press f9.

in the editor goto insert----->graphics.

then you select tab stores on document server

give the name of your image and select color or balckn white .

press enter

you get your image in your script

if you want different logos use if control command

reward if helpful

prasanth

Read only

Former Member
0 Likes
678

Hi Reddy,

you can use the IF condition in script to upload logos conditionally, u can upload the logos from menu->insert->graphic and browse for the desired logo..

Regards

Adil