‎2009 Nov 04 11:27 AM
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
‎2009 Nov 04 11:31 AM
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
‎2009 Nov 04 11:31 AM
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
‎2009 Nov 04 11:36 AM
Yes. It worked! Such a simple solution.
Thanks a lot!
BR,
Tabrez
Edited by: Tabrez Hanif on Nov 4, 2009 11:36 AM