Skip to Content
0
Former Member
Jan 15, 2009 at 01:59 PM

ABAP thread programming simulation

943 Views

Hello

I'll try to explain me well

Iu2019m creating an interface between SAP and 3 different robots

The design roughly is as follows

Thereu2019s one interface with the definition of the common methods (Abstract)

Each robot is a class that implements this interface

Iu2019d like to execute the methods of this classes using something similar at the concept of threads in JAVA (create, pause, resume, finish, abort, etc )

I think about simulating threads using jobs but i can't stop, resume a job, somebody can give me another idea¿?

Thanks and regards