ABAP OO Part 2 - Static vs. Instance

Sdílet
Vložit
  • čas přidán 10. 09. 2024

Komentáře • 5

  • @Montana1989Tony
    @Montana1989Tony Před 3 lety

    Great video, thank you!

  • @SHAILESH506
    @SHAILESH506 Před rokem

    Do we create as many instances in real life?
    Which approch would be better?

  • @AnujKaithwas
    @AnujKaithwas Před rokem

    Don't we have a static constructor that would do the same as an "instance" constructor does?

    • @sapdevs
      @sapdevs  Před rokem

      Yes, there are static and instance constructors but there are significant differences in the two. From parameters allowed, to timing of triggering, etc. Here is a good document that describes the differences: help.sap.com/doc/abapdocu_752_index_htm/7.52/en-us/abenconstructor.htm#:~:text=of%20Classes%20%E2%86%92-,Constructors%20of%20Classes,VALUE%20of%20the%20statement%20DATA.

  • @ss-de5mm
    @ss-de5mm Před 3 lety

    Please make some videos on sap Idocs