일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Python
- 자바스크립트
- 딥러닝
- Mac
- 영어
- 머신러닝
- 오라클 디비
- 오라클
- Java
- IT
- 자바
- SAP ABAP
- db
- 비지니스영어
- Spring Framework
- SAP
- SAP ERP
- oracle
- nodejs
- node.js
- 파이썬
- ABAP
- docker
- Oracle DB
- JavaScript
- 노드
- 유럽여행
- sap mm
- 도커
- Programming
- Today
- Total
JIHYUN JEONG
[SAP ERP] SAP ABAP 1-4. Flow of an ABAP Program & Introduction to the ABAP & Vasic ElementsUntitled 본문
[SAP ERP] SAP ABAP 1-4. Flow of an ABAP Program & Introduction to the ABAP & Vasic ElementsUntitled
StopHyun 2013. 4. 2. 22:20오늘부터 SAP ABAP 정식교재에 대해서 공부를 해볼려고 합니다.
그 네번째 시간으로 SAP ABAP 1-4. Flow of an ABAP Program & Introduction to the ABAP & Vasic ElementsUntitled 입니다.
ㅁ Unit 5 : Flow of an ABAP Program
ㅁ Client/Servel Architecture of the SAP NetWeaver Application Server
- Presentation Server view
- Application Server view
- Database Server View
ㅁ Except for an ABAP Program
- Presentation Server View : request 요청
- Application Server view : ABAP Program Pre view로 넘겨줌
- Database : 데이터의 요청한 값을 넘겨줌
ㅁ View for the User
ㅁ Interplay Between Server Levels and Program Flow
ㅁ Program Start ~ Input Values Are Inserted into Data Objects
- Program Start (요청)> ABAP Runtime System (요청한 것을 Repository로 부터 읽어 들임 > 값을 화면으로 던져 줌 > 사용자는 화면을 보게 됨
ㅁ Reuse Unit Loading
- Function Module
ㅁ Reuse Unit Is Called
ㅁ Program Requests Data Record from the Database
ㅁ Database Supplies the Data Record
ㅁ Unit 6 : Introduction to the ABAP Workbench
- Repository 의 구조
- Repository 사용
- Repository 사용
- Etc...
ㅁ Lesson : Repository and Object Navigator
ㅁ The Cross-Client Capability of Repository
- 클라이언트 종속적이다, Client-specific 하다, 로그인한 클라이언트 따라가 오브젝트가 다름
- 클라이언트 비 종속적이다. Cross-client, 로그인한 클라이언트가 동일한 오브젝트를 사용할 수 있다.
ㅁ Structure of the Repository
- Application component : Repository의 조각
ㅁ The Repository Information System
- RIS (SE84)
ㅁ SAP Application Hierarchy
ㅁ Package
> Program
> Transaction
'SAP ERP System > ABAP 교재정리' 카테고리의 다른 글
[SAP ERP] SAP ABAP 1-6. Complex Data Object (0) | 2013.04.07 |
---|---|
[SAP ERP] SAP ABAP 1-5. Modularization (0) | 2013.04.02 |
[SAP ERP] SAP ABAP 1-3. Communication&Integration Technologies (0) | 2013.04.01 |
[SAP ERP] SAP ABAP 1.2 Navigation&The System Kernel (0) | 2013.04.01 |
[SAP ERP] SAP ABAP 1.1 The Big Picture (0) | 2013.04.01 |