Application Development and Automation 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: 
Read only

parallel processing

herzelhaimharel_gilor
Participant
0 Likes
555

Hi Folks ,

is it possible to use parallel processing within ABAP Objects ?

Thx.

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
487

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

Read only

rahulkavuri
Active Contributor
0 Likes
487

Check out the above thread and reward points if helpful

Read only

Former Member
0 Likes
487

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