Install SAP ABAP 7.52 in 2023 - Modified Install Script - New License File [english]

preview_player
Показать описание
In today's video I will show you how to install your own SAP system. In this system you can learn the ABAP programming language and test and try out the latest functions. I use Virtualbox 7 from Oracle, openSUSE Leap 15.4 and SAP ABAP 7.52 SP04. You can find the links to download the software in the description. The original install script delivered by SAP is modified so that the installation also works with newer Linux kernel versions.

#install #sap #system

▬▬ Content: ▬▬
00:00 Intro
00:43 Dowload Software
05:26 Install Virtualbox
06:30 Install OpenSuse Leap and set Settings
21:13 Install SAP ABAP and modify Installscript
32:00 Install SAP GUI
34:31 LogIn to SAP System
36:20 Restart SAP System
39:51 Thanks & Outro

►System Requirements for Virtual Machine
at least 8 GB main memory
at least 80 GB hard disk space

►Download Links:
SAP NetWeaver AS ABAP Developer Edition 7.52 SP04

✨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"
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

✨New code for replace:✨
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
#Replace this line with one which tries to continue (this) main script using ‘&’:
#./saphostexec -install || do_exit $ERR_install_saphost
./saphostexec -install &

#Wait for a while so that hopefully the asynchronous call ends:
log_echo "Waiting 30 seconds for asynchronous call to /tmp/hostctrl/saphostexec -install to complete..."
sleep 30
log_echo "30 seconds are up, continuing the main script."

# TODO: is it ok to remove /tmp/hostctrl?
cd /
#Let's not remove the temporary directory, in case saphostexec command
#is still executing. So commenting out:
# rm -rf /tmp/hostctrl || log_echo "Failed to clean up temporary directory"

# Now we modify the RUN_NPL executable (executable permissions are for sybnpl user):
FILENPL=/sybase/NPL/ASE-16_0/install/RUN_NPL
if test -f "$FILENPL"; then
echo "$FILENPL exists. Adding the -T11889 option to config in that file:"
sed -i 's/NPL.cfg \\/NPL.cfg -T11889 \\/g' /sybase/NPL/ASE-16_0/install/RUN_NPL
cat $FILENPL
echo "-T11889 config option added"
sleep 15
else
echo "$FILENPL does not exist. Not modifying what doesn’t exist, ontologically seems ok."
fi
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

►Link to the SAP Forum regarding the new script:

►User und Pass für das SAP System:
User: DEVELOPER
Pass: Down1oad

►Start SAP System
su npladm
startsap ALL

►Create a Developer Key for Programming!

▬▬ My Hardware ▬▬▬▬▬▬▬▬▬▬▬▬▬

*The links are affiliate links. There are no additional costs.

▬▬ My Software (free) ▬▬▬▬▬▬▬▬▬▬▬

▬▬ Further Links ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Рекомендации по теме
Комментарии
Автор

►Create a Developer Key for Programming!

CustAndCode
Автор

Thank you very much for this tutorial. This is the only tutorial which works(August 2023). Very helpful. Thank you again for the smooth installation and clear instructions.

DobyS
Автор

Vielen lieben Dank, war aufwendig aber es gehört dazu. Habe das Video bis zum Ende geschaut und mitgemacht und es hat endlich geklappt. Danke vielmals

bakeralsaleh
Автор

Great job, SAP Logon 750 with Leap 15.5 works fine! Thanks for Your effort <3

ukasz
Автор

Thank you so much!
I'd like to highlight the fact that one should actually install and use the VM and OpenSUSE Leap versions shown in the video (closest to the original). I had been reinstalling it for hours trying out different solutions from forums before I came to the idea to remove OpenSUSE Leap 15.6 and install 15.4 instead.

xkmbbpq
Автор

Great tutorial! This works with OpenSUSE Leap 15.5 too.

baturalpince
Автор

I have been trying for days until I came across this video. Great job
Thank you.

seshadribaral
Автор

Danke!, It worked perfectly on my system. It has been instructed in such a way that anyone can install it by just following it step-by-step. it was very clear communication. thanks so much.

kamaljithkk
Автор

I am so happy that I am able to install SAP with your precise instructions.

rajeshc
Автор

Llevaba mil intentos y no podia instalarlo😢 tu video es el mejor 🎉😊

Ahora si a aprender SAP

dmv
Автор

Thank you! The tutorial is fully working as for August 2023

MarianussPL
Автор

This is still working, just dont forget to click "No" at 10:04 . I am writing my versions down below.

* Virtualbox 7.0.12(Latest)
* Leap 15.5

meliheyuboglu
Автор

Thank you so much! I finally got "Installation of NPL successful" 😃🎉🎉🎊🎈✨

thaisherminia
Автор

After a few days trial and error I found your tutorial. It worked for me in Sept 2023 with openSUSE Leap 15.5. Thank you very much 😊

genericdrop
Автор

Thank you soo much! Best tutorial video. Helped me a LOT.

adamfabula
Автор

You saved my life Sir. Thank you from Vietnam !

holdennguyen
Автор

I do appreciate your time and efforts. Exceptional brilliant work! Thank you again.

vladislavkustov
Автор

Thanks a ton, this was straight forward and very clear.

idesel
Автор

Very Thanks for your wonderful video!
I finally installed SAP ABAP after watching this!🤩
Hope you don't delete this 😀
Wanna see more of your video of ABAP
Once again, Thank you so much!😊

jypark
Автор

bro you just saved my life. Wish you the best. Thank you very much!

salvadorzorraquin