‎2009 May 05 9:46 AM
Hi ,
I am testing a standard SAP transaction . I get a dump .I debugged and find out the point at which the code fails.
My login language is English. The program logic tried to do the below mentioned code :
im _language = 'DE'.
try.
set locale language im_langu.
catch cx_sy_localization_error.
raise invalid_text_enviroment.
endtry.
This code fails and an invalid text environment is raised.
Looks like so settings issue in our system. I could be wrong . Any suggestions please.
Thanks
Neelima
‎2009 May 05 9:57 AM
‎2009 May 05 10:01 AM
Its a cockpit transaction .. to archive notes.
does the transaction make a difference?
‎2009 May 05 10:01 AM
Looks like language DE has not been installed on your system.
Regards,
John.
‎2009 May 05 10:02 AM
ok so is it that the language has to be specifically installed in the system ?
‎2009 May 05 10:04 AM
The list that is produced by a RSCPINST simulation contains tasks that must be completed before your language can be used. So you basically go through the list so see what is still pending - I think it shows in red. We also have a document about SAP Language in the Technical Documentation section.
Probably "CODEPAGES" is not installed for the lang you are login
Hope this helps
Bhanu
‎2009 May 05 10:25 AM
Thanks for the replies. the mentioned program might help me to get to the issue.
Rest I could let basis know to solve the problem.
Thanks once again.