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

START_IMAGE by Client

Former Member
0 Likes
612

Has anyone developed code to display a custom START_IMAGE unique for each client in an R/3 instance?

I have changed already the default START_IMAGE to one of our design for my instance using standard SMW0 and SM30/SSM_CUST procedures, but I would like more granularity and customization. Each client may represent a unique department/customer/location etc...

1 REPLY 1
Read only

Former Member
0 Likes
507

Hi Atis,

I would recommend you to look at function NAVIGATION_READ_START_IMAGE and make some customer modification to this module. You can add your own code there and get images from table ssm_cust depends on logic you have implemented.

Ihar