Thread: ABAP: Changing
View Single Post
  #1 (permalink)  
Old 08-02-2006, 06:31 PM
Saint Saint is offline
Learning Programmer
 
Join Date: Aug 2006
Posts: 63
Rep Power: 9
Saint is on a distinguished road
Default ABAP: Changing

The changing indicator on functions like:

Code:
PERFORM data USING    ls_print_data
                     CHANGING ls_loc_key
means that the data will change correct? But you can change ls_print_data as well, right?
__________________
Hi >> Saint
Reply With Quote

Sponsored Links