Update content

This commit is contained in:
danrega
2023-08-10 12:02:58 +02:00
parent 75a4822517
commit 35692ed84d
18 changed files with 264 additions and 87 deletions

View File

@@ -370,7 +370,7 @@ CLASS lcl_det_at_runtime IMPLEMENTATION.
syntax_elements-rows = cl_abap_random_int=>create(
seed = cl_abap_random=>seed( )
min = 2
max = 6 )->get_next( ).
max = 5 )->get_next( ).
ENDMETHOD.