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: 

alternative to parallel cursor in abap

0 Kudos

Hi Friends,

i am new to ABAP, is there any alternative technique rather than using parallel cursor technique.

1 ACCEPTED SOLUTION

matt
Active Contributor

HASHED tables, SORTED tables.

Database JOINS.

Parallel cursor was a technique that was needed when we didn't have the above. Now we have had them for nearly 20 years, we don't need the parallel cursor technique.

3 REPLIES 3

Domi
Contributor
0 Kudos

Hi

Is ABAP the best programming language?!?

Both depends on many different things, so maybe you can provide some more information...

regards

Domi

matt
Active Contributor

HASHED tables, SORTED tables.

Database JOINS.

Parallel cursor was a technique that was needed when we didn't have the above. Now we have had them for nearly 20 years, we don't need the parallel cursor technique.

Jelena
Active Contributor

In 7.31 this is in the Performance examples in ABAP Editor for joining internal tables: