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: 

Back Ground Process In OOABAP

Former Member
0 Kudos

Hi all,

How can i process Back ground process on Object oriented

?

Thanks Rayeez,

3 REPLIES 3

Former Member
0 Kudos

Rayeez,

I don't think there is any special logic involved in OO ABAP. You still schedule your programs to run in the back ground where you can make calls to classes / methods. Its just that the containers / controls does not work in the background, but your classes / methods should still work.

What exactly you are looking for?

Regards,

Ravi

Note : Please mark the helpful answers

abdul_hakim
Active Contributor
0 Kudos

hi rayeez,

jus check the methods of the class CL_GUI_FRONTEND_SERVICES.

Cheers,

Abdul Hakim

former_member927251
Active Contributor
0 Kudos

Hi Rayeez,

I had a requirement wherein I had to call ALV Grid display in background, here I used OO ABAP and just before creating the custom container I checked IF cl_gui_alv_grid=>offline( ) IS INITIAL.

You can find similar methods for your OO Class and check if it is initial.

<b>Please reward points if it helps.</b>

Regards,

Amit Mishra