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

ALV FUNCTION MODLE FOR GETTING DATA IN EXCEL SHEET

Former Member
0 Likes
441

HI ,

CAN I HAVE ALV FUNCTION MODLE FOR GETTING DATA IN EXCEL SHEET

Regards,

Aruna

3 REPLIES 3
Read only

Former Member
0 Likes
396

Hi

Once you executed the ALV report output

from the Menu there is an option to download the data to EXCEL

try from the Menu

Regards

Anji

Read only

Former Member
0 Likes
396

THERE IS A FUNCTION MODULE FOR GETTING UR INTERNAL TABLE DATA INTO EXCEL FILE.

FM NAME IS : WS_EXCEL

REWARD POINTS IF USEFUL....

Read only

Former Member
0 Likes
396

Standard ALV grid uses the FM <b>ALV_XXL_CALL</b> for exporting data into Excel. You can put a break-point in the FM and check it for urself.

for ur info - the above FM takes the internal table name, internal table content and the field catalog as input.