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

SCREEN PAINTER

Former Member
0 Likes
452

CAN WE CHANGE BACKGROUND IN SCREEN PAINTER AND ADDING GRAPHICAL IMAGES.

3 REPLIES 3
Read only

Former Member
0 Likes
435

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

Read only

Former Member
0 Likes
435

hi shan ,

i think you are talking about smartforms .

Siva

Read only

Former Member
0 Likes
435

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.