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: 

parallel processing

herzelhaimharel_gilor
Participant
0 Kudos

Hi Folks ,

is it possible to use parallel processing within ABAP Objects ?

Thx.

4 REPLIES 4

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Do you mean sort of like how we do with function modules? At least in 46c, I don't think that its possible with ABAP Objects.

Regards,

Rich Heilman

rahulkavuri
Active Contributor
0 Kudos

Check out the above thread and reward points if helpful

Former Member
0 Kudos

Hi !

It ist not possible th execute class- or instancemethods asynchonously !

What you can do is the following:

- Put the complete logic of the method in a function module

- within the method you can start the execution of the FM

asynchonously - that should work !

Regards

Rainer

Some point would be nice if that helped a bit