cancel
Showing results for 
Search instead for 
Did you mean: 

How to change SAP SCRIPT logos at runtime

Former Member
0 Kudos

Hi,

My requirement is to change the logo of a sapscript form at runtime according to the company code. ie, If company code is 1000 i should get a different logo else another one. How to go about it?.. Its very urgent...

Prompt replies would be suitably rewarded.

Thanks,

Tamilarasan.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member214131
Active Contributor
0 Kudos

Hello Tamilarasan,

Please let me know the solution has worked for you. If not, let me know. Else, please close this thread.

There was a quote in your query indicating it is urgent. But there has been no response until now.

Best Regards, Murugesh AS

former_member214131
Active Contributor
0 Kudos

Hello,

We have completed several requirements like this.

1. Create a custom table which holds the region names ( viz., LOGO, address of the corresponding plant, key field as Plant, Form name and the corresponding standard text associated.

2. Develop a standard function module which fetch appropriate plant/form specific data(Set of standard texts).

3. call the FM in your program and determine the logo dynamically.

Corresponding coding in your SAPScript:

/: INCLUDE &G_LOGO& OBJECT TEXT ID ST LANGUAGE &G_LANGU&.

Hope this helps you.

Best Regards, Murugesh AS

Message was edited by: Murugesh Arcot