more easier way is creating just one object reference variable and using type each time to call the method of different class. example: CLASS cl_grandparents DEFINITION. PUBLIC SECTION. METHODS display. DATA: lv_msg TYPE string. ENDCLASS. CLASS cl_parents DEFINITION INHERITING FROM cl_grandparents. PUBLIC SECTION. METHODS display REDEFINITION. ENDCLASS. CLASS cl_child DEFINITION INHERITING FROM cl_grandparents. PUBLIC SECTION. METHODS display REDEFINITION. ENDCLASS. CLASS cl_grandparents IMPLEMENTATION. METHOD display. lv_msg = 'the grandparents method is called'. WRITE:/ lv_msg COLOR 2. ENDMETHOD. ENDCLASS. CLASS cl_parents IMPLEMENTATION. METHOD display. lv_msg = 'the parents method is called'. WRITE:/ lv_msg COLOR 4. ENDMETHOD. ENDCLASS. CLASS cl_child IMPLEMENTATION. METHOD display. lv_msg = 'the child method is called'. WRITE:/ lv_msg COLOR 6. ENDMETHOD. ENDCLASS. START-OF-SELECTION. DATA: call_grandparents TYPE REF TO cl_grandparents. CREATE OBJECT call_grandparents type cl_grandparents. call_grandparents->display( ). uline. CREATE OBJECT call_grandparents type cl_parents. call_grandparents->display( ). uline. CREATE OBJECT call_grandparents type cl_child. call_grandparents->display( ). uline.
@te-09mrudula_chaudhari39Ай бұрын
Great explanation 👍👍👍
@hikmatullahmohammadi27Ай бұрын
Very helpful. Thank you.
@pyetrobsb4 ай бұрын
very nice
@LearnSapAbap4 ай бұрын
Thank you♥️
@KiddingStink4 ай бұрын
13515 Kuhic Throughway
@shobhathippeshappa67714 ай бұрын
Good explanation
@RobertNewton-c9c4 ай бұрын
64081 Vance Station
@JosueGrennon5 ай бұрын
8797 Kris Manors
@shubhangideshmukh93676 ай бұрын
Very nice 👍
@JackSpider16 ай бұрын
Hello sir, How to display two column name or header for a single column in ALV report output
@JackSpider16 ай бұрын
Hello sir, How to display two column name or header for a single column in ALV report output
@SreejaDeyT6 ай бұрын
Thank you so much. It was helpful.. But for select-options, we need to add logic as field value low/high
@harishsinghbora81886 ай бұрын
It is not working when we use table control on the screen can you please reply what can we do for it
@iqbalshaikh16377 ай бұрын
very nice
@LearnSapAbap7 ай бұрын
Thanks 🙏
@premkumaran88967 ай бұрын
Very helpful. Thanks so much.
@Prateek-m2r9 ай бұрын
Thank you sir ❤
@sandeshnarkar35569 ай бұрын
Instead of Empid we have serial number and we delete yhe serial number how to re order that serial number after deleting like srno. 123456 and i deleted 3,5 then table should be re order after deleting hoe to do ?
@getuliocrugel221010 ай бұрын
Thanks for sharing
@alaesadni285910 ай бұрын
you saved me, thank you
@darksentinel538710 ай бұрын
Where did the "SCREEN-group1" came from ?, where does it connects ?
@shubhamdhage460011 ай бұрын
tcode to reload window ??
@ignite7150 Жыл бұрын
Thank you bro
@surabhianand2549 Жыл бұрын
What if we just want to print first mumbai and not the repeating mumbai.?
@97669021 Жыл бұрын
Can we save project in zpackage?
@shashinis1545 Жыл бұрын
What about get details push button how can I get the details for selected column.
@shaikhmuhammadjauwadmuhamm1021 Жыл бұрын
Can you give me ABAP Notes PPT ?
@LearnSapAbap7 ай бұрын
Please visit my website www.learnsapabap.com
@harishwarsj4852 Жыл бұрын
Actually this same things can be done by Global class (SE24) also but why we go for Kernel badi ? Kindly reply sir....
@vinodkumarraju2851 Жыл бұрын
Thank you for your support
@satwinderpalsingh6260 Жыл бұрын
Hi dear, Thanks for sharing.. How to handle max no of records in case of more than 5000 records in the internal table?
@nandanabattu4506 Жыл бұрын
Hi, At recoding time 6:31 what was that command you have used to get the CATCH class details? I can show it with screenshot here in the comments. Thank you
@Coorporate_things20 Жыл бұрын
Hi sir , I did not getting the o/p I am getting only personal details when I select another radio button it is not showing the corresponding details ....pls help me
@vinayakkb8904 Жыл бұрын
Sir would you able to create a video on how to bring adobe forms into web dynpro applications?
@sangeethasurendran574 Жыл бұрын
This video helped me a lot. Thanks for sharing.
@sanchitshedale8994 Жыл бұрын
Great video!!!
@avinashazhagesan5768 Жыл бұрын
Your video is very helpful sir thank you so much post more videos like this in the future
@sriyankasuvadarsininayak6060 Жыл бұрын
Call subscreen sub including sy-repid gv_screen is the showing error the include block is not specified can you help me to solve this error
@adarshsingh5989 Жыл бұрын
selection screen being of block is not working for module pool programing the program is type 1 can you please help
@rettjaconomaili8201 Жыл бұрын
thanks it is useful, i get it for my customized screen 1000. but what if i would like to jump from this screen to screen 0 using ' leave to list-processing' ? In this case, I get a screen with my selected data, working button 'BACK' and not working buttons 'EXIT' 'CANCEL' ...
@akashkumarshukla277 Жыл бұрын
how to restrict manual input in parameter only input through f4 help in selection scree
@rettjaconomaili8201 Жыл бұрын
it helped me a lot, thank you for this perfect content, explained just amazing! 👏🇺🇦abaper
@itsmine1665 Жыл бұрын
Bro reply me
@FoeverDirt Жыл бұрын
no
@itsmine1665 Жыл бұрын
I am getting error like " specify a program name " After the call screen line what to do now
@niyazikecimen8178 Жыл бұрын
Tahnk youvery much for your effort..
@rameshsaptech9091 Жыл бұрын
very nice
@vinodkumar-ft7xu Жыл бұрын
We can directly use select statement in the report..why we need all this badi process to just get this data.
@miltonmercier4237 Жыл бұрын
if you put message as S display like 'E' then the system will not stop you after your else condition. If you have some code after your if condition then those codes will be executed.
@marianhritz6061 Жыл бұрын
put exit after message statement. It will work as wished. I was having the same problem,now it works properly
@jayrajpatankar1446 Жыл бұрын
You explain very well..😊 I completely understand Keep it up🎉🎉🎉❤
@LearnSapAbap Жыл бұрын
Thanks
@MrVidya123 Жыл бұрын
Very easy to understand. Thank you for this video
@LearnSapAbap Жыл бұрын
Thanks
@abelD1508 Жыл бұрын
hello , thanks for this video. How to do if I also want to add an icon in the button ??