ABAPFREE_DATAOBJECT - FREE DATAOBJECT
Vendor Master (General Section) ABAP Short ReferenceThis documentation is copyright by SAP AG.
FREE
Syntax
FREE dobj.
Effect
The FREE statement deletes all rows from an internal table and releases the memory area that the rows occupied.
On other data objects, the FREE statement functions like the CLEAR statement.
If dobj is a structure with components with a tabular form, the memory of all the tabular form components will be released.
Notes
- If dobj is an internal table with a header line, FREE only affects thetable body and not the header line.
- By comparison with CLEAR, when FREE is used the initial memory area remains unoccupied.
- See also Memory Requirements of Deep Data Objects.
rdisp/max_wprun_time - Maximum work process run time BAL Application Log Documentation
This documentation is copyright by SAP AG.
Length: 1424 Date: 20120522 Time: 060536 triton ( 66 ms )






