‎2007 Mar 20 2:47 PM
Hi Friends,
I have a custom dialog program . On the screen I have following parameters .
Print Immediately :
No of Copies :
I want to add a language option to it . The default should be the logon language .
Which table contains the logon language and other languages . So when the users wants to print the form in a diff language he can dropdown and choose any .
Depending on the selection on the screen . I will put a if ..else in the print program and go print the form in that particular language .
Please advice .
Thanks ,
‎2007 Mar 20 2:51 PM
Hi!
Check table T005T for countries and languages.
The default logon language can be read from system variant SY-LANGU.
Regards
Tamá
‎2007 Mar 20 2:55 PM
Hi,
You can use the command SET COUNTRY 'US' in scripts
such that it will print the country specific language .
check the table T005T for countries and lang's
Regards,
Anji
‎2007 Mar 20 3:12 PM
I have a different client in which the form needs to be printed .
‎2007 Mar 20 7:03 PM
what about checking all languages which are defined for your form (layout) and displaying just those which can be used for this particular form.
(table stxh, tdobject = FORM, tdid = TXT, tdname = form name)