Sample program to unlock the editor of a program.
TABLES: trdir.DATA: wa_trdir like trdir.PARAMETER: p_name like trdir-name. ” Program name* Get program details select single * from trdir into wa_trdir where name eq p_name.move space to wa_trdir-edtx.* Update the trdir table. read more










