I am currently working on a data import, and I was wondering why should I use the intermediate table flag in the field mapping. Its functionality is not really clear to me and the documentation about it is really poor imho.
I mean, there’s already an intermediate table where the data is stored (data exch field mapping) and i can’t get why should we use another intermediate table.
In my import I have to do a classical fixed file>”intermediate table”>NAV table(s). I was wondering why and how could I use the intermediate table flag to do the import in the file into my intermediate table, but then I realized that it’s easier for me to set MY intermediate table as the final table, and then work on MY intermediate table during the post-mapping codeunit in order to fetch nav table(s).
Am I missing something?
Thanks in advance for your time
I mean, there’s already an intermediate table where the data is stored (data exch field mapping) and i can’t get why should we use another intermediate table.
In my import I have to do a classical fixed file>”intermediate table”>NAV table(s). I was wondering why and how could I use the intermediate table flag to do the import in the file into my intermediate table, but then I realized that it’s easier for me to set MY intermediate table as the final table, and then work on MY intermediate table during the post-mapping codeunit in order to fetch nav table(s).
Am I missing something?
Thanks in advance for your time