Question:
We are a company in Quebec and are implementing HR on a seperate instance. We require an interface from our existing finance R3 4.7 system to the new HR ECC 6.0 instance. Our problem is that the R3 is in english and the cost centers need to be translated to french and then interfaced to our HR system. We want to limit what the user can translate which is ok but we don't want them to mistakingly do anything else in French. We were thinking of creating a second id that is limited to what they should be translating . There other id would allow them to do other things but we don't want them to do it in French.
Is there an authority check on the logon language which would enable us to prevent someone with the wider access to log on in french? The Auth object would only be given in their limited role ie En to the large and FR to the limited. Is there a user exit that may cover this?
Thanks in advance
Rob
Answer:
There is no control supplied by SAP to control which language you can us to logon. If it is loaded as a language then you can logon in that language.
THere is nothing to stop anyone from typing French into anu field that is not validated either.
I beleive there is control on what can be translted, regardlemm of the language you lonon with. S_TRANSLT I beleive
_________________
John A. Jarboe
Answer:
Rob,
if you want nobody to log in as FR, simply ask your basis to take this language out of the instance or default profile (RZ10) and restart SAP.
_________________
SapFans Moderator
NetWeaver ‘04–SAP Web AS for ORACLE certified
Search: /forums/search.php
SAP Notes: http://service.sap.com/notes
SAP Help: http://help.sap.com
Basic Rules: /forums/viewtopic.php?t=222759
Answer:
Thanks for your suggestions. We require some to logon on french and others not to. OUr problem is we have two SAP systems that interface with each other where one is uniligual english and the other bi -lingual. We have to config text in french in the unilingual system (Cost centers)so as the other sytem can except both en and fr text. We will proceed with either some dev work or a user exit we are looking into. Will post the outcome if we can manage it.