Code: Alles auswählen.
*Geändertes Programm aktivieren
CALL FUNCTION 'RS_TOOL_ACCESS'
EXPORTING
operation = 'ACTINT'
object_name = w_progname
object_type = 'PROG'
EXCEPTIONS
not_executed = 1
invalid_object_type = 2
OTHERS = 3.
Code: Alles auswählen.
object_name = 'STANDARD_ALV_NO_CHG'
object_type = '??????'