Polymorphism in SAP ABAP It means using one thing for different operations It occurs usually in inheritance – for e.g. redefining methods which we saw under the concept of inheritance Polymorphism means redefining methods to either overload them or override them Overloading met...
SAP Managed Tags: ABAP Development Hi, Friend Function is used to access the private data of one class in another class. But in your Case Both the classes are global classes so you can use those directly here there is no need of using friend concept. I am posting the code which will...
OOPS concept in delphiHow to do interactive reports se38 using OOPS concept?I want some concepts in ABAP OOPS including alvs with OOPS Function by which we get values for object strictly follow the data hiding rule in OOPSSubscribe To RSS Feed Subscribe Tags Cloud Company Interviews ...
Solved: Dear sir, I need a simple addition of two numbers program on OOPS ABAP concept. including the class and method creation methods, and the object creation
SAP Managed Tags: ABAP Development HI, I NEVER USED OOPS CONCEPT.BUT I GOT A TASK TO GENERATE ALV REPORT USING class CL_GUI_ALV_GRID, call method SET_TABLE_FOR_FIRST_DISPLAY for ALV . I HAVE TO PASS THE VALUES FROM INTERNAL TABLE AND GET OUTPUT IN ALV.PLZ GIVE THE CODE FOR THE ...
In addition to the explicitly defined event interface parameters, the implicit parameter SENDER can also be listed as an IMPORTING parameter for instance events. This passes on a reference to the object that triggered the event. Events are also subject to the visibility concept and can therefore ...
SAP Managed Tags: ABAP Development hI Look at: ABAP Trial Version for Newbies: Part 17 - Your first ABAP Object ABAP Code Sample for Objects Object Oriented ABAP - Local and Global classes ABAP Code Sample to Learn Basic Concept of Object-Oriented Programming Eight Reasons Why Every ABAP...
SAP Managed Tags: ABAP Development Hi All, Hope all are doing fine!!! Is it possible to display block alv using OOPS ,,,if so then any examples would be highly appreciated actually i have to display 2 headers in blocked alv ...is it possible using ooops concept?? Any helpful answers...
7. The concept of derived classes is involved in inheritance. encapsulation. data hiding. abstract data types. 8. Which of the following statements is true in C++? An object can be a class. A class can be an object. A class must have at least one member function. ...