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

function modules

Former Member
0 Likes
689

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

4 REPLIES 4
Read only

Former Member
0 Likes
636

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

Read only

Former Member
0 Likes
636

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.

Read only

kiran_k8
Active Contributor
0 Likes
636

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.

Read only

Former Member
0 Likes
636

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