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: 

downloading to excel file

Former Member
0 Kudos

hai

while downloading data from alv grid to excel file

i am getting runtime error like 'field string not defined' ...how can i download it ,,,plz send me asap.

5 REPLIES 5

Former Member
0 Kudos

field symbol not defined,,,,it is giving this error only..

plz send me reply....how can i rectify it

Former Member
0 Kudos

Check the field catalog.. Probably you are trying to pass some field which does not exist in the internal table.. Make sure all fieldnames are in capitol letters when passing to the fieldcatalog.

Former Member
0 Kudos

Check the 3 possibilities..

1.check the fieldcatlog..

2.check referece data type in field catalog.

3.Use UPPER CASE while passing into filed catalog

nirajgadre
Active Contributor
0 Kudos

Hi,

I think there is some problem in population of field catalouge.

Please, check the for each field name you we geiven the name of field in capital letters.

if there is any currency and quantity field then you are given the appropriate ref. field names for that fields.

Former Member
0 Kudos

answered