我们用SAPGUI登录某个系统时,除了用户名和密码外,还要指定一个必填字段client:

这个client是什么东东?

看文档:

SAP Client is the highest hierarchical organizational unit within an SAP system that contains master records and tables. The transactions processed at SAP client level is valid and applicable for all company code data and enterprise structures.Client is a three digits numerical key and from a business point of view, client represents as a corporate group. User is required to enter client key while logging on to the SAP system.

SAP client是SAP系统里包含了主数据和业务数据的层级结构最高的组织单元标识符,业务上来说代表一个企业,技术类型是一个三位的正整数。

Important Client Characteristics

  • Every SAP user’s access and authorizations must assigned to the SAP client on which client users are working.
  • It is used to differentiate between development, quality and product system within the same or different server
  • The data entered at client level is valid for all organizational units.
  • Each client can have one or more company codes, plants and locations but there will be not have connection between clients.

事务码SCC4查看Netweaver系统上所有已创建的client列表:

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

最新文章

  1. redis命令全集(自用)
  2. 案例研究:CopyToAsync
  3. Centos7 搭建hadoop2.6 HA
  4. JNI调用测试
  5. vim文本编辑器的总结
  6. 【面试&笔试】ASP.NET的相关问题
  7. 【HDOJ】4737 A Bit Fun
  8. BULK SQL
  9. 简单的方式实现javascript 小数取整
  10. C和指针 (pointers on C)——第十一章:动态内存分配(下)习题
  11. [google面试CTCI] 1-8.判断子字符串
  12. Android 中单位讲解
  13. require.js使用教程
  14. CentOS 6 RPM安装包下载地址
  15. mysql实现成绩表中成绩的排名
  16. java web 三大核心组件Filter
  17. Angular2入门:TypeScript的类型 - 数组解构
  18. Fragment+FragmentActivity出现The specified child already has a parent. You must call removeView() on the child's parent first.
  19. Python_每日习题_0001_数字组合
  20. Money 20/20 | 未来金融数字化转型:数字化半径与全栈式战略观

热门文章

  1. jdk 自动化脚本
  2. Java入门系列-15-封装
  3. [转]象棋AI算法(二)
  4. PHP学习4——面向对象
  5. C#语言-03.逻辑控制语句
  6. 深入Java关键字null
  7. Java 并发(一) --- CAS
  8. webpack使用extract-text-webpack-plugin打包时提示错误Use Chunks.groupsIterable and filter by instanceof Entryp
  9. SSH,SSM框架文件上传
  10. ajax实现菜单联动显示信息(当选择单位的时候,动态关联出人员信息)