2008 May 08 8:16 AM
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.
2008 May 08 8:21 AM
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.
2008 May 08 8:18 AM
2008 May 08 8:20 AM
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.
2008 May 08 8:21 AM
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.
2008 May 08 8:22 AM
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
2008 May 08 8:26 AM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |