Skip to content

ABAP Keyword Documentation →  ABAP - Short Reference 

INSERT REPORT - Short 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]
                  [UNICODE ENABLING uc] }
              | [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 text line passed
    in wid.
  • KEEPING DIRECTORY ENTRY
    Retains the properties of an existing program.
  • PROGRAM TYPE pt
    The program type is specified by
    pt.
  • FIXED-POINT ARITHMETIC fp
    The fixed point arithmetic is specified by " " or "X" in fp.
  • UNICODE ENABLING uc
    The Unicode check is specified by
    " " or "X" in uc.
  • DIRECTORY ENTRY dir
    The program properties
    are specified by the entries in the structure dir of the type TRDIR.