Files
004_comission/_resources/it114105/itp4512/Lab02/Z_02_COUNTER.abap
louiscklaw 6c60a73f30 update,
2025-01-31 19:15:17 +08:00

21 lines
820 B
ABAP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

*&---------------------------------------------------------------------*
*& 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