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

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 มิ.ย. 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

ความคิดเห็น • 393

  • @CustAndCode
    @CustAndCode  ปีที่แล้ว

    ►Create a Developer Key for Programming!
    th-cam.com/video/CJDURh_3ZhI/w-d-xo.html

  • @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. 😀

  • @DobyS100
    @DobyS100 10 หลายเดือนก่อน +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  10 หลายเดือนก่อน

      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 10 หลายเดือนก่อน

      I WILL TRY IT

    • @CustAndCode
      @CustAndCode  10 หลายเดือนก่อน

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

  • @bakeralsaleh1272
    @bakeralsaleh1272 4 หลายเดือนก่อน +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  4 หลายเดือนก่อน

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

  • @baturalpince456
    @baturalpince456 11 หลายเดือนก่อน +1

    Great tutorial! This works with OpenSUSE Leap 15.5 too.

    • @CustAndCode
      @CustAndCode  11 หลายเดือนก่อน

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

  • @ukasz1303
    @ukasz1303 8 หลายเดือนก่อน +2

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

    • @CustAndCode
      @CustAndCode  8 หลายเดือนก่อน +1

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

  • @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! 🤗

  • @rajeshc16
    @rajeshc16 11 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  11 หลายเดือนก่อน

      Thank you very much! 🤗😀

  • @thaisherminia
    @thaisherminia ปีที่แล้ว

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

    • @CustAndCode
      @CustAndCode  ปีที่แล้ว

      Congratulations! Glad the video could help! 😀🤗

  • @kamaljithkk8917
    @kamaljithkk8917 9 หลายเดือนก่อน

    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  9 หลายเดือนก่อน

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

  • @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) 🙄😀

  • @ozgetanulku2275
    @ozgetanulku2275 ปีที่แล้ว

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

    • @CustAndCode
      @CustAndCode  ปีที่แล้ว

      Thank you very much for your feedback! 😀🤗

  • @adamfabula7084
    @adamfabula7084 5 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  5 หลายเดือนก่อน

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

  • @holdennguyen
    @holdennguyen 11 หลายเดือนก่อน

    You saved my life Sir. Thank you from Vietnam !

    • @CustAndCode
      @CustAndCode  11 หลายเดือนก่อน +1

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

  • @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! 🤗😀

  • @idesel
    @idesel หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  หลายเดือนก่อน

      Thank you! And thanks for watching and commenting! 🤗

  • @jadb18
    @jadb18 10 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  10 หลายเดือนก่อน +1

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

  • @salvadorzorraquin8864
    @salvadorzorraquin8864 11 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  11 หลายเดือนก่อน

      Thank you very much for your feedback! 😀🤗

  • @rickinho07
    @rickinho07 ปีที่แล้ว

    Amazing job, my friend.

    • @CustAndCode
      @CustAndCode  ปีที่แล้ว

      Thank you very much! 😀😀😀🤗

  • @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 9 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  4 หลายเดือนก่อน

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

  • @akosnagy802
    @akosnagy802 ปีที่แล้ว +1

    Köszönjük!

    • @CustAndCode
      @CustAndCode  ปีที่แล้ว

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

  • @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 4 หลายเดือนก่อน

    Many thanks, It works for me.

    • @CustAndCode
      @CustAndCode  4 หลายเดือนก่อน

      Awesome to hear. And thank you for watching! 🤗

  • @marcossouza2301
    @marcossouza2301 11 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  11 หลายเดือนก่อน +1

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

  • @volkanbekci2856
    @volkanbekci2856 6 หลายเดือนก่อน

    Thanks bro. It was helpful

    • @CustAndCode
      @CustAndCode  6 หลายเดือนก่อน

      Thanks 🤗 and thank you for your feedback! 😀

  • @alperkadiryeni4307
    @alperkadiryeni4307 ปีที่แล้ว

    great job brother 👏

    • @CustAndCode
      @CustAndCode  ปีที่แล้ว

      Thank you! Cheers! 🤗🤗😀

  • @MURATAKPINAR7
    @MURATAKPINAR7 หลายเดือนก่อน

    Great. Thanks. 🙂🙂🙂👍

    • @CustAndCode
      @CustAndCode  หลายเดือนก่อน

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

  • @anphanhoang5308
    @anphanhoang5308 5 หลายเดือนก่อน

    although some errors, finally i have installed it successfully!

    • @CustAndCode
      @CustAndCode  5 หลายเดือนก่อน

      Awesome to hear. And thank you for watching! 🤗

  • @meliheyuboglu6415
    @meliheyuboglu6415 7 หลายเดือนก่อน +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  7 หลายเดือนก่อน +1

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

  • @gismo47u
    @gismo47u ปีที่แล้ว

    thank you!!!

    • @CustAndCode
      @CustAndCode  ปีที่แล้ว

      🤗🤗🤗 you are welcome!

  • @acebasher1st360
    @acebasher1st360 6 หลายเดือนก่อน

    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  6 หลายเดือนก่อน

      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: th-cam.com/video/BaVrgjA3F9I/w-d-xo.htmlsi=ehRCH4OG-UJ5tbAi
      🤗

  • @vihhly240
    @vihhly240 3 หลายเดือนก่อน

    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  3 หลายเดือนก่อน

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

    • @thiennguyen-xb6wy
      @thiennguyen-xb6wy หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  หลายเดือนก่อน

      @@thiennguyen-xb6wy 🤗🤗🤗

  • @akosnagy802
    @akosnagy802 ปีที่แล้ว

    Thank you very much

    • @CustAndCode
      @CustAndCode  ปีที่แล้ว

      Gladly! Glad that the video has helped you! 🤗

  • @genericdrop121
    @genericdrop121 9 หลายเดือนก่อน

    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  9 หลายเดือนก่อน

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

  • @sjpt1434
    @sjpt1434 ปีที่แล้ว

    good job,, regards

    • @CustAndCode
      @CustAndCode  ปีที่แล้ว

      Thanks a lot ! 🤗😀

  • @moha1986s
    @moha1986s 2 หลายเดือนก่อน

    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  2 หลายเดือนก่อน

      Mhm strange 🤔 but it works 🤗

  • @AnushreeShashank
    @AnushreeShashank 9 หลายเดือนก่อน

    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  9 หลายเดือนก่อน

      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. 🙄

  • @orangelcolmenares9297
    @orangelcolmenares9297 6 หลายเดือนก่อน

    thanks you

    • @CustAndCode
      @CustAndCode  6 หลายเดือนก่อน

      You are welcome 🤗

  • @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. 🤗

  • @KamilKlukowski-wn4ee
    @KamilKlukowski-wn4ee หลายเดือนก่อน

    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  หลายเดือนก่อน

      Here I show how to get one:
      th-cam.com/video/CJDURh_3ZhI/w-d-xo.html
      🤗

  • @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: th-cam.com/video/CJDURh_3ZhI/w-d-xo.html 🤗

  • @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: th-cam.com/video/CJDURh_3ZhI/w-d-xo.html
      Here I show you how to generate one 🤗

  • @IattractWealth
    @IattractWealth 3 หลายเดือนก่อน

    *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  3 หลายเดือนก่อน

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

  • @Raja-wd7pb
    @Raja-wd7pb 14 วันที่ผ่านมา

    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  13 วันที่ผ่านมา

      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. 🤗

  • @user-ck7ll7vf9r
    @user-ck7ll7vf9r 3 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  3 หลายเดือนก่อน

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

  • @jessyrafaelveralizarraga234
    @jessyrafaelveralizarraga234 หลายเดือนก่อน

    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  หลายเดือนก่อน

      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 หลายเดือนก่อน

      ​@@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 14 วันที่ผ่านมา

      @@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

  • @scarysaga9872
    @scarysaga9872 9 หลายเดือนก่อน

    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  9 หลายเดือนก่อน

      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. 🤗

  • @sowatch
    @sowatch 7 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  7 หลายเดือนก่อน

      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. 🤔🤗

  • @starryJYmoo
    @starryJYmoo 4 ชั่วโมงที่ผ่านมา

    I got this error. logs shows "Unable to get handle to iamodell.so: libnsl.so.1: cannot open shared object file: No such file or directory"
    my software version
    virtualbox 7.0.18
    openSUSE Leap 15.6
    SAP NetWeaver AS ABAP Developer Edition 7.52 SP04

  • @martinhalgas5921
    @martinhalgas5921 3 หลายเดือนก่อน

    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  2 หลายเดือนก่อน

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

  • @ToiYeuTayBac
    @ToiYeuTayBac 9 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  9 หลายเดือนก่อน

      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 9 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  4 หลายเดือนก่อน

      Unfortunately I can't give personal support. 🙄

  • @eeyanknv
    @eeyanknv 10 หลายเดือนก่อน +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  10 หลายเดือนก่อน +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 10 หลายเดือนก่อน

      @@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  10 หลายเดือนก่อน +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 6 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  4 หลายเดือนก่อน

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

  • @swankestsil5936
    @swankestsil5936 5 หลายเดือนก่อน

    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  5 หลายเดือนก่อน

      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 4 หลายเดือนก่อน

      do u came to a solution
      @@CustAndCode

    • @CustAndCode
      @CustAndCode  4 หลายเดือนก่อน

      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...

  • @ayushmanchakraborty9767
    @ayushmanchakraborty9767 10 หลายเดือนก่อน

    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  10 หลายเดือนก่อน +1

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

  • @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. 🤔

  • @bmrelaxingmusic7452
    @bmrelaxingmusic7452 7 หลายเดือนก่อน

    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  7 หลายเดือนก่อน +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 7 หลายเดือนก่อน

      @@CustAndCode thank you so much sir

    • @CustAndCode
      @CustAndCode  7 หลายเดือนก่อน +1

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

  • @mxrvxn08
    @mxrvxn08 11 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  11 หลายเดือนก่อน

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

  • @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 😀

  • @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 .

  •  ปีที่แล้ว

    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! 😀🤗

  • @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. 🤔

  • @mshoeib8157
    @mshoeib8157 5 หลายเดือนก่อน

    "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  5 หลายเดือนก่อน

      Does this message appear when downloading the files? 🤔

    • @mshoeib8157
      @mshoeib8157 5 หลายเดือนก่อน

      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  5 หลายเดือนก่อน

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

  • @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. 🤗

  • @ayushmanchakraborty9767
    @ayushmanchakraborty9767 10 หลายเดือนก่อน

    does the booting takes time after the starting virtual machine

    • @CustAndCode
      @CustAndCode  10 หลายเดือนก่อน +1

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

  • @ayushmanchakraborty9767
    @ayushmanchakraborty9767 10 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  10 หลายเดือนก่อน

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

    • @ayushmanchakraborty9767
      @ayushmanchakraborty9767 10 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  10 หลายเดือนก่อน +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 10 หลายเดือนก่อน

      @@CustAndCode thanks ❤️

  • @tofikibrahim9972
    @tofikibrahim9972 10 หลายเดือนก่อน

    Thanks
    How to disable firewall and enable ssh after installation

    • @CustAndCode
      @CustAndCode  10 หลายเดือนก่อน

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

  • @boomer-ek7gg
    @boomer-ek7gg 5 หลายเดือนก่อน

    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  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. 🤗

    • @boomer-ek7gg
      @boomer-ek7gg 5 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  4 หลายเดือนก่อน

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

  • @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:
      th-cam.com/video/CJDURh_3ZhI/w-d-xo.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. 🤗

  • @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 🤗

  • @harshjangra4214
    @harshjangra4214 11 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  11 หลายเดือนก่อน

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

  • @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  4 หลายเดือนก่อน

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

  • @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. 😊

  • @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 🤗

  • @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 ?

  • @DeepakKumar-is4ok
    @DeepakKumar-is4ok 5 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  5 หลายเดือนก่อน

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

    • @DeepakKumar-is4ok
      @DeepakKumar-is4ok 5 หลายเดือนก่อน

      @CustAndCode but after sometime the screen goes black and unresponsive

    • @CustAndCode
      @CustAndCode  4 หลายเดือนก่อน

      Maybe your hardware is insufficient 🤔

  • @bubblestube
    @bubblestube 4 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  4 หลายเดือนก่อน

      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 4 หลายเดือนก่อน

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

  • @adilbouhamidi1207
    @adilbouhamidi1207 4 หลายเดือนก่อน

    Hi, I have a question. I wanted to download tSAP Netweaver ABAP AS 7.50 SPxx Part 1 to 11 but the problem is, I am asked to login. It says afterwards I have to type in a business email, that I don´t have. Afterentering my privare email-address (gmail), it shows: "Your request for information is being reviewed. Once approved, you’ll receive an e-mail with additional instructions.". Is this correct? Does SAP really need a business email address?. Your help is really high apprechiated: Thank you

    • @CustAndCode
      @CustAndCode  4 หลายเดือนก่อน

      When I did this video I was able to download the sources with my Gmail address. But I have heard that there was a change by downloading sap trial software... Do you have an S-user or one of your colleagues? With an S-user it should always work. 🤗

  • @rajeshc16
    @rajeshc16 11 หลายเดือนก่อน

    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  11 หลายเดือนก่อน

      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 11 หลายเดือนก่อน

      @@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 11 หลายเดือนก่อน

      @@CustAndCode what will be Message server?

    • @rajeshc16
      @rajeshc16 11 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  11 หลายเดือนก่อน

      @@rajeshc16 Look at 33:30 🤗

  • @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 🤗

  • @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! 🤗😀

  • @techsterz7358
    @techsterz7358 5 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  5 หลายเดือนก่อน +1

      Is the SAP System up an running? 🤔

    • @techsterz7358
      @techsterz7358 5 หลายเดือนก่อน

      @@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  5 หลายเดือนก่อน +1

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

    • @techsterz7358
      @techsterz7358 5 หลายเดือนก่อน

      @@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  5 หลายเดือนก่อน +1

      @@techsterz7358 Ok, great! 🤗

  • @mamunurrahmanchowdhuryrahath
    @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. 🤗

  • @mr.mexanik9723
    @mr.mexanik9723 6 หลายเดือนก่อน

    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  6 หลายเดือนก่อน

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

    • @mr.mexanik9723
      @mr.mexanik9723 6 หลายเดือนก่อน

      @@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  6 หลายเดือนก่อน

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

    • @mr.mexanik9723
      @mr.mexanik9723 6 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  6 หลายเดือนก่อน

      @@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" 🤗

  • @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  3 หลายเดือนก่อน

      Maybe the hardware is not sufficient 🙄

    • @CustAndCode
      @CustAndCode  3 หลายเดือนก่อน

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

  • @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. 🤗

  • @ayushmanchakraborty9767
    @ayushmanchakraborty9767 10 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  10 หลายเดือนก่อน

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

  • @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! 🤩🥳

  • @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  9 หลายเดือนก่อน

      @@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. 🤔

  • @user-lq3xe4sq8i
    @user-lq3xe4sq8i 6 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  6 หลายเดือนก่อน

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

  • @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! 🤗😀

  • @penchalaiahsrihari5808
    @penchalaiahsrihari5808 6 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  6 หลายเดือนก่อน +1

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

    • @penchalaiahsrihari5808
      @penchalaiahsrihari5808 6 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  6 หลายเดือนก่อน

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

    • @omerkaanayvaz
      @omerkaanayvaz 6 หลายเดือนก่อน

      I Got same error to
      @@CustAndCode

    • @CustAndCode
      @CustAndCode  4 หลายเดือนก่อน

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

  • @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! 😀

  • @orisugiarto7737
    @orisugiarto7737 8 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  8 หลายเดือนก่อน

      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 🤗 th-cam.com/video/BaVrgjA3F9I/w-d-xo.html
      🤗

  • @fakirinkosesi716
    @fakirinkosesi716 10 หลายเดือนก่อน

    Can you use smart form with this version?

    • @CustAndCode
      @CustAndCode  10 หลายเดือนก่อน +1

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

    • @fakirinkosesi716
      @fakirinkosesi716 10 หลายเดือนก่อน

      İs it yes or No:)

    • @fakirinkosesi716
      @fakirinkosesi716 10 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  10 หลายเดือนก่อน

      @@fakirinkosesi716 yes, you can 🤗

    • @CustAndCode
      @CustAndCode  10 หลายเดือนก่อน

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

  • @sowatch
    @sowatch 9 หลายเดือนก่อน

    Why TC SE16N doesn't exist in this?

    • @CustAndCode
      @CustAndCode  9 หลายเดือนก่อน

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

    • @sowatch
      @sowatch 9 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  9 หลายเดือนก่อน

      @@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 9 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  9 หลายเดือนก่อน

      @@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. 🤗

  • @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. 🤗

  • @rocky....horror8921
    @rocky....horror8921 5 หลายเดือนก่อน

    sudo password how to enter

    • @CustAndCode
      @CustAndCode  5 หลายเดือนก่อน

      Don't understand the question? You mean you don't know it? You have set the password at the beginning by installing Linux. 🤗

  • @Vilson549
    @Vilson549 3 หลายเดือนก่อน

    SAP FICO

    • @CustAndCode
      @CustAndCode  2 หลายเดือนก่อน

      not available in this trial 🙄

  • @anphanhoang5308
    @anphanhoang5308 5 หลายเดือนก่อน

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

    • @CustAndCode
      @CustAndCode  5 หลายเดือนก่อน

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