cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a method in back ground / separate task

Former Member
0 Kudos
2,123

Hi,

Can we call a Public Instance Method in either Background task or in separate task?.

If not is there any alternative in ABAP Objects?.

Similiar to what we do in Function module calls like..

CALL FUNCTION func STARTING NEW TASK taskname.

CALL FUNCTION func IN BACKGROUND TASK.

Please guide me.

Thanks,

Satya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi, Rich.

As I know, share object also haven't these kind of functionality.

Actually, share object is an enhancement for the import/export concrete mechansim. It import the root class and other conception into the share functionality, and also support more flexiblity access way to the object which has been set to shared.

But it doesn't support the action like run method in the background, as I know.

Thanks

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

No, not that I am aware of. I'm not sure if this kind of thing has been implemented with "Shared Objects" which is something new and I haven't had a chance to work with.

Regards,

Rich Heilman