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

Regarding ALV Functions

Former Member
0 Likes
322

Hi,

How i have to use the following function in ALV report.

1. REUSE_ALV_VARIANT_DEFAULT_GET

2. REUSE_ALV_VARIANT_F4

3. REUSE_ALV_VARIANT_EXISTENCE

4. REUSE_ALV_EVENTS_GET

5. REUSE_ALV_POPUP_TO_SELECT

If any body help me i am very thankful to you people.

Regards,

Raghu.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
303

You should look at the BCALV examples for these functions in your system. You can even do a where used list and find out how exactly are these functions used.

First 3 functions deal with the layout varaints that the user can store for the report.

4th one will return all the events associated with a ALV.

Last one, will show the data as a pop up ALV grid from which user can select the data.

Regards,

Ravi

Note - Please mark the helpful answers

Hi,

How i have to use the following function in ALV report.

1. REUSE_ALV_VARIANT_DEFAULT_GET

2. REUSE_ALV_VARIANT_F4

3. REUSE_ALV_VARIANT_EXISTENCE

4. REUSE_ALV_EVENTS_GET

5. REUSE_ALV_POPUP_TO_SELECT

If any body help me i am very thankful to you people.

Regards,

Raghu.

1 REPLY 1
Read only

Former Member
0 Likes
304

You should look at the BCALV examples for these functions in your system. You can even do a where used list and find out how exactly are these functions used.

First 3 functions deal with the layout varaints that the user can store for the report.

4th one will return all the events associated with a ALV.

Last one, will show the data as a pop up ALV grid from which user can select the data.

Regards,

Ravi

Note - Please mark the helpful answers