4 - SAP ABAP New Syntax - COND Statement As a Replacement of IF Statement Part2

Поделиться
HTML-код
  • Опубликовано: 10 дек 2024

Комментарии • 22

  • @chandustrikes2017
    @chandustrikes2017 Месяц назад +1

    Hello sir, i got an error which is field COND is unknown.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  Месяц назад

      Please send your code on rahul3620023@gmail.com or paste here itself.

  • @suryaprakashnellutla5278
    @suryaprakashnellutla5278 Месяц назад +1

    👌

  • @Rajasekharabap
    @Rajasekharabap 4 месяца назад +1

    Thank u sir

  • @Brokendiary
    @Brokendiary 3 месяца назад +1

    Which playlist has open SQL topic please?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  3 месяца назад

      Please refer to the video no - 1 to 19 in ABAP Programming Part-2 playlist.
      ruclips.net/p/PLM3lhmHjSeIQ34iXxfQl8J6Dr9twdO0XL&si=kW2KqZZtQCyWqZZZ

    • @Brokendiary
      @Brokendiary 3 месяца назад

      @@sapabapbyrahulmehta thanks sir

  • @anubhavtiwari6893
    @anubhavtiwari6893 6 месяцев назад

    Hi sir, by using cond statement how can we store values in table in real life projects plz take any example where based upon when vondition we are selecting the data

  • @VISHALKUMARSHARMA-u7y
    @VISHALKUMARSHARMA-u7y 24 дня назад

    Hello Sir, Can we say that COND is only used when our returning variable and its data type is same in each condition ? If different variable is returning on different condition then we cannot go for COND and then we have to go with usual IF statements . Is my understanding is correct ?

  • @mardenalex1
    @mardenalex1 7 месяцев назад

    Hello, hello, have you ever thought about doing an OLE2_OBJECT tutorial? The truth is that it is a somewhat interesting, different topic that is not seen much.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  7 месяцев назад +1

      I have not worked on to this topic. I noted this topic, will learn this topic whenever time permits and prepare videos for the same. Thank you very much for suggesting.

  • @chapalamanjuswarnalatha249
    @chapalamanjuswarnalatha249 7 месяцев назад +1

    Hello sir, can u do the video on business partner

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  7 месяцев назад

      Hello - For Business Partner, We need proper data and configurations and in demo's system , we don't have all configurations and data which is required for business partner. you need to connect with the functional person of the respective person of your project as a functional knows the proper configurations and test cases.

  • @mvrajumvraju833
    @mvrajumvraju833 6 месяцев назад +1

    IF SY-SUBRC EQ 0
    ENDIF
    HOW CAN WE USE THIS CONDITION IN NEW SYNTAX SIR

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  6 месяцев назад

      Hello Raju - COND is a replacement of IF, when you have the same output variable in all the conditions. IF SY-SUBRC = 0 , there is no output variable so this statement is same in old and new syntax.

    • @mvrajumvraju833
      @mvrajumvraju833 6 месяцев назад

      @@sapabapbyrahulmehta okay Thank you rahul 🙂

  • @navyanair9038
    @navyanair9038 7 месяцев назад

    Hi sir, can u please make videos on ALV IDA ?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  7 месяцев назад

      ALV IDA will be covered as a part of ABAP on HANA, but it will take time as currently I am targeting those topics which can be covered in less span of time.

  • @GodavarivsHyderabad
    @GodavarivsHyderabad 4 месяца назад

    Hi sir, how we know the data type of lv_text? I mean we are just using keyword data (variable) we are not mentioning any data element. How it will understand is it a string or numeric ?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  4 месяца назад

      It automatically take the type based upon the data provided. You can simply check in the debugging mode as well. Once you proceed in the same playlist, you will get more clarity on the same.