https://hub.docker.com/r/sapse/abap-platform-trial
sap abap 752 install on docker
> 중간에 docker 설치 시 wsl 사용 체크해도됨
> 메모리 4~8gb정도 소모
> install.sh 파일 변경 필요 출저
For reference, here are the code snippets combined into one. So in our zimshalabimstall.sh (which is a copy of install.sh) we are replacing the old code:
./saphostexec -install || do_exit $ERR_install_saphost
# TODO: is it ok to remove /tmp/hostctrl?
cd /
rm -rf /tmp/hostctrl || log_echo "Failed to clean up temporary directory"
> 라이선스 다시 받아야 함
> 디버깅, 실행이 안되서 잘사용은 안할듯, code pretty와 저장할때마다 형상관리되는건 쓸만할듯?
'IT > SAP' 카테고리의 다른 글
[BC] SAP Memory Management(3) - 실습, RSMEMORY, Troubleshooting (0) | 2024.04.15 |
---|---|
[BC] SAP Memory Management(2) - SAP Memory Allocation (0) | 2024.04.12 |
[BC] SAP Memory Management(1) - SAP Architecture (1) | 2024.04.12 |
[ABAP]Excel Upload (0) | 2023.06.27 |
[SAP] BADI, USER EXIT 찾는 법, BADI Debug 안걸릴 때 (0) | 2022.10.26 |