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

Back Ground Process In OOABAP

Former Member
0 Likes
606

Hi all,

How can i process Back ground process on Object oriented

?

Thanks Rayeez,

Hi all,

How can i process Back ground process on Object oriented

?

Thanks Rayeez,

3 REPLIES 3
Read only

Former Member
0 Likes
555

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

Read only

abdul_hakim
Active Contributor
0 Likes
555

hi rayeez,

jus check the methods of the class CL_GUI_FRONTEND_SERVICES.

Cheers,

Abdul Hakim

Read only

Former Member
0 Likes
555

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