🤷♂️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ZCL_CI_NAMING definition | |
public | |
inheriting from CL_CI_TEST_INCLUDE | |
final | |
create public . | |
public section. | |
methods CONSTRUCTOR . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TYPES: t_checksum TYPE x LENGTH 4. | |
FORM adler32 USING pv_xstring TYPE xstring | |
CHANGING cv_checksum TYPE t_checksum. | |
CONSTANTS: c_adler TYPE i VALUE 65521. | |
DATA: lv_index TYPE i, | |
lv_a TYPE i VALUE 1, |
NewerOlder