2008 Aug 15 10:37 AM
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
2008 Aug 15 10:53 AM
Just before downloading to csv file use a conversion exit routinue on the field and then download the data.
2008 Aug 15 11:15 AM
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
2008 Aug 15 11:20 AM
Hi ,
thanks , i have found this function module .
best regards
Kevin