Ansicht
Dokumentation

ABAPINSERT_REPORT_SHORTREF - INSERT REPORT SHORTREF

ABAPINSERT_REPORT_SHORTREF - INSERT REPORT SHORTREF

BAL Application Log Documentation   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

INSERT REPORT

Reference



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 code line passed in wid.
  • KEEPING DIRECTORY ENTRY
    Preserves the properties of an existing program.
  • FIXED-POINT ARITHMETIC fp
    Defines fixed point arithmetic by specifying " " or "X" in fp.
  • 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.
    Obsolete: Works like VERSION vs.
  • DIRECTORY ENTRY dir
    The program properties are specified by the entries in the structure dir of the type TRDIR.





ROGBILLS - Synchronize billing plans   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.

Length: 2791 Date: 20240517 Time: 102611     sap01-206 ( 30 ms )