Hi sir can you please let me know is there any source for abap interview questions and answers for topic wise
@sapabapbyrahulmehta11 күн бұрын
Hello Uday - You will find so many questions and answers on google but the major thing is sometimes we can not rely on the correctness of the answer. So, I recommend to read a topic thoroughly and then search for the questions related to that topic on google itself. In that case, we can conclude the correctness of answer. So, firstly go for the PPT's for a topic which is available at below mentioned path and then go for questions related to that topic. drive.google.com/drive/folders/1gyxhxZpjKajbk44MyiC8G-zLP6dUi7jZ?usp=drive_link
@madhusudanraogandi893 ай бұрын
Good session ❤ I am recommending your channel to others whoever interest to learn ABAP. Thank you Rahul sir 🎉
@sapabapbyrahulmehta3 ай бұрын
Thank you very much Madhu for your support.
@AhamedKabeer-wn1jb Жыл бұрын
ThANK YOU ..WELL EXPLAINED
@ChitranshGurjar-wc9cv6 ай бұрын
Hello rahul is there any video relating to selection screen & selection screen output i am not finding it.
@sapabapbyrahulmehta6 ай бұрын
Please refer the ABAP Programming Part-2 playlist( Video no - 40 to 69) are related to classical report events. kzbin.info/aero/PLM3lhmHjSeIQ34iXxfQl8J6Dr9twdO0XL&si=BfsUPif2l0ScJw_q
@michaelgggggggz651926 күн бұрын
12:55 N is a character type why you use VALUE 10 rather than VALUE '10'? It could lead to unintended behavior i assume.
@sapabapbyrahulmehta26 күн бұрын
When we take a field having data type character, then we pass in single quotes as character means alphanumeric. For fields having numeric data type, it is not mandatory.
@jayateerthad496511 ай бұрын
Hello sir, is space always required while assigning value to the object in line 11 ?
@sapabapbyrahulmehta11 ай бұрын
Yes, It is required.
@bhushangayake2840 Жыл бұрын
Hello sir, Have you created any program where you have explained about when to use 'TYPE' keyword and when to go for 'LIKE' Keyword.
@sapabapbyrahulmehta Жыл бұрын
Hello Bhushan - Currently the video for the difference of TYPE and LIKE is not available.
@bhushangayake2840 Жыл бұрын
@@sapabapbyrahulmehta OK sir no problem
@JaydevHaranesha3 ай бұрын
Watching again, thansk
@shanaman1958 Жыл бұрын
Sir if you have soft copy abap basics please share it.
@sapabapbyrahulmehta Жыл бұрын
Soft copy? - You need PPT's? If you need PPT's , please drop a mail on rahul3620023@gmail.com, I will forward.
@sukritysingh7506 ай бұрын
To N we can say as Alphanumeric data type
@sapabapbyrahulmehta6 ай бұрын
Char(C) is alphanumeric data type. N is a NUMC data type, it only accept numbers.