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

15 lines
631 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_CHECKDATE *
*& *
*&---------------------------------------------------------------------*
*& *
*& *
*&---------------------------------------------------------------------*
REPORT Z_02_CHECKDATE
WRITE 'Check Date'.
SKIP.
WRITE: 'Today is ',
SY-DATUM,
/ 'My User ID is',
SY-UNAME.