Advertisement
isavchenko

Untitled

Dec 18th, 2018
889
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ABAP 0.40 KB | None | 0 0
  1. *"* use this source file for any type declarations (class
  2. *"* definitions, interfaces or data types) you need for method
  3. *"* implementation or private method's signature
  4.  
  5. CLASS lcl_test_packet DEFINITION
  6.   INHERITING FROM zcl_demo_Aut
  7.   FOR TESTING
  8.   "#AU Duration Short
  9.   "#AU Risk_Level Harmless
  10.  .
  11.  
  12.   PRIVATE SECTION.
  13.     METHODS: setup,
  14.              test_packet_2 FOR TESTING.
  15.  
  16. ENDCLASS.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement