Reduce operator in ABAP 7.4 and 7.5 onwards

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 26

  • @devendrapatel6389
    @devendrapatel6389 Місяць тому +1

    Useful scenarios discussed. Thanks

  • @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

  • @celsonneves1
    @celsonneves1 Рік тому

    Good job!

  • @Zubin-k5r
    @Zubin-k5r Рік тому

    Good job👍

  • @sijinprinz5497
    @sijinprinz5497 Рік тому

    Good job 👌

  • @TheBaze90
    @TheBaze90 9 місяців тому

    Good job

  • @rajumandi
    @rajumandi 5 місяців тому

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

  • @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  10 місяців тому

      Just swap ls_vbap-matnr with lv_matners it will correct

  • @rajumandi
    @rajumandi 8 місяців тому

    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  7 місяців тому +1

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

  • @renug8087
    @renug8087 5 місяців тому

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

    • @SAPTECHNOMANIAC
      @SAPTECHNOMANIAC  4 місяці тому

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