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

ALV OO Extract

cervantes_nicols
Participant
0 Likes
924

Hi all

I've been doing some research on ALV extract in Classic ALV (REUSE..).

The example program is BALVEX01, but my question is:

Does ALV OO have this property? If not, what's the reason for this?

Can anybody tell me how to implement this extract property in ALV OO?

Thanks.

PS: When I say "extract" I mean the set of functions REUSE_ALV_EXTRACT_SAVE, etc.

1 ACCEPTED SOLUTION
Read only

former_member480923
Active Contributor
0 Likes
723

I don't know if this will exactly help you:

The Function Module REUSE_ALV_EXTRACT_SAVE is called under REFRESH_TABLE_DISPLAY of the CL_GUI_ALV_GRID class. The Call is not direct but via the method SOFT_REFRESH_TABLE_DISPLAY and then a public method of call www_alv_call. The conditional call is derived under various condition, so if you need to find out the condition on whihc it is fired and might be you will have a result.

Thanks

Anirban M.

Hi all

I've been doing some research on ALV extract in Classic ALV (REUSE..).

The example program is BALVEX01, but my question is:

Does ALV OO have this property? If not, what's the reason for this?

Can anybody tell me how to implement this extract property in ALV OO?

Thanks.

PS: When I say "extract" I mean the set of functions REUSE_ALV_EXTRACT_SAVE, etc.

2 REPLIES 2
Read only

former_member480923
Active Contributor
0 Likes
724

I don't know if this will exactly help you:

The Function Module REUSE_ALV_EXTRACT_SAVE is called under REFRESH_TABLE_DISPLAY of the CL_GUI_ALV_GRID class. The Call is not direct but via the method SOFT_REFRESH_TABLE_DISPLAY and then a public method of call www_alv_call. The conditional call is derived under various condition, so if you need to find out the condition on whihc it is fired and might be you will have a result.

Thanks

Anirban M.

Read only

cervantes_nicols
Participant
0 Likes
723

Thanks for prompt reply

But, I believe that SAP does not implement this property in ABAP OO and I don´t know how to replace it.

Regards

Nicocer.