Posts

Showing posts from 2019

TutorialsPoint-Introduction of OOABAP (SE24) | Class, Object | SAP ABAP | #redmi note 8

What is Object Oriented ABAP  ? SAP OO-ABAP is object oriented programming approach to ABAP developed by SAP and traditional approach is now becoming obsolete. Mainly focuses on the object rather than the code flow. All the application are going to build by SAP in abap objects, so it is very essential for every abap developer to learn this new object oriented ABAP. All the concepts will be on classes and objects which are very near to the real life scenarios. #Today don't miss the sale redmi note 8 at 12 noon. Where we need to focus on OO-ABAP ? O bjects : It’s a working entity of a class. Each object is unique at its own, meaning with unique identity and  attributes. Attributes defines the state of an object whereas behavior of an object refers to the changes that occur in its attributes over a period of time.  An object can be associated with the class by declaring it with the same data type as of the class within which

How to build global class in ABAP (SE24) and Calling Class in report (SE38) ?

Image
H ow to build global class in ABAP in SE24 step by ste p   ? 1.   Go to T-code - SE24 and give your class name .       press the create button for creating the class . 2. Then choose Radio button Class and Enter . 3. Add the description and select inst. generation as per your need and click on save . 4. Select your Package or you can save in Local object also .  5. Here we can define methods , parameters , events , attributes etc .  6. By clicking on method tab , we can give method name , decide level , visibility and description . 7. For defining Parameters we have to select the particular method and then click on parameter tab (on top of method name). For parameter :-  Give parameter name , type , typing method .  Associated type  (Data element, Structures, Table type,Domain, etc) . 8. Then press on method tab and double click on method name or