INSERT - Insert a program
Basic form
INSERT REPORT prog FROM itab.
Effect
Inserts the program prog from the internal table
itab into the library. The internal table itab contains
the source code; the lines of the table cannot be more than 72
characters long. The program attributes (type, date, ...) are set by
the system, but you can change them manually or in the program (table
TRDIR ).
Note
Runtime errors
-
INSERT_PROGRAM_INTERNAL_NAME :
The program name prog is reserve internally; it begins with
'%_T' .
-
INSERT_PROGRAM_NAME_BLANK :
The program name prog must not contain any blanks characters.
-
INSERT_PROGRAM_NAME_TOO_LONG :
The program name prog is too long; it cannot be more than 8
characters long.
-
INSERT_REPORT_LINE_TOO_LONG :
One of the source code lines is longer than 72 characters.
Related
DELETE REPORT ,
READ REPORT ,
INSERT TEXTPOOL ,
SYNTAX-CHECK ,
GENERATE REPORT
Index
© SAP AG 1996