update,
This commit is contained in:
21
it114105/itp4512/Lab02/Z_02_COUNTER.abap
Normal file
21
it114105/itp4512/Lab02/Z_02_COUNTER.abap
Normal file
@@ -0,0 +1,21 @@
|
||||
*&---------------------------------------------------------------------*
|
||||
*& Report Z_02_COUNTER *
|
||||
*& *
|
||||
*&---------------------------------------------------------------------*
|
||||
*& *
|
||||
*& *
|
||||
*&---------------------------------------------------------------------*
|
||||
*
|
||||
* FROM.............
|
||||
*
|
||||
*-----------------------------------------------------------------------
|
||||
*
|
||||
* text
|
||||
*
|
||||
*-----------------------------------------------------------------------
|
||||
|
||||
REPORT Z_02_COUNTER
|
||||
DATA COUNT_X TYPE I.
|
||||
COUNT_X = 4 + 7 + 9.
|
||||
WRITE: 'The value is',
|
||||
COUNT_X. "display result
|
Reference in New Issue
Block a user