Application Development 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: 

How to download field name in excel sheet dynamically.

Former Member
0 Kudos

Hi,

Dynamic program :-requirement is to download data from sap to local system.

selection screen input.

tables name :- VBAP

Based on table name it will generate excel sheet in local system with field name not description.

ex :-

MANDT VBELN POSNR

010        13423   10

010        19265   20

010        23445   30

I have done the logic only download excel but column name not coming in excel.

2 REPLIES 2

Former Member
0 Kudos

Hello Siba,

U will have to send the file into application server(AL11) than download it from there into your local system.

Regards ,

Anas

former_member210541
Active Participant
0 Kudos

How are you downloading your data?

Are you using GUI_DOWNLOAD?