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

Difference between normal funcation and ALV funcational module

Former Member
0 Likes
672

Hi Gurus,

Please answer for this question

what is the differnce between normal funcation and ALV funcational module ?

Thanks/Radha.

4 REPLIES 4
Read only

Former Member
0 Likes
589

Hi,

There is as such no difference between them.They will only differ functionality wise.

Read only

Former Member
0 Likes
589

Hi,

There are two ways of reporting List report and alv report.

the normal write statement usage gives us a listt report.

But ALV report offers a good asthetic report output. It almost function as your Excel File .

You can do many functions Total ,Subtotaling,sorting,filtering,

etc.

There two ways to do ALV report i.e. using function module REUSE_ALV_GRID_DISPLAY and using OOPS concept.

Read only

former_member156446
Active Contributor
0 Likes
589

Hi, If i can answer to this question in a funny way.. I would say normal FM deosnot require field catalog.. ALV FM need field catalog..

Read only

Former Member
0 Likes
589

Hi,

On a more serious note I wud say:

When u use an ALV FM....the whole control of ur output screen goes to ALV, i.e, whatever u wish to display (headers, comments, selection data, etc) shud be through ALV.....u cannot use any statement like WRITE:/ in the same screen where u r using ALV.