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 .