Showing posts with label Downloading internal tables to Excel. Show all posts
Showing posts with label Downloading internal tables to Excel. Show all posts

Thursday, June 23, 2011

Downloading internal tables to Excel

We can use the function module XXL_FULL_API to downlpad internal table into Excel File. The Excel sheet which is generated by this function module contains the column headings and the key columns are highlighted with a different color. Other options that are available with this function module are we can swap two columns or supress a field from displaying on the Excel sheet. The simple code for the usage of this function module is given below.