Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Memory ID

Former Member
0 Kudos

we are importing internal tables from memory made changes on internal table using modify and transporting commands and exported back to the same memory id, when debugging it is showing changed value but after posting to document changes are not reflected, we are working with ECC, I didnt find the memory id in debugging.

6 REPLIES 6

Former Member
0 Kudos

Hi,

try using FREE MEMORY-ID <memory id name> before Exporting it back to the memory.

This might solve ur problem.

Regards,

Himanshu

0 Kudos

i think u are at wrong place , bcos u are able to change values , but its taking prev.values , u are not changing values which are going to POST.

Regards

Prabhu

0 Kudos

In Debugging i could see that values are being changed

0 Kudos

tried using free memory id, still throwing same values

0 Kudos

Hi ,

Can you send me a sample of the code which you have developed .....that will be more useful

And just a suggestion.....after you have written to the memory id after modification --- read again from the memory id to check if the export to the memory has worked

Thanks

Soumyadip Pal

0 Kudos

I have tried to Import Internal table form same memory id, internal table is empty it is not getting any values from the memory id there is some problem with memory id itself.