‎2007 Sep 26 2:07 PM
HI ,
CAN I HAVE ALV FUNCTION MODLE FOR GETTING DATA IN EXCEL SHEET
Regards,
Aruna
‎2007 Sep 26 2:11 PM
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
‎2007 Sep 26 2:24 PM
THERE IS A FUNCTION MODULE FOR GETTING UR INTERNAL TABLE DATA INTO EXCEL FILE.
FM NAME IS : WS_EXCEL
REWARD POINTS IF USEFUL....
‎2007 Sep 26 2:32 PM
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.