Hi experts ;
I want ask how Am I casting string data to currency . I ınvestigate forum ; and I find this solution
write variable to variable2 currency vbrk-kzwı5.
I have a variable sample code.
DATA: TEMP TYPE VBRP-VOLUM. GV_TOPLAM = TOPLAM_VBRP_NTGEW + TOPLAM_KDV + GV_ISKONTO. MOVE GV_TOPLAM TO TEMP. MOVE TEMP TO GV_TOPLAM. CONDENSE GV_TOPLAM NO-GAPS.
TEMP = 45345,32
I want to be a 45.345,32 currency format. How this is possible. Write statement not useble in my code.
Thanks Regards.
İrfan