2005 Dec 21 12:11 PM
Is there any way to access local data in one program from another, something like dynamic assign?
thx
Mario
Is there any way to access local data in one program from another, something like dynamic assign?
thx
Mario
2005 Dec 21 12:15 PM
Hi mslopar,
1. yes,
something like this.
(ZAM_TEMP00)VARIABLE1
where ZAM_TEMP00 is the program name.
(U can test this in any debugging)
2. we should know the program name and variable name.
3. Do not forget to use the brackets.
4. we can also use
(ZAM_TEMP00)ITAB-FIELD1
I hope it helps.
regards,
amit m.
Message was edited by: Amit Mittal
2005 Dec 21 12:27 PM
2005 Dec 21 12:26 PM
HI,
But the access is possible only if the program is already loaded in the memory, otherwise the access is simply impossible.
Something like an FM globall variables stored in one of the include of main program is accessible in your program if you have already called that FM.
2005 Dec 21 12:27 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |