본문 바로가기
IT/SAP ABAP

W1D1 _ Unit 01~04 _ p001 _ SAP Systems / Portfolio / Navigation Basics / GUI

by caramba 2016. 12. 13.

UNIT 1 SAP Systems

p 001

SAP - Software Applications Products in data Processing

ABAP - Advanced Business Applications Programming

p 006

NetWeaver - SAP Platform : OS(Operationg Syste)의 개념이라고 생각하면 된다. 

    - 대부분 SAP 프로그램은 NetWeaver 위에서 돌아감. Most SAP Systems are based on SAP NetWeaver AS.

(AS: Application Server)



People - 사람마다 다른 채널로, 다른 권한으로 접속할 수 있다.



Information - 
: 같은 부품이지만 다른 이름을 사용할 수 있다. 하지만 통합이 가능해.


Process - 통합, 호환에 대한 solution


( 책에는 Application Foundation / DataBase나 OS의 개념 )





p 008

Properties of SAP NetWeaver AS.


3 Tier

Presentation Layer - Support for various user interface: ( SAP GUI, Browser )

- 유저의 사용을 돕는, 밖으로 보이는 단.

Application Level - Support for various operatiog systems: ( ABAP, JAVA(J2EE) )

- 우리가 ABAP으로 만드는 프로그램 부분.

Database Level - Support for various database ( ABAP, JAVA )

- DB의 종류에 상관 없이 사용 가능. ( Conversion ) - 나중에 나옴


cf 1) Java is an object-oriented (OOP) and platform-independent programming language.

JAVA는 객체지향 언어이고, 작동 되는 플랫폼에 무관한 언어. JVM (Java Virtual Machine)만 있다면 어디 서나 돌아감.

cf 2) In three-tier client/server configuration, the application layer processes can be spread across multiple hosts.

많은 어플리케이션 서버가 동시에 (simultaneously) 작동해. DB서버와 함께. 확장성( Simpler scalability )이 있다.

a single-tier / two tier 에 비해 three-tier configuration이 갖는 장점은 1. Simpler scalability / 2. Load balancing

1. 확장하기 쉽고 / 2. 뭘 먼저 올려 처리를 할 건지 정해 관리상의 업무량(administrative workload)를 효율적으로 처리



UNIT 2 SAP Portfolio Overview ( 중요한가 모르겠음 그래도 뭐가 있는 지는 알아야겠지? )

p 019

SAP Key Areas

- On Premise : SAP는 모든 산업군과 시장에 대한 비즈니스 프로세스를 담고 있음

- On deman d: customer가 전체 시스템을 설치할 필요가 없으며, 필요한 부분만 설치

- On device : 기기에 종속되지 않으며, 여러 device에 대해 사용 가능


SAP Product

 ↑

size

 SAP Business Suite ( Enterprise Size )

 SAP Business All-in-One

 SAP Business ByDesign

 SAP Business One

 Most comprehensive functions

 All functions preconfigured ↑ ABAP 사용

 Software on demand

 Basic functions

 B1, A1, ByDesign is for SMEs ( Small and medium enterprises )

 cf ) B1 = Business One / A1 = Bisiness All-in-One


cf ) Mobile : Fiori - SAP 애플리케이션을 위한 사용자 환경(UX)


SAP Applications and Components

SAP > Components > Applications
      // 어플리케이션이 모여서 컴포넌트(ECC SCM ERP)가 되고 이들 전체가 SAP다. 말이 맞나?



UNIT 3 Navigation Basics

p 035

UNIT 4 User Interfaces

p 063

SAP GUI 의 화면 설명을 개략적으로 해주는 Unit. 중요한 내용은 없음.

SM04 : User overview

cf) SAP Business Warehouse (BW) : 다량의 데이터 분석 및 통계 Middle ware





Learning Assessment

Unit 1

  1. SAP NetWeaver

    1. Service-oriented architecture (SOA) middleware.
      업무상에 일 처리에 해당하는 소프트웨어 기능을 서비스로 판단하여 그 서비스를 네트워크상에 연동하여 시스템 전체를 구축해 나가는 방법론이다.

    2. Security and Identitiy management.

    3. Business Intelligence

  2. Options for SAP NetWeaver Application Server (AS)

    1. SAP NetWeaver AS ABAP

    2. SAP NetWeaver AS JAVA

    3. SAP NetWeaver AS ABAP + JAVA

  3. Java is an object-oriented (OOP) and platform-independent programming language.
    JAVA는 객체지향 언어, 플랫폼에 무관. JVM (Java Virtual Machine)만 있다면 돌아감.

  4. In three-tier client/server configuration, the application layer processes can be spread across multiple hosts.
    a single-tier / two tier 에 비해 three-tier configuration이 갖는 장점은
    1. Simpler scalability / 2. Load balancing
    1. 확장하기 쉽고 / 2. 뭘 먼저 올려 처리를 할 건지 정해 관리상의 업무량(administrative workload)를 효율적으로 처리

Unit 3

  1. The user data in SAP systems is called the User master record

  2. You can use 6 sessions at a time in SAP system.

  3. SAP system

    1. A client represents a completely independent business entity. ( 독립적 개체 )
      - client 하나 (ex: 800 or 900 or 1000)는 삼성 생명, 전자, 물산 등 독립적 개체

    2. A client may represent an entire company.


댓글