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

  • 相关阅读:
    算法(第四版)2.1 初级排序算法
    数据类型:数值
    数据类型:null, undefined 和布尔值
    数据类型:概述
    9.6 http中间件
    9.5 处理http 请求
    9.4 简单httpserver
    9.3 多客户端TCP
    9.2 udp server
    资源竞争
  • 原文地址:https://www.cnblogs.com/godwar/p/1214894.html
Copyright © 2011-2022 走看看