2019 Nov 19 1:23 PM
while MIGO Posting for the purchase order, i have transferred the migo grn internal table data using export memory id in FM MB_CREATE_GOODS_MOVEMENT through enhancement spot and print program is triggering for update transaction but IMPORT statement system fails to get the internal table.i thought ABAP memory stored the data for one session. Any other method to get the logic from one session to other session using internal table.
2019 Nov 19 1:33 PM
while MIGO Posting for the purchase order, i have transferred the migo grn internal table data using export memory id in FM MB_CREATE_GOODS_MOVEMENT through enhancement spot and print program is triggering for update transaction but IMPORT statement system fails to get the internal table.i thought ABAP memory stored the data for one session. Any other method to get the logic from one session to other session using internal table.
2019 Nov 19 1:33 PM
Hello, F1 is our friend 😉 Go to help on EXPORT instruction, you will see all possibility !
Try to use SHARED MEMORY, or EXPORT .. TO DATABASE...
But the best is to use shared object.
2019 Nov 19 1:33 PM
2019 Nov 20 1:09 PM
Hi,
Frederic , Thanks for your suggestion. I have implemented it using the OO class mehtod. thanks
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |