Advertisement
isavchenko

Untitled

Dec 18th, 2018
660
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ABAP 0.43 KB | None | 0 0
  1. CLASS ZCL_DEMO_AUT DEFINITION
  2.   PUBLIC
  3.   ABSTRACT
  4.   CREATE PUBLIC
  5.   FOR TESTING
  6.   "#AU Duration Short
  7.   "#AU Risk_Level Harmless
  8.  .
  9.  
  10. *"* public components of class ZCL_DEMO_AUT
  11. *"* do not include other source files here!!!
  12. PUBLIC SECTION.
  13.  
  14. *"* protected components of class ZCL_DEMO_AUT
  15. *"* do not include other source files here!!!
  16. PROTECTED SECTION.
  17.   DATA O_CUT TYPE REF TO ZCL_DEMO_PACKET .
  18.   METHODS BUILD_ITAB_ALL .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement