Thank you for your efforts Sir, not only videos but the notes you have provided in the drive are also helping us to understand the SAP ABAP from the basics.
@@aliriaz1993 The reading material(PPT + notepad) for all the topics, practice exercises and sample capstone projects are available at below mentioned link. drive.google.com/drive/folders/1gyxhxZpjKajbk44MyiC8G-zLP6dUi7jZ?usp=drive_link
Sir my small suggestion is please create shorts also so that you will get more reach.. Because this channel is very helpful . I want to see more subscribers in your channel 🤗
sir I have offline server installed in my laptop and I am using that for practice. I created USER_COMMAND subroutine and wrote the logic to fetch data in second internal table but it is not working. what ca be the possible error. My server version is old , is this a possible reason data is not coming into second internal table. Data is coming till first internal table and RS_SELFIELD-VALUE
It does not depends upon the version. The possible reason is the user command subroutine is not triggering. You provided some name in from of I_CALLBACK_USER_COMMAND. We need to provide the same name of the subroutine. The best way is put the break-point in User command subroutine and click on to the button which you created and check the triggering of logic in debugging mode as debugging will help here to find the root cause.
Please refer to the playlist of Module Pool Programming. It is fully explained in that. ua-cam.com/play/PLM3lhmHjSeITYl3Jz1dx1l0faMUsik8lV.html&si=CcPmsviWiJdzErRD
If you are using list display - pass input = 'X', if you are using grid display - pass edit = 'X' while preparing the fieldcatalog. You need to use the BAPI BAPI_MATERIAL_SAVEDATA to save the data.
@@sapabapbyrahulmehta mara fields (matnr mtart mbrsh meins) marc fields ( matnr werks minbe eisbe) i want edit only mtart and save the data in the database table by using for all entries
When we click on any of the buttons(functions) user command subroutine triggers. R_UCOMM captures the function code of the button. RS_SELFIELD captures the details of the selected field. Once you proceed in the same playlist - In the double click and hotspot click you will see the use of R_UCOMM and RS_SELFIELD.
@@KANNANKANNAN-vu9rq Hello Kanaan - Please go through the reading material of the topics, that will help you for interview preparation as the reading material is prepared in that way only. The reading material(PPT + notepad) for all the topics, practice exercises and sample capstone projects are available at below mentioned link. drive.google.com/drive/folders/1gyxhxZpjKajbk44MyiC8G-zLP6dUi7jZ?usp=drive_link
Thank you for your efforts Sir, not only videos but the notes you have provided in the drive are also helping us to understand the SAP ABAP from the basics.
Great. Thank you very much Pranjal for your feedback.
Drive link for the notes @pranjalgunjal
@@aliriaz1993
The reading material(PPT + notepad) for all the topics, practice exercises and sample capstone projects are available at below mentioned link.
drive.google.com/drive/folders/1gyxhxZpjKajbk44MyiC8G-zLP6dUi7jZ?usp=drive_link
@@sapabapbyrahulmehta thankyou
King ♥️
Thank you.😀
Sir my small suggestion is please create shorts also so that you will get more reach.. Because this channel is very helpful . I want to see more subscribers in your channel 🤗
Sure Sravani. I will take this suggestion into consideration. Thank you for your support.
Thank you..well explained..
sir I have offline server installed in my laptop and I am using that for practice. I created USER_COMMAND subroutine and wrote the logic to fetch data in second internal table but it is not working. what ca be the possible error. My server version is old , is this a possible reason data is not coming into second internal table. Data is coming till first internal table and RS_SELFIELD-VALUE
It does not depends upon the version. The possible reason is the user command subroutine is not triggering. You provided some name in from of I_CALLBACK_USER_COMMAND. We need to provide the same name of the subroutine. The best way is put the break-point in User command subroutine and click on to the button which you created and check the triggering of logic in debugging mode as debugging will help here to find the root cause.
I want to attend your personal classes of sap.
Hello Sudipti, Thank you for connecting. I am not conducting individual trainings.
sir if we want to use this user command in module pool how we will do this .
Please refer to the playlist of Module Pool Programming. It is fully explained in that.
ua-cam.com/play/PLM3lhmHjSeITYl3Jz1dx1l0faMUsik8lV.html&si=CcPmsviWiJdzErRD
Hi sir how to edit particular field and save the data based on 2 tables MARA & MARC I want to edit MTART & save the data in the database directly
If you are using list display - pass input = 'X', if you are using grid display - pass edit = 'X' while preparing the fieldcatalog. You need to use the BAPI BAPI_MATERIAL_SAVEDATA to save the data.
@@sapabapbyrahulmehta im using grid display with for all entries from mara
@@sapabapbyrahulmehta im not understanding how to save it's possible to send the code how to save the data by using BAPI_MATERIAL_SAVEDATA
@@sapabapbyrahulmehta mara fields (matnr mtart mbrsh meins) marc fields ( matnr werks minbe eisbe) i want edit only mtart and save the data in the database table by using for all entries
Usercommand subroutine purpose using r_ucomm like sy-ucomm
Rs seldfied could you explain this syntax
When we click on any of the buttons(functions) user command subroutine triggers. R_UCOMM captures the function code of the button. RS_SELFIELD captures the details of the selected field. Once you proceed in the same playlist - In the double click and hotspot click you will see the use of R_UCOMM and RS_SELFIELD.
@@sapabapbyrahulmehta please upload topic wise interview question it will useful to Crack the job sir
@@KANNANKANNAN-vu9rq Hello Kanaan - Please go through the reading material of the topics, that will help you for interview preparation as the reading material is prepared in that way only.
The reading material(PPT + notepad) for all the topics, practice exercises and sample capstone projects are available at below mentioned link.
drive.google.com/drive/folders/1gyxhxZpjKajbk44MyiC8G-zLP6dUi7jZ?usp=drive_link