SAP TABLE BODY - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

table body
All lines in an internal table.
BEGIN_SECTION VERSION 5 OUT Internal table and table body are identical for internal tables without a header line. For internal tables with a header line, the table body denotes the actual tabular data and can be addressed by attaching [] to the table name.
END_SECTION VERSION 5 OUT