SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

SQLScript Index-Based Cell Access for Table Variables

A table variable in ABAP is an internal table held in a named variable that a developer uses to store, process, and manipulate sets of structured data at runtime. Developers work with table variables using operators to perform actions such as reading, inserting, and modifying rows, as described in Use Table Variable Operators. Index-based cell access allows developers to read or write individual field values within a specific row of a table variable by referencing both a row index and a column, as covered in Use Index-Based Cell Access. Intermediate table variables extend this further, enabling developers to chain or stage data transformations across multiple processing steps.

Tutorials that teach this

Prerequisites

Concepts that build on this