관리 메뉴

JIHYUN JEONG

[SAP ERP] SAP ABAP 1-4. Flow of an ABAP Program & Introduction to the ABAP & Vasic ElementsUntitled 본문

SAP ERP System/ABAP 교재정리

[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




Comments