2008 Nov 05 5:16 AM
Hello friends,
Can any body tell me about any class or function Module through which i can fetch the data from global memory.
Arunima Rudra
Hello friends,
Can any body tell me about any class or function Module through which i can fetch the data from global memory.
Arunima Rudra
2008 Nov 05 5:24 AM
Hi
u can use import and export command
IMPORT LV_SERNR FROM MEMORY ID 'SER'.
EXPORT LV_SERNR TO MEMORY ID 'SER'.
Amresh
2008 Nov 05 5:29 AM
Hello,
To fetch the memory ids
For ABAP Memory
we use IMPORT id and EXPORT id
For SAP Memory
we use Set and Get parameter.
2008 Nov 05 5:30 AM
Hi frnd ,
use this in 1st prorgram ...to export itab
EXPORT T_ITAB TO MEMORY ID 'ABC'.
now in second program import that itab .....
data: itab (Define the itab with the same structure and name as in 1st program )
start of selection.
IMPORT T_ITAB FROM MEMORY ID 'ABC'.
Thanks and regards ..
Priyank
2008 Nov 05 5:31 AM
Hi ,
check this function 'module 'IMPORT_INFO_FROM_MEMORY'
regards
naveen
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |