zoukankan      html  css  js  c++  java
  • SAP客户端多语言设置

    配置文件


    NLS Setting Maintenance 。Program:RSCPINST  

    修改系统文件目录:D:\usr\sap\C11\SYS\profile

    Change file :C11_DVEBMGS00_(主机名称) sample :
    C11_DVEBMGS00_yh
    添加如下内容(增加:ZH、EN、DE、JP )
    zcsa/installed_languages = 1EJDM

    install/codepage/appl_server = 8400
    install/codepage/appl_server = 8000
    install/codepage/appl_server = 8300
    install/codepage/appl_server = 1100

    install/codepage/db/non_transp = 8400
    install/codepage/db/non_transp = 8000
    install/codepage/db/non_transp = 8300
    install/codepage/db/non_transp = 1100

    install/codepage/db/transp = 8400
    install/codepage/db/transp = 8000
    install/codepage/db/transp = 8300
    install/codepage/db/transp = 1100


    [轉載]SAP客户端多语言设置. - [ERP]
    原帖 http://twticpgk.blogbus.com/logs/5422807.html

    2007-05-19版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
    http://twticpgk.blogbus.com/logs/5422807.html

    终于实现了客户端的多语言登陆问题.其实问题也是很简单的.
    在于修改SID_DVEBMGS00_HOST文件.也可参考以下PDF文件.
    http://twticpgk.blogbus.com/files/11795541470.pdf

    zcsa/installed_languages = 1EJDM
    install/collate/active 0

    install/codepage/appl_server = 8400
    install/codepage/appl_server = 8000
    install/codepage/appl_server = 8300
    install/codepage/appl_server = 1100 

    install/codepage/db/non_transp = 8400
    install/codepage/db/non_transp = 8000
    install/codepage/db/non_transp = 8300
    install/codepage/db/non_transp = 1100

    install/codepage/db/transp = 8400
    install/codepage/db/transp = 8000
    install/codepage/db/transp = 8300
    install/codepage/db/transp = 1100

  • 相关阅读:
    事务 ~ 锁
    JDBC
    C# ~ 由 IDisposable 到 GC
    C# ~ 泛型委托
    函数式编程
    反射
    测试初识
    C# ~ 从 委托事件 到 观察者模式
    C# ~ 从 IEnumerable / IEnumerator 到 IEnumerable<T> / IEnumerator<T> 到 yield
    Java初识
  • 原文地址:https://www.cnblogs.com/godwar/p/1214894.html
Copyright © 2011-2022 走看看