之前在OverView 中粗略地写了一下SLD(System Landscape Directory) ,现在详细说说。
回顾一下,SLD
中用到的一个标准就是DMTF
开发的CIM
。用途就是定义用在哪台机器中的哪个产品哪个组件。
SAP
中把System Landscape
分为3
维:the
solution dimension(what software processes are installed), the
transport dimension(DEV, QAS, etc. ), the technical dimension(what
products are installed on which host on particular network)
。

SLD
中主要的两块:Landscape, Software Catalog
Landscape
:Technical Systems
是定义实际的系统,Business Systems
则是定义逻辑的系统
Software Catalog
:Products
顾名思义,就是产品名字,诸如R/3 version 470
等。Software Components
则是产品中的组件,比如SAP_APPL
,这样的component
在SAP
中有很多。

这里的定义有什么用呢?简单说,是用来定义接收方系统和发送方系统的。这里的配置会在IR
的结构中使用,在ID
配置发送方和接受方时也会使用。这里的逻辑系统和实际系统,产品和组件都是根据实际应用而衍生出来的。理解就可以了。