‎2008 Jan 04 7:00 AM
Hi fnds,
I am using a function module XXL_FULL_API to down load data into XLS file .Acctually my requirement is when ever i execute a program the internal table data is saved in the presentation server XLS file. I dont know how to set the file path "FILENAME" and i know remaining parameters in that function module.
Regards,
Kiran Kumar.G
‎2008 Jan 04 7:13 AM
HI Kiran,
Use the Method GET_WINDOWS_DIRECTORY of cl_gui_frontend_services class and get directory name.
Take the filename in a seperte variable and concatenate the directory path from the method and filename and pass this entire string to ur FM.
awrd points if useful
Bhupal
‎2008 Jan 04 7:13 AM
HI Kiran,
Use the Method GET_WINDOWS_DIRECTORY of cl_gui_frontend_services class and get directory name.
Take the filename in a seperte variable and concatenate the directory path from the method and filename and pass this entire string to ur FM.
awrd points if useful
Bhupal
‎2008 Jan 04 7:13 AM
this FM is used in following programs:
LTXXLU02 output list viewer list with reduced functions
MIOLXF10 Central Functions in PM Master Data Lists
MKCBEF60 Forms for Transfer to EXCEL
MM60MF90 PP Demand Management: General Routines for EXCEL Interface
RFEPOSX1 Line Items: XXL - List Viewer
RMCS0XXL LIS Standard Analyses: Routines for Connection to EXCEL List Viewer
RPSDEV01 SAP XXL- List Viewer Execution Report
RSAQEXCE Runtime Routines for Query Reports
XXLFTEST XXL Test Environment / XXL_FULL_API Example
XXLTTEST XXL Interface: Test Program for Formats and Types
reward points if useful.........