2007 Mar 18 8:44 PM
Hi,
Can anybody help me in accessing the internal table, which is there in one of the includes of the program. This internal table value has to be used in one of the called subprograms along the Call Stack.
It is possible to access the global variable of the Main Calling Program, but I have a requirement to access one of the include variables in the called sub-program along the call stack.
Thanks,
Arshad
Hi,
Can anybody help me in accessing the internal table, which is there in one of the includes of the program. This internal table value has to be used in one of the called subprograms along the Call Stack.
It is possible to access the global variable of the Main Calling Program, but I have a requirement to access one of the include variables in the called sub-program along the call stack.
Thanks,
Arshad
2007 Mar 18 9:55 PM
Hi Arshad,
I think you can use the EXPORT and IMPORT keywords for this purpose. For this purpose declare the same variable as in the main program into your sub program. In the main program, export the VARIABLE into a memory id and then in the subprogram, import the same VARIABLE.
Thanks and regards,
Ravi :).
NOTE: Points keep me alive on SDN:).
2007 Mar 18 9:58 PM
Hi Arshad,
Please use EXPORT and IMPORT keywords for this purpose.
Regards,
Sonu.
2007 Mar 19 6:12 AM
Actually, this Requirement is for the User Exit.
We don't have access to the include. So cannot export the values from there.
Any other way please?
Thanks,
Arshad
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |