Eclipse for ABAP Developers | 2024 Installation and Programming | ADT, abapGit, BTP, Certificate

Поділитися
Вставка
  • Опубліковано 21 лип 2024
  • In this video we show you how you can install the latest Eclipse IDE release (2024-03) and the ABAP Development Tools that are required for ABAP Development. Then we connect Eclipse to the ABAP Environment in the SAP Business Technology Platform (BTP).
    Additionally we install abapGit, the git client that allows you to import and export ABAP objects between ABAP servers. We show you how to use abapGit to pull an ABAP sample application from Github and we fix the certificate error "HTTP error 421 occured: SSL handshake with github.com:443 failed: SSSLERR_PEER_CERT_UNTRUSTED (-102)".
    Finally we create an ABAP package and we write an ABAP Class that outputs HELLOWORLD to the console.
    Chapters in this video:
    0:00 - Intro and Explanation
    00:22 - Install Eclipse IDE 2024-03
    02:52 - Install ABAP Development Tools (ADT)
    03:40 - ABAP Perspective in Eclipse
    04:10 - Connect to ABAP Environment in SAP BTP
    06:24 - Install abapGit plug-in
    07:18 - Link ABAP Flight Sample abapGitRepository
    09:28 - Fix error "SSL handshake with github.com:443 failed"
    09:58 - Add certificate to ABAP Environment
    12:06 - Write simple ABAP Console Application
    15:50 - Outro
    Related Videos:
    - Extending SAP S/4HANA Cloud: • Extending SAP S/4HANA ...
    - ABAP Environment in SAP BTP: • ABAP Environment in SA...
    About us:
    - Homepage: www.blueantoinette.com/
    - Contact us: www.blueantoinette.com/contac...
    - Twitter: / blueantoinette_
    - Consulting Hour: www.blueantoinette.com/produc...
    Hashtags:
    #eclipse #abap #sap
  • Наука та технологія

КОМЕНТАРІ • 6

  • @user-vu8dq8ww9y
    @user-vu8dq8ww9y Місяць тому

    Thank you so much. This one exactly what I needed!

  • @user-fu7er9gl1g
    @user-fu7er9gl1g 28 днів тому

    I'm receiving the error message "You were successfully authenticated, but an error occurred during the Service Instance logon. Please ensure that your user has the appropriate roles." when I try to connect to my ABAP Service Instance on BTP with Eclipse.

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

      Add your user to the Role „SAP_BR_DEVELOPER“ in your SAP BTP ABAP Environment->„Maintain Business Roles“

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

    Thanks for the video. Whenever i try to create the Package /DMO/FLIGHT i get the error message: "Package /DMO/FLIGHT already exists". Do you have any idea what i am doing wrong here? Thanks in advance 🙂

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

      Sounds like it exists. Search for it and check if it contains also the artifacts. If it is empty delete it and try to create it again, if not use it. Optionally you can add it to your favorites manually.