SAP ABAP: OO ABAP--Static V/S Instance?

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ส.ค. 2024

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

  • @onliness9353
    @onliness9353 11 วันที่ผ่านมา

    Sooraj Thank you for KT your example are simple enough to understand the Big one .

  • @Inter-fail-03W
    @Inter-fail-03W 5 ปีที่แล้ว +1

    Nice explanation...please do more videos on ABAP OO.. please

  • @shweta9204
    @shweta9204 3 ปีที่แล้ว +2

    Could you please make some videos,where u describe the instance attributes etc. in se24 screen and using some examples of existing badi (pr creation badi....etc) .U explain really well. it's very very helpful

  • @nikhilpatil1712
    @nikhilpatil1712 2 ปีที่แล้ว

    nice explanation sooraj.............

  • @suvosom
    @suvosom 2 ปีที่แล้ว

    very nice explanation Sooraj!!!

  • @sivakumar-ot7ps
    @sivakumar-ot7ps 6 ปีที่แล้ว +1

    Nice explanation. Thank you for the video.

  • @stephenn4791
    @stephenn4791 5 ปีที่แล้ว

    Nice explanation but if you explain the constructor in this session , everyone will understand the constructor functionality very well.

  • @nibeditaful
    @nibeditaful 2 ปีที่แล้ว

    The video screen is blurred, is it only for me or anyone faced the same challenge ?

  • @maruthis5461
    @maruthis5461 5 ปีที่แล้ว +2

    At what situation we go for static..give one real-time business scenarios..

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

      unanswered question!!

    • @akshaymishra8542
      @akshaymishra8542 3 ปีที่แล้ว

      If we are instantiatiating a class for more then one time and we want to use the same attribute everytime with different values, then we go for instance attribute

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

    Good

  • @ThiyaguShanmugam
    @ThiyaguShanmugam 4 ปีที่แล้ว

    good explanation.

  • @KiranKumar-xm3xs
    @KiranKumar-xm3xs 3 ปีที่แล้ว

    For me v1 and v2 are working same. Why is he saying v1 is having only single memory.?

  • @ankitkakani2197
    @ankitkakani2197 5 ปีที่แล้ว

    Don't we need constructor while calling Instance method ? As mentioned in earlier Video. Please comment.

    • @SoorajSasidharanABAP
      @SoorajSasidharanABAP  5 ปีที่แล้ว

      Constructor is always implicitly called when u create an instance. If u want to write any logic inside the constructor method,then u can explicitly write the logic inside the constructor..Logic would mainly be to initialize the variables..

    • @ankitkakani2197
      @ankitkakani2197 5 ปีที่แล้ว

      @@SoorajSasidharanABAP so you also called Static method without constructor, is constructor called implicitly here too ?
      If yes, why we wrote constructor method in previous video.

    • @jeevannileshwar
      @jeevannileshwar 5 ปีที่แล้ว +2

      Constructor is not to initialize variables but to initialize object itself.
      Neither constructor nor class constructor is called in the class unless you specifically defined it in the public section of a class.
      If you defined any of these inside a class, then a call by code is not required. Constructor will be executed automatically when instantiation happens.

  • @SoorajSasidharanABAP
    @SoorajSasidharanABAP  4 ปีที่แล้ว

    Part 1 - OO ABAP
    th-cam.com/video/-mgEDIMz8NA/w-d-xo.html