2009 Dec 02 6:35 PM
Hello,
I have a reference variable declared as below -
DATA: go_myobject TYPE REF TO cl_gos_manager.
This should be made available in another program. Export statement gives an error stating go_myobject cannot be or contain a reference.
Please suggest.
Thanks,
Sita.
Hi,
Search for and read about "shared objects" in the SAP Library. There are some requirements on the class when writing objects to shared memory.
Shared Objects for NW 7.0: http://help.sap.com/saphelp_nw70/helpdata/en/14/dafc3e9d3b6927e10000000a114084/frameset.htm
/Christoffer
2009 Dec 03 8:45 AM
Hi,
Search for and read about "shared objects" in the SAP Library. There are some requirements on the class when writing objects to shared memory.
Shared Objects for NW 7.0: http://help.sap.com/saphelp_nw70/helpdata/en/14/dafc3e9d3b6927e10000000a114084/frameset.htm
/Christoffer
2009 Dec 03 9:58 AM
Halo Sita ,
We have a lot of standard SAP Classes starting CL_SHM* which makes use of the Shared Memory property
Please have a look at those classes
Also have a look @ Standard Program SSHMROD to know how they have used the same
Regards
Arshad
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |