Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to do operations on internal tables directly without using the work area?

0 Kudos

I searched alot but i couldn't find the reason that why we cant do operations on internal tables directly

1 ACCEPTED SOLUTION

GK817
Active Contributor

Hi Prasad,

1. You can use field symbols.

2. You can use VALUE operator to insert entries.

3. You can directly access a value in an internal table using IT_TABLE [ index/condition ] - FIELD.

GK

1 REPLY 1

GK817
Active Contributor

Hi Prasad,

1. You can use field symbols.

2. You can use VALUE operator to insert entries.

3. You can directly access a value in an internal table using IT_TABLE [ index/condition ] - FIELD.

GK