Please enable JavaScript.
Coggle requires JavaScript to display documents.
Tuỳ chỉnh gồm:, User exit là gì? - Coggle Diagram
Tuỳ chỉnh gồm:
Customization
Khái niệm
involves
changing
the delivered software, through
adding new programming code
modifying the existing programming code
3 options chính cho Customization:
Modification
involves changing the underlying programming code
These changes will either modify the existing capabilities
(chức năng, tính năng)
or add new capabilities
requires knowledge of SAP’s proprietary programming language,
ABAP
Enhancement
do not require changes to the underlying programming code.
Có thể thực hiện bằng 2 cách:
Acquires the desired capabilities via systems or programs outside the ERP system
Connect với hệ thống bên ngoài (external system) thông qua
user exits
is an
identified location
in the programming code
where a connection to an external program or system is made.
Truyền dữ liệu cần thiết đến hệ thống bên ngoài
chờ đợi hệ thống bên ngoài xử lý và trả lại (send back) kết quả
Sử dụng kết quả đó để thực hiện tiếp các tasks
Integration
Configuration
là một vấn đề (is a matter of) của:
selecting
the desired options
specifying
parameters (boundaries for data values)
to ensure that processes are executed as desired.
User exit
là gì?