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

Variant in ALV using OOPs

Former Member
0 Likes
487

Hi Experts,

I need to use variant in ALV. When I am working with ALV using FM, I need to work with following 3 function module:

REUSE_ALV_VARIANT_EXISTENCE

REUSE_ALV_VARIANT_DEFAULT_GET

LT_VARIANT_LOAD

Can anyone tell me how to use the same functionality in ALV using OOPs?

2 REPLIES 2
Read only

Former Member
0 Likes
414

reward points..

Read only

uwe_schieferstein
Active Contributor
0 Likes
414

Hello

The corresponding function module can be found in function group SLVC:

LVC_VARIANT_DEFAULT_GET
LVC_VARIANT_EXISTENCE_CHECK
LVC_VARIANT_SELECT

Regards

Uwe