Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

INSERT REPORT - Quick reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


INSERT REPORT prog FROM itab 
              [MAXIMUM WIDTH INTO wid]
              { [KEEPING DIRECTORY ENTRY]
              | { [PROGRAM TYPE pt]
                  [FIXED-POINT ARITHMETIC fp]
                  [VERSION|{UNICODE ENABLING} vs] }
              | [DIRECTORY ENTRY dir] }.

Effect

Inserts the source code contained in the internal table itab as an ABAP program prog into the repository.

Additions

  • MAXIMUM WIDTH INTO wid
    Returns the number of characters of the longest source code line passed in wid.
  • KEEPING DIRECTORY ENTRY
    Preserves the properties of an existing program.
  • PROGRAM TYPE pt
    The program type is specified by pt.
  • FIXED-POINT ARITHMETIC fp
    Defines fixed point arithmetic by specifying " " or "X" in fp.
  • VERSION vs
    Defines the ABAP language version by specifying the version ID in vs.
  • UNICODE ENABLING vs
    Obsolete: Works like VERSION vs.
  • DIRECTORY ENTRY dir
    The program properties are specified by the entries in the structure dir of the type TRDIR.