using variables defined in an include or another program
Hi,
i'm trying to use some declarations in my program which are defined in an include or another program.
1. I need to create a class whose definition is in an include
2. i need to declare a variable like this
v_temp TYPE l_temp , l_temp is a structure defined in an include .
I'm trying to use the declarations in another program or an include in my program. however, i dont want to use 'include' statement
your help would be appreciated.
Thanks,
Kranthi.