博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
什么是SAP GUI的client
阅读量:6799 次
发布时间:2019-06-26

本文共 1083 字,大约阅读时间需要 3 分钟。

我们用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的原创文章,请关注公众号"汪子熙":

转载地址:http://jjywl.baihongyu.com/

你可能感兴趣的文章
二十二、zookeeper实现分布式锁
查看>>
js数组去重
查看>>
分布式架构springmvc+springboot+springcloud+redis
查看>>
Nginx处理Web项目前后端分离最佳实践
查看>>
爬虫的一些知识罗列
查看>>
【前端词典】 Vue 响应式原理其实很好懂
查看>>
你不知道的JS(上册)
查看>>
AJAX(前后端交互--下拉列表)
查看>>
Android右侧边栏滚动选择
查看>>
Redis笔记
查看>>
B树很简单,插入So easy
查看>>
SpringBoot2 | SpringBoot启动流程源码分析(二)
查看>>
MyBatis 原理浅析——基本原理
查看>>
第七章:SpringCloud Feign对hystrix的支持
查看>>
从零开始学习hadoop之发行版选择
查看>>
浅谈Vuex
查看>>
Redis radix tree源码解析
查看>>
数组和链表
查看>>
撩课-Java面试宝典-第三篇
查看>>
阿里云前端周刊 - 第 13 期
查看>>