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: 

function modules

Former Member
0 Kudos

hai can any one list out some function modules in usage of ALV's and ALV's Grid control pls,

4 REPLIES 4

Former Member
0 Kudos

HI Pandu,

The commonly used ALV functions are;

1. REUSE_ALV_VARIANT_DEFAULT_GET

2. REUSE_ALV_VARIANT_F4

3. REUSE_ALV_VARIANT_EXISTENCE

4. REUSE_ALV_EVENTS_GET

5. REUSE_ALV_COMMENTARY_WRITE

6. REUSE_ALV_FIELDCATALOG_MERGE

7. REUSE_ALV_LIST_DISPLAY

8. REUSE_ALV_GRID_DISPLAY

9. REUSE_ALV_POPUP_TO_SELECT

Former Member
0 Kudos

Hi,

General ALV Function Modules:

1. REUSE_ALV_VARIANT_DEFAULT_GET

2. REUSE_ALV_VARIANT_F4

3. REUSE_ALV_VARIANT_EXISTENCE

4. REUSE_ALV_EVENTS_GET

5. REUSE_ALV_COMMENTARY_WRITE

6. REUSE_ALV_FIELDCATALOG_MERGE

7. REUSE_ALV_LIST_DISPLAY

8. REUSE_ALV_GRID_DISPLAY

9. REUSE_ALV_POPUP_TO_SELECT

Regards,

Priyanka.

kiran_k8
Active Contributor
0 Kudos

Pandu,

Go to SE37

type Reuse*

press f4.

You will be able to see a set function modules which cab be used in ALV.

K.Kiran.

Former Member
0 Kudos

hi

The important function modules are

<b>Reuse_alv_fieldcatalog_merge</b>:::This function module is used to populate a field catalog which is essential to display the data in ALV.

<b>Reuse_alv_list_display</b> :::This is the function module which prints the data.

<b>Reuse_alv_events_get</b>:::Returns table of possible events for a a list type

<b>Reuse_alv_grid_display</b>:::A new function from 4.6 version, to display the results in grid rather than a preview.

<b>Reuse_alv_commentary_write</b>::: This is used in the Top-of-page event to print the headings and other

comments for the list.

regards

swati