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

Issue when download CSV file

Former Member
0 Likes
596

hi all ,

i created an alv list , then download it as a CSV file . The issue occurs when downloading the CSV file :

i have a column which is unit , the current value in data dictionary is 'PC' , and the ALV layout also shows the same value 'PC' , but when i debugging , this filed has a value 'ST' , so when i downloading this field , the result is 'ST' not 'PC' . so how should i get the value of 'PC' in CSV file ?

please give me a feedback.

best regards

Kevin

hi all ,

i created an alv list , then download it as a CSV file . The issue occurs when downloading the CSV file :

i have a column which is unit , the current value in data dictionary is 'PC' , and the ALV layout also shows the same value 'PC' , but when i debugging , this filed has a value 'ST' , so when i downloading this field , the result is 'ST' not 'PC' . so how should i get the value of 'PC' in CSV file ?

please give me a feedback.

best regards

Kevin

3 REPLIES 3
Read only

Former Member
0 Likes
546

Just before downloading to csv file use a conversion exit routinue on the field and then download the data.

Read only

0 Likes
546

hi ,

thanks for the quick answer .

what is 'a conversion exit routinue' , Is this a function module ? what is the name of this function module ?

please give me a feedback.

regards

Kevin

Read only

0 Likes
546

Hi ,

thanks , i have found this function module .

best regards

Kevin