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

Поділитися
Вставка
  • Опубліковано 21 лип 2024
  • 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:
    Virtualbox: www.virtualbox.org/
    SUSE Leap: get.opensuse.org/
    SAP NetWeaver AS ABAP Developer Edition 7.52 SP04
    developers.sap.com/trials-dow...
    ►Code snippets for installscript install.sh:
    ✨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:
    blogs.sap.com/2021/06/07/adju...
    ►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!
    • SAP Developer Key Ques...
    ▬▬ My Hardware ▬▬▬▬▬▬▬▬▬▬▬▬▬
    Microphone: amzn.to/3zj2UIz
    Headphone: amzn.to/3GUBRFg
    *The links are affiliate links. There are no additional costs.
    ▬▬ My Software (free) ▬▬▬▬▬▬▬▬▬▬▬
    Video Recorder: bit.ly/678fgh6
    Video Editor: bit.ly/38Rj9lb
    Thumbnail: bit.ly/CustAndCodeThumbnail
    ▬▬ Further Links ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    ⭐Become my subscriber: bit.ly/CustAndCodeSub
    🎬All videos in English: bit.ly/CustAndCodeENG
    ☕Buy me a Coffee 😀: bit.ly/3dih2cl

КОМЕНТАРІ • 402

  • @CustAndCode
    @CustAndCode  Рік тому

    ►Create a Developer Key for Programming!
    ua-cam.com/video/CJDURh_3ZhI/v-deo.html

  • @DobyS100
    @DobyS100 11 місяців тому +5

    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.

    • @CustAndCode
      @CustAndCode  11 місяців тому

      Thank you very much for your kind feedback! Some other tutorials are too old and with errors so I decided to publish this video. 🤗😀

    • @jamesdaniel5173
      @jamesdaniel5173 11 місяців тому

      I WILL TRY IT

    • @CustAndCode
      @CustAndCode  11 місяців тому

      @@jamesdaniel5173 Yes! much success! or you can try ABAP Plattform Trial as well. 😀

  • @bakeralsaleh1272
    @bakeralsaleh1272 5 місяців тому +2

    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

    • @CustAndCode
      @CustAndCode  5 місяців тому

      Super dass es geklappt hat und ja das kostet etwas Zeit und Geduld 🤗

  • @seshadribaral8202
    @seshadribaral8202 Рік тому

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

    • @CustAndCode
      @CustAndCode  Рік тому

      Thank you! 🤗 I also needed several attempts for the installation until it finally worked. Therefore, I thought that a video about the installation is also helpful for others. 😀

  • @ukasz1303
    @ukasz1303 9 місяців тому +2

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

    • @CustAndCode
      @CustAndCode  9 місяців тому +1

      Awesome to hear. And thanks for your feedback and for watching! 🤩

  • @baturalpince456
    @baturalpince456 Рік тому +1

    Great tutorial! This works with OpenSUSE Leap 15.5 too.

    • @CustAndCode
      @CustAndCode  Рік тому

      Thank you for your comment and note about OpenSUSE Leap 15.5 🤗 Great to hear! 😃

  • @dmv1098
    @dmv1098 Рік тому +2

    Llevaba mil intentos y no podia instalarlo😢 tu video es el mejor 🎉😊
    Ahora si a aprender SAP

    • @CustAndCode
      @CustAndCode  Рік тому

      Me alegro de que mi vídeo te haya ayudado. ¡Diviértete con ABAP! 🤗😀

  • @vladislavkustov4830
    @vladislavkustov4830 Рік тому

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

    • @CustAndCode
      @CustAndCode  Рік тому

      Thank you very much for your positive feedback and your comment! 😀🤗 Glad that the video could help! 🤗

  • @kamaljithkk8917
    @kamaljithkk8917 10 місяців тому

    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.

    • @CustAndCode
      @CustAndCode  10 місяців тому

      Awesome to hear! Thanks for your feedback! And thank you for watching! 🤩🤗

  • @thaisherminia
    @thaisherminia Рік тому

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

    • @CustAndCode
      @CustAndCode  Рік тому

      Congratulations! Glad the video could help! 😀🤗

  • @jypark2934
    @jypark2934 Рік тому

    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!😊

    • @CustAndCode
      @CustAndCode  Рік тому +1

      Thanks for your comment! Great that my video could help with the installation 🤗😀

    • @asadaly
      @asadaly 10 місяців тому

      Do we need to buy server details after following above instructions?

    • @CustAndCode
      @CustAndCode  5 місяців тому

      No, you can install it on a normal PC. 🤗

  • @rajeshc16
    @rajeshc16 Рік тому

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

  • @holdennguyen
    @holdennguyen Рік тому

    You saved my life Sir. Thank you from Vietnam !

    • @CustAndCode
      @CustAndCode  Рік тому +1

      Great to hear that! 🤗 Have fun with practicing ABAP! 😀

  • @adamfabula7084
    @adamfabula7084 6 місяців тому

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

    • @CustAndCode
      @CustAndCode  6 місяців тому

      You are very welcome, and thank you for watching and commenting! 🤗

  • @ozgetanulku2275
    @ozgetanulku2275 Рік тому

    It worked!!!! Thank you so so much :)

    • @CustAndCode
      @CustAndCode  Рік тому

      Thank you very much for your feedback! 😀🤗

  • @MarianussPL
    @MarianussPL 10 місяців тому

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

    • @CustAndCode
      @CustAndCode  10 місяців тому +1

      Thank you for your feedback! Yes it works wirh openSUSE Leap 15.5 as well. 🤗😀 You can use ABAP Platform Trial 1909 for practise as well 🤗 The installation process is much easier because of the docker container, but you need more hardware e.g. RAM (32GB recommended) 🙄😀

  • @idesel
    @idesel 2 місяці тому

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

    • @CustAndCode
      @CustAndCode  2 місяці тому

      Thank you! And thanks for watching and commenting! 🤗

  • @jadb18
    @jadb18 11 місяців тому

    Thanks for sharing this amazing tutorial, It really works. :)

    • @CustAndCode
      @CustAndCode  11 місяців тому +1

      It also took me a few tries myself! 😉 Thanks for your feedback and for waching my videos! 🤗😀

  • @salvadorzorraquin8864
    @salvadorzorraquin8864 Рік тому

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

    • @CustAndCode
      @CustAndCode  11 місяців тому

      Thank you very much for your feedback! 😀🤗

  • @genericdrop121
    @genericdrop121 10 місяців тому

    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 😊

    • @CustAndCode
      @CustAndCode  10 місяців тому

      Awesome to hear. Thank you for watching and your feedback! 🤗😀

  • @rickinho07
    @rickinho07 Рік тому

    Amazing job, my friend.

    • @CustAndCode
      @CustAndCode  Рік тому

      Thank you very much! 😀😀😀🤗

  • @cristiansevericheb2319
    @cristiansevericheb2319 Рік тому

    te iba a escribir en ingles, pero te lo voy a decir como en mi tierra; "nojodaaa mi hermano eres la mondaaaaa " muchas gracias, mil gracias, al fin pude instalar esta vaina y de manera funcional.
    thx

    • @CustAndCode
      @CustAndCode  Рік тому

      Ahora sólo he podido traducirlo parcialmente, ¡pero se lo agradezco! ¡Me alegro de que el video podría ayudar! 😀

  • @hoanganh5976
    @hoanganh5976 5 місяців тому

    Many thanks, It works for me.

    • @CustAndCode
      @CustAndCode  5 місяців тому

      Awesome to hear. And thank you for watching! 🤗

  • @marcossouza2301
    @marcossouza2301 Рік тому

    Muito complexo, mas com sua ajuda e paciência consegui instalar. Graças a você posso começar a estudar! Congratulations!

    • @CustAndCode
      @CustAndCode  Рік тому +1

      Fico contente por o meu vídeo o ter ajudado. Obrigado pelo seu comentário. 🤗

  • @volkanbekci2856
    @volkanbekci2856 7 місяців тому

    Thanks bro. It was helpful

    • @CustAndCode
      @CustAndCode  7 місяців тому

      Thanks 🤗 and thank you for your feedback! 😀

  • @alperkadiryeni4307
    @alperkadiryeni4307 Рік тому

    great job brother 👏

  • @akosnagy802
    @akosnagy802 Рік тому +1

    Köszönjük!

    • @CustAndCode
      @CustAndCode  Рік тому

      Köszönjük szépen a támogatást! Nagyon örülök! 😀🤗

  • @acebasher1st360
    @acebasher1st360 7 місяців тому

    Thanks for the great tutorial. You left no step out, everything worked like a charm. Quick question: when I first launched SAP, there was a warning (34:51). Do I need to worry about this? Can I extend the license?

    • @CustAndCode
      @CustAndCode  7 місяців тому

      Hi thanks for your feedback! Don't worry about the message box. You can extend the license you have to do this I think every 3 month. Have a look at this video how to do this: ua-cam.com/video/BaVrgjA3F9I/v-deo.htmlsi=ehRCH4OG-UJ5tbAi
      🤗

  • @vihhly240
    @vihhly240 4 місяці тому

    thank you so much
    I intend to use ABAP Platform trial 1909 but my RAM is not enough
    I tried this and it ran successfully
    Thank u so much from VIetNam

    • @CustAndCode
      @CustAndCode  4 місяці тому

      Awesome to hear! Greetings to Vietnam! And thank you for watching! 🤗

    • @thiennguyen-xb6wy
      @thiennguyen-xb6wy 2 місяці тому

      @@CustAndCode Thanks a lot from Viet Nam - 14/05/2024

    • @CustAndCode
      @CustAndCode  2 місяці тому

      @@thiennguyen-xb6wy 🤗🤗🤗

  • @anphanhoang5308
    @anphanhoang5308 6 місяців тому

    although some errors, finally i have installed it successfully!

    • @CustAndCode
      @CustAndCode  6 місяців тому

      Awesome to hear. And thank you for watching! 🤗

  • @MURATAKPINAR7
    @MURATAKPINAR7 2 місяці тому

    Great. Thanks. 🙂🙂🙂👍

    • @CustAndCode
      @CustAndCode  2 місяці тому

      You are very welcome, and thank you for watching and commenting! 🤗😀

  • @AnushreeShashank
    @AnushreeShashank 10 місяців тому

    Appreciate your time and efforts. Could you help me how to activate MARA, KNA1 and so on tables in this system. I'm not able to find it in SE11 tcode. Please help me

    • @CustAndCode
      @CustAndCode  10 місяців тому

      First, thank you and thanks for watching my videos. To your question: This trial system ist just a plain SAP BASIS Installation. There are no SAP Modules like MM,FI, SD,... installed. 🙄

  • @fantasma1630
    @fantasma1630 7 днів тому

    Ufff alfin un video que me funciona

    • @CustAndCode
      @CustAndCode  7 днів тому

      Me alegro de oírlo. ¡Y gracias por vernos! 🤗

  • @gismo47u
    @gismo47u Рік тому

    thank you!!!

  • @martinhalgas5921
    @martinhalgas5921 4 місяці тому

    Hi! I got an error while installing SAP.
    Unable to get handle to iamodell.so: libnsl.so.1: cannot open shared object file: No such filr or directory
    Me and my friend did the installation together, he didn't get the error. I tried redoing the whole virtual machine again but the result was the same. Tried to copy his install.sh file as well.

    • @CustAndCode
      @CustAndCode  3 місяці тому

      The Installation of Suse Linux was ok? Problem with the file path or your user rights? 🤔

  • @akosnagy802
    @akosnagy802 Рік тому

    Thank you very much

    • @CustAndCode
      @CustAndCode  Рік тому

      Gladly! Glad that the video has helped you! 🤗

  • @Raja-wd7pb
    @Raja-wd7pb Місяць тому

    at the time of 29:09 its not asking for any C Sheel server, as its only getting an error of syntax error for the line install.ssh (902), could you let me know what to do ?

    • @CustAndCode
      @CustAndCode  Місяць тому

      Have you edited the install.sh script like in the video? Be careful when you copy/replace the code snippet from the video description in the install.sh file. 🤗

  • @scarysaga9872
    @scarysaga9872 10 місяців тому

    Hey , please i have this problem in the 30min in the vid : sapinst has finished with an error code please find logs in /tmp/

    • @CustAndCode
      @CustAndCode  10 місяців тому

      Sorry, but that could be anything 😳
      Please read the video description about:
      Password settings, do exactly all steps described in the video, be careful by editing install.sh script. 🤗

  • @pawone93
    @pawone93 Рік тому

    Hi, I have completed all the steps and the system is working now, thank you very much for that. My problem is that the system is too slow. Do you have any suggestions how to fix this?

    • @CustAndCode
      @CustAndCode  Рік тому

      This depends on the hardware of your host system. The hard disk should be an SSD. The more system resources you provide to the virtual machine, the faster the SAP system should run in it. 🤗

  • @moha1986s
    @moha1986s 3 місяці тому

    Thanks a lot it works for me in 2024 but without informing me that the installation is successfully when i close terminal and try to start sap it starts after a while

    • @CustAndCode
      @CustAndCode  3 місяці тому

      Mhm strange 🤔 but it works 🤗

  • @taherbalazzi
    @taherbalazzi Рік тому

    Thanks a lot for your video 👍 , after lots of issue finally I install SAP ABAP
    But I face an issue when create program through tcode SE38 it keep asking for access key ?!

    • @CustAndCode
      @CustAndCode  Рік тому

      Thanks, for your comment! To set the access key have a look at this video: ua-cam.com/video/CJDURh_3ZhI/v-deo.html 🤗

  • @KamilKlukowski-wn4ee
    @KamilKlukowski-wn4ee 2 місяці тому

    Great tutorial but I have one problem after trying to create file in s38 module(abap editor) I need to provide acces key. How can I get one?

    • @CustAndCode
      @CustAndCode  2 місяці тому

      Here I show how to get one:
      ua-cam.com/video/CJDURh_3ZhI/v-deo.html
      🤗

  • @ayushmanchakraborty9767
    @ayushmanchakraborty9767 11 місяців тому

    How do I shutdown virtual box, everytime I click on power off in SAP ABAP IN ORACALE virtual box , it's stuck at 56 % power VM off

    • @CustAndCode
      @CustAndCode  11 місяців тому +1

      That is strange. No I haven't this problem. I also have no solution now, except further internet research or reinstalling Virtualbox. 🙄🤔

  • @jandales4657
    @jandales4657 9 днів тому

    I have installed ABAP Developer Edition. I tried to install it with Docker but ran into a lot of problems, so I installed VirtualBox again. The problem with the VM environment is that the ABAP editor is very slow. When open a source it takes about ten seconds before the source opens. On the previous laptop I did not have that issue.
    I imported the sourcecodes from the prev laptop to the new one via a transport. Should I do some steps after the import??? I am not that experienced in SAP so maybe I forgot something.
    I configured the VM as follows
    Processors 12
    Memory 15986MB
    Video memory 64MB
    Network NAT
    Hope someone has an idea

    • @CustAndCode
      @CustAndCode  7 днів тому

      The speed depends very much on the hardware. Laptops are not ideal for running such a test system because everything here is designed for efficiency and less for speed. If I were you, I would save the code on GitHub. Then you can use ABAPGit to load it into different systems at any time and save it again. I have made some videos about this. After the import you have nothing to do, it should work. 🤗

  • @sjpt1434
    @sjpt1434 Рік тому

    good job,, regards

  • @jessyrafaelveralizarraga234
    @jessyrafaelveralizarraga234 2 місяці тому

    Should I have free space on my main computer to assign to the VM? I ask this because when I indicate the folders where the SAP installers are min 26:49, I get an error of "more than 90 of the host's memory (15.76Gb) is assigned to the virtual machine. There is not enough memory left for the host operating system .Select a smaller quantity" Thanks for your help!

    • @CustAndCode
      @CustAndCode  2 місяці тому

      You have assigned to much RAM to your virtual machine. Try it with 8 GB of RAM for the virtual machine. You can set this in the settings. 🤗

    • @jessyrafaelveralizarraga234
      @jessyrafaelveralizarraga234 2 місяці тому

      ​@@CustAndCode Thanks for your help, I was able to move forward with the next step but now when installing through the shared folders I get the following error:
      vhcalnplci:/media/sf_ABAP752 # chmod +x install.sh
      vhcalnplci:/media/sf_ABAP752 # ./install.sh
      ping: vhcalnplci: Name or service not known Failed to get IP of vhcalnplci
      The hostname check has failed
      vhcalnplci:/media/sf_ABAP752 #
      I look forward to your prompt help, thank you very much in advance.

    • @CustAndCode
      @CustAndCode  Місяць тому

      have you inserted the host and IP in the etc/hosts file?

    • @Raja-wd7pb
      @Raja-wd7pb Місяць тому

      @@CustAndCode In setting there is no option left for reducing the RAM, but in your video also, you mentioned same 16GB RAM and it worked well for your, but when it comes to me why the above error is pushing

  • @sowatch
    @sowatch 8 місяців тому

    Is it possible to add abap table into this system? Such as MARA, MAKT, VBAK, VBAP, VBRK, VBRP, BKPF, BSEG.

    • @CustAndCode
      @CustAndCode  8 місяців тому

      Unfortunately not. This tables are part of different SAP modules and they are not included in this SAP ABAP Trial system. I'm also not sure if you can get individual SAP modules as a test system. 🤔🤗

  • @marianascm26
    @marianascm26 Рік тому

    Thank you for the video! ;-)
    How can I get a developer key to practice ABAP?

    • @CustAndCode
      @CustAndCode  Рік тому

      Thanks for your comment 🤗😀 For a developer key have a look at this video: ua-cam.com/video/CJDURh_3ZhI/v-deo.html
      Here I show you how to generate one 🤗

  • @swankestsil5936
    @swankestsil5936 6 місяців тому

    Hello, I followed the installation steps; however, at the end, when trying to log in from SAP Logon, I encounter the 'ip broken' issue, despite applying 'su npladm' and starting SAP, which is successful. Do you know where the problem might be?

    • @CustAndCode
      @CustAndCode  6 місяців тому

      Strange, the error is new for me as well... 🤔 Are there other systems running? Have you followed the steps regarding the ip adress settings in the video? 🤔

    • @jamelechaybi2576
      @jamelechaybi2576 5 місяців тому

      do u came to a solution
      @@CustAndCode

    • @CustAndCode
      @CustAndCode  5 місяців тому

      Do all steps what I do in the video regarding the IP address. I read in the internet the sometimes the problem came up when your hostsystem get a new IP address 🤔 but I haven't faced this problem...

  • @volkanselimagaoglu2078
    @volkanselimagaoglu2078 Рік тому

    Hey guys,
    Has SAP NetWeaver AS ABAP Developer Edition 7.52 SP04 license released in this year? Anyone knows? I guess avaliable license has expired 31.03.2023
    Thanks in advance.

    • @CustAndCode
      @CustAndCode  Рік тому +1

      Yes, there is a new license available: Extended expiry: 31-mar-2025 🤗

  • @Derleal89
    @Derleal89 Рік тому

    Hi, after install all the things, in the open sap gui show a error about connection refused. I reboot the server and try iniciate the service with command "su npladm" return a message sayng not exist the user npladm. Can you help me?

    • @CustAndCode
      @CustAndCode  Рік тому

      But then the installation could not have been successful? 🤔 Did you get the following message? "Installation of NPL successful" (in the video at 30:30) 🤔

    • @Derleal89
      @Derleal89 Рік тому

      @@CustAndCode I deleted all the VM and make everything again. This works now. LOL!!! Tks for the help bro.

    • @CustAndCode
      @CustAndCode  Рік тому

      @@Derleal89 Great to hear! 🤗 Have fun with ABAP 😀

  • @bmrelaxingmusic7452
    @bmrelaxingmusic7452 8 місяців тому

    Hi Sir,
    When I click the SAP NETWEAVER AS ABAP Developer Edition 7.52 SP04 download link on the trials and downloads site, the following error message is displayed:
    "Your request for information is being reviewed. Once approved, you ’ll receive an e-mail with additional instructions."
    I've tried it many times but still can't download. Can you help me, Thanks a lot

    • @CustAndCode
      @CustAndCode  8 місяців тому +1

      Strange, I have never heard about a message like this. Unfortunately you can only download from this source. It is not allowed to provide a mirror outside of SAP. 🙄
      You can try it with another user or you have to wait for the email, sorry. 🙄

    • @bmrelaxingmusic7452
      @bmrelaxingmusic7452 8 місяців тому

      @@CustAndCode thank you so much sir

    • @CustAndCode
      @CustAndCode  8 місяців тому +1

      @@bmrelaxingmusic7452 You are very welcome, and thank you for watching and commenting! 🤗

  • @meliheyuboglu6415
    @meliheyuboglu6415 8 місяців тому +1

    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

    • @CustAndCode
      @CustAndCode  8 місяців тому +1

      Thanks for yout feedback! That will help a lot of other people! 😀

  • @IattractWealth
    @IattractWealth 4 місяці тому

    *Update*, I was able to get past this issue. I am experiencing that some of the installation files are damaged? is this possible? is there a way to fix these ?

    • @CustAndCode
      @CustAndCode  4 місяці тому

      No I don't think so. There must be another error. Whats problem do you have now? 🤔

  • @eeyanknv
    @eeyanknv 11 місяців тому +1

    Sir, I tried to follow your installation instructions and it worked. However, as I go along learning ABAP, I tried to load table MARA on se11 and se 16 and it says the table does not exist. Do you know a fix for this? Appreciate your help so much

    • @CustAndCode
      @CustAndCode  11 місяців тому +1

      Hi, this trial system is only to practise ABAP. There are no SAP modules like MM, SD,... installed. Just plain SAP BASIS system. 🤗

    • @eeyanknv
      @eeyanknv 11 місяців тому

      @@CustAndCode so it's not possible to just add modules that I would like to add if I already installed SAP BASIS system? Or is there a way to do so?

    • @CustAndCode
      @CustAndCode  11 місяців тому +1

      @@eeyanknv All modules are in a SAP IDES (Internet Demonstration and Evaluation System ) This System contains demo companies. I am not sure if its free. If yes, you need strong Hardware like >256GB of RAM. 🤗

    • @boomer-ek7gg
      @boomer-ek7gg 7 місяців тому

      @eeyanknv bro , i too got the same problem . Did you find the solution what to do further for using those tables. ?

    • @CustAndCode
      @CustAndCode  5 місяців тому

      There are no trial systems available with sap modules and this tables 🙄

  • @bobbyd2775
    @bobbyd2775 Рік тому

    Thank you for the useful information, installation successful. how do i load MARA table ,which i couldn't find? please help.

    • @CustAndCode
      @CustAndCode  Рік тому +1

      You will find the table mara only in module mm (material management) this is just a basis trial version without special sap modules. 🙄

    • @bobbyd2775
      @bobbyd2775 Рік тому

      @@CustAndCode Thank you for the reply,is there a way to bring those modules into it? i am just a beginner starting to learn sap.

    • @CustAndCode
      @CustAndCode  Рік тому

      @@bobbyd2775 To be honest, I don't know that myself yet. I have not tried or used it myself until now. 🤔

  • @user-ck7ll7vf9r
    @user-ck7ll7vf9r 4 місяці тому

    Hello sir, is sap erp part of this instalation or do i need to install another packages? thnks

    • @CustAndCode
      @CustAndCode  4 місяці тому

      It is a clean ABAP system without any modules like FI CO MM... a system to practice ABAP. 🤗

  • @NguyenAnhthu-p3z
    @NguyenAnhthu-p3z 14 днів тому

    Hi, i have Problem by Install SAP ABAP . The message is " Unable to iamodell.so: libnsl.so.1: cannot open shared object file: no such file or directory"

    • @CustAndCode
      @CustAndCode  13 днів тому +1

      The problem has been reported several times now, but I don't have a solution yet 🤔

    • @BenAdamtey
      @BenAdamtey 6 днів тому

      sudo zypper install libnsl1

    • @BenAdamtey
      @BenAdamtey 6 днів тому +1

      The above command will install the missing library... then try reinstall SAP

  •  Рік тому

    Hi , I have one question for this video. I completed step by step but When I run startap all, the starting database gets stuck in the npl phase.Transactions are not running. Why could it be.
    And it doesn't give an error

    • @CustAndCode
      @CustAndCode  Рік тому

      Have you downloaded the current license from SAP? Open the license with an editor and check the valid to date. 🤗

    •  Рік тому

      ​@@CustAndCode thanks for fastly answer :) I'm trying from the beginning again, if it works, I'll write

    • @CustAndCode
      @CustAndCode  Рік тому +1

      @ I hope it works now for you! SAP released a new license a cuple of weeks ago 🤗

    •  Рік тому

      @@CustAndCode yes because of the license :) thanks

    • @CustAndCode
      @CustAndCode  Рік тому +1

      @ ok, good to hear! 😀🤗

  • @boomer-ek7gg
    @boomer-ek7gg 6 місяців тому

    Thank you Sir , i have installed it successfully , but i got a issue . While opening Graphical screen painter , i am getting an error like " EU_SCRP_WN32 : timeout during allocate / CPIC-CALL: 'THSAPCMRCV' ". How to resolve it ?

    • @CustAndCode
      @CustAndCode  6 місяців тому

      Go to Transaction SM59. Locate the RFC destination EU_SCRP_WN32 under TCP/IP connections. From there you can test if the connection works. You have to make sure that it works, since otherwise the screen painter cannot be started. The connection test has to be successful. 🤗

    • @boomer-ek7gg
      @boomer-ek7gg 6 місяців тому

      @@CustAndCode sir i did the test but the connection test wasn't successful . It is showing some errors. what to do?

    • @CustAndCode
      @CustAndCode  5 місяців тому

      @@boomer-ek7gg Sorry but I have not a solution for that, but it seems that some users have this problem... strange... 🤔

  • @mxrvxn08
    @mxrvxn08 Рік тому

    Good day! how to change my hostname from localhost to vhcalnpci? thank you

    • @CustAndCode
      @CustAndCode  Рік тому

      You have to watch the video carefully, ist ist here at 18:18 🤗

  • @harshjangra4214
    @harshjangra4214 Рік тому

    could not extract all tar archives pls check free space error is comming what to do now 😢

    • @CustAndCode
      @CustAndCode  Рік тому

      Are you sure that you have enough space on your hard drive? Please check! 🤗

  • @AliAkduman
    @AliAkduman Рік тому

    What key do we press or what combination do we use to confirm the license agreement?

    • @CustAndCode
      @CustAndCode  Рік тому

      with this --> ": q" without the " 🤗

    • @AliAkduman
      @AliAkduman Рік тому

      @@CustAndCode :q then enter ?

    • @CustAndCode
      @CustAndCode  Рік тому

      @@AliAkduman yes, try it, it should work. You find it also in the subtitles. 🤗

  • @bubblestube
    @bubblestube 5 місяців тому

    hello again, I have a problem with Screen Painter, it's not opening up in Graphic Editor. Can someone help?

    • @CustAndCode
      @CustAndCode  5 місяців тому

      Go to Transaction SM59. Locate the RFC destination EU_SCRP_WN32 under TCP/IP connections. From there you can test if the connection works. You have to make sure that it works, since otherwise the screen painter cannot be started. The connection test has to be successful. 🤗

    • @bubblestube
      @bubblestube 5 місяців тому

      Thank you very much for the reply! Fortunately, I have found the solution. Indeed, the connection did not work, after a lot of googling (I am an absolute beginner), I found that I had to go to VirtualBox - Settings - Network - Advanced - Port Forwarding. Here I added a new rule, name RFC, protocol TCP, Host IP 127.0.0.1, Host Port 3300, Guest IP 10.0.2.15, Guest Port 3300. This solved the issue. Thanks again for your amazing work!

    • @CustAndCode
      @CustAndCode  Місяць тому

      Thank you very much! and thanks for providing your solution here! 🤗

  • @mahsundemir2961
    @mahsundemir2961 Рік тому

    First of all thank you for this amazing videos because I had been trying a lot of time to setup abap system ,but videos before you were showing lots of errors and I was struggling solve each step I faced anyway I have a question I set up system like video and when I create program I have 'access key' screen in register developer after I write ''se38'' into the blank, How can I solve it ?

    • @CustAndCode
      @CustAndCode  Рік тому +1

      Have a look at this video:
      ua-cam.com/video/CJDURh_3ZhI/v-deo.html
      After that it should work! 🤗

    • @mahsundemir2961
      @mahsundemir2961 Рік тому

      @@CustAndCode Thanks a lot , you are unequaled :)

    • @CustAndCode
      @CustAndCode  Рік тому

      @@mahsundemir2961 Thank you very much! 😀🤩

    • @mahsundemir2961
      @mahsundemir2961 Рік тому

      hii again, I hope youre okay :) . I have a questions about se16n. When I work on alv structure , I realized that there is no exist SE16N code after thaat I click tools>abap workbench

    • @CustAndCode
      @CustAndCode  Рік тому

      @@mahsundemir2961 SE16N is part of the APPL Package (Structure Package: Logistics/Accounting) this is not available in the developer edition. 🤗

  • @mshoeib8157
    @mshoeib8157 6 місяців тому

    "Your request for information is being reviewed. Once approved, you’ll receive an e-mail with additional instructions."
    how much time this process will take to start the download?

    • @CustAndCode
      @CustAndCode  6 місяців тому

      Does this message appear when downloading the files? 🤔

    • @mshoeib8157
      @mshoeib8157 6 місяців тому

      Yes,
      I need to ask you I have a laptop 16 gigabytes Ram and 500 gb hard disk
      Can I install the app?

    • @CustAndCode
      @CustAndCode  6 місяців тому

      @@mshoeib8157 Yes, could work. On my system here are after the startup of the SAP system, 10GB RAM are reserved. 🤗

  • @MDRAHATH-nj2gx
    @MDRAHATH-nj2gx Рік тому

    Hi thank you for your video. i did download sap files 1-11 and licence. It does not show any of the extract file option. when i try to open the license file as no extract option available , it shows some chinese letters and symbols. am i missing something?i did up till 21 minutes of ur video.

    • @CustAndCode
      @CustAndCode  Рік тому +1

      What is the fileending of your files? It should be *.rar 🤔

    • @mamunurrahmanchowdhuryrahath
      @mamunurrahmanchowdhuryrahath Рік тому

      I actually did not have the winrar in my laptop. It works as you describe and I actually end up setting in two of my device. Thank you so much

    • @mamunurrahmanchowdhuryrahath
      @mamunurrahmanchowdhuryrahath Рік тому

      Please do enlighten us, if their is any way to get ADLC software so that Adobe form practice can be done in that NPL system. God bless you….

    • @CustAndCode
      @CustAndCode  Рік тому

      @@mamunurrahmanchowdhuryrahath You are welcome! 😀🤗

    • @CustAndCode
      @CustAndCode  Рік тому

      @@mamunurrahmanchowdhuryrahath I am not sure if this is possible or if Adobe offers a trial version. 🤔

  • @mamunurrahmanchowdhuryrahath

    Hi i successfully installed. Later in few moths i forgot the default password and gave wrong Password. How can i unlock the DEVELOPER user ID or reset the password.i used the new password button in the top of the menu with correct password. it still say too many attempt and not possible. if any one of you could help. Thanks

    • @CustAndCode
      @CustAndCode  Рік тому

      Log In with the User "SAP*" Passwort: "Down1oad" then unlock the Developer User. 🤗

  • @sowatch
    @sowatch 7 місяців тому

    Why my screen painter cannot load and giving some messages EU_SCRP_WN32 : timeout during allocate?

    • @CustAndCode
      @CustAndCode  7 місяців тому

      Go to Transaction SM59. Locate the RFC destination EU_SCRP_WN32 under TCP/IP connections. From there you can test if the connection works. You have to make sure that it works, since otherwise the screen painter cannot be started. The connection test has to be successful. 🤗

    • @sowatch
      @sowatch 7 місяців тому

      @@CustAndCode I've done with what you're suggested but test connection is not working. I can't connect and system give me error details.

    • @CustAndCode
      @CustAndCode  7 місяців тому

      @@sowatch So you have to fix this error first. But for this you have to check the internet for a solution. I am not able to help here because with my default installation (like in the video) it works 🤔

    • @sowatch
      @sowatch 7 місяців тому

      @@CustAndCode is the file gnetx.exe corrupt?

    • @CustAndCode
      @CustAndCode  5 місяців тому

      Have you forwarded all the ports? Check this in your installation. 🤗

  • @DeepakKumar-is4ok
    @DeepakKumar-is4ok 6 місяців тому

    SAP server installation stuck at Sybase/NPL/sapdata_1/NPL_data_001.dat. what to do?

    • @CustAndCode
      @CustAndCode  6 місяців тому

      Be patient, the installation take some time depending on your hardware 🤗

    • @DeepakKumar-is4ok
      @DeepakKumar-is4ok 6 місяців тому

      @CustAndCode but after sometime the screen goes black and unresponsive

    • @CustAndCode
      @CustAndCode  5 місяців тому

      Maybe your hardware is insufficient 🤔

  • @kavis4228
    @kavis4228 Рік тому

    At 29.52 the system is getting hang and the installation doesn't work. Waited for more than an hour. Wat could be done to overcome this problem?

    • @CustAndCode
      @CustAndCode  Рік тому

      Do you get an error message?
      I have greatly increased the speed in the video! The speed also depends on the resources. 🤔
      Have you downloaded the new licensefile? There is a new licencefile available since March 9th !

    • @kavis4228
      @kavis4228 Рік тому

      ​@@CustAndCode I didn't get any error message. I waited for three hours but didn't see any installation running. I see only the black screen. I used all the links given in your video description so Can you please share the link to new license file?

    • @CustAndCode
      @CustAndCode  Рік тому

      @@kavis4228 he license file can't be the problem, it is still valid until 31 March. The link to the download is in the video description, where you also downloaded the SAP files.
      After re-entering the password do you see the lines:
      sybase/NPL/sapdata_1/
      sybase/NPL/sapdata_1/NPL_data_001.dat
      Does your password consist only of upper case letters, lower case letters or numbers? 🤔

    • @kavis4228
      @kavis4228 Рік тому

      @@CustAndCode Yes i see these lines . But after these lines it's not working. My password has upper case, lower case and numbers

    • @CustAndCode
      @CustAndCode  Рік тому

      @@kavis4228 This is really strange that no error message is thrown here 🤔 The length of the password is 8 characters ?

  • @alejandroparada2892
    @alejandroparada2892 Рік тому

    Thank you very much for the video, I have been trying several things for weeks and I had not been successful until now

    • @CustAndCode
      @CustAndCode  Рік тому

      The same thing happened to me myself, more than once, so I thought a video about the installation would be helpful for others! Especially since the public instructions are also no longer up to date. Thanks for your comment and glad the video could help! 🤗😀

  • @vojtechratajsky
    @vojtechratajsky 9 місяців тому

    Hi, I am very thankful for the tutorial, but I am having trouble with something. In the video, at 16:02 you write the code, press enter, you get a set of text and it wants you to write a sudo password. You don't do anything and just wait and the program continues to load and then you reboot. In my case, it doesn't keep loading, it gets stuck on wanting the sudo password, and I don't have any idea what to do. Do you have any idea what I should do?

    • @vojtechratajsky
      @vojtechratajsky 9 місяців тому

      Maybe I should add that something a different just before that as well, after you type "cd /...location..." you get whole bunch of text about what just happened. I don't, there is no extra text for me, after I type the "cd ...." I right away get inside the folder and can type

    • @CustAndCode
      @CustAndCode  9 місяців тому

      I type the root password here, it just doesn't show up. You have set the root password in the steps before. 🤗

    • @CustAndCode
      @CustAndCode  9 місяців тому

      @@vojtechratajsky have you mounted the addidtions? It is all described in the video 🤗

    • @premveeryadav2242
      @premveeryadav2242 4 місяці тому

      ​@@CustAndCode it doesn't let me type my root password

    • @premveeryadav2242
      @premveeryadav2242 4 місяці тому

      ​@@vojtechratajskyI'm stuck on the same thing and while entering the password , I just can't be able to type the password .

  • @orangelcolmenares9297
    @orangelcolmenares9297 7 місяців тому

    thanks you

  • @mr.mexanik9723
    @mr.mexanik9723 7 місяців тому

    Anyone, help me please. I want to set new language on SAP GUI and I need to download language package for it, but I can’t find any link to install it. How can I find it?

    • @CustAndCode
      @CustAndCode  7 місяців тому

      Just change the language when logging in. 🤗 There where you type in client, user, pass and --> language!

    • @mr.mexanik9723
      @mr.mexanik9723 7 місяців тому

      @@CustAndCode Unfortunately, this doesn't work. When I set another language in Logon Language, a red exclamation mark appears at the bottom of the screen and a message: “Select one of the installed language”

    • @CustAndCode
      @CustAndCode  7 місяців тому

      @@mr.mexanik9723 I have never heard about an error like this. Which language would you like to use? 🤔

    • @mr.mexanik9723
      @mr.mexanik9723 7 місяців тому

      @@CustAndCode Portuguese language. But with other languages except English and German it’s similar problem.

    • @CustAndCode
      @CustAndCode  7 місяців тому

      @@mr.mexanik9723 Ok, check Transaktion i18n. Then --> i18n Customizing --> i18n language configuration and here you can add another language -> klick on the button "Add Language" 🤗

  • @rajeshc16
    @rajeshc16 Рік тому

    Thank you so much sir. Though I trying to create logon Group i.e., creating new system entry. Giving system ID as: NPL, Message server as: vhcalnplci. Getting Error: hostname "vhcalnplci" unknown. Please help me with this.

    • @CustAndCode
      @CustAndCode  Рік тому

      You are welcome! Attention! The connection type is "Custom Application Server" NOT "Group/Server Selection"!
      Application Server: 127.0.0.1
      Instance Number: 00
      System ID: NPL
      This should work! 🤗😀

    • @rajeshc16
      @rajeshc16 Рік тому

      @@CustAndCode Hello Sir, I am trying to create new system entry for Login groups. If there is any Hosts settings or Services settings please let me know.

    • @rajeshc16
      @rajeshc16 Рік тому

      @@CustAndCode what will be Message server?

    • @rajeshc16
      @rajeshc16 Рік тому

      When I am giving vhcalnplci, I am getting error: hostname 'vhcalnplci' unknown

    • @CustAndCode
      @CustAndCode  Рік тому

      @@rajeshc16 Look at 33:30 🤗

  • @ToiYeuTayBac
    @ToiYeuTayBac 10 місяців тому

    hello, I can't download because don't receive approval from admin, so could you share me the link download?

    • @CustAndCode
      @CustAndCode  10 місяців тому

      The only thing you have to do is to register on the sap website. After that you get an user ID and with this user ID you can download the files. 🤗
      Unfortunately it is not allowed to provide the sap download files. 🤔

    • @ToiYeuTayBac
      @ToiYeuTayBac 10 місяців тому

      @@CustAndCode Could you give me your email? I'm installing but have an error and need your help

    • @CustAndCode
      @CustAndCode  5 місяців тому

      Unfortunately I can't give personal support. 🙄

  • @premveeryadav2242
    @premveeryadav2242 4 місяці тому

    Open suse , installing packages got stuck at 70% what to do ?

    • @premveeryadav2242
      @premveeryadav2242 4 місяці тому

      To add , I have 8gb Ram in my laptop is this the reason I am not able to install it .

    • @CustAndCode
      @CustAndCode  4 місяці тому

      Maybe the hardware is not sufficient 🙄

    • @CustAndCode
      @CustAndCode  4 місяці тому

      Oh, 8GB are unfortunately not enough. I think that's just enough to run Windows 🙄

  • @narendrakondaveeti3805
    @narendrakondaveeti3805 28 днів тому

    @CustAndCode I am unable to execute the command. ./install.sh in command prompt. It shows an error like Unable to get handle to iamodell.so.l: cannot open shared object file:no such file or directory

    • @CustAndCode
      @CustAndCode  27 днів тому

      mmhm never got this error. Have you followed the steps in the video? What do you see if you call "ls" in terminal? There should be the edited file.

    • @faizahamedshaik6334
      @faizahamedshaik6334 26 днів тому

      @@CustAndCode This is the error
      SAPCAR: processing archive /media/sf_SAP/server/TAR/x86_64/SWPM10SP25_0-20009701.SAR (version 2.01)
      SAPCAR: 1651 file(s) extracted
      [==============================] | extracting... done!
      #################################################################################
      Unable to get handle to iamodell.so: /usr/lib64/libnsl.so.1: version `GLIBC_2.2.5' not found (required by /tmp/sapinst_exe.2841.1719384232/syslib.so)
      #################################################################################
      Error: sapinst has finished with an error code, please find logs in /tmp/sapinst_instdir
      All logs have been written to the file /media/sf_SAP/install_2024-06-26_12-11-09.log
      Please see readme.html to find out how to get help

  • @tofikibrahim9972
    @tofikibrahim9972 11 місяців тому

    Thanks
    How to disable firewall and enable ssh after installation

    • @CustAndCode
      @CustAndCode  11 місяців тому

      Oh I see you haven't watched the whole video... 😜 Have a look at 12:15 😌

  • @techsterz7358
    @techsterz7358 6 місяців тому

    connection to partner 127.0.0.1:3200 broken
    it was working yesterday, now throwing above while logon. Please help me out.

    • @CustAndCode
      @CustAndCode  6 місяців тому +1

      Is the SAP System up an running? 🤔

    • @techsterz7358
      @techsterz7358 6 місяців тому

      @@CustAndCode I have extended "su npladm" then "start sap ALL", logs showing that system is running. When I open the SAP logon then it is throwing above error.

    • @CustAndCode
      @CustAndCode  6 місяців тому +1

      @@techsterz7358 Have you forwarded the ports in the VM? 🤔 Devices - Network -Network Settings - Advanced - Port Forwarding

    • @techsterz7358
      @techsterz7358 6 місяців тому

      @@CustAndCode yes, yesterday it was working, today it is showing error.
      Just followed ur step using docker and it is working perfectly. Thanks for reply 🙏

    • @CustAndCode
      @CustAndCode  6 місяців тому +1

      @@techsterz7358 Ok, great! 🤗

  • @mahsundemir2961
    @mahsundemir2961 Рік тому

    Hii I have a error again except from this amazing video... when I try to make github sap abap connect to my sap logon , I got an error and when I try to login system I am getting this message " rabax during sapgui logon" Do I need setup the system again all ? Or you have any ideas , thank you ....

    • @CustAndCode
      @CustAndCode  Рік тому +1

      This error is new to me. You can try to set the parameter "login/quiet_mode" to zero and reboot the system. Hope this helps. 🤔

    • @mahsundemir2961
      @mahsundemir2961 Рік тому

      @@CustAndCode I cant see in anywhere login/ quiet mod :)

    • @CustAndCode
      @CustAndCode  Рік тому +1

      @@mahsundemir2961 The error should be a bit more complicated to solve. I have found the note: 2429578. Since I can not repoduce the error on my system it is difficult for me to help. 🤔

    • @mahsundemir2961
      @mahsundemir2961 Рік тому

      @@CustAndCode okey I got it, thank you so much :):):)

    • @CustAndCode
      @CustAndCode  Рік тому

      @@mahsundemir2961 Have fun! 🤗😀

  • @myyoutube180
    @myyoutube180 Рік тому

    could you provide us with a demo on how to install SAP ABAP on windows?
    thnx!

    • @CustAndCode
      @CustAndCode  Рік тому

      The SAP test system can only be installed on a Linux system. Therefore, virtualization solutions such as VMware or Virtualbox are always used. 🤗

    • @myyoutube180
      @myyoutube180 Рік тому

      @Cust&Code in SAP ABAP
      Thanks for your quick response. Do you mean that the SAP test version is only available on Linux?
      Or can it be installed on Windows VM?

    • @CustAndCode
      @CustAndCode  Рік тому

      @@myyoutube180 Yes it is only available on Linux. I my example my host system is a windows 11. On this system I installed a guest system (linux, opensuse leap) and on the guest system I installed the SAP ABAP 🤗

    • @myyoutube180
      @myyoutube180 Рік тому

      Would it be possible to upload your VM with SAP you have setuped and send us a link, so in case we have problems we could use ur setting!

    • @CustAndCode
      @CustAndCode  Рік тому

      @@myyoutube180 Unfortunately, this is not possible. The VM contains files from SAP that can only be used by registration. Where do you have problems. The video is up to date and works well. 🤗

  • @volkanselimagaoglu2078
    @volkanselimagaoglu2078 Рік тому

    Thanks for everything and sharing. I'm stucked at the end. I'm taking an error when I want to log on to GUI : WSAECONNRESET: Connection reset by peer. Can you help me out? Thanks in advance...

    • @CustAndCode
      @CustAndCode  Рік тому

      Have you started the SAP System? The error message actually occurs when the system is not accessible. 🤔
      After a restart of the virtual machine your have to start SAP manually.

    • @mahsundemir2961
      @mahsundemir2961 Рік тому

      hey Brother Volkann, Did you able to solve this problem ? I am strggling try to solve it about 2 days

    • @mahsundemir2961
      @mahsundemir2961 Рік тому

      @@CustAndCode can you answer more specificly ?

    • @CustAndCode
      @CustAndCode  Рік тому +1

      @@mahsundemir2961 you have to start the sap system manually, look at minute 36:10 🤗

    • @CustAndCode
      @CustAndCode  Рік тому +1

      Have you solved your problem? When not, you have to start the sap system manually, look at minute 36:10 🤗

  • @humbertoortiz8314
    @humbertoortiz8314 10 місяців тому

    Hello, I have an error: sudo -i command not found, can you help me with this pls?

    • @CustAndCode
      @CustAndCode  10 місяців тому +1

      On which timestamp in the video ist this command? 🤔

    • @humbertoortiz8314
      @humbertoortiz8314 10 місяців тому

      @@CustAndCode Hello in min 27:55, but I already solve it, I use the command su to access root, now I have this error :
      Note:
      I assign 150GB of disk to the VM on disk (D:)
      To install this TestDrive you have to accept
      the SAP COMMUNITY DEVELOPER License (DEV).
      Do you agree to the above license terms? yes/no:
      User's response to the accept license prompt = 'y'
      Please enter a password:
      Please re-enter password for verification:
      extracting data archives...
      extracting /media/sf_ABAP_753/server/TAR/x86_64/dbdata.tgz-*
      gzip: stdin: unexpected end of file
      tar: Unexpected EOF in archive
      tar: Unexpected EOF in archive
      tar: Error is not recoverable: exiting now
      Error: Could not extract all tar archives, please check free disk space
      Error code: 12
      ++++ Support data section BEGIN ++++
      * mount
      proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
      sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
      devtmpfs on /dev type devtmpfs (rw,nosuid,size=4096k,nr_inodes=1048576,mode=755,inode64)
      securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
      tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
      devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
      tmpfs on /run type tmpfs (rw,nosuid,nodev,size=1934292k,nr_inodes=819200,mode=755,inode64)
      tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,size=4096k,nr_inodes=1024,mode=755,inode64)
      cgroup2 on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
      cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
      pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
      bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
      cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
      cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
      cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
      cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
      cgroup on /sys/fs/cgroup/misc type cgroup (rw,nosuid,nodev,noexec,relatime,misc)
      cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
      cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
      cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
      cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
      cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
      cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
      cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
      /dev/sda2 on / type btrfs (rw,relatime,ssd,space_cache,subvolid=268,subvol=/@/.snapshots/1/snapshot)
      systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16569)
      debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
      tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
      mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
      hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
      configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
      fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
      /dev/sda2 on /.snapshots type btrfs (rw,relatime,ssd,space_cache,subvolid=267,subvol=/@/.snapshots)
      /dev/sda2 on /boot/grub2/i386-pc type btrfs (rw,relatime,ssd,space_cache,subvolid=266,subvol=/@/boot/grub2/i386-pc)
      /dev/sda2 on /boot/grub2/x86_64-efi type btrfs (rw,relatime,ssd,space_cache,subvolid=265,subvol=/@/boot/grub2/x86_64-efi)
      /dev/sda2 on /root type btrfs (rw,relatime,ssd,space_cache,subvolid=262,subvol=/@/root)
      /dev/sda2 on /opt type btrfs (rw,relatime,ssd,space_cache,subvolid=263,subvol=/@/opt)
      /dev/sda2 on /srv type btrfs (rw,relatime,ssd,space_cache,subvolid=261,subvol=/@/srv)
      /dev/sda2 on /usr/local type btrfs (rw,relatime,ssd,space_cache,subvolid=259,subvol=/@/usr/local)
      /dev/sda2 on /var type btrfs (rw,relatime,ssd,space_cache,subvolid=258,subvol=/@/var)
      /dev/sda2 on /home type btrfs (rw,relatime,ssd,space_cache,subvolid=264,subvol=/@/home)
      /dev/sda2 on /tmp type btrfs (rw,relatime,ssd,space_cache,subvolid=260,subvol=/@/tmp)
      tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=967144k,nr_inodes=241786,mode=700,uid=1000,gid=100,inode64)
      gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)
      tracefs on /sys/kernel/debug/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
      ABAP_753 on /media/sf_ABAP_753 type vboxsf (rw,nodev,relatime,iocharset=utf8,uid=0,gid=462,dmode=0770,fmode=0770,tag=VBoxAutomounter)
      * df -h
      Filesystem Size Used Avail Use% Mounted on
      devtmpfs 4.0M 0 4.0M 0% /dev
      tmpfs 4.7G 4.0K 4.7G 1% /dev/shm
      tmpfs 1.9G 18M 1.9G 1% /run
      tmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup
      /dev/sda2 98G 5.9G 91G 7% /
      /dev/sda2 98G 5.9G 91G 7% /.snapshots
      /dev/sda2 98G 5.9G 91G 7% /boot/grub2/i386-pc
      /dev/sda2 98G 5.9G 91G 7% /boot/grub2/x86_64-efi
      /dev/sda2 98G 5.9G 91G 7% /root
      /dev/sda2 98G 5.9G 91G 7% /opt
      /dev/sda2 98G 5.9G 91G 7% /srv
      /dev/sda2 98G 5.9G 91G 7% /usr/local
      /dev/sda2 98G 5.9G 91G 7% /var
      /dev/sda2 98G 5.9G 91G 7% /home
      /dev/sda2 98G 5.9G 91G 7% /tmp
      tmpfs 945M 68K 945M 1% /run/user/1000
      ABAP_753 342G 88G 255G 26% /media/sf_ABAP_753
      * df -hi
      Filesystem Inodes IUsed IFree IUse% Mounted on
      devtmpfs 1.0M 477 1.0M 1% /dev
      tmpfs 1.2M 2 1.2M 1% /dev/shm
      tmpfs 800K 780 800K 1% /run
      tmpfs 1.0K 19 1005 2% /sys/fs/cgroup
      /dev/sda2 0 0 0 - /
      /dev/sda2 0 0 0 - /.snapshots
      /dev/sda2 0 0 0 - /boot/grub2/i386-pc
      /dev/sda2 0 0 0 - /boot/grub2/x86_64-efi
      /dev/sda2 0 0 0 - /root
      /dev/sda2 0 0 0 - /opt
      /dev/sda2 0 0 0 - /srv
      /dev/sda2 0 0 0 - /usr/local
      /dev/sda2 0 0 0 - /var
      /dev/sda2 0 0 0 - /home
      /dev/sda2 0 0 0 - /tmp
      tmpfs 237K 70 237K 1% /run/user/1000
      ABAP_753 1000 -976K 977K - /media/sf_ABAP_753
      * cat /etc/os-release
      NAME="openSUSE Leap"
      VERSION="15.5"
      ID="opensuse-leap"
      ID_LIKE="suse opensuse"
      VERSION_ID="15.5"
      PRETTY_NAME="openSUSE Leap 15.5"
      ANSI_COLOR="0;32"
      CPE_NAME="cpe:/o:opensuse:leap:15.5"
      BUG_REPORT_URL="bugs.opensuse.org"
      HOME_URL="www.opensuse.org/"
      DOCUMENTATION_URL="en.opensuse.org/Portal:Leap"
      LOGO="distributor-logo-Leap"
      * ls -ld / /sybase /usr/sap /sapmnt
      ls: cannot access '/usr/sap': No such file or directory
      ls: cannot access '/sapmnt': No such file or directory
      drwxr-xr-x 1 root root 178 Aug 29 23:10 /
      drwxr-xr-x 1 root root 6 Aug 29 23:10 /sybase
      ++++ Support data section END ++++
      All logs have been written to the file /media/sf_ABAP_753/install_2023-08-30_08-50-51.log
      Please see readme.html to find out how to get help

    • @CustAndCode
      @CustAndCode  10 місяців тому +1

      @@humbertoortiz8314 Strange that the command sudo -i does not work. I am not sure if this is a following error. It seems that you can not read the paths.
      ls: cannot access '/usr/sap': No such file or directory
      ls: cannot access '/sapmnt': No such file or directory
      🤔
      It is very important to follow the video step by step. At which action do you get the error? 🤔

    • @humbertoortiz8314
      @humbertoortiz8314 10 місяців тому

      ⁠@@CustAndCode
      Im getting the error at min 29:41 after accepting the installation agreement and type the password

    • @CustAndCode
      @CustAndCode  10 місяців тому

      @@humbertoortiz8314 I think you don't have enough privileges with your user. As I said it is strange that you don't have the 'sudo -i' command. I think this is the error. 🤔

  • @sowatch
    @sowatch 7 місяців тому

    Is it possible to create more than one user on this sap system?

    • @CustAndCode
      @CustAndCode  7 місяців тому

      Technically yes, but check the license agreements if it's allowed! 🤗

    • @sowatch
      @sowatch 7 місяців тому

      @@CustAndCode how to check it?

    • @CustAndCode
      @CustAndCode  7 місяців тому

      @@sowatch You accepted the license during installation. 😊

  • @ayushmanchakraborty9767
    @ayushmanchakraborty9767 11 місяців тому

    Does the region needs to selected same as you or according to our time zone

    • @CustAndCode
      @CustAndCode  11 місяців тому

      I haven't set a region during the installation. 🤗

    • @ayushmanchakraborty9767
      @ayushmanchakraborty9767 11 місяців тому

      @@CustAndCode like in video you set for europe austria
      so I need to do the same

    • @CustAndCode
      @CustAndCode  11 місяців тому +1

      @@ayushmanchakraborty9767 oh sorry, I thought you were talking about the new installation video with docker.
      Set your own region my region is just an example and it doesn't matter. 🤗

    • @ayushmanchakraborty9767
      @ayushmanchakraborty9767 11 місяців тому

      @@CustAndCode thanks ❤️

  • @nguyenthanhhao2343
    @nguyenthanhhao2343 Рік тому

    Thanks for video 🥰 I have successfully installed, but i cant edit code with tcode SE38. It needs an access key 😢 I don't know how to get it 😥

    • @CustAndCode
      @CustAndCode  Рік тому +2

      Yes, it has to do with the new license. The good news first: it works without a developer key. You just have to generate a new license using your hardware key. I will describe how this works in a video. 🤗
      In short: You have to delete the current licenses in TA: SLICENSE and have to generate a new one with the hardware key of your system on this website: go.support.sap.com/minisap/#/minisap

    • @nguyenthanhhao2343
      @nguyenthanhhao2343 Рік тому

      @@CustAndCode Thanks for helps 😘I was able to edit code in SE38 😅

    • @CustAndCode
      @CustAndCode  Рік тому +1

      @@nguyenthanhhao2343 Great! Congratulations! Have fun programming! 🤩🥳

  • @ayushmanchakraborty9767
    @ayushmanchakraborty9767 11 місяців тому

    does the booting takes time after the starting virtual machine

    • @CustAndCode
      @CustAndCode  11 місяців тому +1

      Yes this take some time, it depends on your hardware and image resources (RAM, CPU,..) 🤗

  • @ZehraHero-yq2pg
    @ZehraHero-yq2pg Рік тому

    Vielen Dank für das Video. War sehr hilfreich. Ich könnte server installieren und mich in sapgui einloggen. Die Probleme kommt wenn server erstmal gestopt ist. Ich kann mich nicht mehr einloggen. Ich bekomme immer Fehler Connection to Partner 127.0.0.1 brocken.

    • @CustAndCode
      @CustAndCode  Рік тому +1

      Starte die virtuelle Maschine neu.
      Öffne ein Terminal
      su npladm
      *passwort eingeben*
      startsap ALL
      dann werden einige Dinge gestartet Datenbank, Services usw. das sollte dann funktionieren. 🤗

    • @ZehraHero-yq2pg
      @ZehraHero-yq2pg Рік тому

      @@CustAndCode das habe ich versucht. Aber immer vieder kommt gleiche Meldung. :(

    • @CustAndCode
      @CustAndCode  Рік тому

      @@ZehraHero-yq2pg Hast du die firewall deaktiviert und SSH aktiviert? siehe 12:15

    • @ZehraHero-yq2pg
      @ZehraHero-yq2pg Рік тому

      Ich habe alles gelöscht und neue installiert. Jetzt scheint es funktioniert.

    • @CustAndCode
      @CustAndCode  Рік тому

      @@ZehraHero-yq2pg I suspect that the installation will not work for anyone the first time, including me. 😉 But great that it worked now! Have fun with praticing! 😀

  • @anphanhoang5308
    @anphanhoang5308 6 місяців тому

    Hello, I have this error "Abort execution because of
    Step returns modlib.jslib.caughtException" help me

    • @CustAndCode
      @CustAndCode  6 місяців тому

      Unfortunaly this is a very gerneral error. That could mean a lot. But I have read that you have already installed the SAP system! Congrats! 🤗

  • @penchalaiahsrihari5808
    @penchalaiahsrihari5808 7 місяців тому

    occuring an error 10054: WSAECONNRESET: Connection reset by peer
    how to reslove this error?

    • @CustAndCode
      @CustAndCode  7 місяців тому +1

      Follow the steps in the video. Maybe you have missed some parts. This error regards to a network problem. IP, Port,... 🤗

    • @penchalaiahsrihari5808
      @penchalaiahsrihari5808 7 місяців тому

      @@CustAndCode
      i encountred the same problem its shows the same error

    • @CustAndCode
      @CustAndCode  7 місяців тому

      @@penchalaiahsrihari5808 Thats strange... the SAP System ist already started? 🤔

    • @omerkaanayvaz
      @omerkaanayvaz 7 місяців тому

      I Got same error to
      @@CustAndCode

    • @CustAndCode
      @CustAndCode  5 місяців тому

      The SAP system is already started and the ports are forwarded? 🤔

  • @volkanselimagaoglu2078
    @volkanselimagaoglu2078 8 місяців тому

    @CustAndCode Hello. Is it ok to download openSUSE Leap 15.5 instead of openSUSE Leap 15.4? Thanks in advance.

    • @CustAndCode
      @CustAndCode  8 місяців тому +1

      yes it works, users have already reported that it works with this version as well. 🤗

    • @volkanselimagaoglu2078
      @volkanselimagaoglu2078 8 місяців тому

      ​@@CustAndCode Thank you so much. I downloaded before after watching this video months ago, but somehow it didn't work today. I am downloading again, watching this video starting from the scratch. Ok, I'll try 15.5. I'll feedback later. Thanks again.🥰🙏

    • @CustAndCode
      @CustAndCode  8 місяців тому +1

      @@volkanselimagaoglu2078 Follow every step in the video and you will see it will work! Good luck! 🤗😀

    • @volkanselimagaoglu2078
      @volkanselimagaoglu2078 8 місяців тому

      ​@@CustAndCode After installing there is a pop up asking me open it or not iso file. I guess we shouldn't open it and we follow the directions on your video, right?

    • @CustAndCode
      @CustAndCode  8 місяців тому +1

      @@volkanselimagaoglu2078 yes, follow the instructions in the video 🤗

  • @ayushmanchakraborty9767
    @ayushmanchakraborty9767 11 місяців тому

    can you provide the link to new script of size 2kb

    • @CustAndCode
      @CustAndCode  11 місяців тому

      The install script is part of the downloaded and extracted files from SAP. You have to adapt the original script. 🤗

  • @user-lq3xe4sq8i
    @user-lq3xe4sq8i 7 місяців тому

    can't go past the command [sudo] password for root.
    what next?

    • @CustAndCode
      @CustAndCode  7 місяців тому

      Type in the password what you have created during the installation! 🤗

  • @orisugiarto7737
    @orisugiarto7737 9 місяців тому

    Hi Bro, How if user DEVELOPER is expired ? Thank you

    • @CustAndCode
      @CustAndCode  9 місяців тому

      I think this is not possible 🤔 or do you mean your license is expired?

    • @AbhiAbhi-xd8fy
      @AbhiAbhi-xd8fy 8 місяців тому

      Yess

    • @CustAndCode
      @CustAndCode  8 місяців тому

      ​@@AbhiAbhi-xd8fygenerate a new one 🤗 ua-cam.com/video/BaVrgjA3F9I/v-deo.html
      🤗

  • @sowatch
    @sowatch 10 місяців тому

    Why TC SE16N doesn't exist in this?

    • @CustAndCode
      @CustAndCode  10 місяців тому

      Because SE16N is part of the software component SAP_FIN (Financials) 🤗

    • @sowatch
      @sowatch 10 місяців тому

      @@CustAndCode and why table MARA doesn't exist here too?

    • @CustAndCode
      @CustAndCode  10 місяців тому

      @@sowatch The table MARA is also a object from a SAP module. In this Testversion there are no modules, like FI, CO, MM, SD installed. It is just an SAP Basis System. 🤗

    • @sowatch
      @sowatch 10 місяців тому

      @@CustAndCode and how to install those modules to this basis system?

    • @CustAndCode
      @CustAndCode  10 місяців тому

      @@sowatch Unfortunately this is not possible. But you can install an SAP ERP IDES System with SAP CAL (Cloud Appliance Library) and a Hyperscaler like Amazon AWS, Google Cloud oder MS Azure. But I haven't done that myself yet. 🤗

  • @fakirinkosesi716
    @fakirinkosesi716 11 місяців тому

    Can you use smart form with this version?

    • @CustAndCode
      @CustAndCode  11 місяців тому +1

      Sure! Connect to the SAP System and type in the transaction code "smartforms" 🤗

    • @fakirinkosesi716
      @fakirinkosesi716 11 місяців тому

      İs it yes or No:)

    • @fakirinkosesi716
      @fakirinkosesi716 11 місяців тому

      @@CustAndCode The page opens, but can you open a white page and partition it?

    • @CustAndCode
      @CustAndCode  11 місяців тому

      @@fakirinkosesi716 yes, you can 🤗

    • @CustAndCode
      @CustAndCode  11 місяців тому

      @@fakirinkosesi716 Unfortunately I have really less experience with smartforms 😕

  • @williamsguerra7301
    @williamsguerra7301 Рік тому

    Please, my installation crash in (sudo) password for root:

    • @CustAndCode
      @CustAndCode  Рік тому

      Whast do you mean? Your password do not work? What is the error? 🤔

    • @williamsguerra7301
      @williamsguerra7301 Рік тому

      Problem solved! The password was with special character! I already install SAP, every is going well, but a little questions, about the master tables of system KNA1, KUNNR, LAND1, etc, i can’t see these tables :(! Do you know something about?

    • @CustAndCode
      @CustAndCode  Рік тому +1

      @@williamsguerra7301 Good to hear! 🤗 This is only a plain SAP BASIS system. There are no modules installed like MM or SD. 🤗

    • @williamsguerra7301
      @williamsguerra7301 Рік тому

      @@CustAndCode its possible install new modules? And tables?

    • @CustAndCode
      @CustAndCode  Рік тому

      @@williamsguerra7301 Unfortunately there are no trial versions for the modules like MM. At least I don't know of any. 🤔

  • @nanbuilder7429
    @nanbuilder7429 Рік тому

    Hi, what is the password for root? (16:04). How can I get it?

    • @CustAndCode
      @CustAndCode  Рік тому +1

      It is the same password what you have set at 11:50 🤗

    • @nanbuilder7429
      @nanbuilder7429 Рік тому

      @@CustAndCode Thank you, I used a special character. I was the problem.

    • @CustAndCode
      @CustAndCode  Рік тому

      @@nanbuilder7429 Use for your password only uppercase and lowercase letters and numbers. The length should be 8 characters long. With this conditions it should work. 🤗