How to build global class in ABAP (SE24) and Calling Class in report (SE38) ?
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 ...