Reduce operator in ABAP 7.4 and 7.5 onwards

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024
  • Reduce ( Reduction ) operator in ABAP 7.4 and 7.5 onwards

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

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

    Very useful. Well explained. Thanks

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

    very nice and useful tutorial Ram!!!

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

    illuminating! good job!

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

    Very helpful

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

    Good job

  • @user-bv8sx7ln8i
    @user-bv8sx7ln8i ปีที่แล้ว

    Good job👍

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

    Good job 👌

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

    Good job!

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

    Here netpr is getting added properly...but the material sequence is wrong...line 2 matnr is coming first...line item 1 matnr should come first then second and so on...

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

      Just swap ls_vbap-matnr with lv_matners it will correct

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

    Hi Sir,
    I am getting dump while calculating summation of one column field . As amount it too large means it is adding 12000000 to another same type digit getting dump.
    Mycode : base_val = reduce dmbtr ( init lv_bs = '0.00' for ls_bseg in it_bseg
    Next lv_bs = lv_bs + ls_bseg-dmbtr ).

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

      What is the dump . Might be your result variable not capable of handling the result .

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

    Hi Sir, Can we used reduce operator inside the for loop ?

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

    Reduce operator not working if we give more than one validation in where condition , can u help sir?

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

      Can you past your code to see what exactly you are doing
      ?