ABAPINSERT_REPORT_SHORTREF - INSERT REPORT SHORTREF
Addresses (Business Address Services) Addresses (Business Address Services)This documentation is copyright by SAP AG.
INSERT REPORT
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 therepository.
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.
SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up General Data in Customer Master
This documentation is copyright by SAP AG.
Length: 2385 Date: 20120522 Time: 233749 triton ( 39 ms )






