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: 

error while running in background for inherintance

Former Member
0 Kudos

Hi All,

i am inherinting the customised class from the standard class

CLASS zcl_history DEFINITION INHERITING FROM cl_gui_alv_grid FINAL.

But while running in the background it is showing fatal error .

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

Because there is no GUI to communicate while your program is running in background.

Regards,

Naimesh Patel

2 REPLIES 2

naimesh_patel
Active Contributor
0 Kudos

Because there is no GUI to communicate while your program is running in background.

Regards,

Naimesh Patel

Former Member
0 Kudos

thanks