Application Development and Automation 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: 
Read only

Memory ID

Former Member
0 Likes
675

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
Read only

Former Member
0 Likes
655

Hi,

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

This might solve ur problem.

Regards,

Himanshu

Read only

0 Likes
655

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

Read only

0 Likes
655

In Debugging i could see that values are being changed

Read only

0 Likes
655

tried using free memory id, still throwing same values

Read only

0 Likes
655

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

Read only

0 Likes
655

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.