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

What r theStandard Function Modules toDownload data into Excellsheet format

Former Member
0 Likes
611

Dear Guru,

i want to know what are the Lists of Standard Function Modules to Download data in to Excellsheet format other than WS_DOWNLOAD or GUI_DOWNLOAD from application server or from any classical report

Thanks & regards

SAifur Rahaman

Dear Guru,

i want to know what are the Lists of Standard Function Modules to Download data in to Excellsheet format other than WS_DOWNLOAD or GUI_DOWNLOAD from application server or from any classical report

Thanks & regards

SAifur Rahaman

3 REPLIES 3
Read only

Former Member
0 Likes
573

hi use fm : CALL FUNCTION 'XXL_FULL_API'

Read only

Former Member
0 Likes
573

Hi,

These are teh function Modules used to download.

ALSM_EXCEL_TO_INTERNAL_TABLE

DOWNLOAD

GUI_DOWNLOAD

RSPO_DOWNLOAD_SPOOLJOB Download the spool from a program to a file. Requires spool number.

WS_DOWNLOAD Save Internal Table as File on the Presentation Server

ABAP_DOCU_DOWNLOAD Download ABAP documentation in HTML format.

Read only

Former Member
0 Likes
573

Hi,

check these..


ISU_TRANSFER_TO_EXCEL
ISU_S_EDM_EXCEL_EXPORT
ISU_S_EDM_EXCEL_IMPORT
FTBU_START_EXCEL
WS_EXCEL
RH_START_EXCEL_WITH_DATA
MCP_PRINT_EXCEL

Arunima