2007 Dec 17 10:10 PM
Hello All,
I have couple of questions about global variables scope.
1) Where and how I define and use global variable thats will valid by all users ?
2) Where and how I define and use global variable thats will be valid for user session ?
3) Where and how I define and use global variable thats will be valid for user action (for example for User Exit process) ?
Thanks In Advanced
Eli
Hello All,
I have couple of questions about global variables scope.
1) Where and how I define and use global variable thats will valid by all users ?
2) Where and how I define and use global variable thats will be valid for user session ?
3) Where and how I define and use global variable thats will be valid for user action (for example for User Exit process) ?
Thanks In Advanced
Eli
2007 Dec 17 10:14 PM
1. You need to store them in the Table or SAP MEMORY and you can get back that stored data for other user.
2. You can use them via ABAP MEMORY using IMPORT / EXPORT. These variables will be valid in the Session.
Regards,
Naimesh Patel
2007 Dec 18 8:56 AM
Dear Naimesh,
I'm not sure that I understand your answer.
can you please supply an example code for each of my questions ?
Thanks In Advance
Eli
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |