i don't understand why it became class after inclusion of interface and now why we can now write code , is this abstract class converted to abap class.
It does not become a class after inclusion of interface. We created class and then included the interface, so all interface method appeared in the class and we have written the logic. Just move on to other videos of interface, there are dedicated videos for the comparison of Interface and abstract class, you will get more clarity.
Hello Kannan - Please cover the ABAP OOPS playlist and then refer the videos of BADI in Enhancements & Modifications playlist. You will get the answers of your maximum questions. Once you finish this, it might be the case you have queries, send the consolidated questions to me on rahul3620023@gmail.com, I will revert.
In class abstract method ,we can write a logic ,by creating subclasses..but in interfaces not able to create subclasses how to write a logic than how we can achieve our requirement. Sir
Vbak and vbrk having same field name that'sy we can make 2 subclasses with different implementation. If suppose we use different field having table how we can acheive this as same field table implementation sir 1) first subclass we need to implement logic by using VBAK table . 2) second subclass need to implement logic by using VBAP table . How we can acheive this sir
Really no words on your effort......Hats of you Sir Ji🙏
Thank you Balaji for your gratitude.
Sirrrrr...you are the best....hana and odata also sirrrr
Thank you. Will come up with these topics as well in the future.
@@sapabapbyrahulmehta hana and odata please
yes sir odata and hana
i don't understand why it became class after inclusion of interface and now why we can now write code , is this abstract class converted to abap class.
It does not become a class after inclusion of interface. We created class and then included the interface, so all interface method appeared in the class and we have written the logic. Just move on to other videos of interface, there are dedicated videos for the comparison of Interface and abstract class, you will get more clarity.
@@sapabapbyrahulmehta ok
In real time which scenerio we use interface and which scenerio we use class
Hello Kannan - Please cover the ABAP OOPS playlist and then refer the videos of BADI in Enhancements & Modifications playlist. You will get the answers of your maximum questions. Once you finish this, it might be the case you have queries, send the consolidated questions to me on rahul3620023@gmail.com, I will revert.
In class abstract method ,we can write a logic ,by creating subclasses..but in interfaces not able to create subclasses how to write a logic than how we can achieve our requirement. Sir
Hello - We create class, use that interface in the class and write the logic. Just move on to next videos, you will get the complete understanding.
Vbak and vbrk having same field name that'sy we can make 2 subclasses with different implementation.
If suppose we use different field having table how we can acheive this as same field table implementation sir 1) first subclass we need to implement logic by using VBAK table .
2) second subclass need to implement logic by using VBAP table .
How we can acheive this sir
If your input and output is same from VBAK and VBAP tables, then only we can else we can not.
🫡🫡🫡🫡🫡🫡
Thank you.