Hi Rahul, thanks for your explinatiion , really appriciated , As you mentioned in the video 52 , read table statment read only first matching records in the internal table , for example , if we want to get all the matching records from internal table ? can we still use read statment ?
Hello Sir, Thank you for the session. I have one doubt after READ statement which is better to use SY-SUBRC check or work area initial/not initial check?? Also In READ statement key fields should be only primaary keys??
Hello Sir thank you soo much for these lectures. However, I have 1 doubt, which I hope that it gets clarified, What would happen if we had performed READ TABLE and sy-subrc had a value which is not 0 (i.e. search unsuccessful) and we tried to read the values in the columns in the work area. I could try this practically and get it clarified but unfortunately do not have access to a SAP system while watching this.
Sir if possible, I you could clear the concept of, how to apply loop and read statement where we have to fetch data from multiple tables, like 5 to 6 tables... This creates very much confusion.. though this video series contains 170+ videos, and I haven't seen all of those, but if this topic is not covered yet, earnest request will be to make a video to clear that confusion, thank you very much for your videos
Hello Arindam, Please go through the video no 63 to 69 in the same playlist. Yes, I took 2 tables, but It is clearly explained We need to opt Loop or READ TABLE. You will get the full idea as It is explained in debugging mode also.
Hi Rahul, thanks for your explinatiion , really appriciated , As you mentioned in the video 52 , read table statment read only first matching records in the internal table , for example , if we want to get all the matching records from internal table ? can we still use read statment ?
You need to use loop with where condition.
Thanks for reply. your vedios really help to improve my ABAP knowledage .
@@hariedula Great.
Hello Sir, May I know how I can I get SAP work bench access for hands on practice, how can I apply!
Please send a mail on rahul3620023@gmail.com, I will share the vendor details. You can take the access from them.
Thanks sir
I am lucky to see this video
Thank you for your feedback. All the best for your learning.
Hello Sir, Thank you for the session. I have one doubt after READ statement which is better to use SY-SUBRC check or work area initial/not initial check?? Also In READ statement key fields should be only primaary keys??
Both are same. You can check based upon SY-SUBRC or work area. No, it is not the case, you can pass non-primary key columns also.
@@sapabapbyrahulmehta Thank you, its clear now :)
Hello Sir thank you soo much for these lectures.
However, I have 1 doubt, which I hope that it gets clarified,
What would happen if we had performed READ TABLE and sy-subrc had a value which is not 0 (i.e. search unsuccessful)
and we tried to read the values in the columns in the work area.
I could try this practically and get it clarified but unfortunately do not have access to a SAP system while watching this.
The work area will be blank as no record will move from internal table to work area.
Sir if possible, I you could clear the concept of, how to apply loop and read statement where we have to fetch data from multiple tables, like 5 to 6 tables... This creates very much confusion.. though this video series contains 170+ videos, and I haven't seen all of those, but if this topic is not covered yet, earnest request will be to make a video to clear that confusion, thank you very much for your videos
Hello Arindam, Please go through the video no 63 to 69 in the same playlist. Yes, I took 2 tables, but It is clearly explained We need to opt Loop or READ TABLE. You will get the full idea as It is explained in debugging mode also.
@@sapabapbyrahulmehta thank u very much sir
Sir yes but in real time we get 4 to 5 tables with also different logic like calculation of tax and difference between two dates
One line item two line item tax total tax, difference between po and pr date like that
I have seen various videos but such types of scenarios no one mentioned sir please help
SIR I WANT A VIDEO ON READ AND LOOP . A PROPER VEDIO ON READ TABLE MAINLY . PLZZ SIR......
Please proceed in the same playlist, you will find so many videos for the use of Loop and Read Table.