‎2007 Apr 23 12:09 PM
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.
‎2007 Apr 23 12:11 PM
Hi,
try using FREE MEMORY-ID <memory id name> before Exporting it back to the memory.
This might solve ur problem.
Regards,
Himanshu
‎2007 Apr 23 12:14 PM
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
‎2007 Apr 24 5:09 AM
‎2007 Apr 24 5:33 AM
‎2007 Apr 24 5:58 AM
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
‎2007 Apr 24 10:06 AM
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.