Created
August 18, 2017 17:26
-
-
Save alezhu/fd33064950ddf1155a035c9d2bbc6e9f to your computer and use it in GitHub Desktop.
Разблокировка редактора для программы
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
REPORT zaz_unlock_editor. | |
PARAMETERS p_prog TYPE trdir-name OBLIGATORY. | |
START-OF-SELECTION. | |
UPDATE PROGDIR SET edtx = space WHERE name = p_prog AND edtx = 'X'. | |
COMMIT WORK. | |
WRITE 'Done'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment