SAP ERP System/SAP ABAP
[SAP ERP] 기초부터 배우는 SAP ERP ABAP(아밥) 01
StopHyun
2013. 2. 22. 05:15
□ Package
- Development class 라고도 불리며, 프로그램과 같은 오브젝트를 기능별로 관리하고자 도입된 개념
○ 기능
- 오브젝트(프로그램 등)의 구조화 (structure)
- 오브젝트 기능을 모듈화 (Encapsulate, Modulaize)
- 오브젝트를 기능별로 구현 (Classify)
※ 중요한 항목 : 전송 계층과 Software Component를 할당하는 것이다.
□ Software Component
- Sofotware Component는 Package들을 모아 한 Set로 관리하는 상위의 그룹이다.
- 오브젝트는 Package에 귀속되고, Package는 Software Component에 할당되어 고객에게 배포-인도 된다.
□ Software Component의 종류
Software Component Description |
|
SAP_BASIS |
SAP Basis Component |
SAP_ABA |
Cross-application Components |
SAP_HR |
Human resources |
SAP_APPL |
Logistics and Accounting |
HOME |
이 Package의 오브젝트들은 LOCAL은 아니지만, 고객이 직접 개발한 프로그램을 타 서버로 전송할 수 있다. |
LOCAL |
오직 LOCAL 오브젝트만을 포함하고 있다 |