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

FUNCTION MODULE : XXL_FULL_API

Former Member
0 Likes
1,340

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
787

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

2 REPLIES 2
Read only

Former Member
0 Likes
788

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

Read only

Former Member
0 Likes
787

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.........