Please visit our website for all the courses at www.saptechmadeeasy.com Direct link for all the courses(ABAP, ABAP ON HANA, CDS, AMDP, ALE IDOC, ADOBE FORM, ODATA, ENHANCEMENT ) Join at www.saptechmadeeasy.com/s/store For any course related Query email on saptechmadeeasy@gmail.com or pankajkumar@saptechmaddeasy.com or WhatsApp at 8700435272 or 9066668065 Join my Telegram ABAP Ritual Link (Give help and Get Help): t.me/joinchat/VP1lBadfFsZU6sFJ Connect with me on My LinkedIn - www.linkedin.com/in/pankajkumarsaptrainer WhatsApp group (ABAP Ritual 2): chat.whatsapp.com/Lf7bKWVAO2U22BnjnuAG3 Like my Facebook Page: facebook.com/saptechmadeeasy Join Private Facebook Group: facebook.com/groups/119488609913531
@prasantamaiti39143 жыл бұрын
I really love the way you explain the critical concept. Respect your knowledge. You are extraordinary. It helps me to understand the oops abap.
@pankajkumaram3 жыл бұрын
Dear Viewer, little correction is required at video time 16:57, that question makes sense only if SUPER->RUN is defined inside the RUN method. So DUMMY method of Class ZCL_CAR should be replaced by the RUN method. Because the Super key word can be used only in the redefined method. Otherwise, it will give a syntax error.
@sampadmaity453 жыл бұрын
I think you can't use SUPER->RUN inside other method like DUMMY. SUPER keyword is always used in the same method which is redefined. Hence here you have to mention RUN method as redefined in ZCL_CAR and inside RUN method you can use SUPER keyword.
@pankajkumaram3 жыл бұрын
Yes, Sampath, you are right. Yes, that is my bad. I could have used the RUN method itself. I will try this fact in the highlight comment. Thanks a lot for taking my attention.
@chetanyakashyap20113 жыл бұрын
Sir can you help me in solving one questions that is we have to create 3 checkboxes and when click on one checkbox it will show the text check1 similarly with checbox 2 and 3. Using module pool?
@kuttubhat3 жыл бұрын
Hi Pankaj sir, I have a doubt, if class constructor is able to call the method only once in a program then , why we need singleton class ? For whatever requirements like login etc, we can achieve the same with class constructor only na .. ? thank you