‎2007 Jun 07 10:51 AM
CAN WE CHANGE BACKGROUND IN SCREEN PAINTER AND ADDING GRAPHICAL IMAGES.
‎2007 Jun 07 11:00 AM
Hi shan
Design the Program with Screens designing in the Screen painter, then attach the Transaction code for that program
then you can secdule that program in the background from SM36 Tcode
Scheduling JOB in background:
Go to SM36 create a Job
click on Start Condition
Click on DATE and TIME enter date scheduled Start and END times
click on Period Values
Click on HOURLY/WEEKLY etc
CLick on RESTRICTIONS also to use further criteria.
so your job will be scheduled and run as per your requirement.
Check this link for scheduling jobs..
http://help.sap.com/saphelp_nw2004s/helpdata/en/c4/3a7f87505211d189550000e829fbbd/content.htm
You can put your company logo by using the custom control.
Example:
CALL METHOD PICTURE_CONTROL_1->LOAD_PICTURE_FROM_SAP_ICONS
exporting icon = '@01@'.
http://www.sapdevelopment.co.uk/graphics/add_image.htm
Reward if helpfull
Regards
Pavan
‎2007 Jun 07 11:04 AM
‎2007 Jun 07 2:01 PM
If you are talking about normal screens in module pool programs then its not possible to add any image in it.
in smartforms or sap script it is possible to add any image.
write back if you have any further doubt.