SAP ABAP REDUCE Operator Tutorial | 2020 | Advanced ABAP Series

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024

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

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

    Your contents are very good, they help me a lot, congratulations!

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

    Amazing! This reminds me of collect statement in ABAP . But this reduce statement can be used for integer/text/strings.

  • @0lopes
    @0lopes 3 ปีที่แล้ว +1

    excellent explanation, thanks a lot, very helpful.

  • @ekekakos
    @ekekakos 4 ปีที่แล้ว +2

    Again very descriptive presentation. I would like to ask you to prepare a video tutorial for the new LOOP ... GROUP BY. I needed a lot and I am trying to understand how it is working. Again Thanks

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

      Thanks Elias! The LOOP AT... GROUP BY is part of the advanced ABAP series and a video on it is coming very soon!

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

      Here is the new video on LOOP AT... GROUP BY - th-cam.com/video/Cj0LAqMVPXU/w-d-xo.html :)

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

      @@brandcaul Thanks. I already have seen it.

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

    We need more videos from you. Could you please start uploading again.

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

    Great stuff✌️

  • @gauravsharan8354
    @gauravsharan8354 4 ปีที่แล้ว +3

    Please let me know about IDE that you are using in this example. Is it ADT? it looks different. please share detail.

    • @brandcaul
      @brandcaul  4 ปีที่แล้ว +3

      Hi Gaurav, I’m using Visual Studio Code and you can find my video on how to set it up with your SAP system here - th-cam.com/video/hzjNnRcYmqY/w-d-xo.html

  • @PavanKumar-jt2mo
    @PavanKumar-jt2mo 3 ปีที่แล้ว +1

    Very nice video Brendon ... One request , could you please help us in doing video series for OO concepts taking real world examples with ABAP new syntaxes.

    • @brandcaul
      @brandcaul  3 ปีที่แล้ว +4

      Thanks Pavan! I’ll add that to the ABAP series 🙂

    • @PavanKumar-jt2mo
      @PavanKumar-jt2mo 3 ปีที่แล้ว +1

      @@brandcaul Thanks a lot Brandon !!! for sharing your knowledge . .Hoping to see you doing You tube live premiere .

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

    hey brandon excellent videos. In one video you use eclipse in the other one VS for ABAP Development. What are the pros and cons of each editor? I want to go away from se80 but whats the better choice?
    A colleague uses eclipse because there is a simple right click function to capsule coding very easy and comfortable. Is that a feature of VS too?

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

    Can you do video on interfaces and abstract class. Not the theory but real world application. I know what they are, but not sure how to integrate in my development. Currently, it is just one large class.

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

      Hi Arun, I’ll add some practical Interfacing and abstraction to the list 🙂

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

    Very helpful ..
    Need information how to debug a for operator. and How if two tables are involved then how to get the count for the second table entries.
    DATA(l_reg_count_r) = REDUCE i( INIT i = 0
    FOR IN it_objects
    FOR IN lit_entity_r_i
    WHERE ( emp_pernr = -realo )
    NEXT i = i + 1
    ).

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

      Check you nested FOR loop. The documentation online form SAP should show you how to nest them :) Otherwise the ABAP debugger is your friend!

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

      Will look into it more

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

      @@brandcaul your videos are more explainatory on basics .. Thanks alot for videos