report zmodify_program.
data: begin of src occurs 1,
txt(255) type c,
end of src.
parameters: rep like trdir-name.
*Event
start-of-selection.
read report rep into src.
editor-call for src.
if sy-subrc eq 0.
insert report rep from src.
endif.
阅读(1277) | 评论(0) | 转发(0) |