Skip to Content
0
Former Member
May 16, 2008 at 05:08 AM

Calculation in fooetr

16 Views

Hello Gurus ,

I want to do some calculation in footer of alv how to do , I know abt string but string is not accepting value , plz help . I m in urgent .

I am using

CALL METHOD end->add_text

EXPORTING

text = ls_text

sap_emphasis = 'strong'.

here in text

DATA txt1 TYPE string .

DATA txt2 TYPE string .

DATA txt3 TYPE string .

txt3 = wa_output1-amtusd .

txt1 = 'Amt in USD = ' .

CONCATENATE txt1 txt3 INTO txt2 .

but not working .

I need all of your help .

regards ,

Joy .