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
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 ?
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.
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.
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.
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.
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.
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 ?
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.
Hello sir, i got an error which is field COND is unknown.
Please send your code on rahul3620023@gmail.com or paste here itself.
👌
Thank u sir
Which playlist has open SQL topic please?
Please refer to the video no - 1 to 19 in ABAP Programming Part-2 playlist.
ruclips.net/p/PLM3lhmHjSeIQ34iXxfQl8J6Dr9twdO0XL&si=kW2KqZZtQCyWqZZZ
@@sapabapbyrahulmehta thanks sir
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
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 ?
Correct understanding Vishal.
@sapabapbyrahulmehta Thank you sir
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.
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.
Hello sir, can u do the video on business partner
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.
IF SY-SUBRC EQ 0
ENDIF
HOW CAN WE USE THIS CONDITION IN NEW SYNTAX SIR
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.
@@sapabapbyrahulmehta okay Thank you rahul 🙂
Hi sir, can u please make videos on ALV IDA ?
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.
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 ?
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.