5 - SAP ABAP New Syntax - SWITCH Statement As a Replacement of CASE Statement

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

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

  • @amarendranath3519
    @amarendranath3519 9 หลายเดือนก่อน +2

    your videos are very helpful sir,the way of sharing your knowledge is awsome sir.hats off for you

  • @suryareddyKarnati
    @suryareddyKarnati 5 วันที่ผ่านมา +1

    hello sir I have one doubt regarding COND STATEMENT While specifing COND '#' whats the use of this symbol??

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  4 วันที่ผ่านมา

      Hello Surya - Once you move on to next video. You will get the detailed understanding of #.

  • @suryaprakashnellutla5278
    @suryaprakashnellutla5278 3 หลายเดือนก่อน +2

    👌

  • @Rajasekharabap
    @Rajasekharabap 6 หลายเดือนก่อน +2

    Excellent sir tq

  • @mohammednabeel4381
    @mohammednabeel4381 8 หลายเดือนก่อน +2

    How does cond and switch statement makes a difference ? Can we use switch similar to cond operator when it comes to multiple conditions in single condition?

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

      Yes you can use, but if we have more conditions we need to prefer Switch rather than COND. The reason is same we need to prefer CASE rather than IF, if we have more conditions.

  • @ChitranshGurjar-wc9cv
    @ChitranshGurjar-wc9cv 2 หลายเดือนก่อน

    Hii rahul i have one doubt suppose if we declare LV_month as a variable with some type then what is the use of CHAR20 .is this CHAR20 and LV_MONTH related.

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

      Hello Chitransh - just refer to the next video. You will get the answer of the same.

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

    Hi Sir, what if the case conditions are different? Like instead of passing a value into same variable, if the logic is different for each case. How to approach it?

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

      We can take a field-symbol of generic data type(ANY) and assign the different results to one common field-symbol.