[SAP] Client Concept (dependent, independent)

SAPCO·2024년 8월 12일
0

- [SAP]

목록 보기
15/17

0. client Server Architecture


1. Client Dependent (Client-Specific, Customizing request)

  • Application Data (자재정보, 단가정보, 회계전표)
  • Configuration Data (
  • User Master Data (SAP 사용자 정보)

2. Cleint Independent (Cross-client, Workbench request)

  • ABAP Repository가 대상(Program, Table, Function)
  • Cross-client table 시스템 변경 사항

3. Example

  • Cleint 구성
    • 100 : Customizing Client (Golend Client)
    • 200 : Dev
    • 300 : Unit Test Client (Sandbox Client)
  • 100에서 작업한 IMG Data들은 200에서 보이지 않는다. (Client Dependent)
  • 200에서 작업한 Prograam은 100에서 보인다. (Client Independent)

4. Golden Client

  • Golden Client is a server which will only have configuration and a clean server with only relevant configuration. This server will not have Master Data and Transaction Data.

5. Sandbox Cleint

  • Sandbox is a server which can be said to be a playground for trying and testing configuration and scenario. This server will have Master Data and Transaction Data.
profile
SAP CO

0개의 댓글