104 - ABAP Programming - Control Break Statements - Important Points Part2

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ม.ค. 2025

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

  • @Gyana_Ranjan97
    @Gyana_Ranjan97 9 หลายเดือนก่อน +1

    Great explanation sir🙌😊

  • @R4GN4R_
    @R4GN4R_ 9 หลายเดือนก่อน

    Sir, at 13:00 if we take columns in " PM ONO TA " this order and ONO is of Integer type then,
    SUM function will add the columns on right of specified field , so will it add order number also?????
    Kindly reply.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  9 หลายเดือนก่อน

      It will add order number also, provided it must be of any of the numeric data types( Integer, Float, Packed decimal)

  • @NomanRaza-t2u
    @NomanRaza-t2u 2 หลายเดือนก่อน +1

    each record will become grouped by changing the order number, the order number is changed because we sort the internal table. I'm I right?

  • @saitharun9967
    @saitharun9967 2 หลายเดือนก่อน

    sir sum is not working. In debugger it is showing *********** like this when the step is on sum. It is taking values but it not adding the total amount.

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

      Hello Arun - Please send your code on rahul3620023@gmail.com or paste in the comment box.

  • @SangeethaDurga-nl9hj
    @SangeethaDurga-nl9hj 8 หลายเดือนก่อน +1

    What are the special functions for internal table sir?

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

      Hello Sangeetha - The question is not clear to me. Are you asking for internal table operations?

    • @SangeethaDurga-nl9hj
      @SangeethaDurga-nl9hj 8 หลายเดือนก่อน +1

      No sir,
      Is there any special functions to use internal table?

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

      ​@@SangeethaDurga-nl9hj Requesting you to please elaborate your question as I am not able to understand the question.

  • @sairamana-r4p
    @sairamana-r4p 2 หลายเดือนก่อน

    what if customer wants the ordenumber as left most field what should we do

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

      It is not a valid requirement. Example - Order number 1, 3 and 5 have payment mode C having amount 100, 200 and 300. Then we need to print which order number?