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

Graphical windows in sapscript

Former Member
0 Likes
471

Hi there,

I have created a sapscript form which has an original language. Then I have started adjusting the form into another language and everything was going OK. When I printed the form in the secondary language, I have seen that the graphical windows in the form are not being printed. This happens with the logo. The primary language form is printing the logo and the secondary language isn't.

I am able to edit the non-graphical windows in the secondary language sapscript form. For the graphical windows it's not possible to do it.

How can I do it?

Tabrez

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
435

Hi,

While creating the window,

give the window type as CONST and not GRAPH.

The GRAPH window type windows are not editable.

Hope it helps

Regards

Mansi

2 REPLIES 2
Read only

Former Member
0 Likes
436

Hi,

While creating the window,

give the window type as CONST and not GRAPH.

The GRAPH window type windows are not editable.

Hope it helps

Regards

Mansi

Read only

0 Likes
435

Yes. It worked! Such a simple solution.

Thanks a lot!

BR,

Tabrez

Edited by: Tabrez Hanif on Nov 4, 2009 11:36 AM